aws-sdk-sagemaker 1.94.0 → 1.98.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -77,6 +77,10 @@ module Aws::SageMaker
77
77
  AssociationEntityArn = Shapes::StringShape.new(name: 'AssociationEntityArn')
78
78
  AssociationSummaries = Shapes::ListShape.new(name: 'AssociationSummaries')
79
79
  AssociationSummary = Shapes::StructureShape.new(name: 'AssociationSummary')
80
+ AsyncInferenceClientConfig = Shapes::StructureShape.new(name: 'AsyncInferenceClientConfig')
81
+ AsyncInferenceConfig = Shapes::StructureShape.new(name: 'AsyncInferenceConfig')
82
+ AsyncInferenceNotificationConfig = Shapes::StructureShape.new(name: 'AsyncInferenceNotificationConfig')
83
+ AsyncInferenceOutputConfig = Shapes::StructureShape.new(name: 'AsyncInferenceOutputConfig')
80
84
  AthenaCatalog = Shapes::StringShape.new(name: 'AthenaCatalog')
81
85
  AthenaDatabase = Shapes::StringShape.new(name: 'AthenaDatabase')
82
86
  AthenaDatasetDefinition = Shapes::StructureShape.new(name: 'AthenaDatasetDefinition')
@@ -689,6 +693,7 @@ module Aws::SageMaker
689
693
  InferenceExecutionMode = Shapes::StringShape.new(name: 'InferenceExecutionMode')
690
694
  InferenceImage = Shapes::StringShape.new(name: 'InferenceImage')
691
695
  InferenceSpecification = Shapes::StructureShape.new(name: 'InferenceSpecification')
696
+ InitialTaskCount = Shapes::IntegerShape.new(name: 'InitialTaskCount')
692
697
  InputConfig = Shapes::StructureShape.new(name: 'InputConfig')
693
698
  InputDataConfig = Shapes::ListShape.new(name: 'InputDataConfig')
694
699
  InputMode = Shapes::StringShape.new(name: 'InputMode')
@@ -738,6 +743,7 @@ module Aws::SageMaker
738
743
  LabelingJobSummary = Shapes::StructureShape.new(name: 'LabelingJobSummary')
739
744
  LabelingJobSummaryList = Shapes::ListShape.new(name: 'LabelingJobSummaryList')
740
745
  LambdaFunctionArn = Shapes::StringShape.new(name: 'LambdaFunctionArn')
746
+ LambdaStepMetadata = Shapes::StructureShape.new(name: 'LambdaStepMetadata')
741
747
  LastModifiedTime = Shapes::TimestampShape.new(name: 'LastModifiedTime')
742
748
  LineageEntityParameters = Shapes::MapShape.new(name: 'LineageEntityParameters')
743
749
  ListActionsRequest = Shapes::StructureShape.new(name: 'ListActionsRequest')
@@ -859,6 +865,7 @@ module Aws::SageMaker
859
865
  Long = Shapes::IntegerShape.new(name: 'Long')
860
866
  MaxAutoMLJobRuntimeInSeconds = Shapes::IntegerShape.new(name: 'MaxAutoMLJobRuntimeInSeconds')
861
867
  MaxCandidates = Shapes::IntegerShape.new(name: 'MaxCandidates')
868
+ MaxConcurrentInvocationsPerInstance = Shapes::IntegerShape.new(name: 'MaxConcurrentInvocationsPerInstance')
862
869
  MaxConcurrentTaskCount = Shapes::IntegerShape.new(name: 'MaxConcurrentTaskCount')
863
870
  MaxConcurrentTransforms = Shapes::IntegerShape.new(name: 'MaxConcurrentTransforms')
864
871
  MaxHumanLabeledObjectCount = Shapes::IntegerShape.new(name: 'MaxHumanLabeledObjectCount')
@@ -878,10 +885,13 @@ module Aws::SageMaker
878
885
  MetadataProperties = Shapes::StructureShape.new(name: 'MetadataProperties')
879
886
  MetadataPropertyValue = Shapes::StringShape.new(name: 'MetadataPropertyValue')
880
887
  MetricData = Shapes::StructureShape.new(name: 'MetricData')
888
+ MetricDataList = Shapes::ListShape.new(name: 'MetricDataList')
889
+ MetricDatum = Shapes::StructureShape.new(name: 'MetricDatum')
881
890
  MetricDefinition = Shapes::StructureShape.new(name: 'MetricDefinition')
882
891
  MetricDefinitionList = Shapes::ListShape.new(name: 'MetricDefinitionList')
883
892
  MetricName = Shapes::StringShape.new(name: 'MetricName')
884
893
  MetricRegex = Shapes::StringShape.new(name: 'MetricRegex')
894
+ MetricSetSource = Shapes::StringShape.new(name: 'MetricSetSource')
885
895
  MetricValue = Shapes::FloatShape.new(name: 'MetricValue')
886
896
  MetricsSource = Shapes::StructureShape.new(name: 'MetricsSource')
887
897
  ModelApprovalStatus = Shapes::StringShape.new(name: 'ModelApprovalStatus')
@@ -1066,6 +1076,7 @@ module Aws::SageMaker
1066
1076
  PipelineStatus = Shapes::StringShape.new(name: 'PipelineStatus')
1067
1077
  PipelineSummary = Shapes::StructureShape.new(name: 'PipelineSummary')
1068
1078
  PipelineSummaryList = Shapes::ListShape.new(name: 'PipelineSummaryList')
1079
+ PlatformIdentifier = Shapes::StringShape.new(name: 'PlatformIdentifier')
1069
1080
  PolicyString = Shapes::StringShape.new(name: 'PolicyString')
1070
1081
  PresignedDomainUrl = Shapes::StringShape.new(name: 'PresignedDomainUrl')
1071
1082
  ProbabilityThresholdAttribute = Shapes::FloatShape.new(name: 'ProbabilityThresholdAttribute')
@@ -1598,6 +1609,22 @@ module Aws::SageMaker
1598
1609
  AssociationSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
1599
1610
  AssociationSummary.struct_class = Types::AssociationSummary
1600
1611
 
1612
+ AsyncInferenceClientConfig.add_member(:max_concurrent_invocations_per_instance, Shapes::ShapeRef.new(shape: MaxConcurrentInvocationsPerInstance, location_name: "MaxConcurrentInvocationsPerInstance"))
1613
+ AsyncInferenceClientConfig.struct_class = Types::AsyncInferenceClientConfig
1614
+
1615
+ AsyncInferenceConfig.add_member(:client_config, Shapes::ShapeRef.new(shape: AsyncInferenceClientConfig, location_name: "ClientConfig"))
1616
+ AsyncInferenceConfig.add_member(:output_config, Shapes::ShapeRef.new(shape: AsyncInferenceOutputConfig, required: true, location_name: "OutputConfig"))
1617
+ AsyncInferenceConfig.struct_class = Types::AsyncInferenceConfig
1618
+
1619
+ AsyncInferenceNotificationConfig.add_member(:success_topic, Shapes::ShapeRef.new(shape: SnsTopicArn, location_name: "SuccessTopic"))
1620
+ AsyncInferenceNotificationConfig.add_member(:error_topic, Shapes::ShapeRef.new(shape: SnsTopicArn, location_name: "ErrorTopic"))
1621
+ AsyncInferenceNotificationConfig.struct_class = Types::AsyncInferenceNotificationConfig
1622
+
1623
+ AsyncInferenceOutputConfig.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
1624
+ AsyncInferenceOutputConfig.add_member(:s3_output_path, Shapes::ShapeRef.new(shape: DestinationS3Uri, required: true, location_name: "S3OutputPath"))
1625
+ AsyncInferenceOutputConfig.add_member(:notification_config, Shapes::ShapeRef.new(shape: AsyncInferenceNotificationConfig, location_name: "NotificationConfig"))
1626
+ AsyncInferenceOutputConfig.struct_class = Types::AsyncInferenceOutputConfig
1627
+
1601
1628
  AthenaDatasetDefinition.add_member(:catalog, Shapes::ShapeRef.new(shape: AthenaCatalog, required: true, location_name: "Catalog"))
1602
1629
  AthenaDatasetDefinition.add_member(:database, Shapes::ShapeRef.new(shape: AthenaDatabase, required: true, location_name: "Database"))
1603
1630
  AthenaDatasetDefinition.add_member(:query_string, Shapes::ShapeRef.new(shape: AthenaQueryString, required: true, location_name: "QueryString"))
@@ -1717,6 +1744,7 @@ module Aws::SageMaker
1717
1744
  CandidateArtifactLocations.struct_class = Types::CandidateArtifactLocations
1718
1745
 
1719
1746
  CandidateProperties.add_member(:candidate_artifact_locations, Shapes::ShapeRef.new(shape: CandidateArtifactLocations, location_name: "CandidateArtifactLocations"))
1747
+ CandidateProperties.add_member(:candidate_metrics, Shapes::ShapeRef.new(shape: MetricDataList, location_name: "CandidateMetrics"))
1720
1748
  CandidateProperties.struct_class = Types::CandidateProperties
1721
1749
 
1722
1750
  CandidateSteps.member = Shapes::ShapeRef.new(shape: AutoMLCandidateStep)
@@ -2019,6 +2047,7 @@ module Aws::SageMaker
2019
2047
  CreateEndpointConfigInput.add_member(:data_capture_config, Shapes::ShapeRef.new(shape: DataCaptureConfig, location_name: "DataCaptureConfig"))
2020
2048
  CreateEndpointConfigInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
2021
2049
  CreateEndpointConfigInput.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
2050
+ CreateEndpointConfigInput.add_member(:async_inference_config, Shapes::ShapeRef.new(shape: AsyncInferenceConfig, location_name: "AsyncInferenceConfig"))
2022
2051
  CreateEndpointConfigInput.struct_class = Types::CreateEndpointConfigInput
2023
2052
 
2024
2053
  CreateEndpointConfigOutput.add_member(:endpoint_config_arn, Shapes::ShapeRef.new(shape: EndpointConfigArn, required: true, location_name: "EndpointConfigArn"))
@@ -2224,6 +2253,7 @@ module Aws::SageMaker
2224
2253
  CreateNotebookInstanceInput.add_member(:default_code_repository, Shapes::ShapeRef.new(shape: CodeRepositoryNameOrUrl, location_name: "DefaultCodeRepository"))
2225
2254
  CreateNotebookInstanceInput.add_member(:additional_code_repositories, Shapes::ShapeRef.new(shape: AdditionalCodeRepositoryNamesOrUrls, location_name: "AdditionalCodeRepositories"))
2226
2255
  CreateNotebookInstanceInput.add_member(:root_access, Shapes::ShapeRef.new(shape: RootAccess, location_name: "RootAccess"))
2256
+ CreateNotebookInstanceInput.add_member(:platform_identifier, Shapes::ShapeRef.new(shape: PlatformIdentifier, location_name: "PlatformIdentifier"))
2227
2257
  CreateNotebookInstanceInput.struct_class = Types::CreateNotebookInstanceInput
2228
2258
 
2229
2259
  CreateNotebookInstanceLifecycleConfigInput.add_member(:notebook_instance_lifecycle_config_name, Shapes::ShapeRef.new(shape: NotebookInstanceLifecycleConfigName, required: true, location_name: "NotebookInstanceLifecycleConfigName"))
@@ -2902,6 +2932,7 @@ module Aws::SageMaker
2902
2932
  DescribeEndpointConfigOutput.add_member(:data_capture_config, Shapes::ShapeRef.new(shape: DataCaptureConfig, location_name: "DataCaptureConfig"))
2903
2933
  DescribeEndpointConfigOutput.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
2904
2934
  DescribeEndpointConfigOutput.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
2935
+ DescribeEndpointConfigOutput.add_member(:async_inference_config, Shapes::ShapeRef.new(shape: AsyncInferenceConfig, location_name: "AsyncInferenceConfig"))
2905
2936
  DescribeEndpointConfigOutput.struct_class = Types::DescribeEndpointConfigOutput
2906
2937
 
2907
2938
  DescribeEndpointInput.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, required: true, location_name: "EndpointName"))
@@ -2917,6 +2948,7 @@ module Aws::SageMaker
2917
2948
  DescribeEndpointOutput.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
2918
2949
  DescribeEndpointOutput.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
2919
2950
  DescribeEndpointOutput.add_member(:last_deployment_config, Shapes::ShapeRef.new(shape: DeploymentConfig, location_name: "LastDeploymentConfig"))
2951
+ DescribeEndpointOutput.add_member(:async_inference_config, Shapes::ShapeRef.new(shape: AsyncInferenceConfig, location_name: "AsyncInferenceConfig"))
2920
2952
  DescribeEndpointOutput.struct_class = Types::DescribeEndpointOutput
2921
2953
 
2922
2954
  DescribeExperimentRequest.add_member(:experiment_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "ExperimentName"))
@@ -3196,6 +3228,7 @@ module Aws::SageMaker
3196
3228
  DescribeNotebookInstanceOutput.add_member(:default_code_repository, Shapes::ShapeRef.new(shape: CodeRepositoryNameOrUrl, location_name: "DefaultCodeRepository"))
3197
3229
  DescribeNotebookInstanceOutput.add_member(:additional_code_repositories, Shapes::ShapeRef.new(shape: AdditionalCodeRepositoryNamesOrUrls, location_name: "AdditionalCodeRepositories"))
3198
3230
  DescribeNotebookInstanceOutput.add_member(:root_access, Shapes::ShapeRef.new(shape: RootAccess, location_name: "RootAccess"))
3231
+ DescribeNotebookInstanceOutput.add_member(:platform_identifier, Shapes::ShapeRef.new(shape: PlatformIdentifier, location_name: "PlatformIdentifier"))
3199
3232
  DescribeNotebookInstanceOutput.struct_class = Types::DescribeNotebookInstanceOutput
3200
3233
 
3201
3234
  DescribePipelineDefinitionForExecutionRequest.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, required: true, location_name: "PipelineExecutionArn"))
@@ -4017,6 +4050,10 @@ module Aws::SageMaker
4017
4050
 
4018
4051
  LabelingJobSummaryList.member = Shapes::ShapeRef.new(shape: LabelingJobSummary)
4019
4052
 
4053
+ LambdaStepMetadata.add_member(:arn, Shapes::ShapeRef.new(shape: String256, location_name: "Arn"))
4054
+ LambdaStepMetadata.add_member(:output_parameters, Shapes::ShapeRef.new(shape: OutputParameterList, location_name: "OutputParameters"))
4055
+ LambdaStepMetadata.struct_class = Types::LambdaStepMetadata
4056
+
4020
4057
  LineageEntityParameters.key = Shapes::ShapeRef.new(shape: StringParameterValue)
4021
4058
  LineageEntityParameters.value = Shapes::ShapeRef.new(shape: StringParameterValue)
4022
4059
 
@@ -4776,6 +4813,13 @@ module Aws::SageMaker
4776
4813
  MetricData.add_member(:timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "Timestamp"))
4777
4814
  MetricData.struct_class = Types::MetricData
4778
4815
 
4816
+ MetricDataList.member = Shapes::ShapeRef.new(shape: MetricDatum)
4817
+
4818
+ MetricDatum.add_member(:metric_name, Shapes::ShapeRef.new(shape: AutoMLMetricEnum, location_name: "MetricName"))
4819
+ MetricDatum.add_member(:value, Shapes::ShapeRef.new(shape: Float, location_name: "Value"))
4820
+ MetricDatum.add_member(:set, Shapes::ShapeRef.new(shape: MetricSetSource, location_name: "Set"))
4821
+ MetricDatum.struct_class = Types::MetricDatum
4822
+
4779
4823
  MetricDefinition.add_member(:name, Shapes::ShapeRef.new(shape: MetricName, required: true, location_name: "Name"))
4780
4824
  MetricDefinition.add_member(:regex, Shapes::ShapeRef.new(shape: MetricRegex, required: true, location_name: "Regex"))
4781
4825
  MetricDefinition.struct_class = Types::MetricDefinition
@@ -5271,6 +5315,7 @@ module Aws::SageMaker
5271
5315
  PipelineExecutionStepMetadata.add_member(:register_model, Shapes::ShapeRef.new(shape: RegisterModelStepMetadata, location_name: "RegisterModel"))
5272
5316
  PipelineExecutionStepMetadata.add_member(:condition, Shapes::ShapeRef.new(shape: ConditionStepMetadata, location_name: "Condition"))
5273
5317
  PipelineExecutionStepMetadata.add_member(:callback, Shapes::ShapeRef.new(shape: CallbackStepMetadata, location_name: "Callback"))
5318
+ PipelineExecutionStepMetadata.add_member(:lambda, Shapes::ShapeRef.new(shape: LambdaStepMetadata, location_name: "Lambda"))
5274
5319
  PipelineExecutionStepMetadata.struct_class = Types::PipelineExecutionStepMetadata
5275
5320
 
5276
5321
  PipelineExecutionSummary.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, location_name: "PipelineExecutionArn"))
@@ -5392,7 +5437,7 @@ module Aws::SageMaker
5392
5437
 
5393
5438
  ProductionVariant.add_member(:variant_name, Shapes::ShapeRef.new(shape: VariantName, required: true, location_name: "VariantName"))
5394
5439
  ProductionVariant.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, required: true, location_name: "ModelName"))
5395
- ProductionVariant.add_member(:initial_instance_count, Shapes::ShapeRef.new(shape: TaskCount, required: true, location_name: "InitialInstanceCount"))
5440
+ ProductionVariant.add_member(:initial_instance_count, Shapes::ShapeRef.new(shape: InitialTaskCount, required: true, location_name: "InitialInstanceCount"))
5396
5441
  ProductionVariant.add_member(:instance_type, Shapes::ShapeRef.new(shape: ProductionVariantInstanceType, required: true, location_name: "InstanceType"))
5397
5442
  ProductionVariant.add_member(:initial_variant_weight, Shapes::ShapeRef.new(shape: VariantWeight, location_name: "InitialVariantWeight"))
5398
5443
  ProductionVariant.add_member(:accelerator_type, Shapes::ShapeRef.new(shape: ProductionVariantAcceleratorType, location_name: "AcceleratorType"))
@@ -797,7 +797,7 @@ module Aws::SageMaker
797
797
  # Maximization approach to estimate the true class of text based on
798
798
  # annotations from individual workers.
799
799
  #
800
- # * `rn:aws:lambda:us-east-1:432418664414:function:ACS-TextMultiClass`
800
+ # * `arn:aws:lambda:us-east-1:432418664414:function:ACS-TextMultiClass`
801
801
  #
802
802
  # * `arn:aws:lambda:us-east-2:266458841044:function:ACS-TextMultiClass`
803
803
  #
@@ -1641,6 +1641,140 @@ module Aws::SageMaker
1641
1641
  include Aws::Structure
1642
1642
  end
1643
1643
 
1644
+ # Configures the behavior of the client used by Amazon SageMaker to
1645
+ # interact with the model container during asynchronous inference.
1646
+ #
1647
+ # @note When making an API call, you may pass AsyncInferenceClientConfig
1648
+ # data as a hash:
1649
+ #
1650
+ # {
1651
+ # max_concurrent_invocations_per_instance: 1,
1652
+ # }
1653
+ #
1654
+ # @!attribute [rw] max_concurrent_invocations_per_instance
1655
+ # The maximum number of concurrent requests sent by the SageMaker
1656
+ # client to the model container. If no value is provided, Amazon
1657
+ # SageMaker will choose an optimal value for you.
1658
+ # @return [Integer]
1659
+ #
1660
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/AsyncInferenceClientConfig AWS API Documentation
1661
+ #
1662
+ class AsyncInferenceClientConfig < Struct.new(
1663
+ :max_concurrent_invocations_per_instance)
1664
+ SENSITIVE = []
1665
+ include Aws::Structure
1666
+ end
1667
+
1668
+ # Specifies configuration for how an endpoint performs asynchronous
1669
+ # inference.
1670
+ #
1671
+ # @note When making an API call, you may pass AsyncInferenceConfig
1672
+ # data as a hash:
1673
+ #
1674
+ # {
1675
+ # client_config: {
1676
+ # max_concurrent_invocations_per_instance: 1,
1677
+ # },
1678
+ # output_config: { # required
1679
+ # kms_key_id: "KmsKeyId",
1680
+ # s3_output_path: "DestinationS3Uri", # required
1681
+ # notification_config: {
1682
+ # success_topic: "SnsTopicArn",
1683
+ # error_topic: "SnsTopicArn",
1684
+ # },
1685
+ # },
1686
+ # }
1687
+ #
1688
+ # @!attribute [rw] client_config
1689
+ # Configures the behavior of the client used by Amazon SageMaker to
1690
+ # interact with the model container during asynchronous inference.
1691
+ # @return [Types::AsyncInferenceClientConfig]
1692
+ #
1693
+ # @!attribute [rw] output_config
1694
+ # Specifies the configuration for asynchronous inference invocation
1695
+ # outputs.
1696
+ # @return [Types::AsyncInferenceOutputConfig]
1697
+ #
1698
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/AsyncInferenceConfig AWS API Documentation
1699
+ #
1700
+ class AsyncInferenceConfig < Struct.new(
1701
+ :client_config,
1702
+ :output_config)
1703
+ SENSITIVE = []
1704
+ include Aws::Structure
1705
+ end
1706
+
1707
+ # Specifies the configuration for notifications of inference results for
1708
+ # asynchronous inference.
1709
+ #
1710
+ # @note When making an API call, you may pass AsyncInferenceNotificationConfig
1711
+ # data as a hash:
1712
+ #
1713
+ # {
1714
+ # success_topic: "SnsTopicArn",
1715
+ # error_topic: "SnsTopicArn",
1716
+ # }
1717
+ #
1718
+ # @!attribute [rw] success_topic
1719
+ # Amazon SNS topic to post a notification to when inference completes
1720
+ # successfully. If no topic is provided, no notification is sent on
1721
+ # success.
1722
+ # @return [String]
1723
+ #
1724
+ # @!attribute [rw] error_topic
1725
+ # Amazon SNS topic to post a notification to when inference fails. If
1726
+ # no topic is provided, no notification is sent on failure.
1727
+ # @return [String]
1728
+ #
1729
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/AsyncInferenceNotificationConfig AWS API Documentation
1730
+ #
1731
+ class AsyncInferenceNotificationConfig < Struct.new(
1732
+ :success_topic,
1733
+ :error_topic)
1734
+ SENSITIVE = []
1735
+ include Aws::Structure
1736
+ end
1737
+
1738
+ # Specifies the configuration for asynchronous inference invocation
1739
+ # outputs.
1740
+ #
1741
+ # @note When making an API call, you may pass AsyncInferenceOutputConfig
1742
+ # data as a hash:
1743
+ #
1744
+ # {
1745
+ # kms_key_id: "KmsKeyId",
1746
+ # s3_output_path: "DestinationS3Uri", # required
1747
+ # notification_config: {
1748
+ # success_topic: "SnsTopicArn",
1749
+ # error_topic: "SnsTopicArn",
1750
+ # },
1751
+ # }
1752
+ #
1753
+ # @!attribute [rw] kms_key_id
1754
+ # The Amazon Web Services Key Management Service (Amazon Web Services
1755
+ # KMS) key that Amazon SageMaker uses to encrypt the asynchronous
1756
+ # inference output in Amazon S3.
1757
+ # @return [String]
1758
+ #
1759
+ # @!attribute [rw] s3_output_path
1760
+ # The Amazon S3 location to upload inference responses to.
1761
+ # @return [String]
1762
+ #
1763
+ # @!attribute [rw] notification_config
1764
+ # Specifies the configuration for notifications of inference results
1765
+ # for asynchronous inference.
1766
+ # @return [Types::AsyncInferenceNotificationConfig]
1767
+ #
1768
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/AsyncInferenceOutputConfig AWS API Documentation
1769
+ #
1770
+ class AsyncInferenceOutputConfig < Struct.new(
1771
+ :kms_key_id,
1772
+ :s3_output_path,
1773
+ :notification_config)
1774
+ SENSITIVE = []
1775
+ include Aws::Structure
1776
+ end
1777
+
1644
1778
  # Configuration for Athena Dataset Definition input.
1645
1779
  #
1646
1780
  # @note When making an API call, you may pass AthenaDatasetDefinition
@@ -1707,8 +1841,8 @@ module Aws::SageMaker
1707
1841
  include Aws::Structure
1708
1842
  end
1709
1843
 
1710
- # An Autopilot job returns recommendations, or candidates. Each
1711
- # candidate has futher details about the steps involved and the status.
1844
+ # Information about a candidate produced by an AutoML training job,
1845
+ # including its status, steps, and other properties.
1712
1846
  #
1713
1847
  # @!attribute [rw] candidate_name
1714
1848
  # The name of the candidate.
@@ -1751,7 +1885,7 @@ module Aws::SageMaker
1751
1885
  # @return [String]
1752
1886
  #
1753
1887
  # @!attribute [rw] candidate_properties
1754
- # The AutoML candidate's properties.
1888
+ # The properties of an AutoML candidate job.
1755
1889
  # @return [Types::CandidateProperties]
1756
1890
  #
1757
1891
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/AutoMLCandidate AWS API Documentation
@@ -1842,7 +1976,8 @@ module Aws::SageMaker
1842
1976
  # that make up an AutoML candidate. For more information, see .
1843
1977
  #
1844
1978
  # @!attribute [rw] image
1845
- # The ECR path of the container. For more information, see .
1979
+ # The Amazon Elastic Container Registry (Amazon ECR) path of the
1980
+ # container. For more information, see .
1846
1981
  # @return [String]
1847
1982
  #
1848
1983
  # @!attribute [rw] model_data_url
@@ -2006,7 +2141,7 @@ module Aws::SageMaker
2006
2141
  # * `MSE`\: The mean squared error (MSE) is the average of the squared
2007
2142
  # differences between the predicted and actual values. It is used
2008
2143
  # for regression. MSE values are always positive: the better a model
2009
- # is at predicting the actual values, the smaller the MSE value.
2144
+ # is at predicting the actual values, the smaller the MSE value is.
2010
2145
  # When the data contains outliers, they tend to dominate the MSE,
2011
2146
  # which might cause subpar prediction performance.
2012
2147
  #
@@ -2085,7 +2220,7 @@ module Aws::SageMaker
2085
2220
  # Provides a summary about an AutoML job.
2086
2221
  #
2087
2222
  # @!attribute [rw] auto_ml_job_name
2088
- # The name of the AutoML you are requesting.
2223
+ # The name of the AutoML job you are requesting.
2089
2224
  # @return [String]
2090
2225
  #
2091
2226
  # @!attribute [rw] auto_ml_job_arn
@@ -2388,10 +2523,15 @@ module Aws::SageMaker
2388
2523
  # candidate.
2389
2524
  # @return [Types::CandidateArtifactLocations]
2390
2525
  #
2526
+ # @!attribute [rw] candidate_metrics
2527
+ # Information about the candidate metrics for an AutoML job.
2528
+ # @return [Array<Types::MetricDatum>]
2529
+ #
2391
2530
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CandidateProperties AWS API Documentation
2392
2531
  #
2393
2532
  class CandidateProperties < Struct.new(
2394
- :candidate_artifact_locations)
2533
+ :candidate_artifact_locations,
2534
+ :candidate_metrics)
2395
2535
  SENSITIVE = []
2396
2536
  include Aws::Structure
2397
2537
  end
@@ -3701,7 +3841,7 @@ module Aws::SageMaker
3701
3841
  # resource_spec: {
3702
3842
  # sage_maker_image_arn: "ImageArn",
3703
3843
  # sage_maker_image_version_arn: "ImageVersionArn",
3704
- # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
3844
+ # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
3705
3845
  # },
3706
3846
  # }
3707
3847
  #
@@ -3973,8 +4113,7 @@ module Aws::SageMaker
3973
4113
  end
3974
4114
 
3975
4115
  # @!attribute [rw] auto_ml_job_arn
3976
- # The unique ARN that is assigned to the AutoML job when it is
3977
- # created.
4116
+ # The unique ARN assigned to the AutoML job when it is created.
3978
4117
  # @return [String]
3979
4118
  #
3980
4119
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateAutoMLJobResponse AWS API Documentation
@@ -4501,14 +4640,14 @@ module Aws::SageMaker
4501
4640
  # default_resource_spec: {
4502
4641
  # sage_maker_image_arn: "ImageArn",
4503
4642
  # sage_maker_image_version_arn: "ImageVersionArn",
4504
- # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
4643
+ # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
4505
4644
  # },
4506
4645
  # },
4507
4646
  # kernel_gateway_app_settings: {
4508
4647
  # default_resource_spec: {
4509
4648
  # sage_maker_image_arn: "ImageArn",
4510
4649
  # sage_maker_image_version_arn: "ImageVersionArn",
4511
- # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
4650
+ # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
4512
4651
  # },
4513
4652
  # custom_images: [
4514
4653
  # {
@@ -4522,7 +4661,7 @@ module Aws::SageMaker
4522
4661
  # default_resource_spec: {
4523
4662
  # sage_maker_image_arn: "ImageArn",
4524
4663
  # sage_maker_image_version_arn: "ImageVersionArn",
4525
- # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
4664
+ # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
4526
4665
  # },
4527
4666
  # },
4528
4667
  # },
@@ -4748,6 +4887,19 @@ module Aws::SageMaker
4748
4887
  # },
4749
4888
  # ],
4750
4889
  # kms_key_id: "KmsKeyId",
4890
+ # async_inference_config: {
4891
+ # client_config: {
4892
+ # max_concurrent_invocations_per_instance: 1,
4893
+ # },
4894
+ # output_config: { # required
4895
+ # kms_key_id: "KmsKeyId",
4896
+ # s3_output_path: "DestinationS3Uri", # required
4897
+ # notification_config: {
4898
+ # success_topic: "SnsTopicArn",
4899
+ # error_topic: "SnsTopicArn",
4900
+ # },
4901
+ # },
4902
+ # },
4751
4903
  # }
4752
4904
  #
4753
4905
  # @!attribute [rw] endpoint_config_name
@@ -4822,6 +4974,16 @@ module Aws::SageMaker
4822
4974
  # [3]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ssd-instance-store.html
4823
4975
  # @return [String]
4824
4976
  #
4977
+ # @!attribute [rw] async_inference_config
4978
+ # Specifies configuration for how an endpoint performs asynchronous
4979
+ # inference. This is a required field in order for your Endpoint to be
4980
+ # invoked using [ `InvokeEndpointAsync` ][1].
4981
+ #
4982
+ #
4983
+ #
4984
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_runtime_InvokeEndpoint.html
4985
+ # @return [Types::AsyncInferenceConfig]
4986
+ #
4825
4987
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateEndpointConfigInput AWS API Documentation
4826
4988
  #
4827
4989
  class CreateEndpointConfigInput < Struct.new(
@@ -4829,7 +4991,8 @@ module Aws::SageMaker
4829
4991
  :production_variants,
4830
4992
  :data_capture_config,
4831
4993
  :tags,
4832
- :kms_key_id)
4994
+ :kms_key_id,
4995
+ :async_inference_config)
4833
4996
  SENSITIVE = []
4834
4997
  include Aws::Structure
4835
4998
  end
@@ -5947,7 +6110,15 @@ module Aws::SageMaker
5947
6110
  # configuration file. To learn how, see [Create a Labeling Category
5948
6111
  # Configuration File for 3D Point Cloud Labeling Jobs][1].
5949
6112
  #
5950
- # For all other [built-in task types][2] and [custom tasks][3], your
6113
+ # For named entity recognition jobs, in addition to `"labels"`, you
6114
+ # must provide worker instructions in the label category configuration
6115
+ # file using the `"instructions"` parameter: `"instructions":
6116
+ # \{"shortInstruction":"<h1>Add header</h1><p>Add Instructions</p>",
6117
+ # "fullInstruction":"<p>Add additional instructions.</p>"\}`. For
6118
+ # details and an example, see [Create a Named Entity Recognition
6119
+ # Labeling Job (API) ][2].
6120
+ #
6121
+ # For all other [built-in task types][3] and [custom tasks][4], your
5951
6122
  # label category configuration file must be a JSON file in the
5952
6123
  # following format. Identify the labels you want to use by replacing
5953
6124
  # `label_1`, `label_2`,`...`,`label_n` with your label categories.
@@ -5974,15 +6145,16 @@ module Aws::SageMaker
5974
6145
  # * If you create a 3D point cloud or video frame adjustment or
5975
6146
  # verification labeling job, you must include
5976
6147
  # `auditLabelAttributeName` in the label category configuration. Use
5977
- # this parameter to enter the [ `LabelAttributeName` ][4] of the
6148
+ # this parameter to enter the [ `LabelAttributeName` ][5] of the
5978
6149
  # labeling job you want to adjust or verify annotations of.
5979
6150
  #
5980
6151
  #
5981
6152
  #
5982
6153
  # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/sms-point-cloud-label-category-config.html
5983
- # [2]: https://docs.aws.amazon.com/sagemaker/latest/dg/sms-task-types.html
5984
- # [3]: https://docs.aws.amazon.com/sagemaker/latest/dg/sms-custom-templates.html
5985
- # [4]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateLabelingJob.html#sagemaker-CreateLabelingJob-request-LabelAttributeName
6154
+ # [2]: https://docs.aws.amazon.com/sagemaker/latest/dg/sms-named-entity-recg.html#sms-creating-ner-api
6155
+ # [3]: https://docs.aws.amazon.com/sagemaker/latest/dg/sms-task-types.html
6156
+ # [4]: https://docs.aws.amazon.com/sagemaker/latest/dg/sms-custom-templates.html
6157
+ # [5]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateLabelingJob.html#sagemaker-CreateLabelingJob-request-LabelAttributeName
5986
6158
  # @return [String]
5987
6159
  #
5988
6160
  # @!attribute [rw] stopping_conditions
@@ -7094,7 +7266,7 @@ module Aws::SageMaker
7094
7266
  #
7095
7267
  # {
7096
7268
  # notebook_instance_name: "NotebookInstanceName", # required
7097
- # instance_type: "ml.t2.medium", # required, accepts ml.t2.medium, ml.t2.large, ml.t2.xlarge, ml.t2.2xlarge, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5d.xlarge, ml.c5d.2xlarge, ml.c5d.4xlarge, ml.c5d.9xlarge, ml.c5d.18xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge
7269
+ # instance_type: "ml.t2.medium", # required, accepts ml.t2.medium, ml.t2.large, ml.t2.xlarge, ml.t2.2xlarge, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5d.xlarge, ml.c5d.2xlarge, ml.c5d.4xlarge, ml.c5d.9xlarge, ml.c5d.18xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
7098
7270
  # subnet_id: "SubnetId",
7099
7271
  # security_group_ids: ["SecurityGroupId"],
7100
7272
  # role_arn: "RoleArn", # required
@@ -7112,6 +7284,7 @@ module Aws::SageMaker
7112
7284
  # default_code_repository: "CodeRepositoryNameOrUrl",
7113
7285
  # additional_code_repositories: ["CodeRepositoryNameOrUrl"],
7114
7286
  # root_access: "Enabled", # accepts Enabled, Disabled
7287
+ # platform_identifier: "PlatformIdentifier",
7115
7288
  # }
7116
7289
  #
7117
7290
  # @!attribute [rw] notebook_instance_name
@@ -7261,6 +7434,11 @@ module Aws::SageMaker
7261
7434
  # </note>
7262
7435
  # @return [String]
7263
7436
  #
7437
+ # @!attribute [rw] platform_identifier
7438
+ # The platform identifier of the notebook instance runtime
7439
+ # environment.
7440
+ # @return [String]
7441
+ #
7264
7442
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateNotebookInstanceInput AWS API Documentation
7265
7443
  #
7266
7444
  class CreateNotebookInstanceInput < Struct.new(
@@ -7277,7 +7455,8 @@ module Aws::SageMaker
7277
7455
  :accelerator_types,
7278
7456
  :default_code_repository,
7279
7457
  :additional_code_repositories,
7280
- :root_access)
7458
+ :root_access,
7459
+ :platform_identifier)
7281
7460
  SENSITIVE = []
7282
7461
  include Aws::Structure
7283
7462
  end
@@ -8632,14 +8811,14 @@ module Aws::SageMaker
8632
8811
  # default_resource_spec: {
8633
8812
  # sage_maker_image_arn: "ImageArn",
8634
8813
  # sage_maker_image_version_arn: "ImageVersionArn",
8635
- # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
8814
+ # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
8636
8815
  # },
8637
8816
  # },
8638
8817
  # kernel_gateway_app_settings: {
8639
8818
  # default_resource_spec: {
8640
8819
  # sage_maker_image_arn: "ImageArn",
8641
8820
  # sage_maker_image_version_arn: "ImageVersionArn",
8642
- # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
8821
+ # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
8643
8822
  # },
8644
8823
  # custom_images: [
8645
8824
  # {
@@ -8653,7 +8832,7 @@ module Aws::SageMaker
8653
8832
  # default_resource_spec: {
8654
8833
  # sage_maker_image_arn: "ImageArn",
8655
8834
  # sage_maker_image_version_arn: "ImageVersionArn",
8656
- # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
8835
+ # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
8657
8836
  # },
8658
8837
  # },
8659
8838
  # },
@@ -11117,7 +11296,7 @@ module Aws::SageMaker
11117
11296
  # @return [Types::AutoMLJobArtifacts]
11118
11297
  #
11119
11298
  # @!attribute [rw] resolved_attributes
11120
- # This contains `ProblemType`, `AutoMLJobObjective` and
11299
+ # This contains `ProblemType`, `AutoMLJobObjective`, and
11121
11300
  # `CompletionCriteria`. If you do not provide these values, they are
11122
11301
  # auto-inferred. If you do provide them, the values used are the ones
11123
11302
  # you provide.
@@ -11942,6 +12121,15 @@ module Aws::SageMaker
11942
12121
  # A timestamp that shows when the endpoint configuration was created.
11943
12122
  # @return [Time]
11944
12123
  #
12124
+ # @!attribute [rw] async_inference_config
12125
+ # Returns the description of an endpoint configuration created using
12126
+ # the [ `CreateEndpointConfig` ][1] API.
12127
+ #
12128
+ #
12129
+ #
12130
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateEndpointConfig.html
12131
+ # @return [Types::AsyncInferenceConfig]
12132
+ #
11945
12133
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeEndpointConfigOutput AWS API Documentation
11946
12134
  #
11947
12135
  class DescribeEndpointConfigOutput < Struct.new(
@@ -11950,7 +12138,8 @@ module Aws::SageMaker
11950
12138
  :production_variants,
11951
12139
  :data_capture_config,
11952
12140
  :kms_key_id,
11953
- :creation_time)
12141
+ :creation_time,
12142
+ :async_inference_config)
11954
12143
  SENSITIVE = []
11955
12144
  include Aws::Structure
11956
12145
  end
@@ -12047,6 +12236,15 @@ module Aws::SageMaker
12047
12236
  # The most recent deployment configuration for the endpoint.
12048
12237
  # @return [Types::DeploymentConfig]
12049
12238
  #
12239
+ # @!attribute [rw] async_inference_config
12240
+ # Returns the description of an endpoint configuration created using
12241
+ # the [ `CreateEndpointConfig` ][1] API.
12242
+ #
12243
+ #
12244
+ #
12245
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateEndpointConfig.html
12246
+ # @return [Types::AsyncInferenceConfig]
12247
+ #
12050
12248
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeEndpointOutput AWS API Documentation
12051
12249
  #
12052
12250
  class DescribeEndpointOutput < Struct.new(
@@ -12059,7 +12257,8 @@ module Aws::SageMaker
12059
12257
  :failure_reason,
12060
12258
  :creation_time,
12061
12259
  :last_modified_time,
12062
- :last_deployment_config)
12260
+ :last_deployment_config,
12261
+ :async_inference_config)
12063
12262
  SENSITIVE = []
12064
12263
  include Aws::Structure
12065
12264
  end
@@ -13685,6 +13884,11 @@ module Aws::SageMaker
13685
13884
  # </note>
13686
13885
  # @return [String]
13687
13886
  #
13887
+ # @!attribute [rw] platform_identifier
13888
+ # The platform identifier of the notebook instance runtime
13889
+ # environment.
13890
+ # @return [String]
13891
+ #
13688
13892
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeNotebookInstanceOutput AWS API Documentation
13689
13893
  #
13690
13894
  class DescribeNotebookInstanceOutput < Struct.new(
@@ -13707,7 +13911,8 @@ module Aws::SageMaker
13707
13911
  :accelerator_types,
13708
13912
  :default_code_repository,
13709
13913
  :additional_code_repositories,
13710
- :root_access)
13914
+ :root_access,
13915
+ :platform_identifier)
13711
13916
  SENSITIVE = []
13712
13917
  include Aws::Structure
13713
13918
  end
@@ -19378,7 +19583,7 @@ module Aws::SageMaker
19378
19583
  # default_resource_spec: {
19379
19584
  # sage_maker_image_arn: "ImageArn",
19380
19585
  # sage_maker_image_version_arn: "ImageVersionArn",
19381
- # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
19586
+ # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
19382
19587
  # },
19383
19588
  # }
19384
19589
  #
@@ -19404,7 +19609,7 @@ module Aws::SageMaker
19404
19609
  # default_resource_spec: {
19405
19610
  # sage_maker_image_arn: "ImageArn",
19406
19611
  # sage_maker_image_version_arn: "ImageVersionArn",
19407
- # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
19612
+ # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
19408
19613
  # },
19409
19614
  # custom_images: [
19410
19615
  # {
@@ -20079,6 +20284,26 @@ module Aws::SageMaker
20079
20284
  include Aws::Structure
20080
20285
  end
20081
20286
 
20287
+ # Metadata for a Lambda step.
20288
+ #
20289
+ # @!attribute [rw] arn
20290
+ # The Amazon Resource Name (ARN) of the Lambda function that was run
20291
+ # by this step execution.
20292
+ # @return [String]
20293
+ #
20294
+ # @!attribute [rw] output_parameters
20295
+ # A list of the output parameters of the Lambda step.
20296
+ # @return [Array<Types::OutputParameter>]
20297
+ #
20298
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/LambdaStepMetadata AWS API Documentation
20299
+ #
20300
+ class LambdaStepMetadata < Struct.new(
20301
+ :arn,
20302
+ :output_parameters)
20303
+ SENSITIVE = []
20304
+ include Aws::Structure
20305
+ end
20306
+
20082
20307
  # @note When making an API call, you may pass ListActionsRequest
20083
20308
  # data as a hash:
20084
20309
  #
@@ -24717,6 +24942,31 @@ module Aws::SageMaker
24717
24942
  include Aws::Structure
24718
24943
  end
24719
24944
 
24945
+ # Information about the metric for a candidate produced by an AutoML
24946
+ # job.
24947
+ #
24948
+ # @!attribute [rw] metric_name
24949
+ # The name of the metric.
24950
+ # @return [String]
24951
+ #
24952
+ # @!attribute [rw] value
24953
+ # The value of the metric.
24954
+ # @return [Float]
24955
+ #
24956
+ # @!attribute [rw] set
24957
+ # The dataset split from which the AutoML job produced the metric.
24958
+ # @return [String]
24959
+ #
24960
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/MetricDatum AWS API Documentation
24961
+ #
24962
+ class MetricDatum < Struct.new(
24963
+ :metric_name,
24964
+ :value,
24965
+ :set)
24966
+ SENSITIVE = []
24967
+ include Aws::Structure
24968
+ end
24969
+
24720
24970
  # Specifies a metric that the training algorithm writes to `stderr` or
24721
24971
  # `stdout`. Amazon SageMakerhyperparameter tuning captures all defined
24722
24972
  # metrics. You specify one metric that a hyperparameter tuning job uses
@@ -27232,8 +27482,8 @@ module Aws::SageMaker
27232
27482
  include Aws::Structure
27233
27483
  end
27234
27484
 
27235
- # Configures SNS notifications of available or expiring work items for
27236
- # work teams.
27485
+ # Configures Amazon SNS notifications of available or expiring work
27486
+ # items for work teams.
27237
27487
  #
27238
27488
  # @note When making an API call, you may pass NotificationConfiguration
27239
27489
  # data as a hash:
@@ -27243,7 +27493,7 @@ module Aws::SageMaker
27243
27493
  # }
27244
27494
  #
27245
27495
  # @!attribute [rw] notification_topic_arn
27246
- # The ARN for the SNS topic to which notifications should be
27496
+ # The ARN for the Amazon SNS topic to which notifications should be
27247
27497
  # published.
27248
27498
  # @return [String]
27249
27499
  #
@@ -28315,22 +28565,30 @@ module Aws::SageMaker
28315
28565
  # @return [Types::TuningJobStepMetaData]
28316
28566
  #
28317
28567
  # @!attribute [rw] model
28318
- # Metadata for the Model step.
28568
+ # The Amazon Resource Name (ARN) of the model that was created by this
28569
+ # step execution.
28319
28570
  # @return [Types::ModelStepMetadata]
28320
28571
  #
28321
28572
  # @!attribute [rw] register_model
28322
- # Metadata for the RegisterModel step.
28573
+ # The Amazon Resource Name (ARN) of the model package the model was
28574
+ # registered to by this step execution.
28323
28575
  # @return [Types::RegisterModelStepMetadata]
28324
28576
  #
28325
28577
  # @!attribute [rw] condition
28326
- # If this is a Condition step metadata object, details on the
28327
- # condition.
28578
+ # The outcome of the condition evaluation that was run by this step
28579
+ # execution.
28328
28580
  # @return [Types::ConditionStepMetadata]
28329
28581
  #
28330
28582
  # @!attribute [rw] callback
28331
- # Metadata about a callback step.
28583
+ # The URL of the Amazon SQS queue used by this step execution, the
28584
+ # pipeline generated token, and a list of output parameters.
28332
28585
  # @return [Types::CallbackStepMetadata]
28333
28586
  #
28587
+ # @!attribute [rw] lambda
28588
+ # The Amazon Resource Name (ARN) of the Lambda function that was run
28589
+ # by this step execution and a list of output parameters.
28590
+ # @return [Types::LambdaStepMetadata]
28591
+ #
28334
28592
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/PipelineExecutionStepMetadata AWS API Documentation
28335
28593
  #
28336
28594
  class PipelineExecutionStepMetadata < Struct.new(
@@ -28341,7 +28599,8 @@ module Aws::SageMaker
28341
28599
  :model,
28342
28600
  :register_model,
28343
28601
  :condition,
28344
- :callback)
28602
+ :callback,
28603
+ :lambda)
28345
28604
  SENSITIVE = []
28346
28605
  include Aws::Structure
28347
28606
  end
@@ -30360,7 +30619,7 @@ module Aws::SageMaker
30360
30619
  # {
30361
30620
  # sage_maker_image_arn: "ImageArn",
30362
30621
  # sage_maker_image_version_arn: "ImageVersionArn",
30363
- # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
30622
+ # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
30364
30623
  # }
30365
30624
  #
30366
30625
  # @!attribute [rw] sage_maker_image_arn
@@ -31777,10 +32036,10 @@ module Aws::SageMaker
31777
32036
  # time limit, Amazon SageMaker ends the training or compilation job. Use
31778
32037
  # this API to cap model training costs.
31779
32038
  #
31780
- # To stop a job, Amazon SageMaker sends the algorithm the `SIGTERM`
31781
- # signal, which delays job termination for 120 seconds. Algorithms can
31782
- # use this 120-second window to save the model artifacts, so the results
31783
- # of training are not lost.
32039
+ # To stop a training job, Amazon SageMaker sends the algorithm the
32040
+ # `SIGTERM` signal, which delays job termination for 120 seconds.
32041
+ # Algorithms can use this 120-second window to save the model artifacts,
32042
+ # so the results of training are not lost.
31784
32043
  #
31785
32044
  # The training algorithms provided by Amazon SageMaker automatically
31786
32045
  # save the intermediate results of a model training job when possible.
@@ -31806,14 +32065,17 @@ module Aws::SageMaker
31806
32065
  #
31807
32066
  # @!attribute [rw] max_runtime_in_seconds
31808
32067
  # The maximum length of time, in seconds, that a training or
31809
- # compilation job can run. If the job does not complete during this
31810
- # time, Amazon SageMaker ends the job.
32068
+ # compilation job can run.
31811
32069
  #
31812
- # When `RetryStrategy` is specified in the job request,
31813
- # `MaxRuntimeInSeconds` specifies the maximum time for all of the
31814
- # attempts in total, not each individual attempt.
32070
+ # For compilation jobs, if the job does not complete during this time,
32071
+ # you will receive a `TimeOut` error. We recommend starting with 900
32072
+ # seconds and increase as necessary based on your model.
31815
32073
  #
31816
- # The default value is 1 day. The maximum value is 28 days.
32074
+ # For all other jobs, if the job does not complete during this time,
32075
+ # Amazon SageMaker ends the job. When `RetryStrategy` is specified in
32076
+ # the job request, `MaxRuntimeInSeconds` specifies the maximum time
32077
+ # for all of the attempts in total, not each individual attempt. The
32078
+ # default value is 1 day. The maximum value is 28 days.
31817
32079
  # @return [Integer]
31818
32080
  #
31819
32081
  # @!attribute [rw] max_wait_time_in_seconds
@@ -32011,7 +32273,7 @@ module Aws::SageMaker
32011
32273
  # default_resource_spec: {
32012
32274
  # sage_maker_image_arn: "ImageArn",
32013
32275
  # sage_maker_image_version_arn: "ImageVersionArn",
32014
- # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
32276
+ # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
32015
32277
  # },
32016
32278
  # }
32017
32279
  #
@@ -34064,7 +34326,14 @@ module Aws::SageMaker
34064
34326
  end
34065
34327
 
34066
34328
  # Provided configuration information for the worker UI for a labeling
34067
- # job.
34329
+ # job. Provide either `HumanTaskUiArn` or `UiTemplateS3Uri`.
34330
+ #
34331
+ # For named entity recognition, 3D point cloud and video frame labeling
34332
+ # jobs, use `HumanTaskUiArn`.
34333
+ #
34334
+ # For all other Ground Truth built-in task types and custom task types,
34335
+ # use `UiTemplateS3Uri` to specify the location of a worker task
34336
+ # template in Amazon S3.
34068
34337
  #
34069
34338
  # @note When making an API call, you may pass UiConfig
34070
34339
  # data as a hash:
@@ -34090,11 +34359,21 @@ module Aws::SageMaker
34090
34359
  # The ARN of the worker task template used to render the worker UI and
34091
34360
  # tools for labeling job tasks.
34092
34361
  #
34093
- # Use this parameter when you are creating a labeling job for 3D point
34094
- # cloud and video fram labeling jobs. Use your labeling job task type
34095
- # to select one of the following ARNs and use it with this parameter
34096
- # when you create a labeling job. Replace `aws-region` with the Amazon
34097
- # Web Services region you are creating your labeling job in.
34362
+ # Use this parameter when you are creating a labeling job for named
34363
+ # entity recognition, 3D point cloud and video frame labeling jobs.
34364
+ # Use your labeling job task type to select one of the following ARNs
34365
+ # and use it with this parameter when you create a labeling job.
34366
+ # Replace `aws-region` with the Amazon Web Services Region you are
34367
+ # creating your labeling job in. For example, replace `aws-region`
34368
+ # with `us-west-1` if you create a labeling job in US West (N.
34369
+ # California).
34370
+ #
34371
+ # **Named Entity Recognition**
34372
+ #
34373
+ # Use the following `HumanTaskUiArn` for named entity recognition
34374
+ # labeling jobs:
34375
+ #
34376
+ # `arn:aws:sagemaker:aws-region:394669845002:human-task-ui/NamedEntityRecognition`
34098
34377
  #
34099
34378
  # **3D Point Cloud HumanTaskUiArns**
34100
34379
  #
@@ -34539,14 +34818,14 @@ module Aws::SageMaker
34539
34818
  # default_resource_spec: {
34540
34819
  # sage_maker_image_arn: "ImageArn",
34541
34820
  # sage_maker_image_version_arn: "ImageVersionArn",
34542
- # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
34821
+ # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
34543
34822
  # },
34544
34823
  # },
34545
34824
  # kernel_gateway_app_settings: {
34546
34825
  # default_resource_spec: {
34547
34826
  # sage_maker_image_arn: "ImageArn",
34548
34827
  # sage_maker_image_version_arn: "ImageVersionArn",
34549
- # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
34828
+ # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
34550
34829
  # },
34551
34830
  # custom_images: [
34552
34831
  # {
@@ -34560,7 +34839,7 @@ module Aws::SageMaker
34560
34839
  # default_resource_spec: {
34561
34840
  # sage_maker_image_arn: "ImageArn",
34562
34841
  # sage_maker_image_version_arn: "ImageVersionArn",
34563
- # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
34842
+ # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
34564
34843
  # },
34565
34844
  # },
34566
34845
  # },
@@ -34997,7 +35276,7 @@ module Aws::SageMaker
34997
35276
  #
34998
35277
  # {
34999
35278
  # notebook_instance_name: "NotebookInstanceName", # required
35000
- # instance_type: "ml.t2.medium", # accepts ml.t2.medium, ml.t2.large, ml.t2.xlarge, ml.t2.2xlarge, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5d.xlarge, ml.c5d.2xlarge, ml.c5d.4xlarge, ml.c5d.9xlarge, ml.c5d.18xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge
35279
+ # instance_type: "ml.t2.medium", # accepts ml.t2.medium, ml.t2.large, ml.t2.xlarge, ml.t2.2xlarge, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5d.xlarge, ml.c5d.2xlarge, ml.c5d.4xlarge, ml.c5d.9xlarge, ml.c5d.18xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
35001
35280
  # role_arn: "RoleArn",
35002
35281
  # lifecycle_config_name: "NotebookInstanceLifecycleConfigName",
35003
35282
  # disassociate_lifecycle_config: false,
@@ -35541,14 +35820,14 @@ module Aws::SageMaker
35541
35820
  # default_resource_spec: {
35542
35821
  # sage_maker_image_arn: "ImageArn",
35543
35822
  # sage_maker_image_version_arn: "ImageVersionArn",
35544
- # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
35823
+ # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
35545
35824
  # },
35546
35825
  # },
35547
35826
  # kernel_gateway_app_settings: {
35548
35827
  # default_resource_spec: {
35549
35828
  # sage_maker_image_arn: "ImageArn",
35550
35829
  # sage_maker_image_version_arn: "ImageVersionArn",
35551
- # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
35830
+ # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
35552
35831
  # },
35553
35832
  # custom_images: [
35554
35833
  # {
@@ -35562,7 +35841,7 @@ module Aws::SageMaker
35562
35841
  # default_resource_spec: {
35563
35842
  # sage_maker_image_arn: "ImageArn",
35564
35843
  # sage_maker_image_version_arn: "ImageVersionArn",
35565
- # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
35844
+ # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
35566
35845
  # },
35567
35846
  # },
35568
35847
  # },
@@ -35848,14 +36127,14 @@ module Aws::SageMaker
35848
36127
  # default_resource_spec: {
35849
36128
  # sage_maker_image_arn: "ImageArn",
35850
36129
  # sage_maker_image_version_arn: "ImageVersionArn",
35851
- # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
36130
+ # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
35852
36131
  # },
35853
36132
  # },
35854
36133
  # kernel_gateway_app_settings: {
35855
36134
  # default_resource_spec: {
35856
36135
  # sage_maker_image_arn: "ImageArn",
35857
36136
  # sage_maker_image_version_arn: "ImageVersionArn",
35858
- # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
36137
+ # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
35859
36138
  # },
35860
36139
  # custom_images: [
35861
36140
  # {
@@ -35869,7 +36148,7 @@ module Aws::SageMaker
35869
36148
  # default_resource_spec: {
35870
36149
  # sage_maker_image_arn: "ImageArn",
35871
36150
  # sage_maker_image_version_arn: "ImageVersionArn",
35872
- # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
36151
+ # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
35873
36152
  # },
35874
36153
  # },
35875
36154
  # }