aws-sdk-sagemaker 1.95.0 → 1.99.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +316 -42
- data/lib/aws-sdk-sagemaker/client_api.rb +151 -1
- data/lib/aws-sdk-sagemaker/types.rb +603 -37
- data/lib/aws-sdk-sagemaker.rb +1 -1
- metadata +5 -5
@@ -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')
|
@@ -287,6 +291,8 @@ module Aws::SageMaker
|
|
287
291
|
CreateProcessingJobResponse = Shapes::StructureShape.new(name: 'CreateProcessingJobResponse')
|
288
292
|
CreateProjectInput = Shapes::StructureShape.new(name: 'CreateProjectInput')
|
289
293
|
CreateProjectOutput = Shapes::StructureShape.new(name: 'CreateProjectOutput')
|
294
|
+
CreateStudioLifecycleConfigRequest = Shapes::StructureShape.new(name: 'CreateStudioLifecycleConfigRequest')
|
295
|
+
CreateStudioLifecycleConfigResponse = Shapes::StructureShape.new(name: 'CreateStudioLifecycleConfigResponse')
|
290
296
|
CreateTrainingJobRequest = Shapes::StructureShape.new(name: 'CreateTrainingJobRequest')
|
291
297
|
CreateTrainingJobResponse = Shapes::StructureShape.new(name: 'CreateTrainingJobResponse')
|
292
298
|
CreateTransformJobRequest = Shapes::StructureShape.new(name: 'CreateTransformJobRequest')
|
@@ -367,6 +373,7 @@ module Aws::SageMaker
|
|
367
373
|
DeletePipelineRequest = Shapes::StructureShape.new(name: 'DeletePipelineRequest')
|
368
374
|
DeletePipelineResponse = Shapes::StructureShape.new(name: 'DeletePipelineResponse')
|
369
375
|
DeleteProjectInput = Shapes::StructureShape.new(name: 'DeleteProjectInput')
|
376
|
+
DeleteStudioLifecycleConfigRequest = Shapes::StructureShape.new(name: 'DeleteStudioLifecycleConfigRequest')
|
370
377
|
DeleteTagsInput = Shapes::StructureShape.new(name: 'DeleteTagsInput')
|
371
378
|
DeleteTagsOutput = Shapes::StructureShape.new(name: 'DeleteTagsOutput')
|
372
379
|
DeleteTrialComponentRequest = Shapes::StructureShape.new(name: 'DeleteTrialComponentRequest')
|
@@ -458,6 +465,8 @@ module Aws::SageMaker
|
|
458
465
|
DescribeProcessingJobResponse = Shapes::StructureShape.new(name: 'DescribeProcessingJobResponse')
|
459
466
|
DescribeProjectInput = Shapes::StructureShape.new(name: 'DescribeProjectInput')
|
460
467
|
DescribeProjectOutput = Shapes::StructureShape.new(name: 'DescribeProjectOutput')
|
468
|
+
DescribeStudioLifecycleConfigRequest = Shapes::StructureShape.new(name: 'DescribeStudioLifecycleConfigRequest')
|
469
|
+
DescribeStudioLifecycleConfigResponse = Shapes::StructureShape.new(name: 'DescribeStudioLifecycleConfigResponse')
|
461
470
|
DescribeSubscribedWorkteamRequest = Shapes::StructureShape.new(name: 'DescribeSubscribedWorkteamRequest')
|
462
471
|
DescribeSubscribedWorkteamResponse = Shapes::StructureShape.new(name: 'DescribeSubscribedWorkteamResponse')
|
463
472
|
DescribeTrainingJobRequest = Shapes::StructureShape.new(name: 'DescribeTrainingJobRequest')
|
@@ -689,6 +698,7 @@ module Aws::SageMaker
|
|
689
698
|
InferenceExecutionMode = Shapes::StringShape.new(name: 'InferenceExecutionMode')
|
690
699
|
InferenceImage = Shapes::StringShape.new(name: 'InferenceImage')
|
691
700
|
InferenceSpecification = Shapes::StructureShape.new(name: 'InferenceSpecification')
|
701
|
+
InitialTaskCount = Shapes::IntegerShape.new(name: 'InitialTaskCount')
|
692
702
|
InputConfig = Shapes::StructureShape.new(name: 'InputConfig')
|
693
703
|
InputDataConfig = Shapes::ListShape.new(name: 'InputDataConfig')
|
694
704
|
InputMode = Shapes::StringShape.new(name: 'InputMode')
|
@@ -740,6 +750,7 @@ module Aws::SageMaker
|
|
740
750
|
LambdaFunctionArn = Shapes::StringShape.new(name: 'LambdaFunctionArn')
|
741
751
|
LambdaStepMetadata = Shapes::StructureShape.new(name: 'LambdaStepMetadata')
|
742
752
|
LastModifiedTime = Shapes::TimestampShape.new(name: 'LastModifiedTime')
|
753
|
+
LifecycleConfigArns = Shapes::ListShape.new(name: 'LifecycleConfigArns')
|
743
754
|
LineageEntityParameters = Shapes::MapShape.new(name: 'LineageEntityParameters')
|
744
755
|
ListActionsRequest = Shapes::StructureShape.new(name: 'ListActionsRequest')
|
745
756
|
ListActionsResponse = Shapes::StructureShape.new(name: 'ListActionsResponse')
|
@@ -833,6 +844,8 @@ module Aws::SageMaker
|
|
833
844
|
ListProcessingJobsResponse = Shapes::StructureShape.new(name: 'ListProcessingJobsResponse')
|
834
845
|
ListProjectsInput = Shapes::StructureShape.new(name: 'ListProjectsInput')
|
835
846
|
ListProjectsOutput = Shapes::StructureShape.new(name: 'ListProjectsOutput')
|
847
|
+
ListStudioLifecycleConfigsRequest = Shapes::StructureShape.new(name: 'ListStudioLifecycleConfigsRequest')
|
848
|
+
ListStudioLifecycleConfigsResponse = Shapes::StructureShape.new(name: 'ListStudioLifecycleConfigsResponse')
|
836
849
|
ListSubscribedWorkteamsRequest = Shapes::StructureShape.new(name: 'ListSubscribedWorkteamsRequest')
|
837
850
|
ListSubscribedWorkteamsResponse = Shapes::StructureShape.new(name: 'ListSubscribedWorkteamsResponse')
|
838
851
|
ListTagsInput = Shapes::StructureShape.new(name: 'ListTagsInput')
|
@@ -860,6 +873,7 @@ module Aws::SageMaker
|
|
860
873
|
Long = Shapes::IntegerShape.new(name: 'Long')
|
861
874
|
MaxAutoMLJobRuntimeInSeconds = Shapes::IntegerShape.new(name: 'MaxAutoMLJobRuntimeInSeconds')
|
862
875
|
MaxCandidates = Shapes::IntegerShape.new(name: 'MaxCandidates')
|
876
|
+
MaxConcurrentInvocationsPerInstance = Shapes::IntegerShape.new(name: 'MaxConcurrentInvocationsPerInstance')
|
863
877
|
MaxConcurrentTaskCount = Shapes::IntegerShape.new(name: 'MaxConcurrentTaskCount')
|
864
878
|
MaxConcurrentTransforms = Shapes::IntegerShape.new(name: 'MaxConcurrentTransforms')
|
865
879
|
MaxHumanLabeledObjectCount = Shapes::IntegerShape.new(name: 'MaxHumanLabeledObjectCount')
|
@@ -879,10 +893,13 @@ module Aws::SageMaker
|
|
879
893
|
MetadataProperties = Shapes::StructureShape.new(name: 'MetadataProperties')
|
880
894
|
MetadataPropertyValue = Shapes::StringShape.new(name: 'MetadataPropertyValue')
|
881
895
|
MetricData = Shapes::StructureShape.new(name: 'MetricData')
|
896
|
+
MetricDataList = Shapes::ListShape.new(name: 'MetricDataList')
|
897
|
+
MetricDatum = Shapes::StructureShape.new(name: 'MetricDatum')
|
882
898
|
MetricDefinition = Shapes::StructureShape.new(name: 'MetricDefinition')
|
883
899
|
MetricDefinitionList = Shapes::ListShape.new(name: 'MetricDefinitionList')
|
884
900
|
MetricName = Shapes::StringShape.new(name: 'MetricName')
|
885
901
|
MetricRegex = Shapes::StringShape.new(name: 'MetricRegex')
|
902
|
+
MetricSetSource = Shapes::StringShape.new(name: 'MetricSetSource')
|
886
903
|
MetricValue = Shapes::FloatShape.new(name: 'MetricValue')
|
887
904
|
MetricsSource = Shapes::StructureShape.new(name: 'MetricsSource')
|
888
905
|
ModelApprovalStatus = Shapes::StringShape.new(name: 'ModelApprovalStatus')
|
@@ -1067,6 +1084,7 @@ module Aws::SageMaker
|
|
1067
1084
|
PipelineStatus = Shapes::StringShape.new(name: 'PipelineStatus')
|
1068
1085
|
PipelineSummary = Shapes::StructureShape.new(name: 'PipelineSummary')
|
1069
1086
|
PipelineSummaryList = Shapes::ListShape.new(name: 'PipelineSummaryList')
|
1087
|
+
PlatformIdentifier = Shapes::StringShape.new(name: 'PlatformIdentifier')
|
1070
1088
|
PolicyString = Shapes::StringShape.new(name: 'PolicyString')
|
1071
1089
|
PresignedDomainUrl = Shapes::StringShape.new(name: 'PresignedDomainUrl')
|
1072
1090
|
ProbabilityThresholdAttribute = Shapes::FloatShape.new(name: 'ProbabilityThresholdAttribute')
|
@@ -1262,6 +1280,13 @@ module Aws::SageMaker
|
|
1262
1280
|
String256 = Shapes::StringShape.new(name: 'String256')
|
1263
1281
|
String64 = Shapes::StringShape.new(name: 'String64')
|
1264
1282
|
StringParameterValue = Shapes::StringShape.new(name: 'StringParameterValue')
|
1283
|
+
StudioLifecycleConfigAppType = Shapes::StringShape.new(name: 'StudioLifecycleConfigAppType')
|
1284
|
+
StudioLifecycleConfigArn = Shapes::StringShape.new(name: 'StudioLifecycleConfigArn')
|
1285
|
+
StudioLifecycleConfigContent = Shapes::StringShape.new(name: 'StudioLifecycleConfigContent')
|
1286
|
+
StudioLifecycleConfigDetails = Shapes::StructureShape.new(name: 'StudioLifecycleConfigDetails')
|
1287
|
+
StudioLifecycleConfigName = Shapes::StringShape.new(name: 'StudioLifecycleConfigName')
|
1288
|
+
StudioLifecycleConfigSortKey = Shapes::StringShape.new(name: 'StudioLifecycleConfigSortKey')
|
1289
|
+
StudioLifecycleConfigsList = Shapes::ListShape.new(name: 'StudioLifecycleConfigsList')
|
1265
1290
|
SubnetId = Shapes::StringShape.new(name: 'SubnetId')
|
1266
1291
|
Subnets = Shapes::ListShape.new(name: 'Subnets')
|
1267
1292
|
SubscribedWorkteam = Shapes::StructureShape.new(name: 'SubscribedWorkteam')
|
@@ -1599,6 +1624,22 @@ module Aws::SageMaker
|
|
1599
1624
|
AssociationSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
|
1600
1625
|
AssociationSummary.struct_class = Types::AssociationSummary
|
1601
1626
|
|
1627
|
+
AsyncInferenceClientConfig.add_member(:max_concurrent_invocations_per_instance, Shapes::ShapeRef.new(shape: MaxConcurrentInvocationsPerInstance, location_name: "MaxConcurrentInvocationsPerInstance"))
|
1628
|
+
AsyncInferenceClientConfig.struct_class = Types::AsyncInferenceClientConfig
|
1629
|
+
|
1630
|
+
AsyncInferenceConfig.add_member(:client_config, Shapes::ShapeRef.new(shape: AsyncInferenceClientConfig, location_name: "ClientConfig"))
|
1631
|
+
AsyncInferenceConfig.add_member(:output_config, Shapes::ShapeRef.new(shape: AsyncInferenceOutputConfig, required: true, location_name: "OutputConfig"))
|
1632
|
+
AsyncInferenceConfig.struct_class = Types::AsyncInferenceConfig
|
1633
|
+
|
1634
|
+
AsyncInferenceNotificationConfig.add_member(:success_topic, Shapes::ShapeRef.new(shape: SnsTopicArn, location_name: "SuccessTopic"))
|
1635
|
+
AsyncInferenceNotificationConfig.add_member(:error_topic, Shapes::ShapeRef.new(shape: SnsTopicArn, location_name: "ErrorTopic"))
|
1636
|
+
AsyncInferenceNotificationConfig.struct_class = Types::AsyncInferenceNotificationConfig
|
1637
|
+
|
1638
|
+
AsyncInferenceOutputConfig.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
|
1639
|
+
AsyncInferenceOutputConfig.add_member(:s3_output_path, Shapes::ShapeRef.new(shape: DestinationS3Uri, required: true, location_name: "S3OutputPath"))
|
1640
|
+
AsyncInferenceOutputConfig.add_member(:notification_config, Shapes::ShapeRef.new(shape: AsyncInferenceNotificationConfig, location_name: "NotificationConfig"))
|
1641
|
+
AsyncInferenceOutputConfig.struct_class = Types::AsyncInferenceOutputConfig
|
1642
|
+
|
1602
1643
|
AthenaDatasetDefinition.add_member(:catalog, Shapes::ShapeRef.new(shape: AthenaCatalog, required: true, location_name: "Catalog"))
|
1603
1644
|
AthenaDatasetDefinition.add_member(:database, Shapes::ShapeRef.new(shape: AthenaDatabase, required: true, location_name: "Database"))
|
1604
1645
|
AthenaDatasetDefinition.add_member(:query_string, Shapes::ShapeRef.new(shape: AthenaQueryString, required: true, location_name: "QueryString"))
|
@@ -1718,6 +1759,7 @@ module Aws::SageMaker
|
|
1718
1759
|
CandidateArtifactLocations.struct_class = Types::CandidateArtifactLocations
|
1719
1760
|
|
1720
1761
|
CandidateProperties.add_member(:candidate_artifact_locations, Shapes::ShapeRef.new(shape: CandidateArtifactLocations, location_name: "CandidateArtifactLocations"))
|
1762
|
+
CandidateProperties.add_member(:candidate_metrics, Shapes::ShapeRef.new(shape: MetricDataList, location_name: "CandidateMetrics"))
|
1721
1763
|
CandidateProperties.struct_class = Types::CandidateProperties
|
1722
1764
|
|
1723
1765
|
CandidateSteps.member = Shapes::ShapeRef.new(shape: AutoMLCandidateStep)
|
@@ -2020,6 +2062,7 @@ module Aws::SageMaker
|
|
2020
2062
|
CreateEndpointConfigInput.add_member(:data_capture_config, Shapes::ShapeRef.new(shape: DataCaptureConfig, location_name: "DataCaptureConfig"))
|
2021
2063
|
CreateEndpointConfigInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
2022
2064
|
CreateEndpointConfigInput.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
|
2065
|
+
CreateEndpointConfigInput.add_member(:async_inference_config, Shapes::ShapeRef.new(shape: AsyncInferenceConfig, location_name: "AsyncInferenceConfig"))
|
2023
2066
|
CreateEndpointConfigInput.struct_class = Types::CreateEndpointConfigInput
|
2024
2067
|
|
2025
2068
|
CreateEndpointConfigOutput.add_member(:endpoint_config_arn, Shapes::ShapeRef.new(shape: EndpointConfigArn, required: true, location_name: "EndpointConfigArn"))
|
@@ -2225,6 +2268,7 @@ module Aws::SageMaker
|
|
2225
2268
|
CreateNotebookInstanceInput.add_member(:default_code_repository, Shapes::ShapeRef.new(shape: CodeRepositoryNameOrUrl, location_name: "DefaultCodeRepository"))
|
2226
2269
|
CreateNotebookInstanceInput.add_member(:additional_code_repositories, Shapes::ShapeRef.new(shape: AdditionalCodeRepositoryNamesOrUrls, location_name: "AdditionalCodeRepositories"))
|
2227
2270
|
CreateNotebookInstanceInput.add_member(:root_access, Shapes::ShapeRef.new(shape: RootAccess, location_name: "RootAccess"))
|
2271
|
+
CreateNotebookInstanceInput.add_member(:platform_identifier, Shapes::ShapeRef.new(shape: PlatformIdentifier, location_name: "PlatformIdentifier"))
|
2228
2272
|
CreateNotebookInstanceInput.struct_class = Types::CreateNotebookInstanceInput
|
2229
2273
|
|
2230
2274
|
CreateNotebookInstanceLifecycleConfigInput.add_member(:notebook_instance_lifecycle_config_name, Shapes::ShapeRef.new(shape: NotebookInstanceLifecycleConfigName, required: true, location_name: "NotebookInstanceLifecycleConfigName"))
|
@@ -2292,6 +2336,15 @@ module Aws::SageMaker
|
|
2292
2336
|
CreateProjectOutput.add_member(:project_id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "ProjectId"))
|
2293
2337
|
CreateProjectOutput.struct_class = Types::CreateProjectOutput
|
2294
2338
|
|
2339
|
+
CreateStudioLifecycleConfigRequest.add_member(:studio_lifecycle_config_name, Shapes::ShapeRef.new(shape: StudioLifecycleConfigName, required: true, location_name: "StudioLifecycleConfigName"))
|
2340
|
+
CreateStudioLifecycleConfigRequest.add_member(:studio_lifecycle_config_content, Shapes::ShapeRef.new(shape: StudioLifecycleConfigContent, required: true, location_name: "StudioLifecycleConfigContent"))
|
2341
|
+
CreateStudioLifecycleConfigRequest.add_member(:studio_lifecycle_config_app_type, Shapes::ShapeRef.new(shape: StudioLifecycleConfigAppType, required: true, location_name: "StudioLifecycleConfigAppType"))
|
2342
|
+
CreateStudioLifecycleConfigRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
2343
|
+
CreateStudioLifecycleConfigRequest.struct_class = Types::CreateStudioLifecycleConfigRequest
|
2344
|
+
|
2345
|
+
CreateStudioLifecycleConfigResponse.add_member(:studio_lifecycle_config_arn, Shapes::ShapeRef.new(shape: StudioLifecycleConfigArn, location_name: "StudioLifecycleConfigArn"))
|
2346
|
+
CreateStudioLifecycleConfigResponse.struct_class = Types::CreateStudioLifecycleConfigResponse
|
2347
|
+
|
2295
2348
|
CreateTrainingJobRequest.add_member(:training_job_name, Shapes::ShapeRef.new(shape: TrainingJobName, required: true, location_name: "TrainingJobName"))
|
2296
2349
|
CreateTrainingJobRequest.add_member(:hyper_parameters, Shapes::ShapeRef.new(shape: HyperParameters, location_name: "HyperParameters"))
|
2297
2350
|
CreateTrainingJobRequest.add_member(:algorithm_specification, Shapes::ShapeRef.new(shape: AlgorithmSpecification, required: true, location_name: "AlgorithmSpecification"))
|
@@ -2609,6 +2662,9 @@ module Aws::SageMaker
|
|
2609
2662
|
DeleteProjectInput.add_member(:project_name, Shapes::ShapeRef.new(shape: ProjectEntityName, required: true, location_name: "ProjectName"))
|
2610
2663
|
DeleteProjectInput.struct_class = Types::DeleteProjectInput
|
2611
2664
|
|
2665
|
+
DeleteStudioLifecycleConfigRequest.add_member(:studio_lifecycle_config_name, Shapes::ShapeRef.new(shape: StudioLifecycleConfigName, required: true, location_name: "StudioLifecycleConfigName"))
|
2666
|
+
DeleteStudioLifecycleConfigRequest.struct_class = Types::DeleteStudioLifecycleConfigRequest
|
2667
|
+
|
2612
2668
|
DeleteTagsInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "ResourceArn"))
|
2613
2669
|
DeleteTagsInput.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location_name: "TagKeys"))
|
2614
2670
|
DeleteTagsInput.struct_class = Types::DeleteTagsInput
|
@@ -2903,6 +2959,7 @@ module Aws::SageMaker
|
|
2903
2959
|
DescribeEndpointConfigOutput.add_member(:data_capture_config, Shapes::ShapeRef.new(shape: DataCaptureConfig, location_name: "DataCaptureConfig"))
|
2904
2960
|
DescribeEndpointConfigOutput.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
|
2905
2961
|
DescribeEndpointConfigOutput.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
2962
|
+
DescribeEndpointConfigOutput.add_member(:async_inference_config, Shapes::ShapeRef.new(shape: AsyncInferenceConfig, location_name: "AsyncInferenceConfig"))
|
2906
2963
|
DescribeEndpointConfigOutput.struct_class = Types::DescribeEndpointConfigOutput
|
2907
2964
|
|
2908
2965
|
DescribeEndpointInput.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, required: true, location_name: "EndpointName"))
|
@@ -2918,6 +2975,7 @@ module Aws::SageMaker
|
|
2918
2975
|
DescribeEndpointOutput.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
2919
2976
|
DescribeEndpointOutput.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
|
2920
2977
|
DescribeEndpointOutput.add_member(:last_deployment_config, Shapes::ShapeRef.new(shape: DeploymentConfig, location_name: "LastDeploymentConfig"))
|
2978
|
+
DescribeEndpointOutput.add_member(:async_inference_config, Shapes::ShapeRef.new(shape: AsyncInferenceConfig, location_name: "AsyncInferenceConfig"))
|
2921
2979
|
DescribeEndpointOutput.struct_class = Types::DescribeEndpointOutput
|
2922
2980
|
|
2923
2981
|
DescribeExperimentRequest.add_member(:experiment_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "ExperimentName"))
|
@@ -3197,6 +3255,7 @@ module Aws::SageMaker
|
|
3197
3255
|
DescribeNotebookInstanceOutput.add_member(:default_code_repository, Shapes::ShapeRef.new(shape: CodeRepositoryNameOrUrl, location_name: "DefaultCodeRepository"))
|
3198
3256
|
DescribeNotebookInstanceOutput.add_member(:additional_code_repositories, Shapes::ShapeRef.new(shape: AdditionalCodeRepositoryNamesOrUrls, location_name: "AdditionalCodeRepositories"))
|
3199
3257
|
DescribeNotebookInstanceOutput.add_member(:root_access, Shapes::ShapeRef.new(shape: RootAccess, location_name: "RootAccess"))
|
3258
|
+
DescribeNotebookInstanceOutput.add_member(:platform_identifier, Shapes::ShapeRef.new(shape: PlatformIdentifier, location_name: "PlatformIdentifier"))
|
3200
3259
|
DescribeNotebookInstanceOutput.struct_class = Types::DescribeNotebookInstanceOutput
|
3201
3260
|
|
3202
3261
|
DescribePipelineDefinitionForExecutionRequest.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, required: true, location_name: "PipelineExecutionArn"))
|
@@ -3279,6 +3338,17 @@ module Aws::SageMaker
|
|
3279
3338
|
DescribeProjectOutput.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
3280
3339
|
DescribeProjectOutput.struct_class = Types::DescribeProjectOutput
|
3281
3340
|
|
3341
|
+
DescribeStudioLifecycleConfigRequest.add_member(:studio_lifecycle_config_name, Shapes::ShapeRef.new(shape: StudioLifecycleConfigName, required: true, location_name: "StudioLifecycleConfigName"))
|
3342
|
+
DescribeStudioLifecycleConfigRequest.struct_class = Types::DescribeStudioLifecycleConfigRequest
|
3343
|
+
|
3344
|
+
DescribeStudioLifecycleConfigResponse.add_member(:studio_lifecycle_config_arn, Shapes::ShapeRef.new(shape: StudioLifecycleConfigArn, location_name: "StudioLifecycleConfigArn"))
|
3345
|
+
DescribeStudioLifecycleConfigResponse.add_member(:studio_lifecycle_config_name, Shapes::ShapeRef.new(shape: StudioLifecycleConfigName, location_name: "StudioLifecycleConfigName"))
|
3346
|
+
DescribeStudioLifecycleConfigResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
3347
|
+
DescribeStudioLifecycleConfigResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
3348
|
+
DescribeStudioLifecycleConfigResponse.add_member(:studio_lifecycle_config_content, Shapes::ShapeRef.new(shape: StudioLifecycleConfigContent, location_name: "StudioLifecycleConfigContent"))
|
3349
|
+
DescribeStudioLifecycleConfigResponse.add_member(:studio_lifecycle_config_app_type, Shapes::ShapeRef.new(shape: StudioLifecycleConfigAppType, location_name: "StudioLifecycleConfigAppType"))
|
3350
|
+
DescribeStudioLifecycleConfigResponse.struct_class = Types::DescribeStudioLifecycleConfigResponse
|
3351
|
+
|
3282
3352
|
DescribeSubscribedWorkteamRequest.add_member(:workteam_arn, Shapes::ShapeRef.new(shape: WorkteamArn, required: true, location_name: "WorkteamArn"))
|
3283
3353
|
DescribeSubscribedWorkteamRequest.struct_class = Types::DescribeSubscribedWorkteamRequest
|
3284
3354
|
|
@@ -3926,10 +3996,12 @@ module Aws::SageMaker
|
|
3926
3996
|
JsonContentTypes.member = Shapes::ShapeRef.new(shape: JsonContentType)
|
3927
3997
|
|
3928
3998
|
JupyterServerAppSettings.add_member(:default_resource_spec, Shapes::ShapeRef.new(shape: ResourceSpec, location_name: "DefaultResourceSpec"))
|
3999
|
+
JupyterServerAppSettings.add_member(:lifecycle_config_arns, Shapes::ShapeRef.new(shape: LifecycleConfigArns, location_name: "LifecycleConfigArns"))
|
3929
4000
|
JupyterServerAppSettings.struct_class = Types::JupyterServerAppSettings
|
3930
4001
|
|
3931
4002
|
KernelGatewayAppSettings.add_member(:default_resource_spec, Shapes::ShapeRef.new(shape: ResourceSpec, location_name: "DefaultResourceSpec"))
|
3932
4003
|
KernelGatewayAppSettings.add_member(:custom_images, Shapes::ShapeRef.new(shape: CustomImages, location_name: "CustomImages"))
|
4004
|
+
KernelGatewayAppSettings.add_member(:lifecycle_config_arns, Shapes::ShapeRef.new(shape: LifecycleConfigArns, location_name: "LifecycleConfigArns"))
|
3933
4005
|
KernelGatewayAppSettings.struct_class = Types::KernelGatewayAppSettings
|
3934
4006
|
|
3935
4007
|
KernelGatewayImageConfig.add_member(:kernel_specs, Shapes::ShapeRef.new(shape: KernelSpecs, required: true, location_name: "KernelSpecs"))
|
@@ -4022,6 +4094,8 @@ module Aws::SageMaker
|
|
4022
4094
|
LambdaStepMetadata.add_member(:output_parameters, Shapes::ShapeRef.new(shape: OutputParameterList, location_name: "OutputParameters"))
|
4023
4095
|
LambdaStepMetadata.struct_class = Types::LambdaStepMetadata
|
4024
4096
|
|
4097
|
+
LifecycleConfigArns.member = Shapes::ShapeRef.new(shape: StudioLifecycleConfigArn)
|
4098
|
+
|
4025
4099
|
LineageEntityParameters.key = Shapes::ShapeRef.new(shape: StringParameterValue)
|
4026
4100
|
LineageEntityParameters.value = Shapes::ShapeRef.new(shape: StringParameterValue)
|
4027
4101
|
|
@@ -4637,6 +4711,22 @@ module Aws::SageMaker
|
|
4637
4711
|
ListProjectsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4638
4712
|
ListProjectsOutput.struct_class = Types::ListProjectsOutput
|
4639
4713
|
|
4714
|
+
ListStudioLifecycleConfigsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
4715
|
+
ListStudioLifecycleConfigsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4716
|
+
ListStudioLifecycleConfigsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: StudioLifecycleConfigName, location_name: "NameContains"))
|
4717
|
+
ListStudioLifecycleConfigsRequest.add_member(:app_type_equals, Shapes::ShapeRef.new(shape: StudioLifecycleConfigAppType, location_name: "AppTypeEquals"))
|
4718
|
+
ListStudioLifecycleConfigsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
4719
|
+
ListStudioLifecycleConfigsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
|
4720
|
+
ListStudioLifecycleConfigsRequest.add_member(:modified_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ModifiedTimeBefore"))
|
4721
|
+
ListStudioLifecycleConfigsRequest.add_member(:modified_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ModifiedTimeAfter"))
|
4722
|
+
ListStudioLifecycleConfigsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: StudioLifecycleConfigSortKey, location_name: "SortBy"))
|
4723
|
+
ListStudioLifecycleConfigsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
4724
|
+
ListStudioLifecycleConfigsRequest.struct_class = Types::ListStudioLifecycleConfigsRequest
|
4725
|
+
|
4726
|
+
ListStudioLifecycleConfigsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4727
|
+
ListStudioLifecycleConfigsResponse.add_member(:studio_lifecycle_configs, Shapes::ShapeRef.new(shape: StudioLifecycleConfigsList, location_name: "StudioLifecycleConfigs"))
|
4728
|
+
ListStudioLifecycleConfigsResponse.struct_class = Types::ListStudioLifecycleConfigsResponse
|
4729
|
+
|
4640
4730
|
ListSubscribedWorkteamsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: WorkteamName, location_name: "NameContains"))
|
4641
4731
|
ListSubscribedWorkteamsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4642
4732
|
ListSubscribedWorkteamsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
@@ -4781,6 +4871,13 @@ module Aws::SageMaker
|
|
4781
4871
|
MetricData.add_member(:timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "Timestamp"))
|
4782
4872
|
MetricData.struct_class = Types::MetricData
|
4783
4873
|
|
4874
|
+
MetricDataList.member = Shapes::ShapeRef.new(shape: MetricDatum)
|
4875
|
+
|
4876
|
+
MetricDatum.add_member(:metric_name, Shapes::ShapeRef.new(shape: AutoMLMetricEnum, location_name: "MetricName"))
|
4877
|
+
MetricDatum.add_member(:value, Shapes::ShapeRef.new(shape: Float, location_name: "Value"))
|
4878
|
+
MetricDatum.add_member(:set, Shapes::ShapeRef.new(shape: MetricSetSource, location_name: "Set"))
|
4879
|
+
MetricDatum.struct_class = Types::MetricDatum
|
4880
|
+
|
4784
4881
|
MetricDefinition.add_member(:name, Shapes::ShapeRef.new(shape: MetricName, required: true, location_name: "Name"))
|
4785
4882
|
MetricDefinition.add_member(:regex, Shapes::ShapeRef.new(shape: MetricRegex, required: true, location_name: "Regex"))
|
4786
4883
|
MetricDefinition.struct_class = Types::MetricDefinition
|
@@ -5398,7 +5495,7 @@ module Aws::SageMaker
|
|
5398
5495
|
|
5399
5496
|
ProductionVariant.add_member(:variant_name, Shapes::ShapeRef.new(shape: VariantName, required: true, location_name: "VariantName"))
|
5400
5497
|
ProductionVariant.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, required: true, location_name: "ModelName"))
|
5401
|
-
ProductionVariant.add_member(:initial_instance_count, Shapes::ShapeRef.new(shape:
|
5498
|
+
ProductionVariant.add_member(:initial_instance_count, Shapes::ShapeRef.new(shape: InitialTaskCount, required: true, location_name: "InitialInstanceCount"))
|
5402
5499
|
ProductionVariant.add_member(:instance_type, Shapes::ShapeRef.new(shape: ProductionVariantInstanceType, required: true, location_name: "InstanceType"))
|
5403
5500
|
ProductionVariant.add_member(:initial_variant_weight, Shapes::ShapeRef.new(shape: VariantWeight, location_name: "InitialVariantWeight"))
|
5404
5501
|
ProductionVariant.add_member(:accelerator_type, Shapes::ShapeRef.new(shape: ProductionVariantAcceleratorType, location_name: "AcceleratorType"))
|
@@ -5559,6 +5656,7 @@ module Aws::SageMaker
|
|
5559
5656
|
ResourceSpec.add_member(:sage_maker_image_arn, Shapes::ShapeRef.new(shape: ImageArn, location_name: "SageMakerImageArn"))
|
5560
5657
|
ResourceSpec.add_member(:sage_maker_image_version_arn, Shapes::ShapeRef.new(shape: ImageVersionArn, location_name: "SageMakerImageVersionArn"))
|
5561
5658
|
ResourceSpec.add_member(:instance_type, Shapes::ShapeRef.new(shape: AppInstanceType, location_name: "InstanceType"))
|
5659
|
+
ResourceSpec.add_member(:lifecycle_config_arn, Shapes::ShapeRef.new(shape: StudioLifecycleConfigArn, location_name: "LifecycleConfigArn"))
|
5562
5660
|
ResourceSpec.struct_class = Types::ResourceSpec
|
5563
5661
|
|
5564
5662
|
ResponseMIMETypes.member = Shapes::ShapeRef.new(shape: ResponseMIMEType)
|
@@ -5733,6 +5831,15 @@ module Aws::SageMaker
|
|
5733
5831
|
StoppingCondition.add_member(:max_wait_time_in_seconds, Shapes::ShapeRef.new(shape: MaxWaitTimeInSeconds, location_name: "MaxWaitTimeInSeconds"))
|
5734
5832
|
StoppingCondition.struct_class = Types::StoppingCondition
|
5735
5833
|
|
5834
|
+
StudioLifecycleConfigDetails.add_member(:studio_lifecycle_config_arn, Shapes::ShapeRef.new(shape: StudioLifecycleConfigArn, location_name: "StudioLifecycleConfigArn"))
|
5835
|
+
StudioLifecycleConfigDetails.add_member(:studio_lifecycle_config_name, Shapes::ShapeRef.new(shape: StudioLifecycleConfigName, location_name: "StudioLifecycleConfigName"))
|
5836
|
+
StudioLifecycleConfigDetails.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
5837
|
+
StudioLifecycleConfigDetails.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
5838
|
+
StudioLifecycleConfigDetails.add_member(:studio_lifecycle_config_app_type, Shapes::ShapeRef.new(shape: StudioLifecycleConfigAppType, location_name: "StudioLifecycleConfigAppType"))
|
5839
|
+
StudioLifecycleConfigDetails.struct_class = Types::StudioLifecycleConfigDetails
|
5840
|
+
|
5841
|
+
StudioLifecycleConfigsList.member = Shapes::ShapeRef.new(shape: StudioLifecycleConfigDetails)
|
5842
|
+
|
5736
5843
|
Subnets.member = Shapes::ShapeRef.new(shape: SubnetId)
|
5737
5844
|
|
5738
5845
|
SubscribedWorkteam.add_member(:workteam_arn, Shapes::ShapeRef.new(shape: WorkteamArn, required: true, location_name: "WorkteamArn"))
|
@@ -6734,6 +6841,15 @@ module Aws::SageMaker
|
|
6734
6841
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
6735
6842
|
end)
|
6736
6843
|
|
6844
|
+
api.add_operation(:create_studio_lifecycle_config, Seahorse::Model::Operation.new.tap do |o|
|
6845
|
+
o.name = "CreateStudioLifecycleConfig"
|
6846
|
+
o.http_method = "POST"
|
6847
|
+
o.http_request_uri = "/"
|
6848
|
+
o.input = Shapes::ShapeRef.new(shape: CreateStudioLifecycleConfigRequest)
|
6849
|
+
o.output = Shapes::ShapeRef.new(shape: CreateStudioLifecycleConfigResponse)
|
6850
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
6851
|
+
end)
|
6852
|
+
|
6737
6853
|
api.add_operation(:create_training_job, Seahorse::Model::Operation.new.tap do |o|
|
6738
6854
|
o.name = "CreateTrainingJob"
|
6739
6855
|
o.http_method = "POST"
|
@@ -7079,6 +7195,16 @@ module Aws::SageMaker
|
|
7079
7195
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
7080
7196
|
end)
|
7081
7197
|
|
7198
|
+
api.add_operation(:delete_studio_lifecycle_config, Seahorse::Model::Operation.new.tap do |o|
|
7199
|
+
o.name = "DeleteStudioLifecycleConfig"
|
7200
|
+
o.http_method = "POST"
|
7201
|
+
o.http_request_uri = "/"
|
7202
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteStudioLifecycleConfigRequest)
|
7203
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
7204
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
7205
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
7206
|
+
end)
|
7207
|
+
|
7082
7208
|
api.add_operation(:delete_tags, Seahorse::Model::Operation.new.tap do |o|
|
7083
7209
|
o.name = "DeleteTags"
|
7084
7210
|
o.http_method = "POST"
|
@@ -7472,6 +7598,15 @@ module Aws::SageMaker
|
|
7472
7598
|
o.output = Shapes::ShapeRef.new(shape: DescribeProjectOutput)
|
7473
7599
|
end)
|
7474
7600
|
|
7601
|
+
api.add_operation(:describe_studio_lifecycle_config, Seahorse::Model::Operation.new.tap do |o|
|
7602
|
+
o.name = "DescribeStudioLifecycleConfig"
|
7603
|
+
o.http_method = "POST"
|
7604
|
+
o.http_request_uri = "/"
|
7605
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeStudioLifecycleConfigRequest)
|
7606
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeStudioLifecycleConfigResponse)
|
7607
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
7608
|
+
end)
|
7609
|
+
|
7475
7610
|
api.add_operation(:describe_subscribed_workteam, Seahorse::Model::Operation.new.tap do |o|
|
7476
7611
|
o.name = "DescribeSubscribedWorkteam"
|
7477
7612
|
o.http_method = "POST"
|
@@ -8210,6 +8345,21 @@ module Aws::SageMaker
|
|
8210
8345
|
)
|
8211
8346
|
end)
|
8212
8347
|
|
8348
|
+
api.add_operation(:list_studio_lifecycle_configs, Seahorse::Model::Operation.new.tap do |o|
|
8349
|
+
o.name = "ListStudioLifecycleConfigs"
|
8350
|
+
o.http_method = "POST"
|
8351
|
+
o.http_request_uri = "/"
|
8352
|
+
o.input = Shapes::ShapeRef.new(shape: ListStudioLifecycleConfigsRequest)
|
8353
|
+
o.output = Shapes::ShapeRef.new(shape: ListStudioLifecycleConfigsResponse)
|
8354
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
8355
|
+
o[:pager] = Aws::Pager.new(
|
8356
|
+
limit_key: "max_results",
|
8357
|
+
tokens: {
|
8358
|
+
"next_token" => "next_token"
|
8359
|
+
}
|
8360
|
+
)
|
8361
|
+
end)
|
8362
|
+
|
8213
8363
|
api.add_operation(:list_subscribed_workteams, Seahorse::Model::Operation.new.tap do |o|
|
8214
8364
|
o.name = "ListSubscribedWorkteams"
|
8215
8365
|
o.http_method = "POST"
|
@@ -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
|
-
# * `
|
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
|
-
#
|
1711
|
-
#
|
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
|
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
|
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
|
@@ -3702,6 +3842,7 @@ module Aws::SageMaker
|
|
3702
3842
|
# sage_maker_image_arn: "ImageArn",
|
3703
3843
|
# sage_maker_image_version_arn: "ImageVersionArn",
|
3704
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
|
3845
|
+
# lifecycle_config_arn: "StudioLifecycleConfigArn",
|
3705
3846
|
# },
|
3706
3847
|
# }
|
3707
3848
|
#
|
@@ -3973,8 +4114,7 @@ module Aws::SageMaker
|
|
3973
4114
|
end
|
3974
4115
|
|
3975
4116
|
# @!attribute [rw] auto_ml_job_arn
|
3976
|
-
# The unique ARN
|
3977
|
-
# created.
|
4117
|
+
# The unique ARN assigned to the AutoML job when it is created.
|
3978
4118
|
# @return [String]
|
3979
4119
|
#
|
3980
4120
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateAutoMLJobResponse AWS API Documentation
|
@@ -4061,7 +4201,7 @@ module Aws::SageMaker
|
|
4061
4201
|
# },
|
4062
4202
|
# output_config: { # required
|
4063
4203
|
# s3_output_location: "S3Uri", # required
|
4064
|
-
# target_device: "lambda", # accepts lambda, ml_m4, ml_m5, ml_c4, ml_c5, ml_p2, ml_p3, ml_g4dn, ml_inf1, ml_eia2, jetson_tx1, jetson_tx2, jetson_nano, jetson_xavier, rasp3b, imx8qm, deeplens, rk3399, rk3288, aisage, sbe_c, qcs605, qcs603, sitara_am57x, amba_cv22, amba_cv25, x86_win32, x86_win64, coreml, jacinto_tda4vm
|
4204
|
+
# target_device: "lambda", # accepts lambda, ml_m4, ml_m5, ml_c4, ml_c5, ml_p2, ml_p3, ml_g4dn, ml_inf1, ml_eia2, jetson_tx1, jetson_tx2, jetson_nano, jetson_xavier, rasp3b, imx8qm, deeplens, rk3399, rk3288, aisage, sbe_c, qcs605, qcs603, sitara_am57x, amba_cv22, amba_cv25, x86_win32, x86_win64, coreml, jacinto_tda4vm, imx8mplus
|
4065
4205
|
# target_platform: {
|
4066
4206
|
# os: "ANDROID", # required, accepts ANDROID, LINUX
|
4067
4207
|
# arch: "X86_64", # required, accepts X86_64, X86, ARM64, ARM_EABI, ARM_EABIHF
|
@@ -4502,13 +4642,16 @@ module Aws::SageMaker
|
|
4502
4642
|
# sage_maker_image_arn: "ImageArn",
|
4503
4643
|
# sage_maker_image_version_arn: "ImageVersionArn",
|
4504
4644
|
# 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
|
4645
|
+
# lifecycle_config_arn: "StudioLifecycleConfigArn",
|
4505
4646
|
# },
|
4647
|
+
# lifecycle_config_arns: ["StudioLifecycleConfigArn"],
|
4506
4648
|
# },
|
4507
4649
|
# kernel_gateway_app_settings: {
|
4508
4650
|
# default_resource_spec: {
|
4509
4651
|
# sage_maker_image_arn: "ImageArn",
|
4510
4652
|
# sage_maker_image_version_arn: "ImageVersionArn",
|
4511
4653
|
# 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
|
4654
|
+
# lifecycle_config_arn: "StudioLifecycleConfigArn",
|
4512
4655
|
# },
|
4513
4656
|
# custom_images: [
|
4514
4657
|
# {
|
@@ -4517,12 +4660,14 @@ module Aws::SageMaker
|
|
4517
4660
|
# app_image_config_name: "AppImageConfigName", # required
|
4518
4661
|
# },
|
4519
4662
|
# ],
|
4663
|
+
# lifecycle_config_arns: ["StudioLifecycleConfigArn"],
|
4520
4664
|
# },
|
4521
4665
|
# tensor_board_app_settings: {
|
4522
4666
|
# default_resource_spec: {
|
4523
4667
|
# sage_maker_image_arn: "ImageArn",
|
4524
4668
|
# sage_maker_image_version_arn: "ImageVersionArn",
|
4525
4669
|
# 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
|
4670
|
+
# lifecycle_config_arn: "StudioLifecycleConfigArn",
|
4526
4671
|
# },
|
4527
4672
|
# },
|
4528
4673
|
# },
|
@@ -4748,6 +4893,19 @@ module Aws::SageMaker
|
|
4748
4893
|
# },
|
4749
4894
|
# ],
|
4750
4895
|
# kms_key_id: "KmsKeyId",
|
4896
|
+
# async_inference_config: {
|
4897
|
+
# client_config: {
|
4898
|
+
# max_concurrent_invocations_per_instance: 1,
|
4899
|
+
# },
|
4900
|
+
# output_config: { # required
|
4901
|
+
# kms_key_id: "KmsKeyId",
|
4902
|
+
# s3_output_path: "DestinationS3Uri", # required
|
4903
|
+
# notification_config: {
|
4904
|
+
# success_topic: "SnsTopicArn",
|
4905
|
+
# error_topic: "SnsTopicArn",
|
4906
|
+
# },
|
4907
|
+
# },
|
4908
|
+
# },
|
4751
4909
|
# }
|
4752
4910
|
#
|
4753
4911
|
# @!attribute [rw] endpoint_config_name
|
@@ -4822,6 +4980,16 @@ module Aws::SageMaker
|
|
4822
4980
|
# [3]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ssd-instance-store.html
|
4823
4981
|
# @return [String]
|
4824
4982
|
#
|
4983
|
+
# @!attribute [rw] async_inference_config
|
4984
|
+
# Specifies configuration for how an endpoint performs asynchronous
|
4985
|
+
# inference. This is a required field in order for your Endpoint to be
|
4986
|
+
# invoked using [ `InvokeEndpointAsync` ][1].
|
4987
|
+
#
|
4988
|
+
#
|
4989
|
+
#
|
4990
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_runtime_InvokeEndpoint.html
|
4991
|
+
# @return [Types::AsyncInferenceConfig]
|
4992
|
+
#
|
4825
4993
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateEndpointConfigInput AWS API Documentation
|
4826
4994
|
#
|
4827
4995
|
class CreateEndpointConfigInput < Struct.new(
|
@@ -4829,7 +4997,8 @@ module Aws::SageMaker
|
|
4829
4997
|
:production_variants,
|
4830
4998
|
:data_capture_config,
|
4831
4999
|
:tags,
|
4832
|
-
:kms_key_id
|
5000
|
+
:kms_key_id,
|
5001
|
+
:async_inference_config)
|
4833
5002
|
SENSITIVE = []
|
4834
5003
|
include Aws::Structure
|
4835
5004
|
end
|
@@ -5947,7 +6116,15 @@ module Aws::SageMaker
|
|
5947
6116
|
# configuration file. To learn how, see [Create a Labeling Category
|
5948
6117
|
# Configuration File for 3D Point Cloud Labeling Jobs][1].
|
5949
6118
|
#
|
5950
|
-
# For
|
6119
|
+
# For named entity recognition jobs, in addition to `"labels"`, you
|
6120
|
+
# must provide worker instructions in the label category configuration
|
6121
|
+
# file using the `"instructions"` parameter: `"instructions":
|
6122
|
+
# \{"shortInstruction":"<h1>Add header</h1><p>Add Instructions</p>",
|
6123
|
+
# "fullInstruction":"<p>Add additional instructions.</p>"\}`. For
|
6124
|
+
# details and an example, see [Create a Named Entity Recognition
|
6125
|
+
# Labeling Job (API) ][2].
|
6126
|
+
#
|
6127
|
+
# For all other [built-in task types][3] and [custom tasks][4], your
|
5951
6128
|
# label category configuration file must be a JSON file in the
|
5952
6129
|
# following format. Identify the labels you want to use by replacing
|
5953
6130
|
# `label_1`, `label_2`,`...`,`label_n` with your label categories.
|
@@ -5974,15 +6151,16 @@ module Aws::SageMaker
|
|
5974
6151
|
# * If you create a 3D point cloud or video frame adjustment or
|
5975
6152
|
# verification labeling job, you must include
|
5976
6153
|
# `auditLabelAttributeName` in the label category configuration. Use
|
5977
|
-
# this parameter to enter the [ `LabelAttributeName` ][
|
6154
|
+
# this parameter to enter the [ `LabelAttributeName` ][5] of the
|
5978
6155
|
# labeling job you want to adjust or verify annotations of.
|
5979
6156
|
#
|
5980
6157
|
#
|
5981
6158
|
#
|
5982
6159
|
# [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-
|
5984
|
-
# [3]: https://docs.aws.amazon.com/sagemaker/latest/dg/sms-
|
5985
|
-
# [4]: https://docs.aws.amazon.com/sagemaker/latest/
|
6160
|
+
# [2]: https://docs.aws.amazon.com/sagemaker/latest/dg/sms-named-entity-recg.html#sms-creating-ner-api
|
6161
|
+
# [3]: https://docs.aws.amazon.com/sagemaker/latest/dg/sms-task-types.html
|
6162
|
+
# [4]: https://docs.aws.amazon.com/sagemaker/latest/dg/sms-custom-templates.html
|
6163
|
+
# [5]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateLabelingJob.html#sagemaker-CreateLabelingJob-request-LabelAttributeName
|
5986
6164
|
# @return [String]
|
5987
6165
|
#
|
5988
6166
|
# @!attribute [rw] stopping_conditions
|
@@ -7094,7 +7272,7 @@ module Aws::SageMaker
|
|
7094
7272
|
#
|
7095
7273
|
# {
|
7096
7274
|
# 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
|
7275
|
+
# 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
7276
|
# subnet_id: "SubnetId",
|
7099
7277
|
# security_group_ids: ["SecurityGroupId"],
|
7100
7278
|
# role_arn: "RoleArn", # required
|
@@ -7112,6 +7290,7 @@ module Aws::SageMaker
|
|
7112
7290
|
# default_code_repository: "CodeRepositoryNameOrUrl",
|
7113
7291
|
# additional_code_repositories: ["CodeRepositoryNameOrUrl"],
|
7114
7292
|
# root_access: "Enabled", # accepts Enabled, Disabled
|
7293
|
+
# platform_identifier: "PlatformIdentifier",
|
7115
7294
|
# }
|
7116
7295
|
#
|
7117
7296
|
# @!attribute [rw] notebook_instance_name
|
@@ -7261,6 +7440,11 @@ module Aws::SageMaker
|
|
7261
7440
|
# </note>
|
7262
7441
|
# @return [String]
|
7263
7442
|
#
|
7443
|
+
# @!attribute [rw] platform_identifier
|
7444
|
+
# The platform identifier of the notebook instance runtime
|
7445
|
+
# environment.
|
7446
|
+
# @return [String]
|
7447
|
+
#
|
7264
7448
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateNotebookInstanceInput AWS API Documentation
|
7265
7449
|
#
|
7266
7450
|
class CreateNotebookInstanceInput < Struct.new(
|
@@ -7277,7 +7461,8 @@ module Aws::SageMaker
|
|
7277
7461
|
:accelerator_types,
|
7278
7462
|
:default_code_repository,
|
7279
7463
|
:additional_code_repositories,
|
7280
|
-
:root_access
|
7464
|
+
:root_access,
|
7465
|
+
:platform_identifier)
|
7281
7466
|
SENSITIVE = []
|
7282
7467
|
include Aws::Structure
|
7283
7468
|
end
|
@@ -7796,6 +7981,63 @@ module Aws::SageMaker
|
|
7796
7981
|
include Aws::Structure
|
7797
7982
|
end
|
7798
7983
|
|
7984
|
+
# @note When making an API call, you may pass CreateStudioLifecycleConfigRequest
|
7985
|
+
# data as a hash:
|
7986
|
+
#
|
7987
|
+
# {
|
7988
|
+
# studio_lifecycle_config_name: "StudioLifecycleConfigName", # required
|
7989
|
+
# studio_lifecycle_config_content: "StudioLifecycleConfigContent", # required
|
7990
|
+
# studio_lifecycle_config_app_type: "JupyterServer", # required, accepts JupyterServer, KernelGateway
|
7991
|
+
# tags: [
|
7992
|
+
# {
|
7993
|
+
# key: "TagKey", # required
|
7994
|
+
# value: "TagValue", # required
|
7995
|
+
# },
|
7996
|
+
# ],
|
7997
|
+
# }
|
7998
|
+
#
|
7999
|
+
# @!attribute [rw] studio_lifecycle_config_name
|
8000
|
+
# The name of the Studio Lifecycle Configuration to create.
|
8001
|
+
# @return [String]
|
8002
|
+
#
|
8003
|
+
# @!attribute [rw] studio_lifecycle_config_content
|
8004
|
+
# The content of your Studio Lifecycle Configuration script. This
|
8005
|
+
# content must be base64 encoded.
|
8006
|
+
# @return [String]
|
8007
|
+
#
|
8008
|
+
# @!attribute [rw] studio_lifecycle_config_app_type
|
8009
|
+
# The App type that the Lifecycle Configuration is attached to.
|
8010
|
+
# @return [String]
|
8011
|
+
#
|
8012
|
+
# @!attribute [rw] tags
|
8013
|
+
# Tags to be associated with the Lifecycle Configuration. Each tag
|
8014
|
+
# consists of a key and an optional value. Tag keys must be unique per
|
8015
|
+
# resource. Tags are searchable using the Search API.
|
8016
|
+
# @return [Array<Types::Tag>]
|
8017
|
+
#
|
8018
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateStudioLifecycleConfigRequest AWS API Documentation
|
8019
|
+
#
|
8020
|
+
class CreateStudioLifecycleConfigRequest < Struct.new(
|
8021
|
+
:studio_lifecycle_config_name,
|
8022
|
+
:studio_lifecycle_config_content,
|
8023
|
+
:studio_lifecycle_config_app_type,
|
8024
|
+
:tags)
|
8025
|
+
SENSITIVE = []
|
8026
|
+
include Aws::Structure
|
8027
|
+
end
|
8028
|
+
|
8029
|
+
# @!attribute [rw] studio_lifecycle_config_arn
|
8030
|
+
# The ARN of your created Lifecycle Configuration.
|
8031
|
+
# @return [String]
|
8032
|
+
#
|
8033
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateStudioLifecycleConfigResponse AWS API Documentation
|
8034
|
+
#
|
8035
|
+
class CreateStudioLifecycleConfigResponse < Struct.new(
|
8036
|
+
:studio_lifecycle_config_arn)
|
8037
|
+
SENSITIVE = []
|
8038
|
+
include Aws::Structure
|
8039
|
+
end
|
8040
|
+
|
7799
8041
|
# @note When making an API call, you may pass CreateTrainingJobRequest
|
7800
8042
|
# data as a hash:
|
7801
8043
|
#
|
@@ -8633,13 +8875,16 @@ module Aws::SageMaker
|
|
8633
8875
|
# sage_maker_image_arn: "ImageArn",
|
8634
8876
|
# sage_maker_image_version_arn: "ImageVersionArn",
|
8635
8877
|
# 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
|
8878
|
+
# lifecycle_config_arn: "StudioLifecycleConfigArn",
|
8636
8879
|
# },
|
8880
|
+
# lifecycle_config_arns: ["StudioLifecycleConfigArn"],
|
8637
8881
|
# },
|
8638
8882
|
# kernel_gateway_app_settings: {
|
8639
8883
|
# default_resource_spec: {
|
8640
8884
|
# sage_maker_image_arn: "ImageArn",
|
8641
8885
|
# sage_maker_image_version_arn: "ImageVersionArn",
|
8642
8886
|
# 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
|
8887
|
+
# lifecycle_config_arn: "StudioLifecycleConfigArn",
|
8643
8888
|
# },
|
8644
8889
|
# custom_images: [
|
8645
8890
|
# {
|
@@ -8648,12 +8893,14 @@ module Aws::SageMaker
|
|
8648
8893
|
# app_image_config_name: "AppImageConfigName", # required
|
8649
8894
|
# },
|
8650
8895
|
# ],
|
8896
|
+
# lifecycle_config_arns: ["StudioLifecycleConfigArn"],
|
8651
8897
|
# },
|
8652
8898
|
# tensor_board_app_settings: {
|
8653
8899
|
# default_resource_spec: {
|
8654
8900
|
# sage_maker_image_arn: "ImageArn",
|
8655
8901
|
# sage_maker_image_version_arn: "ImageVersionArn",
|
8656
8902
|
# 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
|
8903
|
+
# lifecycle_config_arn: "StudioLifecycleConfigArn",
|
8657
8904
|
# },
|
8658
8905
|
# },
|
8659
8906
|
# },
|
@@ -10340,6 +10587,25 @@ module Aws::SageMaker
|
|
10340
10587
|
include Aws::Structure
|
10341
10588
|
end
|
10342
10589
|
|
10590
|
+
# @note When making an API call, you may pass DeleteStudioLifecycleConfigRequest
|
10591
|
+
# data as a hash:
|
10592
|
+
#
|
10593
|
+
# {
|
10594
|
+
# studio_lifecycle_config_name: "StudioLifecycleConfigName", # required
|
10595
|
+
# }
|
10596
|
+
#
|
10597
|
+
# @!attribute [rw] studio_lifecycle_config_name
|
10598
|
+
# The name of the Studio Lifecycle Configuration to delete.
|
10599
|
+
# @return [String]
|
10600
|
+
#
|
10601
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteStudioLifecycleConfigRequest AWS API Documentation
|
10602
|
+
#
|
10603
|
+
class DeleteStudioLifecycleConfigRequest < Struct.new(
|
10604
|
+
:studio_lifecycle_config_name)
|
10605
|
+
SENSITIVE = []
|
10606
|
+
include Aws::Structure
|
10607
|
+
end
|
10608
|
+
|
10343
10609
|
# @note When making an API call, you may pass DeleteTagsInput
|
10344
10610
|
# data as a hash:
|
10345
10611
|
#
|
@@ -11117,7 +11383,7 @@ module Aws::SageMaker
|
|
11117
11383
|
# @return [Types::AutoMLJobArtifacts]
|
11118
11384
|
#
|
11119
11385
|
# @!attribute [rw] resolved_attributes
|
11120
|
-
# This contains `ProblemType`, `AutoMLJobObjective
|
11386
|
+
# This contains `ProblemType`, `AutoMLJobObjective`, and
|
11121
11387
|
# `CompletionCriteria`. If you do not provide these values, they are
|
11122
11388
|
# auto-inferred. If you do provide them, the values used are the ones
|
11123
11389
|
# you provide.
|
@@ -11942,6 +12208,15 @@ module Aws::SageMaker
|
|
11942
12208
|
# A timestamp that shows when the endpoint configuration was created.
|
11943
12209
|
# @return [Time]
|
11944
12210
|
#
|
12211
|
+
# @!attribute [rw] async_inference_config
|
12212
|
+
# Returns the description of an endpoint configuration created using
|
12213
|
+
# the [ `CreateEndpointConfig` ][1] API.
|
12214
|
+
#
|
12215
|
+
#
|
12216
|
+
#
|
12217
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateEndpointConfig.html
|
12218
|
+
# @return [Types::AsyncInferenceConfig]
|
12219
|
+
#
|
11945
12220
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeEndpointConfigOutput AWS API Documentation
|
11946
12221
|
#
|
11947
12222
|
class DescribeEndpointConfigOutput < Struct.new(
|
@@ -11950,7 +12225,8 @@ module Aws::SageMaker
|
|
11950
12225
|
:production_variants,
|
11951
12226
|
:data_capture_config,
|
11952
12227
|
:kms_key_id,
|
11953
|
-
:creation_time
|
12228
|
+
:creation_time,
|
12229
|
+
:async_inference_config)
|
11954
12230
|
SENSITIVE = []
|
11955
12231
|
include Aws::Structure
|
11956
12232
|
end
|
@@ -12047,6 +12323,15 @@ module Aws::SageMaker
|
|
12047
12323
|
# The most recent deployment configuration for the endpoint.
|
12048
12324
|
# @return [Types::DeploymentConfig]
|
12049
12325
|
#
|
12326
|
+
# @!attribute [rw] async_inference_config
|
12327
|
+
# Returns the description of an endpoint configuration created using
|
12328
|
+
# the [ `CreateEndpointConfig` ][1] API.
|
12329
|
+
#
|
12330
|
+
#
|
12331
|
+
#
|
12332
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateEndpointConfig.html
|
12333
|
+
# @return [Types::AsyncInferenceConfig]
|
12334
|
+
#
|
12050
12335
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeEndpointOutput AWS API Documentation
|
12051
12336
|
#
|
12052
12337
|
class DescribeEndpointOutput < Struct.new(
|
@@ -12059,7 +12344,8 @@ module Aws::SageMaker
|
|
12059
12344
|
:failure_reason,
|
12060
12345
|
:creation_time,
|
12061
12346
|
:last_modified_time,
|
12062
|
-
:last_deployment_config
|
12347
|
+
:last_deployment_config,
|
12348
|
+
:async_inference_config)
|
12063
12349
|
SENSITIVE = []
|
12064
12350
|
include Aws::Structure
|
12065
12351
|
end
|
@@ -13685,6 +13971,11 @@ module Aws::SageMaker
|
|
13685
13971
|
# </note>
|
13686
13972
|
# @return [String]
|
13687
13973
|
#
|
13974
|
+
# @!attribute [rw] platform_identifier
|
13975
|
+
# The platform identifier of the notebook instance runtime
|
13976
|
+
# environment.
|
13977
|
+
# @return [String]
|
13978
|
+
#
|
13688
13979
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeNotebookInstanceOutput AWS API Documentation
|
13689
13980
|
#
|
13690
13981
|
class DescribeNotebookInstanceOutput < Struct.new(
|
@@ -13707,7 +13998,8 @@ module Aws::SageMaker
|
|
13707
13998
|
:accelerator_types,
|
13708
13999
|
:default_code_repository,
|
13709
14000
|
:additional_code_repositories,
|
13710
|
-
:root_access
|
14001
|
+
:root_access,
|
14002
|
+
:platform_identifier)
|
13711
14003
|
SENSITIVE = []
|
13712
14004
|
include Aws::Structure
|
13713
14005
|
end
|
@@ -14136,6 +14428,63 @@ module Aws::SageMaker
|
|
14136
14428
|
include Aws::Structure
|
14137
14429
|
end
|
14138
14430
|
|
14431
|
+
# @note When making an API call, you may pass DescribeStudioLifecycleConfigRequest
|
14432
|
+
# data as a hash:
|
14433
|
+
#
|
14434
|
+
# {
|
14435
|
+
# studio_lifecycle_config_name: "StudioLifecycleConfigName", # required
|
14436
|
+
# }
|
14437
|
+
#
|
14438
|
+
# @!attribute [rw] studio_lifecycle_config_name
|
14439
|
+
# The name of the Studio Lifecycle Configuration to describe.
|
14440
|
+
# @return [String]
|
14441
|
+
#
|
14442
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeStudioLifecycleConfigRequest AWS API Documentation
|
14443
|
+
#
|
14444
|
+
class DescribeStudioLifecycleConfigRequest < Struct.new(
|
14445
|
+
:studio_lifecycle_config_name)
|
14446
|
+
SENSITIVE = []
|
14447
|
+
include Aws::Structure
|
14448
|
+
end
|
14449
|
+
|
14450
|
+
# @!attribute [rw] studio_lifecycle_config_arn
|
14451
|
+
# The ARN of the Lifecycle Configuration to describe.
|
14452
|
+
# @return [String]
|
14453
|
+
#
|
14454
|
+
# @!attribute [rw] studio_lifecycle_config_name
|
14455
|
+
# The name of the Studio Lifecycle Configuration that is described.
|
14456
|
+
# @return [String]
|
14457
|
+
#
|
14458
|
+
# @!attribute [rw] creation_time
|
14459
|
+
# The creation time of the Studio Lifecycle Configuration.
|
14460
|
+
# @return [Time]
|
14461
|
+
#
|
14462
|
+
# @!attribute [rw] last_modified_time
|
14463
|
+
# This value is equivalent to CreationTime because Studio Lifecycle
|
14464
|
+
# Configurations are immutable.
|
14465
|
+
# @return [Time]
|
14466
|
+
#
|
14467
|
+
# @!attribute [rw] studio_lifecycle_config_content
|
14468
|
+
# The content of your Studio Lifecycle Configuration script.
|
14469
|
+
# @return [String]
|
14470
|
+
#
|
14471
|
+
# @!attribute [rw] studio_lifecycle_config_app_type
|
14472
|
+
# The App type that the Lifecycle Configuration is attached to.
|
14473
|
+
# @return [String]
|
14474
|
+
#
|
14475
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeStudioLifecycleConfigResponse AWS API Documentation
|
14476
|
+
#
|
14477
|
+
class DescribeStudioLifecycleConfigResponse < Struct.new(
|
14478
|
+
:studio_lifecycle_config_arn,
|
14479
|
+
:studio_lifecycle_config_name,
|
14480
|
+
:creation_time,
|
14481
|
+
:last_modified_time,
|
14482
|
+
:studio_lifecycle_config_content,
|
14483
|
+
:studio_lifecycle_config_app_type)
|
14484
|
+
SENSITIVE = []
|
14485
|
+
include Aws::Structure
|
14486
|
+
end
|
14487
|
+
|
14139
14488
|
# @note When making an API call, you may pass DescribeSubscribedWorkteamRequest
|
14140
14489
|
# data as a hash:
|
14141
14490
|
#
|
@@ -19379,7 +19728,9 @@ module Aws::SageMaker
|
|
19379
19728
|
# sage_maker_image_arn: "ImageArn",
|
19380
19729
|
# sage_maker_image_version_arn: "ImageVersionArn",
|
19381
19730
|
# 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
|
19731
|
+
# lifecycle_config_arn: "StudioLifecycleConfigArn",
|
19382
19732
|
# },
|
19733
|
+
# lifecycle_config_arns: ["StudioLifecycleConfigArn"],
|
19383
19734
|
# }
|
19384
19735
|
#
|
19385
19736
|
# @!attribute [rw] default_resource_spec
|
@@ -19387,10 +19738,16 @@ module Aws::SageMaker
|
|
19387
19738
|
# default SageMaker image used by the JupyterServer app.
|
19388
19739
|
# @return [Types::ResourceSpec]
|
19389
19740
|
#
|
19741
|
+
# @!attribute [rw] lifecycle_config_arns
|
19742
|
+
# The Amazon Resource Name (ARN) of the Lifecycle Configurations
|
19743
|
+
# attached to the JupyterServerApp.
|
19744
|
+
# @return [Array<String>]
|
19745
|
+
#
|
19390
19746
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/JupyterServerAppSettings AWS API Documentation
|
19391
19747
|
#
|
19392
19748
|
class JupyterServerAppSettings < Struct.new(
|
19393
|
-
:default_resource_spec
|
19749
|
+
:default_resource_spec,
|
19750
|
+
:lifecycle_config_arns)
|
19394
19751
|
SENSITIVE = []
|
19395
19752
|
include Aws::Structure
|
19396
19753
|
end
|
@@ -19405,6 +19762,7 @@ module Aws::SageMaker
|
|
19405
19762
|
# sage_maker_image_arn: "ImageArn",
|
19406
19763
|
# sage_maker_image_version_arn: "ImageVersionArn",
|
19407
19764
|
# 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
|
19765
|
+
# lifecycle_config_arn: "StudioLifecycleConfigArn",
|
19408
19766
|
# },
|
19409
19767
|
# custom_images: [
|
19410
19768
|
# {
|
@@ -19413,6 +19771,7 @@ module Aws::SageMaker
|
|
19413
19771
|
# app_image_config_name: "AppImageConfigName", # required
|
19414
19772
|
# },
|
19415
19773
|
# ],
|
19774
|
+
# lifecycle_config_arns: ["StudioLifecycleConfigArn"],
|
19416
19775
|
# }
|
19417
19776
|
#
|
19418
19777
|
# @!attribute [rw] default_resource_spec
|
@@ -19425,11 +19784,17 @@ module Aws::SageMaker
|
|
19425
19784
|
# KernelGateway app.
|
19426
19785
|
# @return [Array<Types::CustomImage>]
|
19427
19786
|
#
|
19787
|
+
# @!attribute [rw] lifecycle_config_arns
|
19788
|
+
# The Amazon Resource Name (ARN) of the Lifecycle Configurations
|
19789
|
+
# attached to the KernelGatewayApp.
|
19790
|
+
# @return [Array<String>]
|
19791
|
+
#
|
19428
19792
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/KernelGatewayAppSettings AWS API Documentation
|
19429
19793
|
#
|
19430
19794
|
class KernelGatewayAppSettings < Struct.new(
|
19431
19795
|
:default_resource_spec,
|
19432
|
-
:custom_images
|
19796
|
+
:custom_images,
|
19797
|
+
:lifecycle_config_arns)
|
19433
19798
|
SENSITIVE = []
|
19434
19799
|
include Aws::Structure
|
19435
19800
|
end
|
@@ -23873,6 +24238,107 @@ module Aws::SageMaker
|
|
23873
24238
|
include Aws::Structure
|
23874
24239
|
end
|
23875
24240
|
|
24241
|
+
# @note When making an API call, you may pass ListStudioLifecycleConfigsRequest
|
24242
|
+
# data as a hash:
|
24243
|
+
#
|
24244
|
+
# {
|
24245
|
+
# max_results: 1,
|
24246
|
+
# next_token: "NextToken",
|
24247
|
+
# name_contains: "StudioLifecycleConfigName",
|
24248
|
+
# app_type_equals: "JupyterServer", # accepts JupyterServer, KernelGateway
|
24249
|
+
# creation_time_before: Time.now,
|
24250
|
+
# creation_time_after: Time.now,
|
24251
|
+
# modified_time_before: Time.now,
|
24252
|
+
# modified_time_after: Time.now,
|
24253
|
+
# sort_by: "CreationTime", # accepts CreationTime, LastModifiedTime, Name
|
24254
|
+
# sort_order: "Ascending", # accepts Ascending, Descending
|
24255
|
+
# }
|
24256
|
+
#
|
24257
|
+
# @!attribute [rw] max_results
|
24258
|
+
# The maximum number of Studio Lifecycle Configurations to return in
|
24259
|
+
# the response. The default value is 10.
|
24260
|
+
# @return [Integer]
|
24261
|
+
#
|
24262
|
+
# @!attribute [rw] next_token
|
24263
|
+
# If the previous call to ListStudioLifecycleConfigs didn't return
|
24264
|
+
# the full set of Lifecycle Configurations, the call returns a token
|
24265
|
+
# for getting the next set of Lifecycle Configurations.
|
24266
|
+
# @return [String]
|
24267
|
+
#
|
24268
|
+
# @!attribute [rw] name_contains
|
24269
|
+
# A string in the Lifecycle Configuration name. This filter returns
|
24270
|
+
# only Lifecycle Configurations whose name contains the specified
|
24271
|
+
# string.
|
24272
|
+
# @return [String]
|
24273
|
+
#
|
24274
|
+
# @!attribute [rw] app_type_equals
|
24275
|
+
# A parameter to search for the App Type to which the Lifecycle
|
24276
|
+
# Configuration is attached.
|
24277
|
+
# @return [String]
|
24278
|
+
#
|
24279
|
+
# @!attribute [rw] creation_time_before
|
24280
|
+
# A filter that returns only Lifecycle Configurations created on or
|
24281
|
+
# before the specified time.
|
24282
|
+
# @return [Time]
|
24283
|
+
#
|
24284
|
+
# @!attribute [rw] creation_time_after
|
24285
|
+
# A filter that returns only Lifecycle Configurations created on or
|
24286
|
+
# after the specified time.
|
24287
|
+
# @return [Time]
|
24288
|
+
#
|
24289
|
+
# @!attribute [rw] modified_time_before
|
24290
|
+
# A filter that returns only Lifecycle Configurations modified before
|
24291
|
+
# the specified time.
|
24292
|
+
# @return [Time]
|
24293
|
+
#
|
24294
|
+
# @!attribute [rw] modified_time_after
|
24295
|
+
# A filter that returns only Lifecycle Configurations modified after
|
24296
|
+
# the specified time.
|
24297
|
+
# @return [Time]
|
24298
|
+
#
|
24299
|
+
# @!attribute [rw] sort_by
|
24300
|
+
# The property used to sort results. The default value is
|
24301
|
+
# CreationTime.
|
24302
|
+
# @return [String]
|
24303
|
+
#
|
24304
|
+
# @!attribute [rw] sort_order
|
24305
|
+
# The sort order. The default value is Descending.
|
24306
|
+
# @return [String]
|
24307
|
+
#
|
24308
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListStudioLifecycleConfigsRequest AWS API Documentation
|
24309
|
+
#
|
24310
|
+
class ListStudioLifecycleConfigsRequest < Struct.new(
|
24311
|
+
:max_results,
|
24312
|
+
:next_token,
|
24313
|
+
:name_contains,
|
24314
|
+
:app_type_equals,
|
24315
|
+
:creation_time_before,
|
24316
|
+
:creation_time_after,
|
24317
|
+
:modified_time_before,
|
24318
|
+
:modified_time_after,
|
24319
|
+
:sort_by,
|
24320
|
+
:sort_order)
|
24321
|
+
SENSITIVE = []
|
24322
|
+
include Aws::Structure
|
24323
|
+
end
|
24324
|
+
|
24325
|
+
# @!attribute [rw] next_token
|
24326
|
+
# A token for getting the next set of actions, if there are any.
|
24327
|
+
# @return [String]
|
24328
|
+
#
|
24329
|
+
# @!attribute [rw] studio_lifecycle_configs
|
24330
|
+
# A list of Lifecycle Configurations and their properties.
|
24331
|
+
# @return [Array<Types::StudioLifecycleConfigDetails>]
|
24332
|
+
#
|
24333
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListStudioLifecycleConfigsResponse AWS API Documentation
|
24334
|
+
#
|
24335
|
+
class ListStudioLifecycleConfigsResponse < Struct.new(
|
24336
|
+
:next_token,
|
24337
|
+
:studio_lifecycle_configs)
|
24338
|
+
SENSITIVE = []
|
24339
|
+
include Aws::Structure
|
24340
|
+
end
|
24341
|
+
|
23876
24342
|
# @note When making an API call, you may pass ListSubscribedWorkteamsRequest
|
23877
24343
|
# data as a hash:
|
23878
24344
|
#
|
@@ -24737,6 +25203,31 @@ module Aws::SageMaker
|
|
24737
25203
|
include Aws::Structure
|
24738
25204
|
end
|
24739
25205
|
|
25206
|
+
# Information about the metric for a candidate produced by an AutoML
|
25207
|
+
# job.
|
25208
|
+
#
|
25209
|
+
# @!attribute [rw] metric_name
|
25210
|
+
# The name of the metric.
|
25211
|
+
# @return [String]
|
25212
|
+
#
|
25213
|
+
# @!attribute [rw] value
|
25214
|
+
# The value of the metric.
|
25215
|
+
# @return [Float]
|
25216
|
+
#
|
25217
|
+
# @!attribute [rw] set
|
25218
|
+
# The dataset split from which the AutoML job produced the metric.
|
25219
|
+
# @return [String]
|
25220
|
+
#
|
25221
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/MetricDatum AWS API Documentation
|
25222
|
+
#
|
25223
|
+
class MetricDatum < Struct.new(
|
25224
|
+
:metric_name,
|
25225
|
+
:value,
|
25226
|
+
:set)
|
25227
|
+
SENSITIVE = []
|
25228
|
+
include Aws::Structure
|
25229
|
+
end
|
25230
|
+
|
24740
25231
|
# Specifies a metric that the training algorithm writes to `stderr` or
|
24741
25232
|
# `stdout`. Amazon SageMakerhyperparameter tuning captures all defined
|
24742
25233
|
# metrics. You specify one metric that a hyperparameter tuning job uses
|
@@ -27252,8 +27743,8 @@ module Aws::SageMaker
|
|
27252
27743
|
include Aws::Structure
|
27253
27744
|
end
|
27254
27745
|
|
27255
|
-
# Configures SNS notifications of available or expiring work
|
27256
|
-
# work teams.
|
27746
|
+
# Configures Amazon SNS notifications of available or expiring work
|
27747
|
+
# items for work teams.
|
27257
27748
|
#
|
27258
27749
|
# @note When making an API call, you may pass NotificationConfiguration
|
27259
27750
|
# data as a hash:
|
@@ -27263,7 +27754,7 @@ module Aws::SageMaker
|
|
27263
27754
|
# }
|
27264
27755
|
#
|
27265
27756
|
# @!attribute [rw] notification_topic_arn
|
27266
|
-
# The ARN for the SNS topic to which notifications should be
|
27757
|
+
# The ARN for the Amazon SNS topic to which notifications should be
|
27267
27758
|
# published.
|
27268
27759
|
# @return [String]
|
27269
27760
|
#
|
@@ -27631,7 +28122,7 @@ module Aws::SageMaker
|
|
27631
28122
|
#
|
27632
28123
|
# {
|
27633
28124
|
# s3_output_location: "S3Uri", # required
|
27634
|
-
# target_device: "lambda", # accepts lambda, ml_m4, ml_m5, ml_c4, ml_c5, ml_p2, ml_p3, ml_g4dn, ml_inf1, ml_eia2, jetson_tx1, jetson_tx2, jetson_nano, jetson_xavier, rasp3b, imx8qm, deeplens, rk3399, rk3288, aisage, sbe_c, qcs605, qcs603, sitara_am57x, amba_cv22, amba_cv25, x86_win32, x86_win64, coreml, jacinto_tda4vm
|
28125
|
+
# target_device: "lambda", # accepts lambda, ml_m4, ml_m5, ml_c4, ml_c5, ml_p2, ml_p3, ml_g4dn, ml_inf1, ml_eia2, jetson_tx1, jetson_tx2, jetson_nano, jetson_xavier, rasp3b, imx8qm, deeplens, rk3399, rk3288, aisage, sbe_c, qcs605, qcs603, sitara_am57x, amba_cv22, amba_cv25, x86_win32, x86_win64, coreml, jacinto_tda4vm, imx8mplus
|
27635
28126
|
# target_platform: {
|
27636
28127
|
# os: "ANDROID", # required, accepts ANDROID, LINUX
|
27637
28128
|
# arch: "X86_64", # required, accepts X86_64, X86, ARM64, ARM_EABI, ARM_EABIHF
|
@@ -30390,6 +30881,7 @@ module Aws::SageMaker
|
|
30390
30881
|
# sage_maker_image_arn: "ImageArn",
|
30391
30882
|
# sage_maker_image_version_arn: "ImageVersionArn",
|
30392
30883
|
# 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
|
30884
|
+
# lifecycle_config_arn: "StudioLifecycleConfigArn",
|
30393
30885
|
# }
|
30394
30886
|
#
|
30395
30887
|
# @!attribute [rw] sage_maker_image_arn
|
@@ -30404,12 +30896,18 @@ module Aws::SageMaker
|
|
30404
30896
|
# The instance type that the image version runs on.
|
30405
30897
|
# @return [String]
|
30406
30898
|
#
|
30899
|
+
# @!attribute [rw] lifecycle_config_arn
|
30900
|
+
# The Amazon Resource Name (ARN) of the Lifecycle Configurations
|
30901
|
+
# attached to the Resource.
|
30902
|
+
# @return [String]
|
30903
|
+
#
|
30407
30904
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ResourceSpec AWS API Documentation
|
30408
30905
|
#
|
30409
30906
|
class ResourceSpec < Struct.new(
|
30410
30907
|
:sage_maker_image_arn,
|
30411
30908
|
:sage_maker_image_version_arn,
|
30412
|
-
:instance_type
|
30909
|
+
:instance_type,
|
30910
|
+
:lifecycle_config_arn)
|
30413
30911
|
SENSITIVE = []
|
30414
30912
|
include Aws::Structure
|
30415
30913
|
end
|
@@ -31869,6 +32367,41 @@ module Aws::SageMaker
|
|
31869
32367
|
include Aws::Structure
|
31870
32368
|
end
|
31871
32369
|
|
32370
|
+
# Details of the Studio Lifecycle Configuration.
|
32371
|
+
#
|
32372
|
+
# @!attribute [rw] studio_lifecycle_config_arn
|
32373
|
+
# The Amazon Resource Name (ARN) of the Lifecycle Configuration.
|
32374
|
+
# @return [String]
|
32375
|
+
#
|
32376
|
+
# @!attribute [rw] studio_lifecycle_config_name
|
32377
|
+
# The name of the Studio Lifecycle Configuration.
|
32378
|
+
# @return [String]
|
32379
|
+
#
|
32380
|
+
# @!attribute [rw] creation_time
|
32381
|
+
# The creation time of the Studio Lifecycle Configuration.
|
32382
|
+
# @return [Time]
|
32383
|
+
#
|
32384
|
+
# @!attribute [rw] last_modified_time
|
32385
|
+
# This value is equivalent to CreationTime because Studio Lifecycle
|
32386
|
+
# Configurations are immutable.
|
32387
|
+
# @return [Time]
|
32388
|
+
#
|
32389
|
+
# @!attribute [rw] studio_lifecycle_config_app_type
|
32390
|
+
# The App type to which the Lifecycle Configuration is attached.
|
32391
|
+
# @return [String]
|
32392
|
+
#
|
32393
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/StudioLifecycleConfigDetails AWS API Documentation
|
32394
|
+
#
|
32395
|
+
class StudioLifecycleConfigDetails < Struct.new(
|
32396
|
+
:studio_lifecycle_config_arn,
|
32397
|
+
:studio_lifecycle_config_name,
|
32398
|
+
:creation_time,
|
32399
|
+
:last_modified_time,
|
32400
|
+
:studio_lifecycle_config_app_type)
|
32401
|
+
SENSITIVE = []
|
32402
|
+
include Aws::Structure
|
32403
|
+
end
|
32404
|
+
|
31872
32405
|
# Describes a work team of a vendor that does the a labelling job.
|
31873
32406
|
#
|
31874
32407
|
# @!attribute [rw] workteam_arn
|
@@ -32044,6 +32577,7 @@ module Aws::SageMaker
|
|
32044
32577
|
# sage_maker_image_arn: "ImageArn",
|
32045
32578
|
# sage_maker_image_version_arn: "ImageVersionArn",
|
32046
32579
|
# 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
|
32580
|
+
# lifecycle_config_arn: "StudioLifecycleConfigArn",
|
32047
32581
|
# },
|
32048
32582
|
# }
|
32049
32583
|
#
|
@@ -34096,7 +34630,14 @@ module Aws::SageMaker
|
|
34096
34630
|
end
|
34097
34631
|
|
34098
34632
|
# Provided configuration information for the worker UI for a labeling
|
34099
|
-
# job.
|
34633
|
+
# job. Provide either `HumanTaskUiArn` or `UiTemplateS3Uri`.
|
34634
|
+
#
|
34635
|
+
# For named entity recognition, 3D point cloud and video frame labeling
|
34636
|
+
# jobs, use `HumanTaskUiArn`.
|
34637
|
+
#
|
34638
|
+
# For all other Ground Truth built-in task types and custom task types,
|
34639
|
+
# use `UiTemplateS3Uri` to specify the location of a worker task
|
34640
|
+
# template in Amazon S3.
|
34100
34641
|
#
|
34101
34642
|
# @note When making an API call, you may pass UiConfig
|
34102
34643
|
# data as a hash:
|
@@ -34122,11 +34663,21 @@ module Aws::SageMaker
|
|
34122
34663
|
# The ARN of the worker task template used to render the worker UI and
|
34123
34664
|
# tools for labeling job tasks.
|
34124
34665
|
#
|
34125
|
-
# Use this parameter when you are creating a labeling job for
|
34126
|
-
# cloud and video
|
34127
|
-
# to select one of the following ARNs
|
34128
|
-
# when you create a labeling job.
|
34129
|
-
#
|
34666
|
+
# Use this parameter when you are creating a labeling job for named
|
34667
|
+
# entity recognition, 3D point cloud and video frame labeling jobs.
|
34668
|
+
# Use your labeling job task type to select one of the following ARNs
|
34669
|
+
# and use it with this parameter when you create a labeling job.
|
34670
|
+
# Replace `aws-region` with the Amazon Web Services Region you are
|
34671
|
+
# creating your labeling job in. For example, replace `aws-region`
|
34672
|
+
# with `us-west-1` if you create a labeling job in US West (N.
|
34673
|
+
# California).
|
34674
|
+
#
|
34675
|
+
# **Named Entity Recognition**
|
34676
|
+
#
|
34677
|
+
# Use the following `HumanTaskUiArn` for named entity recognition
|
34678
|
+
# labeling jobs:
|
34679
|
+
#
|
34680
|
+
# `arn:aws:sagemaker:aws-region:394669845002:human-task-ui/NamedEntityRecognition`
|
34130
34681
|
#
|
34131
34682
|
# **3D Point Cloud HumanTaskUiArns**
|
34132
34683
|
#
|
@@ -34572,13 +35123,16 @@ module Aws::SageMaker
|
|
34572
35123
|
# sage_maker_image_arn: "ImageArn",
|
34573
35124
|
# sage_maker_image_version_arn: "ImageVersionArn",
|
34574
35125
|
# 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
|
35126
|
+
# lifecycle_config_arn: "StudioLifecycleConfigArn",
|
34575
35127
|
# },
|
35128
|
+
# lifecycle_config_arns: ["StudioLifecycleConfigArn"],
|
34576
35129
|
# },
|
34577
35130
|
# kernel_gateway_app_settings: {
|
34578
35131
|
# default_resource_spec: {
|
34579
35132
|
# sage_maker_image_arn: "ImageArn",
|
34580
35133
|
# sage_maker_image_version_arn: "ImageVersionArn",
|
34581
35134
|
# 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
|
35135
|
+
# lifecycle_config_arn: "StudioLifecycleConfigArn",
|
34582
35136
|
# },
|
34583
35137
|
# custom_images: [
|
34584
35138
|
# {
|
@@ -34587,12 +35141,14 @@ module Aws::SageMaker
|
|
34587
35141
|
# app_image_config_name: "AppImageConfigName", # required
|
34588
35142
|
# },
|
34589
35143
|
# ],
|
35144
|
+
# lifecycle_config_arns: ["StudioLifecycleConfigArn"],
|
34590
35145
|
# },
|
34591
35146
|
# tensor_board_app_settings: {
|
34592
35147
|
# default_resource_spec: {
|
34593
35148
|
# sage_maker_image_arn: "ImageArn",
|
34594
35149
|
# sage_maker_image_version_arn: "ImageVersionArn",
|
34595
35150
|
# 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
|
35151
|
+
# lifecycle_config_arn: "StudioLifecycleConfigArn",
|
34596
35152
|
# },
|
34597
35153
|
# },
|
34598
35154
|
# },
|
@@ -35029,7 +35585,7 @@ module Aws::SageMaker
|
|
35029
35585
|
#
|
35030
35586
|
# {
|
35031
35587
|
# notebook_instance_name: "NotebookInstanceName", # required
|
35032
|
-
# 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
|
35588
|
+
# 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
|
35033
35589
|
# role_arn: "RoleArn",
|
35034
35590
|
# lifecycle_config_name: "NotebookInstanceLifecycleConfigName",
|
35035
35591
|
# disassociate_lifecycle_config: false,
|
@@ -35574,13 +36130,16 @@ module Aws::SageMaker
|
|
35574
36130
|
# sage_maker_image_arn: "ImageArn",
|
35575
36131
|
# sage_maker_image_version_arn: "ImageVersionArn",
|
35576
36132
|
# 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
|
36133
|
+
# lifecycle_config_arn: "StudioLifecycleConfigArn",
|
35577
36134
|
# },
|
36135
|
+
# lifecycle_config_arns: ["StudioLifecycleConfigArn"],
|
35578
36136
|
# },
|
35579
36137
|
# kernel_gateway_app_settings: {
|
35580
36138
|
# default_resource_spec: {
|
35581
36139
|
# sage_maker_image_arn: "ImageArn",
|
35582
36140
|
# sage_maker_image_version_arn: "ImageVersionArn",
|
35583
36141
|
# 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
|
36142
|
+
# lifecycle_config_arn: "StudioLifecycleConfigArn",
|
35584
36143
|
# },
|
35585
36144
|
# custom_images: [
|
35586
36145
|
# {
|
@@ -35589,12 +36148,14 @@ module Aws::SageMaker
|
|
35589
36148
|
# app_image_config_name: "AppImageConfigName", # required
|
35590
36149
|
# },
|
35591
36150
|
# ],
|
36151
|
+
# lifecycle_config_arns: ["StudioLifecycleConfigArn"],
|
35592
36152
|
# },
|
35593
36153
|
# tensor_board_app_settings: {
|
35594
36154
|
# default_resource_spec: {
|
35595
36155
|
# sage_maker_image_arn: "ImageArn",
|
35596
36156
|
# sage_maker_image_version_arn: "ImageVersionArn",
|
35597
36157
|
# 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
|
36158
|
+
# lifecycle_config_arn: "StudioLifecycleConfigArn",
|
35598
36159
|
# },
|
35599
36160
|
# },
|
35600
36161
|
# },
|
@@ -35881,13 +36442,16 @@ module Aws::SageMaker
|
|
35881
36442
|
# sage_maker_image_arn: "ImageArn",
|
35882
36443
|
# sage_maker_image_version_arn: "ImageVersionArn",
|
35883
36444
|
# 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
|
36445
|
+
# lifecycle_config_arn: "StudioLifecycleConfigArn",
|
35884
36446
|
# },
|
36447
|
+
# lifecycle_config_arns: ["StudioLifecycleConfigArn"],
|
35885
36448
|
# },
|
35886
36449
|
# kernel_gateway_app_settings: {
|
35887
36450
|
# default_resource_spec: {
|
35888
36451
|
# sage_maker_image_arn: "ImageArn",
|
35889
36452
|
# sage_maker_image_version_arn: "ImageVersionArn",
|
35890
36453
|
# 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
|
36454
|
+
# lifecycle_config_arn: "StudioLifecycleConfigArn",
|
35891
36455
|
# },
|
35892
36456
|
# custom_images: [
|
35893
36457
|
# {
|
@@ -35896,12 +36460,14 @@ module Aws::SageMaker
|
|
35896
36460
|
# app_image_config_name: "AppImageConfigName", # required
|
35897
36461
|
# },
|
35898
36462
|
# ],
|
36463
|
+
# lifecycle_config_arns: ["StudioLifecycleConfigArn"],
|
35899
36464
|
# },
|
35900
36465
|
# tensor_board_app_settings: {
|
35901
36466
|
# default_resource_spec: {
|
35902
36467
|
# sage_maker_image_arn: "ImageArn",
|
35903
36468
|
# sage_maker_image_version_arn: "ImageVersionArn",
|
35904
36469
|
# 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
|
36470
|
+
# lifecycle_config_arn: "StudioLifecycleConfigArn",
|
35905
36471
|
# },
|
35906
36472
|
# },
|
35907
36473
|
# }
|