aws-sdk-sagemaker 1.87.0 → 1.92.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 +25 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker.rb +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +527 -289
- data/lib/aws-sdk-sagemaker/client_api.rb +102 -0
- data/lib/aws-sdk-sagemaker/types.rb +980 -438
- metadata +2 -2
@@ -130,6 +130,8 @@ module Aws::SageMaker
|
|
130
130
|
BooleanOperator = Shapes::StringShape.new(name: 'BooleanOperator')
|
131
131
|
Branch = Shapes::StringShape.new(name: 'Branch')
|
132
132
|
CacheHitResult = Shapes::StructureShape.new(name: 'CacheHitResult')
|
133
|
+
CallbackStepMetadata = Shapes::StructureShape.new(name: 'CallbackStepMetadata')
|
134
|
+
CallbackToken = Shapes::StringShape.new(name: 'CallbackToken')
|
133
135
|
CandidateArtifactLocations = Shapes::StructureShape.new(name: 'CandidateArtifactLocations')
|
134
136
|
CandidateDefinitionNotebookLocation = Shapes::StringShape.new(name: 'CandidateDefinitionNotebookLocation')
|
135
137
|
CandidateName = Shapes::StringShape.new(name: 'CandidateName')
|
@@ -521,9 +523,14 @@ module Aws::SageMaker
|
|
521
523
|
EdgePackagingJobStatus = Shapes::StringShape.new(name: 'EdgePackagingJobStatus')
|
522
524
|
EdgePackagingJobSummaries = Shapes::ListShape.new(name: 'EdgePackagingJobSummaries')
|
523
525
|
EdgePackagingJobSummary = Shapes::StructureShape.new(name: 'EdgePackagingJobSummary')
|
526
|
+
EdgePresetDeploymentArtifact = Shapes::StringShape.new(name: 'EdgePresetDeploymentArtifact')
|
527
|
+
EdgePresetDeploymentOutput = Shapes::StructureShape.new(name: 'EdgePresetDeploymentOutput')
|
528
|
+
EdgePresetDeploymentStatus = Shapes::StringShape.new(name: 'EdgePresetDeploymentStatus')
|
529
|
+
EdgePresetDeploymentType = Shapes::StringShape.new(name: 'EdgePresetDeploymentType')
|
524
530
|
EdgeVersion = Shapes::StringShape.new(name: 'EdgeVersion')
|
525
531
|
EfsUid = Shapes::StringShape.new(name: 'EfsUid')
|
526
532
|
EnableCapture = Shapes::BooleanShape.new(name: 'EnableCapture')
|
533
|
+
EnableIotRoleAlias = Shapes::BooleanShape.new(name: 'EnableIotRoleAlias')
|
527
534
|
EnableSagemakerServicecatalogPortfolioInput = Shapes::StructureShape.new(name: 'EnableSagemakerServicecatalogPortfolioInput')
|
528
535
|
EnableSagemakerServicecatalogPortfolioOutput = Shapes::StructureShape.new(name: 'EnableSagemakerServicecatalogPortfolioOutput')
|
529
536
|
Endpoint = Shapes::StructureShape.new(name: 'Endpoint')
|
@@ -680,6 +687,7 @@ module Aws::SageMaker
|
|
680
687
|
Images = Shapes::ListShape.new(name: 'Images')
|
681
688
|
InferenceExecutionConfig = Shapes::StructureShape.new(name: 'InferenceExecutionConfig')
|
682
689
|
InferenceExecutionMode = Shapes::StringShape.new(name: 'InferenceExecutionMode')
|
690
|
+
InferenceImage = Shapes::StringShape.new(name: 'InferenceImage')
|
683
691
|
InferenceSpecification = Shapes::StructureShape.new(name: 'InferenceSpecification')
|
684
692
|
InputConfig = Shapes::StructureShape.new(name: 'InputConfig')
|
685
693
|
InputDataConfig = Shapes::ListShape.new(name: 'InputDataConfig')
|
@@ -966,6 +974,11 @@ module Aws::SageMaker
|
|
966
974
|
MountPath = Shapes::StringShape.new(name: 'MountPath')
|
967
975
|
MultiModelConfig = Shapes::StructureShape.new(name: 'MultiModelConfig')
|
968
976
|
NameContains = Shapes::StringShape.new(name: 'NameContains')
|
977
|
+
NeoVpcConfig = Shapes::StructureShape.new(name: 'NeoVpcConfig')
|
978
|
+
NeoVpcSecurityGroupId = Shapes::StringShape.new(name: 'NeoVpcSecurityGroupId')
|
979
|
+
NeoVpcSecurityGroupIds = Shapes::ListShape.new(name: 'NeoVpcSecurityGroupIds')
|
980
|
+
NeoVpcSubnetId = Shapes::StringShape.new(name: 'NeoVpcSubnetId')
|
981
|
+
NeoVpcSubnets = Shapes::ListShape.new(name: 'NeoVpcSubnets')
|
969
982
|
NestedFilters = Shapes::StructureShape.new(name: 'NestedFilters')
|
970
983
|
NestedFiltersList = Shapes::ListShape.new(name: 'NestedFiltersList')
|
971
984
|
NetworkConfig = Shapes::StructureShape.new(name: 'NetworkConfig')
|
@@ -1016,6 +1029,8 @@ module Aws::SageMaker
|
|
1016
1029
|
OrderKey = Shapes::StringShape.new(name: 'OrderKey')
|
1017
1030
|
OutputConfig = Shapes::StructureShape.new(name: 'OutputConfig')
|
1018
1031
|
OutputDataConfig = Shapes::StructureShape.new(name: 'OutputDataConfig')
|
1032
|
+
OutputParameter = Shapes::StructureShape.new(name: 'OutputParameter')
|
1033
|
+
OutputParameterList = Shapes::ListShape.new(name: 'OutputParameterList')
|
1019
1034
|
PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
|
1020
1035
|
Parameter = Shapes::StructureShape.new(name: 'Parameter')
|
1021
1036
|
ParameterKey = Shapes::StringShape.new(name: 'ParameterKey')
|
@@ -1037,6 +1052,7 @@ module Aws::SageMaker
|
|
1037
1052
|
PipelineExecution = Shapes::StructureShape.new(name: 'PipelineExecution')
|
1038
1053
|
PipelineExecutionArn = Shapes::StringShape.new(name: 'PipelineExecutionArn')
|
1039
1054
|
PipelineExecutionDescription = Shapes::StringShape.new(name: 'PipelineExecutionDescription')
|
1055
|
+
PipelineExecutionFailureReason = Shapes::StringShape.new(name: 'PipelineExecutionFailureReason')
|
1040
1056
|
PipelineExecutionName = Shapes::StringShape.new(name: 'PipelineExecutionName')
|
1041
1057
|
PipelineExecutionStatus = Shapes::StringShape.new(name: 'PipelineExecutionStatus')
|
1042
1058
|
PipelineExecutionStep = Shapes::StructureShape.new(name: 'PipelineExecutionStep')
|
@@ -1044,6 +1060,7 @@ module Aws::SageMaker
|
|
1044
1060
|
PipelineExecutionStepMetadata = Shapes::StructureShape.new(name: 'PipelineExecutionStepMetadata')
|
1045
1061
|
PipelineExecutionSummary = Shapes::StructureShape.new(name: 'PipelineExecutionSummary')
|
1046
1062
|
PipelineExecutionSummaryList = Shapes::ListShape.new(name: 'PipelineExecutionSummaryList')
|
1063
|
+
PipelineExperimentConfig = Shapes::StructureShape.new(name: 'PipelineExperimentConfig')
|
1047
1064
|
PipelineName = Shapes::StringShape.new(name: 'PipelineName')
|
1048
1065
|
PipelineParameterName = Shapes::StringShape.new(name: 'PipelineParameterName')
|
1049
1066
|
PipelineStatus = Shapes::StringShape.new(name: 'PipelineStatus')
|
@@ -1186,6 +1203,10 @@ module Aws::SageMaker
|
|
1186
1203
|
SecurityGroupId = Shapes::StringShape.new(name: 'SecurityGroupId')
|
1187
1204
|
SecurityGroupIds = Shapes::ListShape.new(name: 'SecurityGroupIds')
|
1188
1205
|
Seed = Shapes::IntegerShape.new(name: 'Seed')
|
1206
|
+
SendPipelineExecutionStepFailureRequest = Shapes::StructureShape.new(name: 'SendPipelineExecutionStepFailureRequest')
|
1207
|
+
SendPipelineExecutionStepFailureResponse = Shapes::StructureShape.new(name: 'SendPipelineExecutionStepFailureResponse')
|
1208
|
+
SendPipelineExecutionStepSuccessRequest = Shapes::StructureShape.new(name: 'SendPipelineExecutionStepSuccessRequest')
|
1209
|
+
SendPipelineExecutionStepSuccessResponse = Shapes::StructureShape.new(name: 'SendPipelineExecutionStepSuccessResponse')
|
1189
1210
|
ServiceCatalogEntityId = Shapes::StringShape.new(name: 'ServiceCatalogEntityId')
|
1190
1211
|
ServiceCatalogProvisionedProductDetails = Shapes::StructureShape.new(name: 'ServiceCatalogProvisionedProductDetails')
|
1191
1212
|
ServiceCatalogProvisioningDetails = Shapes::StructureShape.new(name: 'ServiceCatalogProvisioningDetails')
|
@@ -1686,6 +1707,11 @@ module Aws::SageMaker
|
|
1686
1707
|
CacheHitResult.add_member(:source_pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, location_name: "SourcePipelineExecutionArn"))
|
1687
1708
|
CacheHitResult.struct_class = Types::CacheHitResult
|
1688
1709
|
|
1710
|
+
CallbackStepMetadata.add_member(:callback_token, Shapes::ShapeRef.new(shape: CallbackToken, location_name: "CallbackToken"))
|
1711
|
+
CallbackStepMetadata.add_member(:sqs_queue_url, Shapes::ShapeRef.new(shape: String256, location_name: "SqsQueueUrl"))
|
1712
|
+
CallbackStepMetadata.add_member(:output_parameters, Shapes::ShapeRef.new(shape: OutputParameterList, location_name: "OutputParameters"))
|
1713
|
+
CallbackStepMetadata.struct_class = Types::CallbackStepMetadata
|
1714
|
+
|
1689
1715
|
CandidateArtifactLocations.add_member(:explainability, Shapes::ShapeRef.new(shape: ExplainabilityLocation, required: true, location_name: "Explainability"))
|
1690
1716
|
CandidateArtifactLocations.struct_class = Types::CandidateArtifactLocations
|
1691
1717
|
|
@@ -1920,6 +1946,7 @@ module Aws::SageMaker
|
|
1920
1946
|
CreateCompilationJobRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
|
1921
1947
|
CreateCompilationJobRequest.add_member(:input_config, Shapes::ShapeRef.new(shape: InputConfig, required: true, location_name: "InputConfig"))
|
1922
1948
|
CreateCompilationJobRequest.add_member(:output_config, Shapes::ShapeRef.new(shape: OutputConfig, required: true, location_name: "OutputConfig"))
|
1949
|
+
CreateCompilationJobRequest.add_member(:vpc_config, Shapes::ShapeRef.new(shape: NeoVpcConfig, location_name: "VpcConfig"))
|
1923
1950
|
CreateCompilationJobRequest.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: StoppingCondition, required: true, location_name: "StoppingCondition"))
|
1924
1951
|
CreateCompilationJobRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1925
1952
|
CreateCompilationJobRequest.struct_class = Types::CreateCompilationJobRequest
|
@@ -1958,6 +1985,7 @@ module Aws::SageMaker
|
|
1958
1985
|
CreateDeviceFleetRequest.add_member(:description, Shapes::ShapeRef.new(shape: DeviceFleetDescription, location_name: "Description"))
|
1959
1986
|
CreateDeviceFleetRequest.add_member(:output_config, Shapes::ShapeRef.new(shape: EdgeOutputConfig, required: true, location_name: "OutputConfig"))
|
1960
1987
|
CreateDeviceFleetRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1988
|
+
CreateDeviceFleetRequest.add_member(:enable_iot_role_alias, Shapes::ShapeRef.new(shape: EnableIotRoleAlias, location_name: "EnableIotRoleAlias"))
|
1961
1989
|
CreateDeviceFleetRequest.struct_class = Types::CreateDeviceFleetRequest
|
1962
1990
|
|
1963
1991
|
CreateDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
|
@@ -2749,6 +2777,7 @@ module Aws::SageMaker
|
|
2749
2777
|
DescribeCompilationJobResponse.add_member(:compilation_start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CompilationStartTime"))
|
2750
2778
|
DescribeCompilationJobResponse.add_member(:compilation_end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CompilationEndTime"))
|
2751
2779
|
DescribeCompilationJobResponse.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: StoppingCondition, required: true, location_name: "StoppingCondition"))
|
2780
|
+
DescribeCompilationJobResponse.add_member(:inference_image, Shapes::ShapeRef.new(shape: InferenceImage, location_name: "InferenceImage"))
|
2752
2781
|
DescribeCompilationJobResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "CreationTime"))
|
2753
2782
|
DescribeCompilationJobResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: LastModifiedTime, required: true, location_name: "LastModifiedTime"))
|
2754
2783
|
DescribeCompilationJobResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, required: true, location_name: "FailureReason"))
|
@@ -2757,6 +2786,7 @@ module Aws::SageMaker
|
|
2757
2786
|
DescribeCompilationJobResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
|
2758
2787
|
DescribeCompilationJobResponse.add_member(:input_config, Shapes::ShapeRef.new(shape: InputConfig, required: true, location_name: "InputConfig"))
|
2759
2788
|
DescribeCompilationJobResponse.add_member(:output_config, Shapes::ShapeRef.new(shape: OutputConfig, required: true, location_name: "OutputConfig"))
|
2789
|
+
DescribeCompilationJobResponse.add_member(:vpc_config, Shapes::ShapeRef.new(shape: NeoVpcConfig, location_name: "VpcConfig"))
|
2760
2790
|
DescribeCompilationJobResponse.struct_class = Types::DescribeCompilationJobResponse
|
2761
2791
|
|
2762
2792
|
DescribeContextRequest.add_member(:context_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "ContextName"))
|
@@ -2859,6 +2889,7 @@ module Aws::SageMaker
|
|
2859
2889
|
DescribeEdgePackagingJobResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
2860
2890
|
DescribeEdgePackagingJobResponse.add_member(:model_artifact, Shapes::ShapeRef.new(shape: S3Uri, location_name: "ModelArtifact"))
|
2861
2891
|
DescribeEdgePackagingJobResponse.add_member(:model_signature, Shapes::ShapeRef.new(shape: String, location_name: "ModelSignature"))
|
2892
|
+
DescribeEdgePackagingJobResponse.add_member(:preset_deployment_output, Shapes::ShapeRef.new(shape: EdgePresetDeploymentOutput, location_name: "PresetDeploymentOutput"))
|
2862
2893
|
DescribeEdgePackagingJobResponse.struct_class = Types::DescribeEdgePackagingJobResponse
|
2863
2894
|
|
2864
2895
|
DescribeEndpointConfigInput.add_member(:endpoint_config_name, Shapes::ShapeRef.new(shape: EndpointConfigName, required: true, location_name: "EndpointConfigName"))
|
@@ -3181,6 +3212,8 @@ module Aws::SageMaker
|
|
3181
3212
|
DescribePipelineExecutionResponse.add_member(:pipeline_execution_display_name, Shapes::ShapeRef.new(shape: PipelineExecutionName, location_name: "PipelineExecutionDisplayName"))
|
3182
3213
|
DescribePipelineExecutionResponse.add_member(:pipeline_execution_status, Shapes::ShapeRef.new(shape: PipelineExecutionStatus, location_name: "PipelineExecutionStatus"))
|
3183
3214
|
DescribePipelineExecutionResponse.add_member(:pipeline_execution_description, Shapes::ShapeRef.new(shape: PipelineExecutionDescription, location_name: "PipelineExecutionDescription"))
|
3215
|
+
DescribePipelineExecutionResponse.add_member(:pipeline_experiment_config, Shapes::ShapeRef.new(shape: PipelineExperimentConfig, location_name: "PipelineExperimentConfig"))
|
3216
|
+
DescribePipelineExecutionResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: PipelineExecutionFailureReason, location_name: "FailureReason"))
|
3184
3217
|
DescribePipelineExecutionResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
3185
3218
|
DescribePipelineExecutionResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
3186
3219
|
DescribePipelineExecutionResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
|
@@ -3474,6 +3507,8 @@ module Aws::SageMaker
|
|
3474
3507
|
|
3475
3508
|
EdgeOutputConfig.add_member(:s3_output_location, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3OutputLocation"))
|
3476
3509
|
EdgeOutputConfig.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
|
3510
|
+
EdgeOutputConfig.add_member(:preset_deployment_type, Shapes::ShapeRef.new(shape: EdgePresetDeploymentType, location_name: "PresetDeploymentType"))
|
3511
|
+
EdgeOutputConfig.add_member(:preset_deployment_config, Shapes::ShapeRef.new(shape: String, location_name: "PresetDeploymentConfig"))
|
3477
3512
|
EdgeOutputConfig.struct_class = Types::EdgeOutputConfig
|
3478
3513
|
|
3479
3514
|
EdgePackagingJobSummaries.member = Shapes::ShapeRef.new(shape: EdgePackagingJobSummary)
|
@@ -3488,6 +3523,12 @@ module Aws::SageMaker
|
|
3488
3523
|
EdgePackagingJobSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
3489
3524
|
EdgePackagingJobSummary.struct_class = Types::EdgePackagingJobSummary
|
3490
3525
|
|
3526
|
+
EdgePresetDeploymentOutput.add_member(:type, Shapes::ShapeRef.new(shape: EdgePresetDeploymentType, required: true, location_name: "Type"))
|
3527
|
+
EdgePresetDeploymentOutput.add_member(:artifact, Shapes::ShapeRef.new(shape: EdgePresetDeploymentArtifact, location_name: "Artifact"))
|
3528
|
+
EdgePresetDeploymentOutput.add_member(:status, Shapes::ShapeRef.new(shape: EdgePresetDeploymentStatus, location_name: "Status"))
|
3529
|
+
EdgePresetDeploymentOutput.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "StatusMessage"))
|
3530
|
+
EdgePresetDeploymentOutput.struct_class = Types::EdgePresetDeploymentOutput
|
3531
|
+
|
3491
3532
|
EnableSagemakerServicecatalogPortfolioInput.struct_class = Types::EnableSagemakerServicecatalogPortfolioInput
|
3492
3533
|
|
3493
3534
|
EnableSagemakerServicecatalogPortfolioOutput.struct_class = Types::EnableSagemakerServicecatalogPortfolioOutput
|
@@ -4824,6 +4865,7 @@ module Aws::SageMaker
|
|
4824
4865
|
ModelPackageContainerDefinition.add_member(:image_digest, Shapes::ShapeRef.new(shape: ImageDigest, location_name: "ImageDigest"))
|
4825
4866
|
ModelPackageContainerDefinition.add_member(:model_data_url, Shapes::ShapeRef.new(shape: Url, location_name: "ModelDataUrl"))
|
4826
4867
|
ModelPackageContainerDefinition.add_member(:product_id, Shapes::ShapeRef.new(shape: ProductId, location_name: "ProductId"))
|
4868
|
+
ModelPackageContainerDefinition.add_member(:environment, Shapes::ShapeRef.new(shape: EnvironmentMap, location_name: "Environment"))
|
4827
4869
|
ModelPackageContainerDefinition.struct_class = Types::ModelPackageContainerDefinition
|
4828
4870
|
|
4829
4871
|
ModelPackageContainerDefinitionList.member = Shapes::ShapeRef.new(shape: ModelPackageContainerDefinition)
|
@@ -5041,6 +5083,14 @@ module Aws::SageMaker
|
|
5041
5083
|
MultiModelConfig.add_member(:model_cache_setting, Shapes::ShapeRef.new(shape: ModelCacheSetting, location_name: "ModelCacheSetting"))
|
5042
5084
|
MultiModelConfig.struct_class = Types::MultiModelConfig
|
5043
5085
|
|
5086
|
+
NeoVpcConfig.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: NeoVpcSecurityGroupIds, required: true, location_name: "SecurityGroupIds"))
|
5087
|
+
NeoVpcConfig.add_member(:subnets, Shapes::ShapeRef.new(shape: NeoVpcSubnets, required: true, location_name: "Subnets"))
|
5088
|
+
NeoVpcConfig.struct_class = Types::NeoVpcConfig
|
5089
|
+
|
5090
|
+
NeoVpcSecurityGroupIds.member = Shapes::ShapeRef.new(shape: NeoVpcSecurityGroupId)
|
5091
|
+
|
5092
|
+
NeoVpcSubnets.member = Shapes::ShapeRef.new(shape: NeoVpcSubnetId)
|
5093
|
+
|
5044
5094
|
NestedFilters.add_member(:nested_property_name, Shapes::ShapeRef.new(shape: ResourcePropertyName, required: true, location_name: "NestedPropertyName"))
|
5045
5095
|
NestedFilters.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, required: true, location_name: "Filters"))
|
5046
5096
|
NestedFilters.struct_class = Types::NestedFilters
|
@@ -5138,6 +5188,12 @@ module Aws::SageMaker
|
|
5138
5188
|
OutputDataConfig.add_member(:s3_output_path, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3OutputPath"))
|
5139
5189
|
OutputDataConfig.struct_class = Types::OutputDataConfig
|
5140
5190
|
|
5191
|
+
OutputParameter.add_member(:name, Shapes::ShapeRef.new(shape: String256, required: true, location_name: "Name"))
|
5192
|
+
OutputParameter.add_member(:value, Shapes::ShapeRef.new(shape: String1024, required: true, location_name: "Value"))
|
5193
|
+
OutputParameter.struct_class = Types::OutputParameter
|
5194
|
+
|
5195
|
+
OutputParameterList.member = Shapes::ShapeRef.new(shape: OutputParameter)
|
5196
|
+
|
5141
5197
|
Parameter.add_member(:name, Shapes::ShapeRef.new(shape: PipelineParameterName, required: true, location_name: "Name"))
|
5142
5198
|
Parameter.add_member(:value, Shapes::ShapeRef.new(shape: String1024, required: true, location_name: "Value"))
|
5143
5199
|
Parameter.struct_class = Types::Parameter
|
@@ -5186,6 +5242,8 @@ module Aws::SageMaker
|
|
5186
5242
|
PipelineExecution.add_member(:pipeline_execution_display_name, Shapes::ShapeRef.new(shape: PipelineExecutionName, location_name: "PipelineExecutionDisplayName"))
|
5187
5243
|
PipelineExecution.add_member(:pipeline_execution_status, Shapes::ShapeRef.new(shape: PipelineExecutionStatus, location_name: "PipelineExecutionStatus"))
|
5188
5244
|
PipelineExecution.add_member(:pipeline_execution_description, Shapes::ShapeRef.new(shape: PipelineExecutionDescription, location_name: "PipelineExecutionDescription"))
|
5245
|
+
PipelineExecution.add_member(:pipeline_experiment_config, Shapes::ShapeRef.new(shape: PipelineExperimentConfig, location_name: "PipelineExperimentConfig"))
|
5246
|
+
PipelineExecution.add_member(:failure_reason, Shapes::ShapeRef.new(shape: PipelineExecutionFailureReason, location_name: "FailureReason"))
|
5189
5247
|
PipelineExecution.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
5190
5248
|
PipelineExecution.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
5191
5249
|
PipelineExecution.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
|
@@ -5210,6 +5268,7 @@ module Aws::SageMaker
|
|
5210
5268
|
PipelineExecutionStepMetadata.add_member(:model, Shapes::ShapeRef.new(shape: ModelStepMetadata, location_name: "Model"))
|
5211
5269
|
PipelineExecutionStepMetadata.add_member(:register_model, Shapes::ShapeRef.new(shape: RegisterModelStepMetadata, location_name: "RegisterModel"))
|
5212
5270
|
PipelineExecutionStepMetadata.add_member(:condition, Shapes::ShapeRef.new(shape: ConditionStepMetadata, location_name: "Condition"))
|
5271
|
+
PipelineExecutionStepMetadata.add_member(:callback, Shapes::ShapeRef.new(shape: CallbackStepMetadata, location_name: "Callback"))
|
5213
5272
|
PipelineExecutionStepMetadata.struct_class = Types::PipelineExecutionStepMetadata
|
5214
5273
|
|
5215
5274
|
PipelineExecutionSummary.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, location_name: "PipelineExecutionArn"))
|
@@ -5221,6 +5280,10 @@ module Aws::SageMaker
|
|
5221
5280
|
|
5222
5281
|
PipelineExecutionSummaryList.member = Shapes::ShapeRef.new(shape: PipelineExecutionSummary)
|
5223
5282
|
|
5283
|
+
PipelineExperimentConfig.add_member(:experiment_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "ExperimentName"))
|
5284
|
+
PipelineExperimentConfig.add_member(:trial_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "TrialName"))
|
5285
|
+
PipelineExperimentConfig.struct_class = Types::PipelineExperimentConfig
|
5286
|
+
|
5224
5287
|
PipelineSummary.add_member(:pipeline_arn, Shapes::ShapeRef.new(shape: PipelineArn, location_name: "PipelineArn"))
|
5225
5288
|
PipelineSummary.add_member(:pipeline_name, Shapes::ShapeRef.new(shape: PipelineName, location_name: "PipelineName"))
|
5226
5289
|
PipelineSummary.add_member(:pipeline_display_name, Shapes::ShapeRef.new(shape: PipelineName, location_name: "PipelineDisplayName"))
|
@@ -5559,6 +5622,22 @@ module Aws::SageMaker
|
|
5559
5622
|
|
5560
5623
|
SecurityGroupIds.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
|
5561
5624
|
|
5625
|
+
SendPipelineExecutionStepFailureRequest.add_member(:callback_token, Shapes::ShapeRef.new(shape: CallbackToken, required: true, location_name: "CallbackToken"))
|
5626
|
+
SendPipelineExecutionStepFailureRequest.add_member(:failure_reason, Shapes::ShapeRef.new(shape: String256, location_name: "FailureReason"))
|
5627
|
+
SendPipelineExecutionStepFailureRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
|
5628
|
+
SendPipelineExecutionStepFailureRequest.struct_class = Types::SendPipelineExecutionStepFailureRequest
|
5629
|
+
|
5630
|
+
SendPipelineExecutionStepFailureResponse.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, location_name: "PipelineExecutionArn"))
|
5631
|
+
SendPipelineExecutionStepFailureResponse.struct_class = Types::SendPipelineExecutionStepFailureResponse
|
5632
|
+
|
5633
|
+
SendPipelineExecutionStepSuccessRequest.add_member(:callback_token, Shapes::ShapeRef.new(shape: CallbackToken, required: true, location_name: "CallbackToken"))
|
5634
|
+
SendPipelineExecutionStepSuccessRequest.add_member(:output_parameters, Shapes::ShapeRef.new(shape: OutputParameterList, location_name: "OutputParameters"))
|
5635
|
+
SendPipelineExecutionStepSuccessRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
|
5636
|
+
SendPipelineExecutionStepSuccessRequest.struct_class = Types::SendPipelineExecutionStepSuccessRequest
|
5637
|
+
|
5638
|
+
SendPipelineExecutionStepSuccessResponse.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, location_name: "PipelineExecutionArn"))
|
5639
|
+
SendPipelineExecutionStepSuccessResponse.struct_class = Types::SendPipelineExecutionStepSuccessResponse
|
5640
|
+
|
5562
5641
|
ServiceCatalogProvisionedProductDetails.add_member(:provisioned_product_id, Shapes::ShapeRef.new(shape: ServiceCatalogEntityId, location_name: "ProvisionedProductId"))
|
5563
5642
|
ServiceCatalogProvisionedProductDetails.add_member(:provisioned_product_status_message, Shapes::ShapeRef.new(shape: ProvisionedProductStatusMessage, location_name: "ProvisionedProductStatusMessage"))
|
5564
5643
|
ServiceCatalogProvisionedProductDetails.struct_class = Types::ServiceCatalogProvisionedProductDetails
|
@@ -6023,6 +6102,7 @@ module Aws::SageMaker
|
|
6023
6102
|
UpdateDeviceFleetRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
6024
6103
|
UpdateDeviceFleetRequest.add_member(:description, Shapes::ShapeRef.new(shape: DeviceFleetDescription, location_name: "Description"))
|
6025
6104
|
UpdateDeviceFleetRequest.add_member(:output_config, Shapes::ShapeRef.new(shape: EdgeOutputConfig, required: true, location_name: "OutputConfig"))
|
6105
|
+
UpdateDeviceFleetRequest.add_member(:enable_iot_role_alias, Shapes::ShapeRef.new(shape: EnableIotRoleAlias, location_name: "EnableIotRoleAlias"))
|
6026
6106
|
UpdateDeviceFleetRequest.struct_class = Types::UpdateDeviceFleetRequest
|
6027
6107
|
|
6028
6108
|
UpdateDevicesRequest.add_member(:device_fleet_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "DeviceFleetName"))
|
@@ -6925,6 +7005,7 @@ module Aws::SageMaker
|
|
6925
7005
|
o.http_request_uri = "/"
|
6926
7006
|
o.input = Shapes::ShapeRef.new(shape: DeleteModelPackageGroupInput)
|
6927
7007
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
7008
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
6928
7009
|
end)
|
6929
7010
|
|
6930
7011
|
api.add_operation(:delete_model_package_group_policy, Seahorse::Model::Operation.new.tap do |o|
|
@@ -6984,6 +7065,7 @@ module Aws::SageMaker
|
|
6984
7065
|
o.http_request_uri = "/"
|
6985
7066
|
o.input = Shapes::ShapeRef.new(shape: DeleteProjectInput)
|
6986
7067
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
7068
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
6987
7069
|
end)
|
6988
7070
|
|
6989
7071
|
api.add_operation(:delete_tags, Seahorse::Model::Operation.new.tap do |o|
|
@@ -8300,6 +8382,26 @@ module Aws::SageMaker
|
|
8300
8382
|
)
|
8301
8383
|
end)
|
8302
8384
|
|
8385
|
+
api.add_operation(:send_pipeline_execution_step_failure, Seahorse::Model::Operation.new.tap do |o|
|
8386
|
+
o.name = "SendPipelineExecutionStepFailure"
|
8387
|
+
o.http_method = "POST"
|
8388
|
+
o.http_request_uri = "/"
|
8389
|
+
o.input = Shapes::ShapeRef.new(shape: SendPipelineExecutionStepFailureRequest)
|
8390
|
+
o.output = Shapes::ShapeRef.new(shape: SendPipelineExecutionStepFailureResponse)
|
8391
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
8392
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
8393
|
+
end)
|
8394
|
+
|
8395
|
+
api.add_operation(:send_pipeline_execution_step_success, Seahorse::Model::Operation.new.tap do |o|
|
8396
|
+
o.name = "SendPipelineExecutionStepSuccess"
|
8397
|
+
o.http_method = "POST"
|
8398
|
+
o.http_request_uri = "/"
|
8399
|
+
o.input = Shapes::ShapeRef.new(shape: SendPipelineExecutionStepSuccessRequest)
|
8400
|
+
o.output = Shapes::ShapeRef.new(shape: SendPipelineExecutionStepSuccessResponse)
|
8401
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
8402
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
8403
|
+
end)
|
8404
|
+
|
8303
8405
|
api.add_operation(:start_monitoring_schedule, Seahorse::Model::Operation.new.tap do |o|
|
8304
8406
|
o.name = "StartMonitoringSchedule"
|
8305
8407
|
o.http_method = "POST"
|
@@ -172,9 +172,10 @@ module Aws::SageMaker
|
|
172
172
|
# @return [String]
|
173
173
|
#
|
174
174
|
# @!attribute [rw] tags
|
175
|
-
# An array of key-value pairs. You can use tags to categorize your
|
176
|
-
# resources in different ways, for example, by
|
177
|
-
# environment. For more information, see [Tagging
|
175
|
+
# An array of key-value pairs. You can use tags to categorize your
|
176
|
+
# Amazon Web Services resources in different ways, for example, by
|
177
|
+
# purpose, owner, or environment. For more information, see [Tagging
|
178
|
+
# Amazon Web Services Resources][1].
|
178
179
|
#
|
179
180
|
#
|
180
181
|
#
|
@@ -287,8 +288,8 @@ module Aws::SageMaker
|
|
287
288
|
# @!attribute [rw] algorithm_name
|
288
289
|
# The name of the algorithm resource to use for the training job. This
|
289
290
|
# must be an algorithm resource that you created or subscribe to on
|
290
|
-
#
|
291
|
-
# can't specify a value for `TrainingImage`.
|
291
|
+
# Amazon Web Services Marketplace. If you specify a value for this
|
292
|
+
# parameter, you can't specify a value for `TrainingImage`.
|
292
293
|
# @return [String]
|
293
294
|
#
|
294
295
|
# @!attribute [rw] training_input_mode
|
@@ -442,7 +443,7 @@ module Aws::SageMaker
|
|
442
443
|
# runs to validate your algorithm.
|
443
444
|
#
|
444
445
|
# The data provided in the validation profile is made available to your
|
445
|
-
# buyers on
|
446
|
+
# buyers on Amazon Web Services Marketplace.
|
446
447
|
#
|
447
448
|
# @note When making an API call, you may pass AlgorithmValidationProfile
|
448
449
|
# data as a hash:
|
@@ -520,7 +521,7 @@ module Aws::SageMaker
|
|
520
521
|
# kms_key_id: "KmsKeyId",
|
521
522
|
# },
|
522
523
|
# transform_resources: { # required
|
523
|
-
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge
|
524
|
+
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
524
525
|
# instance_count: 1, # required
|
525
526
|
# volume_kms_key_id: "KmsKeyId",
|
526
527
|
# },
|
@@ -634,7 +635,7 @@ module Aws::SageMaker
|
|
634
635
|
# kms_key_id: "KmsKeyId",
|
635
636
|
# },
|
636
637
|
# transform_resources: { # required
|
637
|
-
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge
|
638
|
+
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
638
639
|
# instance_count: 1, # required
|
639
640
|
# volume_kms_key_id: "KmsKeyId",
|
640
641
|
# },
|
@@ -1678,8 +1679,9 @@ module Aws::SageMaker
|
|
1678
1679
|
# @return [String]
|
1679
1680
|
#
|
1680
1681
|
# @!attribute [rw] kms_key_id
|
1681
|
-
# The
|
1682
|
-
# uses to encrypt data generated from
|
1682
|
+
# The Amazon Web Services Key Management Service (Amazon Web Services
|
1683
|
+
# KMS) key that Amazon SageMaker uses to encrypt data generated from
|
1684
|
+
# an Athena query execution.
|
1683
1685
|
# @return [String]
|
1684
1686
|
#
|
1685
1687
|
# @!attribute [rw] output_format
|
@@ -1926,13 +1928,12 @@ module Aws::SageMaker
|
|
1926
1928
|
# @return [Integer]
|
1927
1929
|
#
|
1928
1930
|
# @!attribute [rw] max_runtime_per_training_job_in_seconds
|
1929
|
-
# The maximum time, in seconds, a job is allowed to run
|
1931
|
+
# The maximum time, in seconds, a training job is allowed to run as
|
1932
|
+
# part of an AutoML job.
|
1930
1933
|
# @return [Integer]
|
1931
1934
|
#
|
1932
1935
|
# @!attribute [rw] max_auto_ml_job_runtime_in_seconds
|
1933
|
-
# The maximum
|
1934
|
-
# trial to complete. It must be equal to or greater than
|
1935
|
-
# `MaxRuntimePerTrainingJobInSeconds`.
|
1936
|
+
# The maximum runtime, in seconds, an AutoML job has to complete.
|
1936
1937
|
# @return [Integer]
|
1937
1938
|
#
|
1938
1939
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/AutoMLJobCompletionCriteria AWS API Documentation
|
@@ -2146,7 +2147,7 @@ module Aws::SageMaker
|
|
2146
2147
|
# }
|
2147
2148
|
#
|
2148
2149
|
# @!attribute [rw] kms_key_id
|
2149
|
-
# The
|
2150
|
+
# The Amazon Web Services KMS encryption key ID.
|
2150
2151
|
# @return [String]
|
2151
2152
|
#
|
2152
2153
|
# @!attribute [rw] s3_output_path
|
@@ -2340,6 +2341,31 @@ module Aws::SageMaker
|
|
2340
2341
|
include Aws::Structure
|
2341
2342
|
end
|
2342
2343
|
|
2344
|
+
# Metadata about a callback step.
|
2345
|
+
#
|
2346
|
+
# @!attribute [rw] callback_token
|
2347
|
+
# The pipeline generated token from the Amazon SQS queue.
|
2348
|
+
# @return [String]
|
2349
|
+
#
|
2350
|
+
# @!attribute [rw] sqs_queue_url
|
2351
|
+
# The URL of the Amazon Simple Queue Service (Amazon SQS) queue used
|
2352
|
+
# by the callback step.
|
2353
|
+
# @return [String]
|
2354
|
+
#
|
2355
|
+
# @!attribute [rw] output_parameters
|
2356
|
+
# A list of the output parameters of the callback step.
|
2357
|
+
# @return [Array<Types::OutputParameter>]
|
2358
|
+
#
|
2359
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CallbackStepMetadata AWS API Documentation
|
2360
|
+
#
|
2361
|
+
class CallbackStepMetadata < Struct.new(
|
2362
|
+
:callback_token,
|
2363
|
+
:sqs_queue_url,
|
2364
|
+
:output_parameters)
|
2365
|
+
SENSITIVE = []
|
2366
|
+
include Aws::Structure
|
2367
|
+
end
|
2368
|
+
|
2343
2369
|
# The location of artifacts for an AutoML candidate job.
|
2344
2370
|
#
|
2345
2371
|
# @!attribute [rw] explainability
|
@@ -2707,8 +2733,9 @@ module Aws::SageMaker
|
|
2707
2733
|
#
|
2708
2734
|
# @!attribute [rw] git_config
|
2709
2735
|
# Configuration details for the Git repository, including the URL
|
2710
|
-
# where it is located and the ARN of the
|
2711
|
-
# that contains the credentials used to access the
|
2736
|
+
# where it is located and the ARN of the Amazon Web Services Secrets
|
2737
|
+
# Manager secret that contains the credentials used to access the
|
2738
|
+
# repository.
|
2712
2739
|
# @return [Types::GitConfig]
|
2713
2740
|
#
|
2714
2741
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CodeRepositorySummary AWS API Documentation
|
@@ -3019,13 +3046,15 @@ module Aws::SageMaker
|
|
3019
3046
|
#
|
3020
3047
|
# </note>
|
3021
3048
|
#
|
3022
|
-
# If you provide a value for this parameter, Amazon SageMaker uses
|
3023
|
-
# Security Token Service to download model
|
3024
|
-
#
|
3025
|
-
#
|
3026
|
-
#
|
3027
|
-
#
|
3028
|
-
#
|
3049
|
+
# If you provide a value for this parameter, Amazon SageMaker uses
|
3050
|
+
# Amazon Web Services Security Token Service to download model
|
3051
|
+
# artifacts from the S3 path you provide. Amazon Web Services STS is
|
3052
|
+
# activated in your IAM user account by default. If you previously
|
3053
|
+
# deactivated Amazon Web Services STS for a region, you need to
|
3054
|
+
# reactivate Amazon Web Services STS for that region. For more
|
3055
|
+
# information, see [Activating and Deactivating Amazon Web Services
|
3056
|
+
# STS in an Amazon Web Services Region][2] in the *Amazon Web Services
|
3057
|
+
# Identity and Access Management User Guide*.
|
3029
3058
|
#
|
3030
3059
|
# If you use a built-in algorithm to create a model, Amazon SageMaker
|
3031
3060
|
# requires that you provide a S3 path to the model artifacts in
|
@@ -3273,8 +3302,8 @@ module Aws::SageMaker
|
|
3273
3302
|
# }
|
3274
3303
|
#
|
3275
3304
|
# @!attribute [rw] action_name
|
3276
|
-
# The name of the action. Must be unique to your account in an
|
3277
|
-
# Region.
|
3305
|
+
# The name of the action. Must be unique to your account in an Amazon
|
3306
|
+
# Web Services Region.
|
3278
3307
|
# @return [String]
|
3279
3308
|
#
|
3280
3309
|
# @!attribute [rw] source
|
@@ -3398,9 +3427,12 @@ module Aws::SageMaker
|
|
3398
3427
|
# image_digest: "ImageDigest",
|
3399
3428
|
# model_data_url: "Url",
|
3400
3429
|
# product_id: "ProductId",
|
3430
|
+
# environment: {
|
3431
|
+
# "EnvironmentKey" => "EnvironmentValue",
|
3432
|
+
# },
|
3401
3433
|
# },
|
3402
3434
|
# ],
|
3403
|
-
# supported_transform_instance_types: ["ml.m4.xlarge"], # accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge
|
3435
|
+
# supported_transform_instance_types: ["ml.m4.xlarge"], # accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
3404
3436
|
# supported_realtime_inference_instance_types: ["ml.t2.medium"], # accepts ml.t2.medium, ml.t2.large, ml.t2.xlarge, ml.t2.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.m5.large, 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.12xlarge, ml.m5d.24xlarge, ml.c4.large, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5d.large, ml.c5d.xlarge, ml.c5d.2xlarge, ml.c5d.4xlarge, ml.c5d.9xlarge, ml.c5d.18xlarge, 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.12xlarge, ml.r5.24xlarge, ml.r5d.large, ml.r5d.xlarge, ml.r5d.2xlarge, ml.r5d.4xlarge, ml.r5d.12xlarge, ml.r5d.24xlarge, ml.inf1.xlarge, ml.inf1.2xlarge, ml.inf1.6xlarge, ml.inf1.24xlarge
|
3405
3437
|
# supported_content_types: ["ContentType"], # required
|
3406
3438
|
# supported_response_mime_types: ["ResponseMIMEType"], # required
|
@@ -3481,7 +3513,7 @@ module Aws::SageMaker
|
|
3481
3513
|
# kms_key_id: "KmsKeyId",
|
3482
3514
|
# },
|
3483
3515
|
# transform_resources: { # required
|
3484
|
-
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge
|
3516
|
+
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
3485
3517
|
# instance_count: 1, # required
|
3486
3518
|
# volume_kms_key_id: "KmsKeyId",
|
3487
3519
|
# },
|
@@ -3551,14 +3583,15 @@ module Aws::SageMaker
|
|
3551
3583
|
# @return [Types::AlgorithmValidationSpecification]
|
3552
3584
|
#
|
3553
3585
|
# @!attribute [rw] certify_for_marketplace
|
3554
|
-
# Whether to certify the algorithm so that it can be listed in
|
3555
|
-
# Marketplace.
|
3586
|
+
# Whether to certify the algorithm so that it can be listed in Amazon
|
3587
|
+
# Web Services Marketplace.
|
3556
3588
|
# @return [Boolean]
|
3557
3589
|
#
|
3558
3590
|
# @!attribute [rw] tags
|
3559
|
-
# An array of key-value pairs. You can use tags to categorize your
|
3560
|
-
# resources in different ways, for example, by
|
3561
|
-
# environment. For more information, see [Tagging
|
3591
|
+
# An array of key-value pairs. You can use tags to categorize your
|
3592
|
+
# Amazon Web Services resources in different ways, for example, by
|
3593
|
+
# purpose, owner, or environment. For more information, see [Tagging
|
3594
|
+
# Amazon Web Services Resources][1].
|
3562
3595
|
#
|
3563
3596
|
#
|
3564
3597
|
#
|
@@ -3757,8 +3790,8 @@ module Aws::SageMaker
|
|
3757
3790
|
# }
|
3758
3791
|
#
|
3759
3792
|
# @!attribute [rw] artifact_name
|
3760
|
-
# The name of the artifact. Must be unique to your account in an
|
3761
|
-
# Region.
|
3793
|
+
# The name of the artifact. Must be unique to your account in an
|
3794
|
+
# Amazon Web Services Region.
|
3762
3795
|
# @return [String]
|
3763
3796
|
#
|
3764
3797
|
# @!attribute [rw] source
|
@@ -3877,10 +3910,6 @@ module Aws::SageMaker
|
|
3877
3910
|
# Provides information about encryption and the Amazon S3 output path
|
3878
3911
|
# needed to store artifacts from an AutoML job. Format(s) supported:
|
3879
3912
|
# CSV.
|
3880
|
-
#
|
3881
|
-
# <para>Specifies whether to automatically deploy the best
|
3882
|
-
# &ATP; model to an endpoint and the name of that endpoint if
|
3883
|
-
# deployed automatically.</para>
|
3884
3913
|
# @return [Types::AutoMLOutputDataConfig]
|
3885
3914
|
#
|
3886
3915
|
# @!attribute [rw] problem_type
|
@@ -3908,10 +3937,6 @@ module Aws::SageMaker
|
|
3908
3937
|
#
|
3909
3938
|
# @!attribute [rw] role_arn
|
3910
3939
|
# The ARN of the role that is used to access the data.
|
3911
|
-
#
|
3912
|
-
# <para>Specifies whether to automatically deploy the best
|
3913
|
-
# &ATP; model to an endpoint and the name of that endpoint if
|
3914
|
-
# deployed automatically.</para>
|
3915
3940
|
# @return [String]
|
3916
3941
|
#
|
3917
3942
|
# @!attribute [rw] generate_candidate_definitions_only
|
@@ -3990,9 +4015,10 @@ module Aws::SageMaker
|
|
3990
4015
|
# @return [Types::GitConfig]
|
3991
4016
|
#
|
3992
4017
|
# @!attribute [rw] tags
|
3993
|
-
# An array of key-value pairs. You can use tags to categorize your
|
3994
|
-
# resources in different ways, for example, by
|
3995
|
-
# environment. For more information, see [Tagging
|
4018
|
+
# An array of key-value pairs. You can use tags to categorize your
|
4019
|
+
# Amazon Web Services resources in different ways, for example, by
|
4020
|
+
# purpose, owner, or environment. For more information, see [Tagging
|
4021
|
+
# Amazon Web Services Resources][1].
|
3996
4022
|
#
|
3997
4023
|
#
|
3998
4024
|
#
|
@@ -4035,7 +4061,7 @@ module Aws::SageMaker
|
|
4035
4061
|
# },
|
4036
4062
|
# output_config: { # required
|
4037
4063
|
# s3_output_location: "S3Uri", # required
|
4038
|
-
# 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, x86_win32, x86_win64, coreml, jacinto_tda4vm
|
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
|
4039
4065
|
# target_platform: {
|
4040
4066
|
# os: "ANDROID", # required, accepts ANDROID, LINUX
|
4041
4067
|
# arch: "X86_64", # required, accepts X86_64, X86, ARM64, ARM_EABI, ARM_EABIHF
|
@@ -4044,6 +4070,10 @@ module Aws::SageMaker
|
|
4044
4070
|
# compiler_options: "CompilerOptions",
|
4045
4071
|
# kms_key_id: "KmsKeyId",
|
4046
4072
|
# },
|
4073
|
+
# vpc_config: {
|
4074
|
+
# security_group_ids: ["NeoVpcSecurityGroupId"], # required
|
4075
|
+
# subnets: ["NeoVpcSubnetId"], # required
|
4076
|
+
# },
|
4047
4077
|
# stopping_condition: { # required
|
4048
4078
|
# max_runtime_in_seconds: 1,
|
4049
4079
|
# max_wait_time_in_seconds: 1,
|
@@ -4058,7 +4088,8 @@ module Aws::SageMaker
|
|
4058
4088
|
#
|
4059
4089
|
# @!attribute [rw] compilation_job_name
|
4060
4090
|
# A name for the model compilation job. The name must be unique within
|
4061
|
-
# the
|
4091
|
+
# the Amazon Web Services Region and within your Amazon Web Services
|
4092
|
+
# account.
|
4062
4093
|
# @return [String]
|
4063
4094
|
#
|
4064
4095
|
# @!attribute [rw] role_arn
|
@@ -4096,6 +4127,17 @@ module Aws::SageMaker
|
|
4096
4127
|
# model and the target device the model runs on.
|
4097
4128
|
# @return [Types::OutputConfig]
|
4098
4129
|
#
|
4130
|
+
# @!attribute [rw] vpc_config
|
4131
|
+
# A VpcConfig object that specifies the VPC that you want your
|
4132
|
+
# compilation job to connect to. Control access to your models by
|
4133
|
+
# configuring the VPC. For more information, see [Protect Compilation
|
4134
|
+
# Jobs by Using an Amazon Virtual Private Cloud][1].
|
4135
|
+
#
|
4136
|
+
#
|
4137
|
+
#
|
4138
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/neo-vpc.html
|
4139
|
+
# @return [Types::NeoVpcConfig]
|
4140
|
+
#
|
4099
4141
|
# @!attribute [rw] stopping_condition
|
4100
4142
|
# Specifies a limit to how long a model compilation job can run. When
|
4101
4143
|
# the job reaches the time limit, Amazon SageMaker ends the
|
@@ -4103,9 +4145,10 @@ module Aws::SageMaker
|
|
4103
4145
|
# @return [Types::StoppingCondition]
|
4104
4146
|
#
|
4105
4147
|
# @!attribute [rw] tags
|
4106
|
-
# An array of key-value pairs. You can use tags to categorize your
|
4107
|
-
# resources in different ways, for example, by
|
4108
|
-
# environment. For more information, see [Tagging
|
4148
|
+
# An array of key-value pairs. You can use tags to categorize your
|
4149
|
+
# Amazon Web Services resources in different ways, for example, by
|
4150
|
+
# purpose, owner, or environment. For more information, see [Tagging
|
4151
|
+
# Amazon Web Services Resources][1].
|
4109
4152
|
#
|
4110
4153
|
#
|
4111
4154
|
#
|
@@ -4119,6 +4162,7 @@ module Aws::SageMaker
|
|
4119
4162
|
:role_arn,
|
4120
4163
|
:input_config,
|
4121
4164
|
:output_config,
|
4165
|
+
:vpc_config,
|
4122
4166
|
:stopping_condition,
|
4123
4167
|
:tags)
|
4124
4168
|
SENSITIVE = []
|
@@ -4168,8 +4212,8 @@ module Aws::SageMaker
|
|
4168
4212
|
# }
|
4169
4213
|
#
|
4170
4214
|
# @!attribute [rw] context_name
|
4171
|
-
# The name of the context. Must be unique to your account in an
|
4172
|
-
# Region.
|
4215
|
+
# The name of the context. Must be unique to your account in an Amazon
|
4216
|
+
# Web Services Region.
|
4173
4217
|
# @return [String]
|
4174
4218
|
#
|
4175
4219
|
# @!attribute [rw] source
|
@@ -4270,7 +4314,7 @@ module Aws::SageMaker
|
|
4270
4314
|
# job_resources: { # required
|
4271
4315
|
# cluster_config: { # required
|
4272
4316
|
# instance_count: 1, # required
|
4273
|
-
# instance_type: "ml.t3.medium", # required, accepts 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.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
4317
|
+
# instance_type: "ml.t3.medium", # required, accepts 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.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
4274
4318
|
# volume_size_in_gb: 1, # required
|
4275
4319
|
# volume_kms_key_id: "KmsKeyId",
|
4276
4320
|
# },
|
@@ -4336,8 +4380,8 @@ module Aws::SageMaker
|
|
4336
4380
|
#
|
4337
4381
|
# @!attribute [rw] tags
|
4338
4382
|
# (Optional) An array of key-value pairs. For more information, see
|
4339
|
-
# [Using Cost Allocation Tags][1] in the *
|
4340
|
-
# Management User Guide*.
|
4383
|
+
# [Using Cost Allocation Tags][1] in the *Amazon Web Services Billing
|
4384
|
+
# and Cost Management User Guide*.
|
4341
4385
|
#
|
4342
4386
|
#
|
4343
4387
|
#
|
@@ -4383,6 +4427,8 @@ module Aws::SageMaker
|
|
4383
4427
|
# output_config: { # required
|
4384
4428
|
# s3_output_location: "S3Uri", # required
|
4385
4429
|
# kms_key_id: "KmsKeyId",
|
4430
|
+
# preset_deployment_type: "GreengrassV2Component", # accepts GreengrassV2Component
|
4431
|
+
# preset_deployment_config: "String",
|
4386
4432
|
# },
|
4387
4433
|
# tags: [
|
4388
4434
|
# {
|
@@ -4390,6 +4436,7 @@ module Aws::SageMaker
|
|
4390
4436
|
# value: "TagValue", # required
|
4391
4437
|
# },
|
4392
4438
|
# ],
|
4439
|
+
# enable_iot_role_alias: false,
|
4393
4440
|
# }
|
4394
4441
|
#
|
4395
4442
|
# @!attribute [rw] device_fleet_name
|
@@ -4397,8 +4444,8 @@ module Aws::SageMaker
|
|
4397
4444
|
# @return [String]
|
4398
4445
|
#
|
4399
4446
|
# @!attribute [rw] role_arn
|
4400
|
-
# The Amazon Resource Name (ARN) that has access to
|
4401
|
-
# Things (IoT).
|
4447
|
+
# The Amazon Resource Name (ARN) that has access to Amazon Web
|
4448
|
+
# Services Internet of Things (IoT).
|
4402
4449
|
# @return [String]
|
4403
4450
|
#
|
4404
4451
|
# @!attribute [rw] description
|
@@ -4414,6 +4461,15 @@ module Aws::SageMaker
|
|
4414
4461
|
# Creates tags for the specified fleet.
|
4415
4462
|
# @return [Array<Types::Tag>]
|
4416
4463
|
#
|
4464
|
+
# @!attribute [rw] enable_iot_role_alias
|
4465
|
+
# Whether to create an Amazon Web Services IoT Role Alias during
|
4466
|
+
# device fleet creation. The name of the role alias generated will
|
4467
|
+
# match this pattern: "SageMakerEdge-\\\{DeviceFleetName\\}".
|
4468
|
+
#
|
4469
|
+
# For example, if your device fleet is called "demo-fleet", the name
|
4470
|
+
# of the role alias will be "SageMakerEdge-demo-fleet".
|
4471
|
+
# @return [Boolean]
|
4472
|
+
#
|
4417
4473
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateDeviceFleetRequest AWS API Documentation
|
4418
4474
|
#
|
4419
4475
|
class CreateDeviceFleetRequest < Struct.new(
|
@@ -4421,7 +4477,8 @@ module Aws::SageMaker
|
|
4421
4477
|
:role_arn,
|
4422
4478
|
:description,
|
4423
4479
|
:output_config,
|
4424
|
-
:tags
|
4480
|
+
:tags,
|
4481
|
+
:enable_iot_role_alias)
|
4425
4482
|
SENSITIVE = []
|
4426
4483
|
include Aws::Structure
|
4427
4484
|
end
|
@@ -4535,9 +4592,10 @@ module Aws::SageMaker
|
|
4535
4592
|
# @return [String]
|
4536
4593
|
#
|
4537
4594
|
# @!attribute [rw] kms_key_id
|
4538
|
-
# SageMaker uses
|
4539
|
-
# domain with an
|
4540
|
-
# more control, specify a customer
|
4595
|
+
# SageMaker uses Amazon Web Services KMS to encrypt the EFS volume
|
4596
|
+
# attached to the domain with an Amazon Web Services managed customer
|
4597
|
+
# master key (CMK) by default. For more control, specify a customer
|
4598
|
+
# managed CMK.
|
4541
4599
|
# @return [String]
|
4542
4600
|
#
|
4543
4601
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateDomainRequest AWS API Documentation
|
@@ -4585,6 +4643,8 @@ module Aws::SageMaker
|
|
4585
4643
|
# output_config: { # required
|
4586
4644
|
# s3_output_location: "S3Uri", # required
|
4587
4645
|
# kms_key_id: "KmsKeyId",
|
4646
|
+
# preset_deployment_type: "GreengrassV2Component", # accepts GreengrassV2Component
|
4647
|
+
# preset_deployment_config: "String",
|
4588
4648
|
# },
|
4589
4649
|
# resource_key: "KmsKeyId",
|
4590
4650
|
# tags: [
|
@@ -4704,9 +4764,10 @@ module Aws::SageMaker
|
|
4704
4764
|
# @return [Types::DataCaptureConfig]
|
4705
4765
|
#
|
4706
4766
|
# @!attribute [rw] tags
|
4707
|
-
# An array of key-value pairs. You can use tags to categorize your
|
4708
|
-
# resources in different ways, for example, by
|
4709
|
-
# environment. For more information, see [Tagging
|
4767
|
+
# An array of key-value pairs. You can use tags to categorize your
|
4768
|
+
# Amazon Web Services resources in different ways, for example, by
|
4769
|
+
# purpose, owner, or environment. For more information, see [Tagging
|
4770
|
+
# Amazon Web Services Resources][1].
|
4710
4771
|
#
|
4711
4772
|
#
|
4712
4773
|
#
|
@@ -4714,9 +4775,10 @@ module Aws::SageMaker
|
|
4714
4775
|
# @return [Array<Types::Tag>]
|
4715
4776
|
#
|
4716
4777
|
# @!attribute [rw] kms_key_id
|
4717
|
-
# The Amazon Resource Name (ARN) of a
|
4718
|
-
# that Amazon SageMaker uses to encrypt data on
|
4719
|
-
# attached to the ML compute instance that hosts
|
4778
|
+
# The Amazon Resource Name (ARN) of a Amazon Web Services Key
|
4779
|
+
# Management Service key that Amazon SageMaker uses to encrypt data on
|
4780
|
+
# the storage volume attached to the ML compute instance that hosts
|
4781
|
+
# the endpoint.
|
4720
4782
|
#
|
4721
4783
|
# The KmsKeyId can be any of the following formats:
|
4722
4784
|
#
|
@@ -4732,8 +4794,8 @@ module Aws::SageMaker
|
|
4732
4794
|
#
|
4733
4795
|
# The KMS key policy must grant permission to the IAM role that you
|
4734
4796
|
# specify in your `CreateEndpoint`, `UpdateEndpoint` requests. For
|
4735
|
-
# more information, refer to the
|
4736
|
-
# Using Key Policies in
|
4797
|
+
# more information, refer to the Amazon Web Services Key Management
|
4798
|
+
# Service section[ Using Key Policies in Amazon Web Services KMS ][1]
|
4737
4799
|
#
|
4738
4800
|
# <note markdown="1"> Certain Nitro-based instances include local storage, dependent on
|
4739
4801
|
# the instance type. Local storage volumes are encrypted using a
|
@@ -4799,9 +4861,10 @@ module Aws::SageMaker
|
|
4799
4861
|
# }
|
4800
4862
|
#
|
4801
4863
|
# @!attribute [rw] endpoint_name
|
4802
|
-
# The name of the endpoint.The name must be unique within an
|
4803
|
-
# Region in your
|
4804
|
-
# `CreateEndpoint`, but the case is preserved and
|
4864
|
+
# The name of the endpoint.The name must be unique within an Amazon
|
4865
|
+
# Web Services Region in your Amazon Web Services account. The name is
|
4866
|
+
# case-insensitive in `CreateEndpoint`, but the case is preserved and
|
4867
|
+
# must be matched in .
|
4805
4868
|
# @return [String]
|
4806
4869
|
#
|
4807
4870
|
# @!attribute [rw] endpoint_config_name
|
@@ -4810,9 +4873,10 @@ module Aws::SageMaker
|
|
4810
4873
|
# @return [String]
|
4811
4874
|
#
|
4812
4875
|
# @!attribute [rw] tags
|
4813
|
-
# An array of key-value pairs. You can use tags to categorize your
|
4814
|
-
# resources in different ways, for example, by
|
4815
|
-
# environment. For more information, see [Tagging
|
4876
|
+
# An array of key-value pairs. You can use tags to categorize your
|
4877
|
+
# Amazon Web Services resources in different ways, for example, by
|
4878
|
+
# purpose, owner, or environment. For more information, see [Tagging
|
4879
|
+
# Amazon Web Services Resources][1].
|
4816
4880
|
#
|
4817
4881
|
#
|
4818
4882
|
#
|
@@ -4857,8 +4921,8 @@ module Aws::SageMaker
|
|
4857
4921
|
# }
|
4858
4922
|
#
|
4859
4923
|
# @!attribute [rw] experiment_name
|
4860
|
-
# The name of the experiment. The name must be unique in your
|
4861
|
-
# account and is not case-sensitive.
|
4924
|
+
# The name of the experiment. The name must be unique in your Amazon
|
4925
|
+
# Web Services account and is not case-sensitive.
|
4862
4926
|
# @return [String]
|
4863
4927
|
#
|
4864
4928
|
# @!attribute [rw] display_name
|
@@ -4943,7 +5007,8 @@ module Aws::SageMaker
|
|
4943
5007
|
#
|
4944
5008
|
# @!attribute [rw] feature_group_name
|
4945
5009
|
# The name of the `FeatureGroup`. The name must be unique within an
|
4946
|
-
#
|
5010
|
+
# Amazon Web Services Region in an Amazon Web Services account. The
|
5011
|
+
# name:
|
4947
5012
|
#
|
4948
5013
|
# * Must start and end with an alphanumeric character.
|
4949
5014
|
#
|
@@ -5010,8 +5075,8 @@ module Aws::SageMaker
|
|
5010
5075
|
# the `EnableOnlineStore` flag in `OnlineStoreConfig`; the default
|
5011
5076
|
# value is `False`.
|
5012
5077
|
#
|
5013
|
-
# You can also include an
|
5014
|
-
# encryption of the `OnlineStore`.
|
5078
|
+
# You can also include an Amazon Web Services KMS key ID (`KMSKeyId`)
|
5079
|
+
# for at-rest encryption of the `OnlineStore`.
|
5015
5080
|
# @return [Types::OnlineStoreConfig]
|
5016
5081
|
#
|
5017
5082
|
# @!attribute [rw] offline_store_config
|
@@ -5021,7 +5086,8 @@ module Aws::SageMaker
|
|
5021
5086
|
# * The Amazon Simple Storage Service (Amazon S3) location of an
|
5022
5087
|
# `OfflineStore`.
|
5023
5088
|
#
|
5024
|
-
# * A configuration for an
|
5089
|
+
# * A configuration for an Amazon Web Services Glue or Amazon Web
|
5090
|
+
# Services Hive data cataolgue.
|
5025
5091
|
#
|
5026
5092
|
# * An KMS encryption key to encrypt the Amazon S3 location used for
|
5027
5093
|
# `OfflineStore`.
|
@@ -5496,9 +5562,10 @@ module Aws::SageMaker
|
|
5496
5562
|
# @!attribute [rw] hyper_parameter_tuning_job_name
|
5497
5563
|
# The name of the tuning job. This name is the prefix for the names of
|
5498
5564
|
# all training jobs that this tuning job launches. The name must be
|
5499
|
-
# unique within the same
|
5500
|
-
# have 1 to 32 characters. Valid
|
5501
|
-
# = @ \_ % - (hyphen). The name
|
5565
|
+
# unique within the same Amazon Web Services account and Amazon Web
|
5566
|
+
# Services Region. The name must have 1 to 32 characters. Valid
|
5567
|
+
# characters are a-z, A-Z, 0-9, and : + = @ \_ % - (hyphen). The name
|
5568
|
+
# is not case sensitive.
|
5502
5569
|
# @return [String]
|
5503
5570
|
#
|
5504
5571
|
# @!attribute [rw] hyper_parameter_tuning_job_config
|
@@ -5549,9 +5616,10 @@ module Aws::SageMaker
|
|
5549
5616
|
# @return [Types::HyperParameterTuningJobWarmStartConfig]
|
5550
5617
|
#
|
5551
5618
|
# @!attribute [rw] tags
|
5552
|
-
# An array of key-value pairs. You can use tags to categorize your
|
5553
|
-
# resources in different ways, for example, by
|
5554
|
-
# environment. For more information, see [Tagging
|
5619
|
+
# An array of key-value pairs. You can use tags to categorize your
|
5620
|
+
# Amazon Web Services resources in different ways, for example, by
|
5621
|
+
# purpose, owner, or environment. For more information, see [Tagging
|
5622
|
+
# Amazon Web Services Resources][1].
|
5555
5623
|
#
|
5556
5624
|
# Tags that you specify for the tuning job are also added to all
|
5557
5625
|
# training jobs that the tuning job launches.
|
@@ -5668,8 +5736,9 @@ module Aws::SageMaker
|
|
5668
5736
|
# @return [String]
|
5669
5737
|
#
|
5670
5738
|
# @!attribute [rw] client_token
|
5671
|
-
# A unique ID. If not specified, the
|
5672
|
-
# SDK for Python (Boto3), add a
|
5739
|
+
# A unique ID. If not specified, the Amazon Web Services CLI and
|
5740
|
+
# Amazon Web Services SDKs, such as the SDK for Python (Boto3), add a
|
5741
|
+
# unique value to the call.
|
5673
5742
|
#
|
5674
5743
|
# **A suitable default value is auto-generated.** You should normally
|
5675
5744
|
# not need to pass this option.
|
@@ -5774,9 +5843,9 @@ module Aws::SageMaker
|
|
5774
5843
|
# @!attribute [rw] labeling_job_name
|
5775
5844
|
# The name of the labeling job. This name is used to identify the job
|
5776
5845
|
# in a list of labeling jobs. Labeling job names must be unique within
|
5777
|
-
# an
|
5778
|
-
# For example, Example-job and example-job are
|
5779
|
-
# labeling job name by Ground Truth.
|
5846
|
+
# an Amazon Web Services account and region. `LabelingJobName` is not
|
5847
|
+
# case sensitive. For example, Example-job and example-job are
|
5848
|
+
# considered the same labeling job name by Ground Truth.
|
5780
5849
|
# @return [String]
|
5781
5850
|
#
|
5782
5851
|
# @!attribute [rw] label_attribute_name
|
@@ -5856,8 +5925,9 @@ module Aws::SageMaker
|
|
5856
5925
|
# @return [Types::LabelingJobInputConfig]
|
5857
5926
|
#
|
5858
5927
|
# @!attribute [rw] output_config
|
5859
|
-
# The location of the output data and the
|
5860
|
-
# key ID for the key used to encrypt the output
|
5928
|
+
# The location of the output data and the Amazon Web Services Key
|
5929
|
+
# Management Service key ID for the key used to encrypt the output
|
5930
|
+
# data, if any.
|
5861
5931
|
# @return [Types::LabelingJobOutputConfig]
|
5862
5932
|
#
|
5863
5933
|
# @!attribute [rw] role_arn
|
@@ -5934,8 +6004,8 @@ module Aws::SageMaker
|
|
5934
6004
|
#
|
5935
6005
|
# @!attribute [rw] tags
|
5936
6006
|
# An array of key/value pairs. For more information, see [Using Cost
|
5937
|
-
# Allocation Tags][1] in the *
|
5938
|
-
# Guide*.
|
6007
|
+
# Allocation Tags][1] in the *Amazon Web Services Billing and Cost
|
6008
|
+
# Management User Guide*.
|
5939
6009
|
#
|
5940
6010
|
#
|
5941
6011
|
#
|
@@ -6022,7 +6092,7 @@ module Aws::SageMaker
|
|
6022
6092
|
# job_resources: { # required
|
6023
6093
|
# cluster_config: { # required
|
6024
6094
|
# instance_count: 1, # required
|
6025
|
-
# instance_type: "ml.t3.medium", # required, accepts 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.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
6095
|
+
# instance_type: "ml.t3.medium", # required, accepts 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.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
6026
6096
|
# volume_size_in_gb: 1, # required
|
6027
6097
|
# volume_kms_key_id: "KmsKeyId",
|
6028
6098
|
# },
|
@@ -6049,7 +6119,7 @@ module Aws::SageMaker
|
|
6049
6119
|
#
|
6050
6120
|
# @!attribute [rw] job_definition_name
|
6051
6121
|
# The name of the bias job definition. The name must be unique within
|
6052
|
-
# an
|
6122
|
+
# an Amazon Web Services Region in the Amazon Web Services account.
|
6053
6123
|
# @return [String]
|
6054
6124
|
#
|
6055
6125
|
# @!attribute [rw] model_bias_baseline_config
|
@@ -6089,8 +6159,8 @@ module Aws::SageMaker
|
|
6089
6159
|
#
|
6090
6160
|
# @!attribute [rw] tags
|
6091
6161
|
# (Optional) An array of key-value pairs. For more information, see
|
6092
|
-
# [Using Cost Allocation Tags][1] in the *
|
6093
|
-
# Management User Guide*.
|
6162
|
+
# [Using Cost Allocation Tags][1] in the *Amazon Web Services Billing
|
6163
|
+
# and Cost Management User Guide*.
|
6094
6164
|
#
|
6095
6165
|
#
|
6096
6166
|
#
|
@@ -6173,7 +6243,7 @@ module Aws::SageMaker
|
|
6173
6243
|
# job_resources: { # required
|
6174
6244
|
# cluster_config: { # required
|
6175
6245
|
# instance_count: 1, # required
|
6176
|
-
# instance_type: "ml.t3.medium", # required, accepts 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.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
6246
|
+
# instance_type: "ml.t3.medium", # required, accepts 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.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
6177
6247
|
# volume_size_in_gb: 1, # required
|
6178
6248
|
# volume_kms_key_id: "KmsKeyId",
|
6179
6249
|
# },
|
@@ -6200,7 +6270,8 @@ module Aws::SageMaker
|
|
6200
6270
|
#
|
6201
6271
|
# @!attribute [rw] job_definition_name
|
6202
6272
|
# The name of the model explainability job definition. The name must
|
6203
|
-
# be unique within an
|
6273
|
+
# be unique within an Amazon Web Services Region in the Amazon Web
|
6274
|
+
# Services account.
|
6204
6275
|
# @return [String]
|
6205
6276
|
#
|
6206
6277
|
# @!attribute [rw] model_explainability_baseline_config
|
@@ -6240,8 +6311,8 @@ module Aws::SageMaker
|
|
6240
6311
|
#
|
6241
6312
|
# @!attribute [rw] tags
|
6242
6313
|
# (Optional) An array of key-value pairs. For more information, see
|
6243
|
-
# [Using Cost Allocation Tags][1] in the *
|
6244
|
-
# Management User Guide*.
|
6314
|
+
# [Using Cost Allocation Tags][1] in the *Amazon Web Services Billing
|
6315
|
+
# and Cost Management User Guide*.
|
6245
6316
|
#
|
6246
6317
|
#
|
6247
6318
|
#
|
@@ -6376,9 +6447,10 @@ module Aws::SageMaker
|
|
6376
6447
|
# @return [String]
|
6377
6448
|
#
|
6378
6449
|
# @!attribute [rw] tags
|
6379
|
-
# An array of key-value pairs. You can use tags to categorize your
|
6380
|
-
# resources in different ways, for example, by
|
6381
|
-
# environment. For more information, see [Tagging
|
6450
|
+
# An array of key-value pairs. You can use tags to categorize your
|
6451
|
+
# Amazon Web Services resources in different ways, for example, by
|
6452
|
+
# purpose, owner, or environment. For more information, see [Tagging
|
6453
|
+
# Amazon Web Services Resources][1].
|
6382
6454
|
#
|
6383
6455
|
#
|
6384
6456
|
#
|
@@ -6455,8 +6527,8 @@ module Aws::SageMaker
|
|
6455
6527
|
#
|
6456
6528
|
# @!attribute [rw] tags
|
6457
6529
|
# A list of key value pairs associated with the model group. For more
|
6458
|
-
# information, see [Tagging
|
6459
|
-
# Reference Guide*.
|
6530
|
+
# information, see [Tagging Amazon Web Services resources][1] in the
|
6531
|
+
# *Amazon Web Services General Reference Guide*.
|
6460
6532
|
#
|
6461
6533
|
#
|
6462
6534
|
#
|
@@ -6500,9 +6572,12 @@ module Aws::SageMaker
|
|
6500
6572
|
# image_digest: "ImageDigest",
|
6501
6573
|
# model_data_url: "Url",
|
6502
6574
|
# product_id: "ProductId",
|
6575
|
+
# environment: {
|
6576
|
+
# "EnvironmentKey" => "EnvironmentValue",
|
6577
|
+
# },
|
6503
6578
|
# },
|
6504
6579
|
# ],
|
6505
|
-
# supported_transform_instance_types: ["ml.m4.xlarge"], # accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge
|
6580
|
+
# supported_transform_instance_types: ["ml.m4.xlarge"], # accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
6506
6581
|
# supported_realtime_inference_instance_types: ["ml.t2.medium"], # accepts ml.t2.medium, ml.t2.large, ml.t2.xlarge, ml.t2.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.m5.large, 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.12xlarge, ml.m5d.24xlarge, ml.c4.large, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5d.large, ml.c5d.xlarge, ml.c5d.2xlarge, ml.c5d.4xlarge, ml.c5d.9xlarge, ml.c5d.18xlarge, 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.12xlarge, ml.r5.24xlarge, ml.r5d.large, ml.r5d.xlarge, ml.r5d.2xlarge, ml.r5d.4xlarge, ml.r5d.12xlarge, ml.r5d.24xlarge, ml.inf1.xlarge, ml.inf1.2xlarge, ml.inf1.6xlarge, ml.inf1.24xlarge
|
6507
6582
|
# supported_content_types: ["ContentType"], # required
|
6508
6583
|
# supported_response_mime_types: ["ResponseMIMEType"], # required
|
@@ -6537,7 +6612,7 @@ module Aws::SageMaker
|
|
6537
6612
|
# kms_key_id: "KmsKeyId",
|
6538
6613
|
# },
|
6539
6614
|
# transform_resources: { # required
|
6540
|
-
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge
|
6615
|
+
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
6541
6616
|
# instance_count: 1, # required
|
6542
6617
|
# volume_kms_key_id: "KmsKeyId",
|
6543
6618
|
# },
|
@@ -6654,7 +6729,8 @@ module Aws::SageMaker
|
|
6654
6729
|
# @return [Types::SourceAlgorithmSpecification]
|
6655
6730
|
#
|
6656
6731
|
# @!attribute [rw] certify_for_marketplace
|
6657
|
-
# Whether to certify the model package for listing on
|
6732
|
+
# Whether to certify the model package for listing on Amazon Web
|
6733
|
+
# Services Marketplace.
|
6658
6734
|
#
|
6659
6735
|
# This parameter is optional for unversioned models, and does not
|
6660
6736
|
# apply to versioned models.
|
@@ -6662,8 +6738,8 @@ module Aws::SageMaker
|
|
6662
6738
|
#
|
6663
6739
|
# @!attribute [rw] tags
|
6664
6740
|
# A list of key value pairs associated with the model. For more
|
6665
|
-
# information, see [Tagging
|
6666
|
-
# Reference Guide*.
|
6741
|
+
# information, see [Tagging Amazon Web Services resources][1] in the
|
6742
|
+
# *Amazon Web Services General Reference Guide*.
|
6667
6743
|
#
|
6668
6744
|
#
|
6669
6745
|
#
|
@@ -6782,7 +6858,7 @@ module Aws::SageMaker
|
|
6782
6858
|
# job_resources: { # required
|
6783
6859
|
# cluster_config: { # required
|
6784
6860
|
# instance_count: 1, # required
|
6785
|
-
# instance_type: "ml.t3.medium", # required, accepts 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.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
6861
|
+
# instance_type: "ml.t3.medium", # required, accepts 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.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
6786
6862
|
# volume_size_in_gb: 1, # required
|
6787
6863
|
# volume_kms_key_id: "KmsKeyId",
|
6788
6864
|
# },
|
@@ -6848,8 +6924,8 @@ module Aws::SageMaker
|
|
6848
6924
|
#
|
6849
6925
|
# @!attribute [rw] tags
|
6850
6926
|
# (Optional) An array of key-value pairs. For more information, see
|
6851
|
-
# [Using Cost Allocation Tags][1] in the *
|
6852
|
-
# Management User Guide*.
|
6927
|
+
# [Using Cost Allocation Tags][1] in the *Amazon Web Services Billing
|
6928
|
+
# and Cost Management User Guide*.
|
6853
6929
|
#
|
6854
6930
|
#
|
6855
6931
|
#
|
@@ -6935,7 +7011,7 @@ module Aws::SageMaker
|
|
6935
7011
|
# monitoring_resources: { # required
|
6936
7012
|
# cluster_config: { # required
|
6937
7013
|
# instance_count: 1, # required
|
6938
|
-
# instance_type: "ml.t3.medium", # required, accepts 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.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
7014
|
+
# instance_type: "ml.t3.medium", # required, accepts 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.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
6939
7015
|
# volume_size_in_gb: 1, # required
|
6940
7016
|
# volume_kms_key_id: "KmsKeyId",
|
6941
7017
|
# },
|
@@ -6976,7 +7052,7 @@ module Aws::SageMaker
|
|
6976
7052
|
#
|
6977
7053
|
# @!attribute [rw] monitoring_schedule_name
|
6978
7054
|
# The name of the monitoring schedule. The name must be unique within
|
6979
|
-
# an
|
7055
|
+
# an Amazon Web Services Region within an Amazon Web Services account.
|
6980
7056
|
# @return [String]
|
6981
7057
|
#
|
6982
7058
|
# @!attribute [rw] monitoring_schedule_config
|
@@ -6988,7 +7064,7 @@ module Aws::SageMaker
|
|
6988
7064
|
# (Optional) An array of key-value pairs. For more information, see
|
6989
7065
|
# [Using Cost Allocation Tags](
|
6990
7066
|
# https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-whatURL)
|
6991
|
-
# in the *
|
7067
|
+
# in the *Amazon Web Services Billing and Cost Management User Guide*.
|
6992
7068
|
# @return [Array<Types::Tag>]
|
6993
7069
|
#
|
6994
7070
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateMonitoringScheduleRequest AWS API Documentation
|
@@ -7057,11 +7133,11 @@ module Aws::SageMaker
|
|
7057
7133
|
# @return [Array<String>]
|
7058
7134
|
#
|
7059
7135
|
# @!attribute [rw] role_arn
|
7060
|
-
# When you send any requests to
|
7061
|
-
# instance, Amazon SageMaker assumes this role to perform
|
7062
|
-
# your behalf. You must grant this role necessary permissions
|
7063
|
-
# Amazon SageMaker can perform these tasks. The policy must allow
|
7064
|
-
# Amazon SageMaker service principal (sagemaker.amazonaws.com)
|
7136
|
+
# When you send any requests to Amazon Web Services resources from the
|
7137
|
+
# notebook instance, Amazon SageMaker assumes this role to perform
|
7138
|
+
# tasks on your behalf. You must grant this role necessary permissions
|
7139
|
+
# so Amazon SageMaker can perform these tasks. The policy must allow
|
7140
|
+
# the Amazon SageMaker service principal (sagemaker.amazonaws.com)
|
7065
7141
|
# permissions to assume this role. For more information, see [Amazon
|
7066
7142
|
# SageMaker Roles][1].
|
7067
7143
|
#
|
@@ -7076,11 +7152,12 @@ module Aws::SageMaker
|
|
7076
7152
|
# @return [String]
|
7077
7153
|
#
|
7078
7154
|
# @!attribute [rw] kms_key_id
|
7079
|
-
# The Amazon Resource Name (ARN) of a
|
7080
|
-
# that Amazon SageMaker uses to encrypt data on
|
7081
|
-
# attached to your notebook instance. The KMS key
|
7082
|
-
# enabled. For information, see [Enabling and
|
7083
|
-
# the *
|
7155
|
+
# The Amazon Resource Name (ARN) of a Amazon Web Services Key
|
7156
|
+
# Management Service key that Amazon SageMaker uses to encrypt data on
|
7157
|
+
# the storage volume attached to your notebook instance. The KMS key
|
7158
|
+
# you provide must be enabled. For information, see [Enabling and
|
7159
|
+
# Disabling Keys][1] in the *Amazon Web Services Key Management
|
7160
|
+
# Service Developer Guide*.
|
7084
7161
|
#
|
7085
7162
|
#
|
7086
7163
|
#
|
@@ -7088,9 +7165,10 @@ module Aws::SageMaker
|
|
7088
7165
|
# @return [String]
|
7089
7166
|
#
|
7090
7167
|
# @!attribute [rw] tags
|
7091
|
-
# An array of key-value pairs. You can use tags to categorize your
|
7092
|
-
# resources in different ways, for example, by
|
7093
|
-
# environment. For more information, see [Tagging
|
7168
|
+
# An array of key-value pairs. You can use tags to categorize your
|
7169
|
+
# Amazon Web Services resources in different ways, for example, by
|
7170
|
+
# purpose, owner, or environment. For more information, see [Tagging
|
7171
|
+
# Amazon Web Services Resources][1].
|
7094
7172
|
#
|
7095
7173
|
#
|
7096
7174
|
#
|
@@ -7143,10 +7221,11 @@ module Aws::SageMaker
|
|
7143
7221
|
# A Git repository to associate with the notebook instance as its
|
7144
7222
|
# default code repository. This can be either the name of a Git
|
7145
7223
|
# repository stored as a resource in your account, or the URL of a Git
|
7146
|
-
# repository in [
|
7147
|
-
# When you open a notebook instance, it opens in the
|
7148
|
-
# contains this repository. For more information, see
|
7149
|
-
# Repositories with Amazon SageMaker Notebook
|
7224
|
+
# repository in [Amazon Web Services CodeCommit][1] or in any other
|
7225
|
+
# Git repository. When you open a notebook instance, it opens in the
|
7226
|
+
# directory that contains this repository. For more information, see
|
7227
|
+
# [Associating Git Repositories with Amazon SageMaker Notebook
|
7228
|
+
# Instances][2].
|
7150
7229
|
#
|
7151
7230
|
#
|
7152
7231
|
#
|
@@ -7158,10 +7237,11 @@ module Aws::SageMaker
|
|
7158
7237
|
# An array of up to three Git repositories to associate with the
|
7159
7238
|
# notebook instance. These can be either the names of Git repositories
|
7160
7239
|
# stored as resources in your account, or the URL of Git repositories
|
7161
|
-
# in [
|
7162
|
-
# repositories are cloned at the same level as the
|
7163
|
-
# of your notebook instance. For more information,
|
7164
|
-
# Git Repositories with Amazon SageMaker Notebook
|
7240
|
+
# in [Amazon Web Services CodeCommit][1] or in any other Git
|
7241
|
+
# repository. These repositories are cloned at the same level as the
|
7242
|
+
# default repository of your notebook instance. For more information,
|
7243
|
+
# see [Associating Git Repositories with Amazon SageMaker Notebook
|
7244
|
+
# Instances][2].
|
7165
7245
|
#
|
7166
7246
|
#
|
7167
7247
|
#
|
@@ -7499,7 +7579,7 @@ module Aws::SageMaker
|
|
7499
7579
|
# processing_resources: { # required
|
7500
7580
|
# cluster_config: { # required
|
7501
7581
|
# instance_count: 1, # required
|
7502
|
-
# instance_type: "ml.t3.medium", # required, accepts 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.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
7582
|
+
# instance_type: "ml.t3.medium", # required, accepts 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.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
7503
7583
|
# volume_size_in_gb: 1, # required
|
7504
7584
|
# volume_kms_key_id: "KmsKeyId",
|
7505
7585
|
# },
|
@@ -7548,7 +7628,7 @@ module Aws::SageMaker
|
|
7548
7628
|
#
|
7549
7629
|
# @!attribute [rw] processing_job_name
|
7550
7630
|
# The name of the processing job. The name must be unique within an
|
7551
|
-
#
|
7631
|
+
# Amazon Web Services Region in the Amazon Web Services account.
|
7552
7632
|
# @return [String]
|
7553
7633
|
#
|
7554
7634
|
# @!attribute [rw] processing_resources
|
@@ -7585,8 +7665,8 @@ module Aws::SageMaker
|
|
7585
7665
|
#
|
7586
7666
|
# @!attribute [rw] tags
|
7587
7667
|
# (Optional) An array of key-value pairs. For more information, see
|
7588
|
-
# [Using Cost Allocation Tags][1] in the *
|
7589
|
-
# Management User Guide*.
|
7668
|
+
# [Using Cost Allocation Tags][1] in the *Amazon Web Services Billing
|
7669
|
+
# and Cost Management User Guide*.
|
7590
7670
|
#
|
7591
7671
|
#
|
7592
7672
|
#
|
@@ -7669,7 +7749,8 @@ module Aws::SageMaker
|
|
7669
7749
|
#
|
7670
7750
|
# @!attribute [rw] service_catalog_provisioning_details
|
7671
7751
|
# The product ID and provisioning artifact ID to provision a service
|
7672
|
-
# catalog. For information, see [What is
|
7752
|
+
# catalog. For information, see [What is Amazon Web Services Service
|
7753
|
+
# Catalog][1].
|
7673
7754
|
#
|
7674
7755
|
#
|
7675
7756
|
#
|
@@ -7678,8 +7759,9 @@ module Aws::SageMaker
|
|
7678
7759
|
#
|
7679
7760
|
# @!attribute [rw] tags
|
7680
7761
|
# An array of key-value pairs that you want to use to organize and
|
7681
|
-
# track your
|
7682
|
-
#
|
7762
|
+
# track your Amazon Web Services resource costs. For more information,
|
7763
|
+
# see [Tagging Amazon Web Services resources][1] in the *Amazon Web
|
7764
|
+
# Services General Reference Guide*.
|
7683
7765
|
#
|
7684
7766
|
#
|
7685
7767
|
#
|
@@ -7813,7 +7895,7 @@ module Aws::SageMaker
|
|
7813
7895
|
# local_path: "DirectoryPath",
|
7814
7896
|
# s3_output_path: "S3Uri",
|
7815
7897
|
# rule_evaluator_image: "AlgorithmImage", # required
|
7816
|
-
# instance_type: "ml.t3.medium", # accepts 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.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
7898
|
+
# instance_type: "ml.t3.medium", # accepts 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.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
7817
7899
|
# volume_size_in_gb: 1,
|
7818
7900
|
# rule_parameters: {
|
7819
7901
|
# "ConfigKey" => "ConfigValue",
|
@@ -7842,7 +7924,7 @@ module Aws::SageMaker
|
|
7842
7924
|
# local_path: "DirectoryPath",
|
7843
7925
|
# s3_output_path: "S3Uri",
|
7844
7926
|
# rule_evaluator_image: "AlgorithmImage", # required
|
7845
|
-
# instance_type: "ml.t3.medium", # accepts 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.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
7927
|
+
# instance_type: "ml.t3.medium", # accepts 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.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
7846
7928
|
# volume_size_in_gb: 1,
|
7847
7929
|
# rule_parameters: {
|
7848
7930
|
# "ConfigKey" => "ConfigValue",
|
@@ -7858,8 +7940,8 @@ module Aws::SageMaker
|
|
7858
7940
|
# }
|
7859
7941
|
#
|
7860
7942
|
# @!attribute [rw] training_job_name
|
7861
|
-
# The name of the training job. The name must be unique within an
|
7862
|
-
# Region in an
|
7943
|
+
# The name of the training job. The name must be unique within an
|
7944
|
+
# Amazon Web Services Region in an Amazon Web Services account.
|
7863
7945
|
# @return [String]
|
7864
7946
|
#
|
7865
7947
|
# @!attribute [rw] hyper_parameters
|
@@ -7973,9 +8055,10 @@ module Aws::SageMaker
|
|
7973
8055
|
# @return [Types::StoppingCondition]
|
7974
8056
|
#
|
7975
8057
|
# @!attribute [rw] tags
|
7976
|
-
# An array of key-value pairs. You can use tags to categorize your
|
7977
|
-
# resources in different ways, for example, by
|
7978
|
-
# environment. For more information, see [Tagging
|
8058
|
+
# An array of key-value pairs. You can use tags to categorize your
|
8059
|
+
# Amazon Web Services resources in different ways, for example, by
|
8060
|
+
# purpose, owner, or environment. For more information, see [Tagging
|
8061
|
+
# Amazon Web Services Resources][1].
|
7979
8062
|
#
|
7980
8063
|
#
|
7981
8064
|
#
|
@@ -8153,7 +8236,7 @@ module Aws::SageMaker
|
|
8153
8236
|
# kms_key_id: "KmsKeyId",
|
8154
8237
|
# },
|
8155
8238
|
# transform_resources: { # required
|
8156
|
-
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge
|
8239
|
+
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
8157
8240
|
# instance_count: 1, # required
|
8158
8241
|
# volume_kms_key_id: "KmsKeyId",
|
8159
8242
|
# },
|
@@ -8176,14 +8259,15 @@ module Aws::SageMaker
|
|
8176
8259
|
# }
|
8177
8260
|
#
|
8178
8261
|
# @!attribute [rw] transform_job_name
|
8179
|
-
# The name of the transform job. The name must be unique within an
|
8180
|
-
# Region in an
|
8262
|
+
# The name of the transform job. The name must be unique within an
|
8263
|
+
# Amazon Web Services Region in an Amazon Web Services account.
|
8181
8264
|
# @return [String]
|
8182
8265
|
#
|
8183
8266
|
# @!attribute [rw] model_name
|
8184
8267
|
# The name of the model that you want to use for the transform job.
|
8185
8268
|
# `ModelName` must be the name of an existing Amazon SageMaker model
|
8186
|
-
# within an
|
8269
|
+
# within an Amazon Web Services Region in an Amazon Web Services
|
8270
|
+
# account.
|
8187
8271
|
# @return [String]
|
8188
8272
|
#
|
8189
8273
|
# @!attribute [rw] max_concurrent_transforms
|
@@ -8275,8 +8359,8 @@ module Aws::SageMaker
|
|
8275
8359
|
#
|
8276
8360
|
# @!attribute [rw] tags
|
8277
8361
|
# (Optional) An array of key-value pairs. For more information, see
|
8278
|
-
# [Using Cost Allocation Tags][1] in the *
|
8279
|
-
# Management User Guide*.
|
8362
|
+
# [Using Cost Allocation Tags][1] in the *Amazon Web Services Billing
|
8363
|
+
# and Cost Management User Guide*.
|
8280
8364
|
#
|
8281
8365
|
#
|
8282
8366
|
#
|
@@ -8371,8 +8455,8 @@ module Aws::SageMaker
|
|
8371
8455
|
# }
|
8372
8456
|
#
|
8373
8457
|
# @!attribute [rw] trial_component_name
|
8374
|
-
# The name of the component. The name must be unique in your
|
8375
|
-
# account and is not case-sensitive.
|
8458
|
+
# The name of the component. The name must be unique in your Amazon
|
8459
|
+
# Web Services account and is not case-sensitive.
|
8376
8460
|
# @return [String]
|
8377
8461
|
#
|
8378
8462
|
# @!attribute [rw] display_name
|
@@ -8475,8 +8559,8 @@ module Aws::SageMaker
|
|
8475
8559
|
# }
|
8476
8560
|
#
|
8477
8561
|
# @!attribute [rw] trial_name
|
8478
|
-
# The name of the trial. The name must be unique in your
|
8479
|
-
# and is not case-sensitive.
|
8562
|
+
# The name of the trial. The name must be unique in your Amazon Web
|
8563
|
+
# Services account and is not case-sensitive.
|
8480
8564
|
# @return [String]
|
8481
8565
|
#
|
8482
8566
|
# @!attribute [rw] display_name
|
@@ -8592,9 +8676,9 @@ module Aws::SageMaker
|
|
8592
8676
|
# @return [String]
|
8593
8677
|
#
|
8594
8678
|
# @!attribute [rw] single_sign_on_user_value
|
8595
|
-
# The username of the associated
|
8596
|
-
# UserProfile. If the Domain's AuthMode is SSO, this
|
8597
|
-
# required, and must match a valid username of a user in your
|
8679
|
+
# The username of the associated Amazon Web Services Single Sign-On
|
8680
|
+
# User for this UserProfile. If the Domain's AuthMode is SSO, this
|
8681
|
+
# field is required, and must match a valid username of a user in your
|
8598
8682
|
# directory. If the Domain's AuthMode is not SSO, this field cannot
|
8599
8683
|
# be specified.
|
8600
8684
|
# @return [String]
|
@@ -8809,8 +8893,8 @@ module Aws::SageMaker
|
|
8809
8893
|
# An array of key-value pairs.
|
8810
8894
|
#
|
8811
8895
|
# For more information, see [Resource Tag][1] and [Using Cost
|
8812
|
-
# Allocation Tags][2] in the <i>
|
8813
|
-
# Guide</i>.
|
8896
|
+
# Allocation Tags][2] in the <i> Amazon Web Services Billing and Cost
|
8897
|
+
# Management User Guide</i>.
|
8814
8898
|
#
|
8815
8899
|
#
|
8816
8900
|
#
|
@@ -9413,7 +9497,7 @@ module Aws::SageMaker
|
|
9413
9497
|
# local_path: "DirectoryPath",
|
9414
9498
|
# s3_output_path: "S3Uri",
|
9415
9499
|
# rule_evaluator_image: "AlgorithmImage", # required
|
9416
|
-
# instance_type: "ml.t3.medium", # accepts 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.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
9500
|
+
# instance_type: "ml.t3.medium", # accepts 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.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
9417
9501
|
# volume_size_in_gb: 1,
|
9418
9502
|
# rule_parameters: {
|
9419
9503
|
# "ConfigKey" => "ConfigValue",
|
@@ -9890,7 +9974,8 @@ module Aws::SageMaker
|
|
9890
9974
|
#
|
9891
9975
|
# @!attribute [rw] feature_group_name
|
9892
9976
|
# The name of the `FeatureGroup` you want to delete. The name must be
|
9893
|
-
# unique within an
|
9977
|
+
# unique within an Amazon Web Services Region in an Amazon Web
|
9978
|
+
# Services account.
|
9894
9979
|
# @return [String]
|
9895
9980
|
#
|
9896
9981
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteFeatureGroupRequest AWS API Documentation
|
@@ -10103,8 +10188,11 @@ module Aws::SageMaker
|
|
10103
10188
|
# }
|
10104
10189
|
#
|
10105
10190
|
# @!attribute [rw] model_package_name
|
10106
|
-
# The name
|
10107
|
-
#
|
10191
|
+
# The name or Amazon Resource Name (ARN) of the model package to
|
10192
|
+
# delete.
|
10193
|
+
#
|
10194
|
+
# When you specify a name, the name must have 1 to 63 characters.
|
10195
|
+
# Valid characters are a-z, A-Z, 0-9, and - (hyphen).
|
10108
10196
|
# @return [String]
|
10109
10197
|
#
|
10110
10198
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteModelPackageInput AWS API Documentation
|
@@ -10680,7 +10768,8 @@ module Aws::SageMaker
|
|
10680
10768
|
# @return [String]
|
10681
10769
|
#
|
10682
10770
|
# @!attribute [rw] certify_for_marketplace
|
10683
|
-
# Whether the algorithm is certified to be listed in
|
10771
|
+
# Whether the algorithm is certified to be listed in Amazon Web
|
10772
|
+
# Services Marketplace.
|
10684
10773
|
# @return [Boolean]
|
10685
10774
|
#
|
10686
10775
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeAlgorithmOutput AWS API Documentation
|
@@ -10967,10 +11056,10 @@ module Aws::SageMaker
|
|
10967
11056
|
# @return [Types::AutoMLOutputDataConfig]
|
10968
11057
|
#
|
10969
11058
|
# @!attribute [rw] role_arn
|
10970
|
-
# The Amazon Resource Name (ARN) of the
|
10971
|
-
# Management (IAM) role that has read permission to the
|
10972
|
-
# location and write permission to the output data location
|
10973
|
-
# S3.
|
11059
|
+
# The Amazon Resource Name (ARN) of the Amazon Web Services Identity
|
11060
|
+
# and Access Management (IAM) role that has read permission to the
|
11061
|
+
# input data location and write permission to the output data location
|
11062
|
+
# in Amazon S3.
|
10974
11063
|
# @return [String]
|
10975
11064
|
#
|
10976
11065
|
# @!attribute [rw] auto_ml_job_objective
|
@@ -11109,8 +11198,8 @@ module Aws::SageMaker
|
|
11109
11198
|
# @!attribute [rw] git_config
|
11110
11199
|
# Configuration details about the repository, including the URL where
|
11111
11200
|
# the repository is located, the default branch, and the Amazon
|
11112
|
-
# Resource Name (ARN) of the
|
11113
|
-
# the credentials used to access the repository.
|
11201
|
+
# Resource Name (ARN) of the Amazon Web Services Secrets Manager
|
11202
|
+
# secret that contains the credentials used to access the repository.
|
11114
11203
|
# @return [Types::GitConfig]
|
11115
11204
|
#
|
11116
11205
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeCodeRepositoryOutput AWS API Documentation
|
@@ -11181,6 +11270,11 @@ module Aws::SageMaker
|
|
11181
11270
|
# compilation job. Use this API to cap model training costs.
|
11182
11271
|
# @return [Types::StoppingCondition]
|
11183
11272
|
#
|
11273
|
+
# @!attribute [rw] inference_image
|
11274
|
+
# The inference image to use when compiling a model. Specify an image
|
11275
|
+
# only if the target device is a cloud instance.
|
11276
|
+
# @return [String]
|
11277
|
+
#
|
11184
11278
|
# @!attribute [rw] creation_time
|
11185
11279
|
# The time that the model compilation job was created.
|
11186
11280
|
# @return [Time]
|
@@ -11220,6 +11314,17 @@ module Aws::SageMaker
|
|
11220
11314
|
# target device that the model runs on.
|
11221
11315
|
# @return [Types::OutputConfig]
|
11222
11316
|
#
|
11317
|
+
# @!attribute [rw] vpc_config
|
11318
|
+
# A VpcConfig object that specifies the VPC that you want your
|
11319
|
+
# compilation job to connect to. Control access to your models by
|
11320
|
+
# configuring the VPC. For more information, see [Protect Compilation
|
11321
|
+
# Jobs by Using an Amazon Virtual Private Cloud][1].
|
11322
|
+
#
|
11323
|
+
#
|
11324
|
+
#
|
11325
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/neo-vpc.html
|
11326
|
+
# @return [Types::NeoVpcConfig]
|
11327
|
+
#
|
11223
11328
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeCompilationJobResponse AWS API Documentation
|
11224
11329
|
#
|
11225
11330
|
class DescribeCompilationJobResponse < Struct.new(
|
@@ -11229,6 +11334,7 @@ module Aws::SageMaker
|
|
11229
11334
|
:compilation_start_time,
|
11230
11335
|
:compilation_end_time,
|
11231
11336
|
:stopping_condition,
|
11337
|
+
:inference_image,
|
11232
11338
|
:creation_time,
|
11233
11339
|
:last_modified_time,
|
11234
11340
|
:failure_reason,
|
@@ -11236,7 +11342,8 @@ module Aws::SageMaker
|
|
11236
11342
|
:model_digests,
|
11237
11343
|
:role_arn,
|
11238
11344
|
:input_config,
|
11239
|
-
:output_config
|
11345
|
+
:output_config,
|
11346
|
+
:vpc_config)
|
11240
11347
|
SENSITIVE = []
|
11241
11348
|
include Aws::Structure
|
11242
11349
|
end
|
@@ -11451,13 +11558,13 @@ module Aws::SageMaker
|
|
11451
11558
|
# @return [Time]
|
11452
11559
|
#
|
11453
11560
|
# @!attribute [rw] role_arn
|
11454
|
-
# The Amazon Resource Name (ARN) that has access to
|
11455
|
-
# Things (IoT).
|
11561
|
+
# The Amazon Resource Name (ARN) that has access to Amazon Web
|
11562
|
+
# Services Internet of Things (IoT).
|
11456
11563
|
# @return [String]
|
11457
11564
|
#
|
11458
11565
|
# @!attribute [rw] iot_role_alias
|
11459
|
-
# The Amazon Resource Name (ARN) alias created in
|
11460
|
-
# Things (IoT).
|
11566
|
+
# The Amazon Resource Name (ARN) alias created in Amazon Web Services
|
11567
|
+
# Internet of Things (IoT).
|
11461
11568
|
# @return [String]
|
11462
11569
|
#
|
11463
11570
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeDeviceFleetResponse AWS API Documentation
|
@@ -11523,8 +11630,8 @@ module Aws::SageMaker
|
|
11523
11630
|
# @return [String]
|
11524
11631
|
#
|
11525
11632
|
# @!attribute [rw] iot_thing_name
|
11526
|
-
# The
|
11527
|
-
# the device.
|
11633
|
+
# The Amazon Web Services Internet of Things (IoT) object thing name
|
11634
|
+
# associated with the device.
|
11528
11635
|
# @return [String]
|
11529
11636
|
#
|
11530
11637
|
# @!attribute [rw] registration_time
|
@@ -11659,8 +11766,8 @@ module Aws::SageMaker
|
|
11659
11766
|
# @return [String]
|
11660
11767
|
#
|
11661
11768
|
# @!attribute [rw] kms_key_id
|
11662
|
-
# The
|
11663
|
-
# attached to the domain.
|
11769
|
+
# The Amazon Web Services KMS customer managed CMK used to encrypt the
|
11770
|
+
# EFS volume attached to the domain.
|
11664
11771
|
# @return [String]
|
11665
11772
|
#
|
11666
11773
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeDomainResponse AWS API Documentation
|
@@ -11765,6 +11872,10 @@ module Aws::SageMaker
|
|
11765
11872
|
# The signature document of files in the model artifact.
|
11766
11873
|
# @return [String]
|
11767
11874
|
#
|
11875
|
+
# @!attribute [rw] preset_deployment_output
|
11876
|
+
# The output of a SageMaker Edge Manager deployable resource.
|
11877
|
+
# @return [Types::EdgePresetDeploymentOutput]
|
11878
|
+
#
|
11768
11879
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeEdgePackagingJobResponse AWS API Documentation
|
11769
11880
|
#
|
11770
11881
|
class DescribeEdgePackagingJobResponse < Struct.new(
|
@@ -11781,7 +11892,8 @@ module Aws::SageMaker
|
|
11781
11892
|
:creation_time,
|
11782
11893
|
:last_modified_time,
|
11783
11894
|
:model_artifact,
|
11784
|
-
:model_signature
|
11895
|
+
:model_signature,
|
11896
|
+
:preset_deployment_output)
|
11785
11897
|
SENSITIVE = []
|
11786
11898
|
include Aws::Structure
|
11787
11899
|
end
|
@@ -11822,8 +11934,8 @@ module Aws::SageMaker
|
|
11822
11934
|
# @return [Types::DataCaptureConfig]
|
11823
11935
|
#
|
11824
11936
|
# @!attribute [rw] kms_key_id
|
11825
|
-
#
|
11826
|
-
# on the ML storage volume attached to the instance.
|
11937
|
+
# Amazon Web Services KMS key ID Amazon SageMaker uses to encrypt data
|
11938
|
+
# when storing it on the ML storage volume attached to the instance.
|
11827
11939
|
# @return [String]
|
11828
11940
|
#
|
11829
11941
|
# @!attribute [rw] creation_time
|
@@ -12088,8 +12200,8 @@ module Aws::SageMaker
|
|
12088
12200
|
#
|
12089
12201
|
# @!attribute [rw] offline_store_config
|
12090
12202
|
# The configuration of the `OfflineStore`, inducing the S3 location of
|
12091
|
-
# the `OfflineStore`,
|
12092
|
-
# configurations, and the security configuration.
|
12203
|
+
# the `OfflineStore`, Amazon Web Services Glue or Amazon Web Services
|
12204
|
+
# Hive data catalogue configurations, and the security configuration.
|
12093
12205
|
# @return [Types::OfflineStoreConfig]
|
12094
12206
|
#
|
12095
12207
|
# @!attribute [rw] role_arn
|
@@ -12203,8 +12315,8 @@ module Aws::SageMaker
|
|
12203
12315
|
# @return [Types::FlowDefinitionOutputConfig]
|
12204
12316
|
#
|
12205
12317
|
# @!attribute [rw] role_arn
|
12206
|
-
# The Amazon Resource Name (ARN) of the
|
12207
|
-
# Management (IAM) execution role for the flow definition.
|
12318
|
+
# The Amazon Resource Name (ARN) of the Amazon Web Services Identity
|
12319
|
+
# and Access Management (IAM) execution role for the flow definition.
|
12208
12320
|
# @return [String]
|
12209
12321
|
#
|
12210
12322
|
# @!attribute [rw] failure_reason
|
@@ -12617,8 +12729,9 @@ module Aws::SageMaker
|
|
12617
12729
|
# @return [Types::LabelingJobInputConfig]
|
12618
12730
|
#
|
12619
12731
|
# @!attribute [rw] output_config
|
12620
|
-
# The location of the job's output data and the
|
12621
|
-
# Service key ID for the key used to encrypt the output
|
12732
|
+
# The location of the job's output data and the Amazon Web Services
|
12733
|
+
# Key Management Service key ID for the key used to encrypt the output
|
12734
|
+
# data, if any.
|
12622
12735
|
# @return [Types::LabelingJobOutputConfig]
|
12623
12736
|
#
|
12624
12737
|
# @!attribute [rw] role_arn
|
@@ -12683,9 +12796,10 @@ module Aws::SageMaker
|
|
12683
12796
|
# @return [Types::HumanTaskConfig]
|
12684
12797
|
#
|
12685
12798
|
# @!attribute [rw] tags
|
12686
|
-
# An array of key-value pairs. You can use tags to categorize your
|
12687
|
-
# resources in different ways, for example, by
|
12688
|
-
# environment. For more information, see [Tagging
|
12799
|
+
# An array of key-value pairs. You can use tags to categorize your
|
12800
|
+
# Amazon Web Services resources in different ways, for example, by
|
12801
|
+
# purpose, owner, or environment. For more information, see [Tagging
|
12802
|
+
# Amazon Web Services Resources][1].
|
12689
12803
|
#
|
12690
12804
|
#
|
12691
12805
|
#
|
@@ -12730,7 +12844,8 @@ module Aws::SageMaker
|
|
12730
12844
|
#
|
12731
12845
|
# @!attribute [rw] job_definition_name
|
12732
12846
|
# The name of the model bias job definition. The name must be unique
|
12733
|
-
# within an
|
12847
|
+
# within an Amazon Web Services Region in the Amazon Web Services
|
12848
|
+
# account.
|
12734
12849
|
# @return [String]
|
12735
12850
|
#
|
12736
12851
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModelBiasJobDefinitionRequest AWS API Documentation
|
@@ -12747,7 +12862,7 @@ module Aws::SageMaker
|
|
12747
12862
|
#
|
12748
12863
|
# @!attribute [rw] job_definition_name
|
12749
12864
|
# The name of the bias job definition. The name must be unique within
|
12750
|
-
# an
|
12865
|
+
# an Amazon Web Services Region in the Amazon Web Services account.
|
12751
12866
|
# @return [String]
|
12752
12867
|
#
|
12753
12868
|
# @!attribute [rw] creation_time
|
@@ -12780,10 +12895,10 @@ module Aws::SageMaker
|
|
12780
12895
|
# @return [Types::MonitoringNetworkConfig]
|
12781
12896
|
#
|
12782
12897
|
# @!attribute [rw] role_arn
|
12783
|
-
# The Amazon Resource Name (ARN) of the
|
12784
|
-
# Management (IAM) role that has read permission to the
|
12785
|
-
# location and write permission to the output data location
|
12786
|
-
# S3.
|
12898
|
+
# The Amazon Resource Name (ARN) of the Amazon Web Services Identity
|
12899
|
+
# and Access Management (IAM) role that has read permission to the
|
12900
|
+
# input data location and write permission to the output data location
|
12901
|
+
# in Amazon S3.
|
12787
12902
|
# @return [String]
|
12788
12903
|
#
|
12789
12904
|
# @!attribute [rw] stopping_condition
|
@@ -12818,7 +12933,8 @@ module Aws::SageMaker
|
|
12818
12933
|
#
|
12819
12934
|
# @!attribute [rw] job_definition_name
|
12820
12935
|
# The name of the model explainability job definition. The name must
|
12821
|
-
# be unique within an
|
12936
|
+
# be unique within an Amazon Web Services Region in the Amazon Web
|
12937
|
+
# Services account.
|
12822
12938
|
# @return [String]
|
12823
12939
|
#
|
12824
12940
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModelExplainabilityJobDefinitionRequest AWS API Documentation
|
@@ -12835,7 +12951,8 @@ module Aws::SageMaker
|
|
12835
12951
|
#
|
12836
12952
|
# @!attribute [rw] job_definition_name
|
12837
12953
|
# The name of the explainability job definition. The name must be
|
12838
|
-
# unique within an
|
12954
|
+
# unique within an Amazon Web Services Region in the Amazon Web
|
12955
|
+
# Services account.
|
12839
12956
|
# @return [String]
|
12840
12957
|
#
|
12841
12958
|
# @!attribute [rw] creation_time
|
@@ -12868,10 +12985,10 @@ module Aws::SageMaker
|
|
12868
12985
|
# @return [Types::MonitoringNetworkConfig]
|
12869
12986
|
#
|
12870
12987
|
# @!attribute [rw] role_arn
|
12871
|
-
# The Amazon Resource Name (ARN) of the
|
12872
|
-
# Management (IAM) role that has read permission to the
|
12873
|
-
# location and write permission to the output data location
|
12874
|
-
# S3.
|
12988
|
+
# The Amazon Resource Name (ARN) of the Amazon Web Services Identity
|
12989
|
+
# and Access Management (IAM) role that has read permission to the
|
12990
|
+
# input data location and write permission to the output data location
|
12991
|
+
# in Amazon S3.
|
12875
12992
|
# @return [String]
|
12876
12993
|
#
|
12877
12994
|
# @!attribute [rw] stopping_condition
|
@@ -13044,7 +13161,11 @@ module Aws::SageMaker
|
|
13044
13161
|
# }
|
13045
13162
|
#
|
13046
13163
|
# @!attribute [rw] model_package_name
|
13047
|
-
# The name of the model package to
|
13164
|
+
# The name or Amazon Resource Name (ARN) of the model package to
|
13165
|
+
# describe.
|
13166
|
+
#
|
13167
|
+
# When you specify a name, the name must have 1 to 63 characters.
|
13168
|
+
# Valid characters are a-z, A-Z, 0-9, and - (hyphen).
|
13048
13169
|
# @return [String]
|
13049
13170
|
#
|
13050
13171
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModelPackageInput AWS API Documentation
|
@@ -13104,8 +13225,8 @@ module Aws::SageMaker
|
|
13104
13225
|
# @return [Types::ModelPackageStatusDetails]
|
13105
13226
|
#
|
13106
13227
|
# @!attribute [rw] certify_for_marketplace
|
13107
|
-
# Whether the model package is certified for listing on
|
13108
|
-
# Marketplace.
|
13228
|
+
# Whether the model package is certified for listing on Amazon Web
|
13229
|
+
# Services Marketplace.
|
13109
13230
|
# @return [Boolean]
|
13110
13231
|
#
|
13111
13232
|
# @!attribute [rw] model_approval_status
|
@@ -13174,7 +13295,7 @@ module Aws::SageMaker
|
|
13174
13295
|
#
|
13175
13296
|
# @!attribute [rw] job_definition_name
|
13176
13297
|
# The name of the model quality job. The name must be unique within an
|
13177
|
-
#
|
13298
|
+
# Amazon Web Services Region in the Amazon Web Services account.
|
13178
13299
|
# @return [String]
|
13179
13300
|
#
|
13180
13301
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModelQualityJobDefinitionRequest AWS API Documentation
|
@@ -13191,7 +13312,8 @@ module Aws::SageMaker
|
|
13191
13312
|
#
|
13192
13313
|
# @!attribute [rw] job_definition_name
|
13193
13314
|
# The name of the quality job definition. The name must be unique
|
13194
|
-
# within an
|
13315
|
+
# within an Amazon Web Services Region in the Amazon Web Services
|
13316
|
+
# account.
|
13195
13317
|
# @return [String]
|
13196
13318
|
#
|
13197
13319
|
# @!attribute [rw] creation_time
|
@@ -13458,8 +13580,9 @@ module Aws::SageMaker
|
|
13458
13580
|
# @return [String]
|
13459
13581
|
#
|
13460
13582
|
# @!attribute [rw] kms_key_id
|
13461
|
-
# The
|
13462
|
-
# storing it on the ML storage volume attached to the
|
13583
|
+
# The Amazon Web Services KMS key ID Amazon SageMaker uses to encrypt
|
13584
|
+
# data when storing it on the ML storage volume attached to the
|
13585
|
+
# instance.
|
13463
13586
|
# @return [String]
|
13464
13587
|
#
|
13465
13588
|
# @!attribute [rw] network_interface_id
|
@@ -13522,10 +13645,11 @@ module Aws::SageMaker
|
|
13522
13645
|
# The Git repository associated with the notebook instance as its
|
13523
13646
|
# default code repository. This can be either the name of a Git
|
13524
13647
|
# repository stored as a resource in your account, or the URL of a Git
|
13525
|
-
# repository in [
|
13526
|
-
# When you open a notebook instance, it opens in the
|
13527
|
-
# contains this repository. For more information, see
|
13528
|
-
# Repositories with Amazon SageMaker Notebook
|
13648
|
+
# repository in [Amazon Web Services CodeCommit][1] or in any other
|
13649
|
+
# Git repository. When you open a notebook instance, it opens in the
|
13650
|
+
# directory that contains this repository. For more information, see
|
13651
|
+
# [Associating Git Repositories with Amazon SageMaker Notebook
|
13652
|
+
# Instances][2].
|
13529
13653
|
#
|
13530
13654
|
#
|
13531
13655
|
#
|
@@ -13537,10 +13661,11 @@ module Aws::SageMaker
|
|
13537
13661
|
# An array of up to three Git repositories associated with the
|
13538
13662
|
# notebook instance. These can be either the names of Git repositories
|
13539
13663
|
# stored as resources in your account, or the URL of Git repositories
|
13540
|
-
# in [
|
13541
|
-
# repositories are cloned at the same level as the
|
13542
|
-
# of your notebook instance. For more information,
|
13543
|
-
# Git Repositories with Amazon SageMaker Notebook
|
13664
|
+
# in [Amazon Web Services CodeCommit][1] or in any other Git
|
13665
|
+
# repository. These repositories are cloned at the same level as the
|
13666
|
+
# default repository of your notebook instance. For more information,
|
13667
|
+
# see [Associating Git Repositories with Amazon SageMaker Notebook
|
13668
|
+
# Instances][2].
|
13544
13669
|
#
|
13545
13670
|
#
|
13546
13671
|
#
|
@@ -13662,6 +13787,15 @@ module Aws::SageMaker
|
|
13662
13787
|
# The description of the pipeline execution.
|
13663
13788
|
# @return [String]
|
13664
13789
|
#
|
13790
|
+
# @!attribute [rw] pipeline_experiment_config
|
13791
|
+
# Specifies the names of the experiment and trial created by a
|
13792
|
+
# pipeline.
|
13793
|
+
# @return [Types::PipelineExperimentConfig]
|
13794
|
+
#
|
13795
|
+
# @!attribute [rw] failure_reason
|
13796
|
+
# If the execution failed, a message describing why.
|
13797
|
+
# @return [String]
|
13798
|
+
#
|
13665
13799
|
# @!attribute [rw] creation_time
|
13666
13800
|
# The time when the pipeline execution was created.
|
13667
13801
|
# @return [Time]
|
@@ -13688,6 +13822,8 @@ module Aws::SageMaker
|
|
13688
13822
|
:pipeline_execution_display_name,
|
13689
13823
|
:pipeline_execution_status,
|
13690
13824
|
:pipeline_execution_description,
|
13825
|
+
:pipeline_experiment_config,
|
13826
|
+
:failure_reason,
|
13691
13827
|
:creation_time,
|
13692
13828
|
:last_modified_time,
|
13693
13829
|
:created_by,
|
@@ -13793,7 +13929,7 @@ module Aws::SageMaker
|
|
13793
13929
|
#
|
13794
13930
|
# @!attribute [rw] processing_job_name
|
13795
13931
|
# The name of the processing job. The name must be unique within an
|
13796
|
-
#
|
13932
|
+
# Amazon Web Services Region in the Amazon Web Services account.
|
13797
13933
|
# @return [String]
|
13798
13934
|
#
|
13799
13935
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeProcessingJobRequest AWS API Documentation
|
@@ -13814,7 +13950,7 @@ module Aws::SageMaker
|
|
13814
13950
|
#
|
13815
13951
|
# @!attribute [rw] processing_job_name
|
13816
13952
|
# The name of the processing job. The name must be unique within an
|
13817
|
-
#
|
13953
|
+
# Amazon Web Services Region in the Amazon Web Services account.
|
13818
13954
|
# @return [String]
|
13819
13955
|
#
|
13820
13956
|
# @!attribute [rw] processing_resources
|
@@ -13960,7 +14096,7 @@ module Aws::SageMaker
|
|
13960
14096
|
#
|
13961
14097
|
# @!attribute [rw] service_catalog_provisioning_details
|
13962
14098
|
# Information used to provision a service catalog product. For
|
13963
|
-
# information, see [What is
|
14099
|
+
# information, see [What is Amazon Web Services Service Catalog][1].
|
13964
14100
|
#
|
13965
14101
|
#
|
13966
14102
|
#
|
@@ -14173,8 +14309,8 @@ module Aws::SageMaker
|
|
14173
14309
|
# @return [Types::AlgorithmSpecification]
|
14174
14310
|
#
|
14175
14311
|
# @!attribute [rw] role_arn
|
14176
|
-
# The
|
14177
|
-
# training job.
|
14312
|
+
# The Amazon Web Services Identity and Access Management (IAM) role
|
14313
|
+
# configured for the training job.
|
14178
14314
|
# @return [String]
|
14179
14315
|
#
|
14180
14316
|
# @!attribute [rw] input_data_config
|
@@ -14888,10 +15024,10 @@ module Aws::SageMaker
|
|
14888
15024
|
# @!attribute [rw] workforce
|
14889
15025
|
# A single private workforce, which is automatically created when you
|
14890
15026
|
# create your first private work team. You can create one private work
|
14891
|
-
# force in each
|
14892
|
-
# operation used in a specific region will apply
|
14893
|
-
# created in that region. To learn how to create a
|
14894
|
-
# see [Create a Private Workforce][1].
|
15027
|
+
# force in each Amazon Web Services Region. By default, any
|
15028
|
+
# workforce-related API operation used in a specific region will apply
|
15029
|
+
# to the workforce created in that region. To learn how to create a
|
15030
|
+
# private workforce, see [Create a Private Workforce][1].
|
14895
15031
|
#
|
14896
15032
|
#
|
14897
15033
|
#
|
@@ -14990,7 +15126,7 @@ module Aws::SageMaker
|
|
14990
15126
|
# @return [String]
|
14991
15127
|
#
|
14992
15128
|
# @!attribute [rw] iot_thing_name
|
14993
|
-
#
|
15129
|
+
# Amazon Web Services Internet of Things (IoT) object name.
|
14994
15130
|
# @return [String]
|
14995
15131
|
#
|
14996
15132
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/Device AWS API Documentation
|
@@ -15070,8 +15206,8 @@ module Aws::SageMaker
|
|
15070
15206
|
# @return [String]
|
15071
15207
|
#
|
15072
15208
|
# @!attribute [rw] iot_thing_name
|
15073
|
-
# The
|
15074
|
-
# the device..
|
15209
|
+
# The Amazon Web Services Internet of Things (IoT) object thing name
|
15210
|
+
# associated with the device..
|
15075
15211
|
# @return [String]
|
15076
15212
|
#
|
15077
15213
|
# @!attribute [rw] registration_time
|
@@ -15296,6 +15432,8 @@ module Aws::SageMaker
|
|
15296
15432
|
# {
|
15297
15433
|
# s3_output_location: "S3Uri", # required
|
15298
15434
|
# kms_key_id: "KmsKeyId",
|
15435
|
+
# preset_deployment_type: "GreengrassV2Component", # accepts GreengrassV2Component
|
15436
|
+
# preset_deployment_config: "String",
|
15299
15437
|
# }
|
15300
15438
|
#
|
15301
15439
|
# @!attribute [rw] s3_output_location
|
@@ -15303,17 +15441,65 @@ module Aws::SageMaker
|
|
15303
15441
|
# @return [String]
|
15304
15442
|
#
|
15305
15443
|
# @!attribute [rw] kms_key_id
|
15306
|
-
# The
|
15307
|
-
# uses to encrypt data on the storage
|
15308
|
-
# you don't provide a KMS key ID,
|
15309
|
-
# KMS key for Amazon S3 for your
|
15444
|
+
# The Amazon Web Services Key Management Service (Amazon Web Services
|
15445
|
+
# KMS) key that Amazon SageMaker uses to encrypt data on the storage
|
15446
|
+
# volume after compilation job. If you don't provide a KMS key ID,
|
15447
|
+
# Amazon SageMaker uses the default KMS key for Amazon S3 for your
|
15448
|
+
# role's account.
|
15449
|
+
# @return [String]
|
15450
|
+
#
|
15451
|
+
# @!attribute [rw] preset_deployment_type
|
15452
|
+
# The deployment type SageMaker Edge Manager will create. Currently
|
15453
|
+
# only supports Amazon Web Services IoT Greengrass Version 2
|
15454
|
+
# components.
|
15455
|
+
# @return [String]
|
15456
|
+
#
|
15457
|
+
# @!attribute [rw] preset_deployment_config
|
15458
|
+
# The configuration used to create deployment artifacts. Specify
|
15459
|
+
# configuration options with a JSON string. The available
|
15460
|
+
# configuration options for each type are:
|
15461
|
+
#
|
15462
|
+
# * `ComponentName` (optional) - Name of the GreenGrass V2 component.
|
15463
|
+
# If not specified, the default name generated consists of
|
15464
|
+
# "SagemakerEdgeManager" and the name of your SageMaker Edge
|
15465
|
+
# Manager packaging job.
|
15466
|
+
#
|
15467
|
+
# * `ComponentDescription` (optional) - Description of the component.
|
15468
|
+
#
|
15469
|
+
# * `ComponentVersion` (optional) - The version of the component.
|
15470
|
+
#
|
15471
|
+
# <note markdown="1"> Amazon Web Services IoT Greengrass uses semantic versions for
|
15472
|
+
# components. Semantic versions follow a<i> major.minor.patch</i>
|
15473
|
+
# number system. For example, version 1.0.0 represents the first
|
15474
|
+
# major release for a component. For more information, see the
|
15475
|
+
# [semantic version specification][1].
|
15476
|
+
#
|
15477
|
+
# </note>
|
15478
|
+
#
|
15479
|
+
# * `PlatformOS` (optional) - The name of the operating system for the
|
15480
|
+
# platform. Supported platforms include Windows and Linux.
|
15481
|
+
#
|
15482
|
+
# * `PlatformArchitecture` (optional) - The processor architecture for
|
15483
|
+
# the platform.
|
15484
|
+
#
|
15485
|
+
# Supported architectures Windows include: Windows32\_x86,
|
15486
|
+
# Windows64\_x64.
|
15487
|
+
#
|
15488
|
+
# Supported architectures for Linux include: Linux x86\_64, Linux
|
15489
|
+
# ARMV8.
|
15490
|
+
#
|
15491
|
+
#
|
15492
|
+
#
|
15493
|
+
# [1]: https://semver.org/
|
15310
15494
|
# @return [String]
|
15311
15495
|
#
|
15312
15496
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/EdgeOutputConfig AWS API Documentation
|
15313
15497
|
#
|
15314
15498
|
class EdgeOutputConfig < Struct.new(
|
15315
15499
|
:s3_output_location,
|
15316
|
-
:kms_key_id
|
15500
|
+
:kms_key_id,
|
15501
|
+
:preset_deployment_type,
|
15502
|
+
:preset_deployment_config)
|
15317
15503
|
SENSITIVE = []
|
15318
15504
|
include Aws::Structure
|
15319
15505
|
end
|
@@ -15367,6 +15553,37 @@ module Aws::SageMaker
|
|
15367
15553
|
include Aws::Structure
|
15368
15554
|
end
|
15369
15555
|
|
15556
|
+
# The output of a SageMaker Edge Manager deployable resource.
|
15557
|
+
#
|
15558
|
+
# @!attribute [rw] type
|
15559
|
+
# The deployment type created by SageMaker Edge Manager. Currently
|
15560
|
+
# only supports Amazon Web Services IoT Greengrass Version 2
|
15561
|
+
# components.
|
15562
|
+
# @return [String]
|
15563
|
+
#
|
15564
|
+
# @!attribute [rw] artifact
|
15565
|
+
# The Amazon Resource Name (ARN) of the generated deployable resource.
|
15566
|
+
# @return [String]
|
15567
|
+
#
|
15568
|
+
# @!attribute [rw] status
|
15569
|
+
# The status of the deployable resource.
|
15570
|
+
# @return [String]
|
15571
|
+
#
|
15572
|
+
# @!attribute [rw] status_message
|
15573
|
+
# Returns a message describing the status of the deployed resource.
|
15574
|
+
# @return [String]
|
15575
|
+
#
|
15576
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/EdgePresetDeploymentOutput AWS API Documentation
|
15577
|
+
#
|
15578
|
+
class EdgePresetDeploymentOutput < Struct.new(
|
15579
|
+
:type,
|
15580
|
+
:artifact,
|
15581
|
+
:status,
|
15582
|
+
:status_message)
|
15583
|
+
SENSITIVE = []
|
15584
|
+
include Aws::Structure
|
15585
|
+
end
|
15586
|
+
|
15370
15587
|
# @api private
|
15371
15588
|
#
|
15372
15589
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/EnableSagemakerServicecatalogPortfolioInput AWS API Documentation
|
@@ -15426,8 +15643,8 @@ module Aws::SageMaker
|
|
15426
15643
|
#
|
15427
15644
|
# @!attribute [rw] tags
|
15428
15645
|
# A list of the tags associated with the endpoint. For more
|
15429
|
-
# information, see [Tagging
|
15430
|
-
# Reference Guide*.
|
15646
|
+
# information, see [Tagging Amazon Web Services resources][1] in the
|
15647
|
+
# *Amazon Web Services General Reference Guide*.
|
15431
15648
|
#
|
15432
15649
|
#
|
15433
15650
|
#
|
@@ -15911,10 +16128,10 @@ module Aws::SageMaker
|
|
15911
16128
|
# @return [Time]
|
15912
16129
|
#
|
15913
16130
|
# @!attribute [rw] online_store_config
|
15914
|
-
# Use this to specify the
|
15915
|
-
# `KMSKeyId`, for at rest data encryption. You can
|
15916
|
-
# on or off by specifying the `EnableOnlineStore`
|
15917
|
-
# Assembly; the default value is `False`.
|
16131
|
+
# Use this to specify the Amazon Web Services Key Management Service
|
16132
|
+
# (KMS) Key ID, or `KMSKeyId`, for at rest data encryption. You can
|
16133
|
+
# turn `OnlineStore` on or off by specifying the `EnableOnlineStore`
|
16134
|
+
# flag at General Assembly; the default value is `False`.
|
15918
16135
|
# @return [Types::OnlineStoreConfig]
|
15919
16136
|
#
|
15920
16137
|
# @!attribute [rw] offline_store_config
|
@@ -15924,8 +16141,8 @@ module Aws::SageMaker
|
|
15924
16141
|
# to create an `OfflineStore`.
|
15925
16142
|
#
|
15926
16143
|
# To encrypt an `OfflineStore` using at rest data encryption, specify
|
15927
|
-
#
|
15928
|
-
# `S3StorageConfig`.
|
16144
|
+
# Amazon Web Services Key Management Service (KMS) key ID, or
|
16145
|
+
# `KMSKeyId`, in `S3StorageConfig`.
|
15929
16146
|
# @return [Types::OfflineStoreConfig]
|
15930
16147
|
#
|
15931
16148
|
# @!attribute [rw] role_arn
|
@@ -16543,8 +16760,8 @@ module Aws::SageMaker
|
|
16543
16760
|
include Aws::Structure
|
16544
16761
|
end
|
16545
16762
|
|
16546
|
-
# Specifies configuration details for a Git repository in your
|
16547
|
-
# account.
|
16763
|
+
# Specifies configuration details for a Git repository in your Amazon
|
16764
|
+
# Web Services account.
|
16548
16765
|
#
|
16549
16766
|
# @note When making an API call, you may pass GitConfig
|
16550
16767
|
# data as a hash:
|
@@ -16564,10 +16781,10 @@ module Aws::SageMaker
|
|
16564
16781
|
# @return [String]
|
16565
16782
|
#
|
16566
16783
|
# @!attribute [rw] secret_arn
|
16567
|
-
# The Amazon Resource Name (ARN) of the
|
16568
|
-
# that contains the credentials used to access the git
|
16569
|
-
# secret must have a staging label of `AWSCURRENT` and
|
16570
|
-
# following format:
|
16784
|
+
# The Amazon Resource Name (ARN) of the Amazon Web Services Secrets
|
16785
|
+
# Manager secret that contains the credentials used to access the git
|
16786
|
+
# repository. The secret must have a staging label of `AWSCURRENT` and
|
16787
|
+
# must be in the following format:
|
16571
16788
|
#
|
16572
16789
|
# `\{"username": UserName, "password": Password\}`
|
16573
16790
|
# @return [String]
|
@@ -16593,10 +16810,10 @@ module Aws::SageMaker
|
|
16593
16810
|
# }
|
16594
16811
|
#
|
16595
16812
|
# @!attribute [rw] secret_arn
|
16596
|
-
# The Amazon Resource Name (ARN) of the
|
16597
|
-
# that contains the credentials used to access the git
|
16598
|
-
# secret must have a staging label of `AWSCURRENT` and
|
16599
|
-
# following format:
|
16813
|
+
# The Amazon Resource Name (ARN) of the Amazon Web Services Secrets
|
16814
|
+
# Manager secret that contains the credentials used to access the git
|
16815
|
+
# repository. The secret must have a staging label of `AWSCURRENT` and
|
16816
|
+
# must be in the following format:
|
16600
16817
|
#
|
16601
16818
|
# `\{"username": UserName, "password": Password\}`
|
16602
16819
|
# @return [String]
|
@@ -17725,7 +17942,7 @@ module Aws::SageMaker
|
|
17725
17942
|
#
|
17726
17943
|
# * For [3D point cloud][4] and [video frame][5] labeling jobs, the
|
17727
17944
|
# maximum is 7 days (604,800 seconds). If you want to change these
|
17728
|
-
# limits, contact
|
17945
|
+
# limits, contact Amazon Web Services Support.
|
17729
17946
|
#
|
17730
17947
|
#
|
17731
17948
|
#
|
@@ -17747,7 +17964,8 @@ module Aws::SageMaker
|
|
17747
17964
|
#
|
17748
17965
|
# * If you choose a private or vendor workforce, the default value is
|
17749
17966
|
# 10 days (864,000 seconds). For most users, the maximum is also 10
|
17750
|
-
# days. If you want to change this limit, contact
|
17967
|
+
# days. If you want to change this limit, contact Amazon Web
|
17968
|
+
# Services Support.
|
17751
17969
|
# @return [Integer]
|
17752
17970
|
#
|
17753
17971
|
# @!attribute [rw] max_concurrent_task_count
|
@@ -18773,9 +18991,12 @@ module Aws::SageMaker
|
|
18773
18991
|
# image_digest: "ImageDigest",
|
18774
18992
|
# model_data_url: "Url",
|
18775
18993
|
# product_id: "ProductId",
|
18994
|
+
# environment: {
|
18995
|
+
# "EnvironmentKey" => "EnvironmentValue",
|
18996
|
+
# },
|
18776
18997
|
# },
|
18777
18998
|
# ],
|
18778
|
-
# supported_transform_instance_types: ["ml.m4.xlarge"], # accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge
|
18999
|
+
# supported_transform_instance_types: ["ml.m4.xlarge"], # accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
18779
19000
|
# supported_realtime_inference_instance_types: ["ml.t2.medium"], # accepts ml.t2.medium, ml.t2.large, ml.t2.xlarge, ml.t2.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.m5.large, 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.12xlarge, ml.m5d.24xlarge, ml.c4.large, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5d.large, ml.c5d.xlarge, ml.c5d.2xlarge, ml.c5d.4xlarge, ml.c5d.9xlarge, ml.c5d.18xlarge, 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.12xlarge, ml.r5.24xlarge, ml.r5d.large, ml.r5d.xlarge, ml.r5d.2xlarge, ml.r5d.4xlarge, ml.r5d.12xlarge, ml.r5d.24xlarge, ml.inf1.xlarge, ml.inf1.2xlarge, ml.inf1.6xlarge, ml.inf1.24xlarge
|
18780
19001
|
# supported_content_types: ["ContentType"], # required
|
18781
19002
|
# supported_response_mime_types: ["ResponseMIMEType"], # required
|
@@ -19262,7 +19483,8 @@ module Aws::SageMaker
|
|
19262
19483
|
# }
|
19263
19484
|
#
|
19264
19485
|
# @!attribute [rw] name
|
19265
|
-
# The name of the kernel.
|
19486
|
+
# The name of the Jupyter kernel in the image. This value is case
|
19487
|
+
# sensitive.
|
19266
19488
|
# @return [String]
|
19267
19489
|
#
|
19268
19490
|
# @!attribute [rw] display_name
|
@@ -19480,7 +19702,8 @@ module Aws::SageMaker
|
|
19480
19702
|
# @return [String]
|
19481
19703
|
#
|
19482
19704
|
# @!attribute [rw] work_requester_account_id
|
19483
|
-
# The
|
19705
|
+
# The Amazon Web Services account ID of the account used to start the
|
19706
|
+
# labeling job.
|
19484
19707
|
# @return [String]
|
19485
19708
|
#
|
19486
19709
|
# @!attribute [rw] creation_time
|
@@ -19580,16 +19803,16 @@ module Aws::SageMaker
|
|
19580
19803
|
# @return [String]
|
19581
19804
|
#
|
19582
19805
|
# @!attribute [rw] kms_key_id
|
19583
|
-
# The
|
19584
|
-
# output data, if any.
|
19806
|
+
# The Amazon Web Services Key Management Service ID of the key used to
|
19807
|
+
# encrypt the output data, if any.
|
19585
19808
|
#
|
19586
19809
|
# If you provide your own KMS key ID, you must add the required
|
19587
19810
|
# permissions to your KMS key described in [Encrypt Output Data and
|
19588
|
-
# Storage Volume with
|
19811
|
+
# Storage Volume with Amazon Web Services KMS][1].
|
19589
19812
|
#
|
19590
19813
|
# If you don't provide a KMS key ID, Amazon SageMaker uses the
|
19591
|
-
# default
|
19592
|
-
# encrypt your output data.
|
19814
|
+
# default Amazon Web Services KMS key for Amazon S3 for your role's
|
19815
|
+
# account to encrypt your output data.
|
19593
19816
|
#
|
19594
19817
|
# If you use a bucket policy with an `s3:PutObject` permission that
|
19595
19818
|
# only allows objects with server-side encryption, set the condition
|
@@ -19643,18 +19866,18 @@ module Aws::SageMaker
|
|
19643
19866
|
# }
|
19644
19867
|
#
|
19645
19868
|
# @!attribute [rw] volume_kms_key_id
|
19646
|
-
# The
|
19647
|
-
# uses to encrypt data on the storage
|
19648
|
-
# compute instance(s) that run the training
|
19649
|
-
# for automated data labeling.
|
19869
|
+
# The Amazon Web Services Key Management Service (Amazon Web Services
|
19870
|
+
# KMS) key that Amazon SageMaker uses to encrypt data on the storage
|
19871
|
+
# volume attached to the ML compute instance(s) that run the training
|
19872
|
+
# and inference jobs used for automated data labeling.
|
19650
19873
|
#
|
19651
19874
|
# You can only specify a `VolumeKmsKeyId` when you create a labeling
|
19652
19875
|
# job with automated data labeling enabled using the API operation
|
19653
|
-
# `CreateLabelingJob`. You cannot specify an
|
19654
|
-
# CMK to encrypt the storage volume used for
|
19655
|
-
# model training and inference when you create
|
19656
|
-
# the console. To learn more, see [Output Data
|
19657
|
-
# Encryption][1].
|
19876
|
+
# `CreateLabelingJob`. You cannot specify an Amazon Web Services KMS
|
19877
|
+
# customer managed CMK to encrypt the storage volume used for
|
19878
|
+
# automated data labeling model training and inference when you create
|
19879
|
+
# a labeling job using the console. To learn more, see [Output Data
|
19880
|
+
# and Storage Volume Encryption][1].
|
19658
19881
|
#
|
19659
19882
|
# The `VolumeKmsKeyId` can be any of the following formats:
|
19660
19883
|
#
|
@@ -20629,8 +20852,9 @@ module Aws::SageMaker
|
|
20629
20852
|
# * Last modified time
|
20630
20853
|
#
|
20631
20854
|
# * Configuration information, including the URL location of the
|
20632
|
-
# repository and the ARN of the
|
20633
|
-
# contains the credentials used to access the
|
20855
|
+
# repository and the ARN of the Amazon Web Services Secrets Manager
|
20856
|
+
# secret that contains the credentials used to access the
|
20857
|
+
# repository.
|
20634
20858
|
# @return [Array<Types::CodeRepositorySummary>]
|
20635
20859
|
#
|
20636
20860
|
# @!attribute [rw] next_token
|
@@ -22395,7 +22619,8 @@ module Aws::SageMaker
|
|
22395
22619
|
end
|
22396
22620
|
|
22397
22621
|
# @!attribute [rw] model_package_group_summary_list
|
22398
|
-
# A list of summaries of the model groups in your
|
22622
|
+
# A list of summaries of the model groups in your Amazon Web Services
|
22623
|
+
# account.
|
22399
22624
|
# @return [Array<Types::ModelPackageGroupSummary>]
|
22400
22625
|
#
|
22401
22626
|
# @!attribute [rw] next_token
|
@@ -24493,7 +24718,7 @@ module Aws::SageMaker
|
|
24493
24718
|
end
|
24494
24719
|
|
24495
24720
|
# Specifies a metric that the training algorithm writes to `stderr` or
|
24496
|
-
# `stdout
|
24721
|
+
# `stdout`. Amazon SageMakerhyperparameter tuning captures all defined
|
24497
24722
|
# metrics. You specify one metric that a hyperparameter tuning job uses
|
24498
24723
|
# as its objective metric to choose the best training job.
|
24499
24724
|
#
|
@@ -24764,7 +24989,7 @@ module Aws::SageMaker
|
|
24764
24989
|
# @!attribute [rw] auto_generate_endpoint_name
|
24765
24990
|
# Set to `True` to automatically generate an endpoint name for a
|
24766
24991
|
# one-click Autopilot model deployment; set to `False` otherwise. The
|
24767
|
-
# default value is `
|
24992
|
+
# default value is `False`.
|
24768
24993
|
#
|
24769
24994
|
# <note markdown="1"> If you set `AutoGenerateEndpointName` to `True`, do not specify the
|
24770
24995
|
# `EndpointName`; otherwise a 400 error is thrown.
|
@@ -25064,10 +25289,10 @@ module Aws::SageMaker
|
|
25064
25289
|
# @return [Types::ModelPackageStatusDetails]
|
25065
25290
|
#
|
25066
25291
|
# @!attribute [rw] certify_for_marketplace
|
25067
|
-
# Whether the model package is to be certified to be listed on
|
25068
|
-
# Marketplace. For information about listing model
|
25069
|
-
# Marketplace, see [List Your
|
25070
|
-
# Marketplace][1].
|
25292
|
+
# Whether the model package is to be certified to be listed on Amazon
|
25293
|
+
# Web Services Marketplace. For information about listing model
|
25294
|
+
# packages on Amazon Web Services Marketplace, see [List Your
|
25295
|
+
# Algorithm or Model Package on Amazon Web Services Marketplace][1].
|
25071
25296
|
#
|
25072
25297
|
#
|
25073
25298
|
#
|
@@ -25115,8 +25340,8 @@ module Aws::SageMaker
|
|
25115
25340
|
#
|
25116
25341
|
# @!attribute [rw] tags
|
25117
25342
|
# A list of the tags associated with the model package. For more
|
25118
|
-
# information, see [Tagging
|
25119
|
-
# Reference Guide*.
|
25343
|
+
# information, see [Tagging Amazon Web Services resources][1] in the
|
25344
|
+
# *Amazon Web Services General Reference Guide*.
|
25120
25345
|
#
|
25121
25346
|
#
|
25122
25347
|
#
|
@@ -25161,6 +25386,9 @@ module Aws::SageMaker
|
|
25161
25386
|
# image_digest: "ImageDigest",
|
25162
25387
|
# model_data_url: "Url",
|
25163
25388
|
# product_id: "ProductId",
|
25389
|
+
# environment: {
|
25390
|
+
# "EnvironmentKey" => "EnvironmentValue",
|
25391
|
+
# },
|
25164
25392
|
# }
|
25165
25393
|
#
|
25166
25394
|
# @!attribute [rw] container_hostname
|
@@ -25200,9 +25428,15 @@ module Aws::SageMaker
|
|
25200
25428
|
# @return [String]
|
25201
25429
|
#
|
25202
25430
|
# @!attribute [rw] product_id
|
25203
|
-
# The
|
25431
|
+
# The Amazon Web Services Marketplace product ID of the model package.
|
25204
25432
|
# @return [String]
|
25205
25433
|
#
|
25434
|
+
# @!attribute [rw] environment
|
25435
|
+
# The environment variables to set in the Docker container. Each key
|
25436
|
+
# and value in the `Environment` string to string map can have length
|
25437
|
+
# of up to 1024. We support up to 16 entries in the map.
|
25438
|
+
# @return [Hash<String,String>]
|
25439
|
+
#
|
25206
25440
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ModelPackageContainerDefinition AWS API Documentation
|
25207
25441
|
#
|
25208
25442
|
class ModelPackageContainerDefinition < Struct.new(
|
@@ -25210,7 +25444,8 @@ module Aws::SageMaker
|
|
25210
25444
|
:image,
|
25211
25445
|
:image_digest,
|
25212
25446
|
:model_data_url,
|
25213
|
-
:product_id
|
25447
|
+
:product_id,
|
25448
|
+
:environment)
|
25214
25449
|
SENSITIVE = []
|
25215
25450
|
include Aws::Structure
|
25216
25451
|
end
|
@@ -25258,8 +25493,8 @@ module Aws::SageMaker
|
|
25258
25493
|
#
|
25259
25494
|
# @!attribute [rw] tags
|
25260
25495
|
# A list of the tags associated with the model group. For more
|
25261
|
-
# information, see [Tagging
|
25262
|
-
# Reference Guide*.
|
25496
|
+
# information, see [Tagging Amazon Web Services resources][1] in the
|
25497
|
+
# *Amazon Web Services General Reference Guide*.
|
25263
25498
|
#
|
25264
25499
|
#
|
25265
25500
|
#
|
@@ -25421,7 +25656,7 @@ module Aws::SageMaker
|
|
25421
25656
|
# used in the process of validating the model package.
|
25422
25657
|
#
|
25423
25658
|
# The data provided in the validation profile is made available to your
|
25424
|
-
# buyers on
|
25659
|
+
# buyers on Amazon Web Services Marketplace.
|
25425
25660
|
#
|
25426
25661
|
# @note When making an API call, you may pass ModelPackageValidationProfile
|
25427
25662
|
# data as a hash:
|
@@ -25453,7 +25688,7 @@ module Aws::SageMaker
|
|
25453
25688
|
# kms_key_id: "KmsKeyId",
|
25454
25689
|
# },
|
25455
25690
|
# transform_resources: { # required
|
25456
|
-
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge
|
25691
|
+
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
25457
25692
|
# instance_count: 1, # required
|
25458
25693
|
# volume_kms_key_id: "KmsKeyId",
|
25459
25694
|
# },
|
@@ -25514,7 +25749,7 @@ module Aws::SageMaker
|
|
25514
25749
|
# kms_key_id: "KmsKeyId",
|
25515
25750
|
# },
|
25516
25751
|
# transform_resources: { # required
|
25517
|
-
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge
|
25752
|
+
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
25518
25753
|
# instance_count: 1, # required
|
25519
25754
|
# volume_kms_key_id: "KmsKeyId",
|
25520
25755
|
# },
|
@@ -25857,7 +26092,7 @@ module Aws::SageMaker
|
|
25857
26092
|
#
|
25858
26093
|
# {
|
25859
26094
|
# instance_count: 1, # required
|
25860
|
-
# instance_type: "ml.t3.medium", # required, accepts 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.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
26095
|
+
# instance_type: "ml.t3.medium", # required, accepts 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.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
25861
26096
|
# volume_size_in_gb: 1, # required
|
25862
26097
|
# volume_kms_key_id: "KmsKeyId",
|
25863
26098
|
# }
|
@@ -25878,9 +26113,10 @@ module Aws::SageMaker
|
|
25878
26113
|
# @return [Integer]
|
25879
26114
|
#
|
25880
26115
|
# @!attribute [rw] volume_kms_key_id
|
25881
|
-
# The
|
25882
|
-
# uses to encrypt data on the storage
|
25883
|
-
# compute instance(s) that run the model
|
26116
|
+
# The Amazon Web Services Key Management Service (Amazon Web Services
|
26117
|
+
# KMS) key that Amazon SageMaker uses to encrypt data on the storage
|
26118
|
+
# volume attached to the ML compute instance(s) that run the model
|
26119
|
+
# monitoring job.
|
25884
26120
|
# @return [String]
|
25885
26121
|
#
|
25886
26122
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/MonitoringClusterConfig AWS API Documentation
|
@@ -26074,7 +26310,7 @@ module Aws::SageMaker
|
|
26074
26310
|
# monitoring_resources: { # required
|
26075
26311
|
# cluster_config: { # required
|
26076
26312
|
# instance_count: 1, # required
|
26077
|
-
# instance_type: "ml.t3.medium", # required, accepts 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.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
26313
|
+
# instance_type: "ml.t3.medium", # required, accepts 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.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
26078
26314
|
# volume_size_in_gb: 1, # required
|
26079
26315
|
# volume_kms_key_id: "KmsKeyId",
|
26080
26316
|
# },
|
@@ -26291,9 +26527,9 @@ module Aws::SageMaker
|
|
26291
26527
|
# @return [Array<Types::MonitoringOutput>]
|
26292
26528
|
#
|
26293
26529
|
# @!attribute [rw] kms_key_id
|
26294
|
-
# The
|
26295
|
-
# uses to encrypt the model artifacts
|
26296
|
-
# server-side encryption.
|
26530
|
+
# The Amazon Web Services Key Management Service (Amazon Web Services
|
26531
|
+
# KMS) key that Amazon SageMaker uses to encrypt the model artifacts
|
26532
|
+
# at rest using Amazon S3 server-side encryption.
|
26297
26533
|
# @return [String]
|
26298
26534
|
#
|
26299
26535
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/MonitoringOutputConfig AWS API Documentation
|
@@ -26313,7 +26549,7 @@ module Aws::SageMaker
|
|
26313
26549
|
# {
|
26314
26550
|
# cluster_config: { # required
|
26315
26551
|
# instance_count: 1, # required
|
26316
|
-
# instance_type: "ml.t3.medium", # required, accepts 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.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
26552
|
+
# instance_type: "ml.t3.medium", # required, accepts 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.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
26317
26553
|
# volume_size_in_gb: 1, # required
|
26318
26554
|
# volume_kms_key_id: "KmsKeyId",
|
26319
26555
|
# },
|
@@ -26428,8 +26664,8 @@ module Aws::SageMaker
|
|
26428
26664
|
#
|
26429
26665
|
# @!attribute [rw] tags
|
26430
26666
|
# A list of the tags associated with the monitoring schedlue. For more
|
26431
|
-
# information, see [Tagging
|
26432
|
-
# Reference Guide*.
|
26667
|
+
# information, see [Tagging Amazon Web Services resources][1] in the
|
26668
|
+
# *Amazon Web Services General Reference Guide*.
|
26433
26669
|
#
|
26434
26670
|
#
|
26435
26671
|
#
|
@@ -26504,7 +26740,7 @@ module Aws::SageMaker
|
|
26504
26740
|
# monitoring_resources: { # required
|
26505
26741
|
# cluster_config: { # required
|
26506
26742
|
# instance_count: 1, # required
|
26507
|
-
# instance_type: "ml.t3.medium", # required, accepts 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.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
26743
|
+
# instance_type: "ml.t3.medium", # required, accepts 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.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
26508
26744
|
# volume_size_in_gb: 1, # required
|
26509
26745
|
# volume_kms_key_id: "KmsKeyId",
|
26510
26746
|
# },
|
@@ -26690,6 +26926,44 @@ module Aws::SageMaker
|
|
26690
26926
|
include Aws::Structure
|
26691
26927
|
end
|
26692
26928
|
|
26929
|
+
# The VpcConfig configuration object that specifies the VPC that you
|
26930
|
+
# want the compilation jobs to connect to. For more information on
|
26931
|
+
# controlling access to your Amazon S3 buckets used for compilation job,
|
26932
|
+
# see [Give Amazon SageMaker Compilation Jobs Access to Resources in
|
26933
|
+
# Your Amazon VPC][1].
|
26934
|
+
#
|
26935
|
+
#
|
26936
|
+
#
|
26937
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/neo-vpc.html
|
26938
|
+
#
|
26939
|
+
# @note When making an API call, you may pass NeoVpcConfig
|
26940
|
+
# data as a hash:
|
26941
|
+
#
|
26942
|
+
# {
|
26943
|
+
# security_group_ids: ["NeoVpcSecurityGroupId"], # required
|
26944
|
+
# subnets: ["NeoVpcSubnetId"], # required
|
26945
|
+
# }
|
26946
|
+
#
|
26947
|
+
# @!attribute [rw] security_group_ids
|
26948
|
+
# The VPC security group IDs. IDs have the form of `sg-xxxxxxxx`.
|
26949
|
+
# Specify the security groups for the VPC that is specified in the
|
26950
|
+
# `Subnets` field.
|
26951
|
+
# @return [Array<String>]
|
26952
|
+
#
|
26953
|
+
# @!attribute [rw] subnets
|
26954
|
+
# The ID of the subnets in the VPC that you want to connect the
|
26955
|
+
# compilation job to for accessing the model in Amazon S3.
|
26956
|
+
# @return [Array<String>]
|
26957
|
+
#
|
26958
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/NeoVpcConfig AWS API Documentation
|
26959
|
+
#
|
26960
|
+
class NeoVpcConfig < Struct.new(
|
26961
|
+
:security_group_ids,
|
26962
|
+
:subnets)
|
26963
|
+
SENSITIVE = []
|
26964
|
+
include Aws::Structure
|
26965
|
+
end
|
26966
|
+
|
26693
26967
|
# A list of nested Filter objects. A resource must satisfy the
|
26694
26968
|
# conditions of all filters to be included in the results returned from
|
26695
26969
|
# the Search API.
|
@@ -26913,10 +27187,11 @@ module Aws::SageMaker
|
|
26913
27187
|
# The Git repository associated with the notebook instance as its
|
26914
27188
|
# default code repository. This can be either the name of a Git
|
26915
27189
|
# repository stored as a resource in your account, or the URL of a Git
|
26916
|
-
# repository in [
|
26917
|
-
# When you open a notebook instance, it opens in the
|
26918
|
-
# contains this repository. For more information, see
|
26919
|
-
# Repositories with Amazon SageMaker Notebook
|
27190
|
+
# repository in [Amazon Web Services CodeCommit][1] or in any other
|
27191
|
+
# Git repository. When you open a notebook instance, it opens in the
|
27192
|
+
# directory that contains this repository. For more information, see
|
27193
|
+
# [Associating Git Repositories with Amazon SageMaker Notebook
|
27194
|
+
# Instances][2].
|
26920
27195
|
#
|
26921
27196
|
#
|
26922
27197
|
#
|
@@ -26928,10 +27203,11 @@ module Aws::SageMaker
|
|
26928
27203
|
# An array of up to three Git repositories associated with the
|
26929
27204
|
# notebook instance. These can be either the names of Git repositories
|
26930
27205
|
# stored as resources in your account, or the URL of Git repositories
|
26931
|
-
# in [
|
26932
|
-
# repositories are cloned at the same level as the
|
26933
|
-
# of your notebook instance. For more information,
|
26934
|
-
# Git Repositories with Amazon SageMaker Notebook
|
27206
|
+
# in [Amazon Web Services CodeCommit][1] or in any other Git
|
27207
|
+
# repository. These repositories are cloned at the same level as the
|
27208
|
+
# default repository of your notebook instance. For more information,
|
27209
|
+
# see [Associating Git Repositories with Amazon SageMaker Notebook
|
27210
|
+
# Instances][2].
|
26935
27211
|
#
|
26936
27212
|
#
|
26937
27213
|
#
|
@@ -27019,8 +27295,8 @@ module Aws::SageMaker
|
|
27019
27295
|
# to create an `OfflineStore`.
|
27020
27296
|
#
|
27021
27297
|
# To encrypt an `OfflineStore` using at rest data encryption, specify
|
27022
|
-
#
|
27023
|
-
# `S3StorageConfig`.
|
27298
|
+
# Amazon Web Services Key Management Service (KMS) key ID, or
|
27299
|
+
# `KMSKeyId`, in `S3StorageConfig`.
|
27024
27300
|
#
|
27025
27301
|
# @note When making an API call, you may pass OfflineStoreConfig
|
27026
27302
|
# data as a hash:
|
@@ -27044,8 +27320,8 @@ module Aws::SageMaker
|
|
27044
27320
|
# @return [Types::S3StorageConfig]
|
27045
27321
|
#
|
27046
27322
|
# @!attribute [rw] disable_glue_table_creation
|
27047
|
-
# Set to `True` to disable the automatic creation of an
|
27048
|
-
# when configuring an `OfflineStore`.
|
27323
|
+
# Set to `True` to disable the automatic creation of an Amazon Web
|
27324
|
+
# Services Glue table when configuring an `OfflineStore`.
|
27049
27325
|
# @return [Boolean]
|
27050
27326
|
#
|
27051
27327
|
# @!attribute [rw] data_catalog_config
|
@@ -27228,10 +27504,10 @@ module Aws::SageMaker
|
|
27228
27504
|
include Aws::Structure
|
27229
27505
|
end
|
27230
27506
|
|
27231
|
-
# Use this to specify the
|
27232
|
-
# `KMSKeyId`, for at rest data encryption. You can turn
|
27233
|
-
# or off by specifying the `EnableOnlineStore` flag at
|
27234
|
-
# the default value is `False`.
|
27507
|
+
# Use this to specify the Amazon Web Services Key Management Service
|
27508
|
+
# (KMS) Key ID, or `KMSKeyId`, for at rest data encryption. You can turn
|
27509
|
+
# `OnlineStore` on or off by specifying the `EnableOnlineStore` flag at
|
27510
|
+
# General Assembly; the default value is `False`.
|
27235
27511
|
#
|
27236
27512
|
# @note When making an API call, you may pass OnlineStoreConfig
|
27237
27513
|
# data as a hash:
|
@@ -27275,9 +27551,9 @@ module Aws::SageMaker
|
|
27275
27551
|
# }
|
27276
27552
|
#
|
27277
27553
|
# @!attribute [rw] kms_key_id
|
27278
|
-
# The ID of the
|
27279
|
-
# SageMaker Feature Store uses to encrypt the
|
27280
|
-
# rest using Amazon S3 server-side encryption.
|
27554
|
+
# The ID of the Amazon Web Services Key Management Service (Amazon Web
|
27555
|
+
# Services KMS) key that SageMaker Feature Store uses to encrypt the
|
27556
|
+
# Amazon S3 objects at rest using Amazon S3 server-side encryption.
|
27281
27557
|
#
|
27282
27558
|
# The caller (either IAM user or IAM role) of `CreateFeatureGroup`
|
27283
27559
|
# must have below permissions to the `OnlineStore` `KmsKeyId`\:
|
@@ -27335,7 +27611,7 @@ module Aws::SageMaker
|
|
27335
27611
|
#
|
27336
27612
|
# {
|
27337
27613
|
# s3_output_location: "S3Uri", # required
|
27338
|
-
# 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, x86_win32, x86_win64, coreml, jacinto_tda4vm
|
27614
|
+
# 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
|
27339
27615
|
# target_platform: {
|
27340
27616
|
# os: "ANDROID", # required, accepts ANDROID, LINUX
|
27341
27617
|
# arch: "X86_64", # required, accepts X86_64, X86, ARM64, ARM_EABI, ARM_EABIHF
|
@@ -27506,10 +27782,13 @@ module Aws::SageMaker
|
|
27506
27782
|
# @return [String]
|
27507
27783
|
#
|
27508
27784
|
# @!attribute [rw] kms_key_id
|
27509
|
-
# The
|
27510
|
-
#
|
27511
|
-
#
|
27512
|
-
# KMS key
|
27785
|
+
# The Amazon Web Services Key Management Service key (Amazon Web
|
27786
|
+
# Services KMS) that Amazon SageMaker uses to encrypt your output
|
27787
|
+
# models with Amazon S3 server-side encryption after compilation job.
|
27788
|
+
# If you don't provide a KMS key ID, Amazon SageMaker uses the
|
27789
|
+
# default KMS key for Amazon S3 for your role's account. For more
|
27790
|
+
# information, see [KMS-Managed Encryption Keys][1] in the *Amazon
|
27791
|
+
# Simple Storage Service Developer Guide.*
|
27513
27792
|
#
|
27514
27793
|
# The KmsKeyId can be any of the following formats:
|
27515
27794
|
#
|
@@ -27522,6 +27801,10 @@ module Aws::SageMaker
|
|
27522
27801
|
#
|
27523
27802
|
# * Alias name ARN:
|
27524
27803
|
# `arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias`
|
27804
|
+
#
|
27805
|
+
#
|
27806
|
+
#
|
27807
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingKMSEncryption.html
|
27525
27808
|
# @return [String]
|
27526
27809
|
#
|
27527
27810
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/OutputConfig AWS API Documentation
|
@@ -27548,10 +27831,10 @@ module Aws::SageMaker
|
|
27548
27831
|
# }
|
27549
27832
|
#
|
27550
27833
|
# @!attribute [rw] kms_key_id
|
27551
|
-
# The
|
27552
|
-
# uses to encrypt the model artifacts
|
27553
|
-
# server-side encryption. The `KmsKeyId` can
|
27554
|
-
# formats:
|
27834
|
+
# The Amazon Web Services Key Management Service (Amazon Web Services
|
27835
|
+
# KMS) key that Amazon SageMaker uses to encrypt the model artifacts
|
27836
|
+
# at rest using Amazon S3 server-side encryption. The `KmsKeyId` can
|
27837
|
+
# be any of the following formats:
|
27555
27838
|
#
|
27556
27839
|
# * // KMS Key ID
|
27557
27840
|
#
|
@@ -27584,8 +27867,8 @@ module Aws::SageMaker
|
|
27584
27867
|
# The KMS key policy must grant permission to the IAM role that you
|
27585
27868
|
# specify in your `CreateTrainingJob`, `CreateTransformJob`, or
|
27586
27869
|
# `CreateHyperParameterTuningJob` requests. For more information, see
|
27587
|
-
# [Using Key Policies in
|
27588
|
-
# Service Developer Guide*.
|
27870
|
+
# [Using Key Policies in Amazon Web Services KMS][2] in the *Amazon
|
27871
|
+
# Web Services Key Management Service Developer Guide*.
|
27589
27872
|
#
|
27590
27873
|
#
|
27591
27874
|
#
|
@@ -27607,6 +27890,33 @@ module Aws::SageMaker
|
|
27607
27890
|
include Aws::Structure
|
27608
27891
|
end
|
27609
27892
|
|
27893
|
+
# An output parameter of a pipeline step.
|
27894
|
+
#
|
27895
|
+
# @note When making an API call, you may pass OutputParameter
|
27896
|
+
# data as a hash:
|
27897
|
+
#
|
27898
|
+
# {
|
27899
|
+
# name: "String256", # required
|
27900
|
+
# value: "String1024", # required
|
27901
|
+
# }
|
27902
|
+
#
|
27903
|
+
# @!attribute [rw] name
|
27904
|
+
# The name of the output parameter.
|
27905
|
+
# @return [String]
|
27906
|
+
#
|
27907
|
+
# @!attribute [rw] value
|
27908
|
+
# The value of the output parameter.
|
27909
|
+
# @return [String]
|
27910
|
+
#
|
27911
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/OutputParameter AWS API Documentation
|
27912
|
+
#
|
27913
|
+
class OutputParameter < Struct.new(
|
27914
|
+
:name,
|
27915
|
+
:value)
|
27916
|
+
SENSITIVE = []
|
27917
|
+
include Aws::Structure
|
27918
|
+
end
|
27919
|
+
|
27610
27920
|
# Assigns a value to a named Pipeline parameter.
|
27611
27921
|
#
|
27612
27922
|
# @note When making an API call, you may pass Parameter
|
@@ -27886,6 +28196,15 @@ module Aws::SageMaker
|
|
27886
28196
|
# The description of the pipeline execution.
|
27887
28197
|
# @return [String]
|
27888
28198
|
#
|
28199
|
+
# @!attribute [rw] pipeline_experiment_config
|
28200
|
+
# Specifies the names of the experiment and trial created by a
|
28201
|
+
# pipeline.
|
28202
|
+
# @return [Types::PipelineExperimentConfig]
|
28203
|
+
#
|
28204
|
+
# @!attribute [rw] failure_reason
|
28205
|
+
# If the execution failed, a message describing why.
|
28206
|
+
# @return [String]
|
28207
|
+
#
|
27889
28208
|
# @!attribute [rw] creation_time
|
27890
28209
|
# The creation time of the pipeline execution.
|
27891
28210
|
# @return [Time]
|
@@ -27916,6 +28235,8 @@ module Aws::SageMaker
|
|
27916
28235
|
:pipeline_execution_display_name,
|
27917
28236
|
:pipeline_execution_status,
|
27918
28237
|
:pipeline_execution_description,
|
28238
|
+
:pipeline_experiment_config,
|
28239
|
+
:failure_reason,
|
27919
28240
|
:creation_time,
|
27920
28241
|
:last_modified_time,
|
27921
28242
|
:created_by,
|
@@ -27954,7 +28275,7 @@ module Aws::SageMaker
|
|
27954
28275
|
# @return [String]
|
27955
28276
|
#
|
27956
28277
|
# @!attribute [rw] metadata
|
27957
|
-
#
|
28278
|
+
# Metadata for the step execution.
|
27958
28279
|
# @return [Types::PipelineExecutionStepMetadata]
|
27959
28280
|
#
|
27960
28281
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/PipelineExecutionStep AWS API Documentation
|
@@ -28001,6 +28322,10 @@ module Aws::SageMaker
|
|
28001
28322
|
# condition.
|
28002
28323
|
# @return [Types::ConditionStepMetadata]
|
28003
28324
|
#
|
28325
|
+
# @!attribute [rw] callback
|
28326
|
+
# Metadata about a callback step.
|
28327
|
+
# @return [Types::CallbackStepMetadata]
|
28328
|
+
#
|
28004
28329
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/PipelineExecutionStepMetadata AWS API Documentation
|
28005
28330
|
#
|
28006
28331
|
class PipelineExecutionStepMetadata < Struct.new(
|
@@ -28009,7 +28334,8 @@ module Aws::SageMaker
|
|
28009
28334
|
:transform_job,
|
28010
28335
|
:model,
|
28011
28336
|
:register_model,
|
28012
|
-
:condition
|
28337
|
+
:condition,
|
28338
|
+
:callback)
|
28013
28339
|
SENSITIVE = []
|
28014
28340
|
include Aws::Structure
|
28015
28341
|
end
|
@@ -28048,6 +28374,25 @@ module Aws::SageMaker
|
|
28048
28374
|
include Aws::Structure
|
28049
28375
|
end
|
28050
28376
|
|
28377
|
+
# Specifies the names of the experiment and trial created by a pipeline.
|
28378
|
+
#
|
28379
|
+
# @!attribute [rw] experiment_name
|
28380
|
+
# The name of the experiment.
|
28381
|
+
# @return [String]
|
28382
|
+
#
|
28383
|
+
# @!attribute [rw] trial_name
|
28384
|
+
# The name of the trial.
|
28385
|
+
# @return [String]
|
28386
|
+
#
|
28387
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/PipelineExperimentConfig AWS API Documentation
|
28388
|
+
#
|
28389
|
+
class PipelineExperimentConfig < Struct.new(
|
28390
|
+
:experiment_name,
|
28391
|
+
:trial_name)
|
28392
|
+
SENSITIVE = []
|
28393
|
+
include Aws::Structure
|
28394
|
+
end
|
28395
|
+
|
28051
28396
|
# A summary of a pipeline.
|
28052
28397
|
#
|
28053
28398
|
# @!attribute [rw] pipeline_arn
|
@@ -28104,7 +28449,7 @@ module Aws::SageMaker
|
|
28104
28449
|
#
|
28105
28450
|
# {
|
28106
28451
|
# instance_count: 1, # required
|
28107
|
-
# instance_type: "ml.t3.medium", # required, accepts 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.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
28452
|
+
# instance_type: "ml.t3.medium", # required, accepts 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.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
28108
28453
|
# volume_size_in_gb: 1, # required
|
28109
28454
|
# volume_kms_key_id: "KmsKeyId",
|
28110
28455
|
# }
|
@@ -28122,12 +28467,48 @@ module Aws::SageMaker
|
|
28122
28467
|
# @!attribute [rw] volume_size_in_gb
|
28123
28468
|
# The size of the ML storage volume in gigabytes that you want to
|
28124
28469
|
# provision. You must specify sufficient ML storage for your scenario.
|
28470
|
+
#
|
28471
|
+
# <note markdown="1"> Certain Nitro-based instances include local storage with a fixed
|
28472
|
+
# total size, dependent on the instance type. When using these
|
28473
|
+
# instances for processing, Amazon SageMaker mounts the local instance
|
28474
|
+
# storage instead of Amazon EBS gp2 storage. You can't request a
|
28475
|
+
# `VolumeSizeInGB` greater than the total size of the local instance
|
28476
|
+
# storage.
|
28477
|
+
#
|
28478
|
+
# For a list of instance types that support local instance storage,
|
28479
|
+
# including the total size per instance type, see [Instance Store
|
28480
|
+
# Volumes][1].
|
28481
|
+
#
|
28482
|
+
# </note>
|
28483
|
+
#
|
28484
|
+
#
|
28485
|
+
#
|
28486
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html#instance-store-volumes
|
28125
28487
|
# @return [Integer]
|
28126
28488
|
#
|
28127
28489
|
# @!attribute [rw] volume_kms_key_id
|
28128
|
-
# The
|
28129
|
-
# uses to encrypt data on the storage
|
28130
|
-
# compute instance(s) that run the
|
28490
|
+
# The Amazon Web Services Key Management Service (Amazon Web Services
|
28491
|
+
# KMS) key that Amazon SageMaker uses to encrypt data on the storage
|
28492
|
+
# volume attached to the ML compute instance(s) that run the
|
28493
|
+
# processing job.
|
28494
|
+
#
|
28495
|
+
# <note markdown="1"> Certain Nitro-based instances include local storage, dependent on
|
28496
|
+
# the instance type. Local storage volumes are encrypted using a
|
28497
|
+
# hardware module on the instance. You can't request a
|
28498
|
+
# `VolumeKmsKeyId` when using an instance type with local storage.
|
28499
|
+
#
|
28500
|
+
# For a list of instance types that support local instance storage,
|
28501
|
+
# see [Instance Store Volumes][1].
|
28502
|
+
#
|
28503
|
+
# For more information about local instance storage encryption, see
|
28504
|
+
# [SSD Instance Store Volumes][2].
|
28505
|
+
#
|
28506
|
+
# </note>
|
28507
|
+
#
|
28508
|
+
#
|
28509
|
+
#
|
28510
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html#instance-store-volumes
|
28511
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ssd-instance-store.html
|
28131
28512
|
# @return [String]
|
28132
28513
|
#
|
28133
28514
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ProcessingClusterConfig AWS API Documentation
|
@@ -28353,8 +28734,8 @@ module Aws::SageMaker
|
|
28353
28734
|
#
|
28354
28735
|
# @!attribute [rw] tags
|
28355
28736
|
# An array of key-value pairs. For more information, see [Using Cost
|
28356
|
-
# Allocation Tags][1] in the *
|
28357
|
-
# Guide*.
|
28737
|
+
# Allocation Tags][1] in the *Amazon Web Services Billing and Cost
|
28738
|
+
# Management User Guide*.
|
28358
28739
|
#
|
28359
28740
|
#
|
28360
28741
|
#
|
@@ -28536,10 +28917,11 @@ module Aws::SageMaker
|
|
28536
28917
|
# @return [Array<Types::ProcessingOutput>]
|
28537
28918
|
#
|
28538
28919
|
# @!attribute [rw] kms_key_id
|
28539
|
-
# The
|
28540
|
-
# uses to encrypt the processing job
|
28541
|
-
#
|
28542
|
-
# KMS key. The `KmsKeyId` is applied
|
28920
|
+
# The Amazon Web Services Key Management Service (Amazon Web Services
|
28921
|
+
# KMS) key that Amazon SageMaker uses to encrypt the processing job
|
28922
|
+
# output. `KmsKeyId` can be an ID of a KMS key, ARN of a KMS key,
|
28923
|
+
# alias of a KMS key, or alias of a KMS key. The `KmsKeyId` is applied
|
28924
|
+
# to all outputs.
|
28543
28925
|
# @return [String]
|
28544
28926
|
#
|
28545
28927
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ProcessingOutputConfig AWS API Documentation
|
@@ -28561,7 +28943,7 @@ module Aws::SageMaker
|
|
28561
28943
|
# {
|
28562
28944
|
# cluster_config: { # required
|
28563
28945
|
# instance_count: 1, # required
|
28564
|
-
# instance_type: "ml.t3.medium", # required, accepts 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.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
28946
|
+
# instance_type: "ml.t3.medium", # required, accepts 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.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
28565
28947
|
# volume_size_in_gb: 1, # required
|
28566
28948
|
# volume_kms_key_id: "KmsKeyId",
|
28567
28949
|
# },
|
@@ -28717,10 +29099,10 @@ module Aws::SageMaker
|
|
28717
29099
|
include Aws::Structure
|
28718
29100
|
end
|
28719
29101
|
|
28720
|
-
# Identifies a model that you want to host and the resources to
|
28721
|
-
# for hosting it. If you are deploying multiple models, tell
|
28722
|
-
# SageMaker how to distribute traffic among the models by
|
28723
|
-
# variant weights.
|
29102
|
+
# Identifies a model that you want to host and the resources chosen to
|
29103
|
+
# deploy for hosting it. If you are deploying multiple models, tell
|
29104
|
+
# Amazon SageMaker how to distribute traffic among the models by
|
29105
|
+
# specifying variant weights.
|
28724
29106
|
#
|
28725
29107
|
# @note When making an API call, you may pass ProductionVariant
|
28726
29108
|
# data as a hash:
|
@@ -28809,10 +29191,10 @@ module Aws::SageMaker
|
|
28809
29191
|
# @return [String]
|
28810
29192
|
#
|
28811
29193
|
# @!attribute [rw] kms_key_id
|
28812
|
-
# The
|
28813
|
-
# uses to encrypt the core dump data at
|
28814
|
-
# server-side encryption. The `KmsKeyId` can be
|
28815
|
-
# formats:
|
29194
|
+
# The Amazon Web Services Key Management Service (Amazon Web Services
|
29195
|
+
# KMS) key that Amazon SageMaker uses to encrypt the core dump data at
|
29196
|
+
# rest using Amazon S3 server-side encryption. The `KmsKeyId` can be
|
29197
|
+
# any of the following formats:
|
28816
29198
|
#
|
28817
29199
|
# * // KMS Key ID
|
28818
29200
|
#
|
@@ -28844,8 +29226,9 @@ module Aws::SageMaker
|
|
28844
29226
|
#
|
28845
29227
|
# The KMS key policy must grant permission to the IAM role that you
|
28846
29228
|
# specify in your `CreateEndpoint` and `UpdateEndpoint` requests. For
|
28847
|
-
# more information, see [Using Key Policies in
|
28848
|
-
# Key Management Service Developer
|
29229
|
+
# more information, see [Using Key Policies in Amazon Web Services
|
29230
|
+
# KMS][2] in the *Amazon Web Services Key Management Service Developer
|
29231
|
+
# Guide*.
|
28849
29232
|
#
|
28850
29233
|
#
|
28851
29234
|
#
|
@@ -29025,7 +29408,7 @@ module Aws::SageMaker
|
|
29025
29408
|
# local_path: "DirectoryPath",
|
29026
29409
|
# s3_output_path: "S3Uri",
|
29027
29410
|
# rule_evaluator_image: "AlgorithmImage", # required
|
29028
|
-
# instance_type: "ml.t3.medium", # accepts 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.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
29411
|
+
# instance_type: "ml.t3.medium", # accepts 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.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
29029
29412
|
# volume_size_in_gb: 1,
|
29030
29413
|
# rule_parameters: {
|
29031
29414
|
# "ConfigKey" => "ConfigValue",
|
@@ -29191,8 +29574,8 @@ module Aws::SageMaker
|
|
29191
29574
|
end
|
29192
29575
|
|
29193
29576
|
# A key value pair used when you provision a project as a service
|
29194
|
-
# catalog product. For information, see [What is
|
29195
|
-
# Catalog][1].
|
29577
|
+
# catalog product. For information, see [What is Amazon Web Services
|
29578
|
+
# Service Catalog][1].
|
29196
29579
|
#
|
29197
29580
|
#
|
29198
29581
|
#
|
@@ -29534,8 +29917,9 @@ module Aws::SageMaker
|
|
29534
29917
|
# @return [String]
|
29535
29918
|
#
|
29536
29919
|
# @!attribute [rw] kms_key_id
|
29537
|
-
# The
|
29538
|
-
# uses to encrypt data from a Redshift
|
29920
|
+
# The Amazon Web Services Key Management Service (Amazon Web Services
|
29921
|
+
# KMS) key that Amazon SageMaker uses to encrypt data from a Redshift
|
29922
|
+
# execution.
|
29539
29923
|
# @return [String]
|
29540
29924
|
#
|
29541
29925
|
# @!attribute [rw] output_format
|
@@ -29744,11 +30128,12 @@ module Aws::SageMaker
|
|
29744
30128
|
# }
|
29745
30129
|
#
|
29746
30130
|
# @!attribute [rw] repository_credentials_provider_arn
|
29747
|
-
# The Amazon Resource Name (ARN) of an
|
29748
|
-
# provides credentials to authenticate to the private
|
29749
|
-
# where your model image is hosted. For information
|
29750
|
-
#
|
29751
|
-
# the console][1] in the *
|
30131
|
+
# The Amazon Resource Name (ARN) of an Amazon Web Services Lambda
|
30132
|
+
# function that provides credentials to authenticate to the private
|
30133
|
+
# Docker registry where your model image is hosted. For information
|
30134
|
+
# about how to create an Amazon Web Services Lambda function, see
|
30135
|
+
# [Create a Lambda function with the console][1] in the *Amazon Web
|
30136
|
+
# Services Lambda Developer Guide*.
|
29752
30137
|
#
|
29753
30138
|
#
|
29754
30139
|
#
|
@@ -29846,9 +30231,9 @@ module Aws::SageMaker
|
|
29846
30231
|
# @return [Integer]
|
29847
30232
|
#
|
29848
30233
|
# @!attribute [rw] volume_kms_key_id
|
29849
|
-
# The
|
29850
|
-
# storage volume attached to the ML compute
|
29851
|
-
# training job.
|
30234
|
+
# The Amazon Web Services KMS key that Amazon SageMaker uses to
|
30235
|
+
# encrypt data on the storage volume attached to the ML compute
|
30236
|
+
# instance(s) that run the training job.
|
29852
30237
|
#
|
29853
30238
|
# <note markdown="1"> Certain Nitro-based instances include local storage, dependent on
|
29854
30239
|
# the instance type. Local storage volumes are encrypted using a
|
@@ -30182,8 +30567,9 @@ module Aws::SageMaker
|
|
30182
30567
|
# @return [String]
|
30183
30568
|
#
|
30184
30569
|
# @!attribute [rw] kms_key_id
|
30185
|
-
# The
|
30186
|
-
# encrypt any objects written into the `OfflineStore` S3
|
30570
|
+
# The Amazon Web Services Key Management Service (KMS) key ID of the
|
30571
|
+
# key used to encrypt any objects written into the `OfflineStore` S3
|
30572
|
+
# location.
|
30187
30573
|
#
|
30188
30574
|
# The IAM `roleARN` that is passed as a parameter to
|
30189
30575
|
# `CreateFeatureGroup` must have below permissions to the `KmsKeyId`\:
|
@@ -30659,8 +31045,110 @@ module Aws::SageMaker
|
|
30659
31045
|
include Aws::Structure
|
30660
31046
|
end
|
30661
31047
|
|
31048
|
+
# @note When making an API call, you may pass SendPipelineExecutionStepFailureRequest
|
31049
|
+
# data as a hash:
|
31050
|
+
#
|
31051
|
+
# {
|
31052
|
+
# callback_token: "CallbackToken", # required
|
31053
|
+
# failure_reason: "String256",
|
31054
|
+
# client_request_token: "IdempotencyToken",
|
31055
|
+
# }
|
31056
|
+
#
|
31057
|
+
# @!attribute [rw] callback_token
|
31058
|
+
# The pipeline generated token from the Amazon SQS queue.
|
31059
|
+
# @return [String]
|
31060
|
+
#
|
31061
|
+
# @!attribute [rw] failure_reason
|
31062
|
+
# A message describing why the step failed.
|
31063
|
+
# @return [String]
|
31064
|
+
#
|
31065
|
+
# @!attribute [rw] client_request_token
|
31066
|
+
# A unique, case-sensitive identifier that you provide to ensure the
|
31067
|
+
# idempotency of the operation. An idempotent operation completes no
|
31068
|
+
# more than one time.
|
31069
|
+
#
|
31070
|
+
# **A suitable default value is auto-generated.** You should normally
|
31071
|
+
# not need to pass this option.
|
31072
|
+
# @return [String]
|
31073
|
+
#
|
31074
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/SendPipelineExecutionStepFailureRequest AWS API Documentation
|
31075
|
+
#
|
31076
|
+
class SendPipelineExecutionStepFailureRequest < Struct.new(
|
31077
|
+
:callback_token,
|
31078
|
+
:failure_reason,
|
31079
|
+
:client_request_token)
|
31080
|
+
SENSITIVE = []
|
31081
|
+
include Aws::Structure
|
31082
|
+
end
|
31083
|
+
|
31084
|
+
# @!attribute [rw] pipeline_execution_arn
|
31085
|
+
# The Amazon Resource Name (ARN) of the pipeline execution.
|
31086
|
+
# @return [String]
|
31087
|
+
#
|
31088
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/SendPipelineExecutionStepFailureResponse AWS API Documentation
|
31089
|
+
#
|
31090
|
+
class SendPipelineExecutionStepFailureResponse < Struct.new(
|
31091
|
+
:pipeline_execution_arn)
|
31092
|
+
SENSITIVE = []
|
31093
|
+
include Aws::Structure
|
31094
|
+
end
|
31095
|
+
|
31096
|
+
# @note When making an API call, you may pass SendPipelineExecutionStepSuccessRequest
|
31097
|
+
# data as a hash:
|
31098
|
+
#
|
31099
|
+
# {
|
31100
|
+
# callback_token: "CallbackToken", # required
|
31101
|
+
# output_parameters: [
|
31102
|
+
# {
|
31103
|
+
# name: "String256", # required
|
31104
|
+
# value: "String1024", # required
|
31105
|
+
# },
|
31106
|
+
# ],
|
31107
|
+
# client_request_token: "IdempotencyToken",
|
31108
|
+
# }
|
31109
|
+
#
|
31110
|
+
# @!attribute [rw] callback_token
|
31111
|
+
# The pipeline generated token from the Amazon SQS queue.
|
31112
|
+
# @return [String]
|
31113
|
+
#
|
31114
|
+
# @!attribute [rw] output_parameters
|
31115
|
+
# A list of the output parameters of the callback step.
|
31116
|
+
# @return [Array<Types::OutputParameter>]
|
31117
|
+
#
|
31118
|
+
# @!attribute [rw] client_request_token
|
31119
|
+
# A unique, case-sensitive identifier that you provide to ensure the
|
31120
|
+
# idempotency of the operation. An idempotent operation completes no
|
31121
|
+
# more than one time.
|
31122
|
+
#
|
31123
|
+
# **A suitable default value is auto-generated.** You should normally
|
31124
|
+
# not need to pass this option.
|
31125
|
+
# @return [String]
|
31126
|
+
#
|
31127
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/SendPipelineExecutionStepSuccessRequest AWS API Documentation
|
31128
|
+
#
|
31129
|
+
class SendPipelineExecutionStepSuccessRequest < Struct.new(
|
31130
|
+
:callback_token,
|
31131
|
+
:output_parameters,
|
31132
|
+
:client_request_token)
|
31133
|
+
SENSITIVE = []
|
31134
|
+
include Aws::Structure
|
31135
|
+
end
|
31136
|
+
|
31137
|
+
# @!attribute [rw] pipeline_execution_arn
|
31138
|
+
# The Amazon Resource Name (ARN) of the pipeline execution.
|
31139
|
+
# @return [String]
|
31140
|
+
#
|
31141
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/SendPipelineExecutionStepSuccessResponse AWS API Documentation
|
31142
|
+
#
|
31143
|
+
class SendPipelineExecutionStepSuccessResponse < Struct.new(
|
31144
|
+
:pipeline_execution_arn)
|
31145
|
+
SENSITIVE = []
|
31146
|
+
include Aws::Structure
|
31147
|
+
end
|
31148
|
+
|
30662
31149
|
# Details of a provisioned service catalog product. For information
|
30663
|
-
# about service catalog, see [What is
|
31150
|
+
# about service catalog, see [What is Amazon Web Services Service
|
31151
|
+
# Catalog][1].
|
30664
31152
|
#
|
30665
31153
|
#
|
30666
31154
|
#
|
@@ -30707,8 +31195,8 @@ module Aws::SageMaker
|
|
30707
31195
|
end
|
30708
31196
|
|
30709
31197
|
# Details that you specify to provision a service catalog product. For
|
30710
|
-
# information about service catalog, see .[What is
|
30711
|
-
# Catalog][1].
|
31198
|
+
# information about service catalog, see .[What is Amazon Web Services
|
31199
|
+
# Service Catalog][1].
|
30712
31200
|
#
|
30713
31201
|
#
|
30714
31202
|
#
|
@@ -30785,9 +31273,9 @@ module Aws::SageMaker
|
|
30785
31273
|
# @return [String]
|
30786
31274
|
#
|
30787
31275
|
# @!attribute [rw] s3_kms_key_id
|
30788
|
-
# When `NotebookOutputOption` is `Allowed`, the
|
30789
|
-
# Service (KMS) encryption key ID used to encrypt the
|
30790
|
-
# output in the Amazon S3 bucket.
|
31276
|
+
# When `NotebookOutputOption` is `Allowed`, the Amazon Web Services
|
31277
|
+
# Key Management Service (KMS) encryption key ID used to encrypt the
|
31278
|
+
# notebook cell output in the Amazon S3 bucket.
|
30791
31279
|
# @return [String]
|
30792
31280
|
#
|
30793
31281
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/SharingSettings AWS API Documentation
|
@@ -30838,8 +31326,8 @@ module Aws::SageMaker
|
|
30838
31326
|
|
30839
31327
|
# Specifies an algorithm that was used to create the model package. The
|
30840
31328
|
# algorithm must be either an algorithm resource in your Amazon
|
30841
|
-
# SageMaker account or an algorithm in
|
30842
|
-
# subscribed to.
|
31329
|
+
# SageMaker account or an algorithm in Amazon Web Services Marketplace
|
31330
|
+
# that you are subscribed to.
|
30843
31331
|
#
|
30844
31332
|
# @note When making an API call, you may pass SourceAlgorithm
|
30845
31333
|
# data as a hash:
|
@@ -30863,8 +31351,8 @@ module Aws::SageMaker
|
|
30863
31351
|
# @!attribute [rw] algorithm_name
|
30864
31352
|
# The name of an algorithm that was used to create the model package.
|
30865
31353
|
# The algorithm must be either an algorithm resource in your Amazon
|
30866
|
-
# SageMaker account or an algorithm in
|
30867
|
-
# subscribed to.
|
31354
|
+
# SageMaker account or an algorithm in Amazon Web Services Marketplace
|
31355
|
+
# that you are subscribed to.
|
30868
31356
|
# @return [String]
|
30869
31357
|
#
|
30870
31358
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/SourceAlgorithm AWS API Documentation
|
@@ -31404,7 +31892,25 @@ module Aws::SageMaker
|
|
31404
31892
|
include Aws::Structure
|
31405
31893
|
end
|
31406
31894
|
|
31407
|
-
#
|
31895
|
+
# A tag object that consists of a key and an optional value, used to
|
31896
|
+
# manage metadata for Amazon SageMaker Amazon Web Services resources.
|
31897
|
+
#
|
31898
|
+
# You can add tags to notebook instances, training jobs, hyperparameter
|
31899
|
+
# tuning jobs, batch transform jobs, models, labeling jobs, work teams,
|
31900
|
+
# endpoint configurations, and endpoints. For more information on adding
|
31901
|
+
# tags to Amazon SageMaker resources, see AddTags.
|
31902
|
+
#
|
31903
|
+
# For more information on adding metadata to your Amazon Web Services
|
31904
|
+
# resources with tagging, see [Tagging Amazon Web Services
|
31905
|
+
# resources][1]. For advice on best practices for managing Amazon Web
|
31906
|
+
# Services resources with tagging, see [Tagging Best Practices:
|
31907
|
+
# Implement an Effective Amazon Web Services Resource Tagging
|
31908
|
+
# Strategy][2].
|
31909
|
+
#
|
31910
|
+
#
|
31911
|
+
#
|
31912
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html
|
31913
|
+
# [2]: https://d1.awsstatic.com/whitepapers/aws-tagging-best-practices.pdf
|
31408
31914
|
#
|
31409
31915
|
# @note When making an API call, you may pass Tag
|
31410
31916
|
# data as a hash:
|
@@ -31415,7 +31921,7 @@ module Aws::SageMaker
|
|
31415
31921
|
# }
|
31416
31922
|
#
|
31417
31923
|
# @!attribute [rw] key
|
31418
|
-
# The tag key.
|
31924
|
+
# The tag key. Tag keys must be unique per resource.
|
31419
31925
|
# @return [String]
|
31420
31926
|
#
|
31421
31927
|
# @!attribute [rw] value
|
@@ -31695,8 +32201,8 @@ module Aws::SageMaker
|
|
31695
32201
|
# @return [Types::AlgorithmSpecification]
|
31696
32202
|
#
|
31697
32203
|
# @!attribute [rw] role_arn
|
31698
|
-
# The
|
31699
|
-
# training job.
|
32204
|
+
# The Amazon Web Services Identity and Access Management (IAM) role
|
32205
|
+
# configured for the training job.
|
31700
32206
|
# @return [String]
|
31701
32207
|
#
|
31702
32208
|
# @!attribute [rw] input_data_config
|
@@ -31860,9 +32366,10 @@ module Aws::SageMaker
|
|
31860
32366
|
# @return [Types::RetryStrategy]
|
31861
32367
|
#
|
31862
32368
|
# @!attribute [rw] tags
|
31863
|
-
# An array of key-value pairs. You can use tags to categorize your
|
31864
|
-
# resources in different ways, for example, by
|
31865
|
-
# environment. For more information, see [Tagging
|
32369
|
+
# An array of key-value pairs. You can use tags to categorize your
|
32370
|
+
# Amazon Web Services resources in different ways, for example, by
|
32371
|
+
# purpose, owner, or environment. For more information, see [Tagging
|
32372
|
+
# Amazon Web Services Resources][1].
|
31866
32373
|
#
|
31867
32374
|
#
|
31868
32375
|
#
|
@@ -32562,7 +33069,7 @@ module Aws::SageMaker
|
|
32562
33069
|
# kms_key_id: "KmsKeyId",
|
32563
33070
|
# },
|
32564
33071
|
# transform_resources: { # required
|
32565
|
-
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge
|
33072
|
+
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
32566
33073
|
# instance_count: 1, # required
|
32567
33074
|
# volume_kms_key_id: "KmsKeyId",
|
32568
33075
|
# },
|
@@ -32732,10 +33239,10 @@ module Aws::SageMaker
|
|
32732
33239
|
# @return [String]
|
32733
33240
|
#
|
32734
33241
|
# @!attribute [rw] kms_key_id
|
32735
|
-
# The
|
32736
|
-
# uses to encrypt the model artifacts
|
32737
|
-
# server-side encryption. The `KmsKeyId` can
|
32738
|
-
# formats:
|
33242
|
+
# The Amazon Web Services Key Management Service (Amazon Web Services
|
33243
|
+
# KMS) key that Amazon SageMaker uses to encrypt the model artifacts
|
33244
|
+
# at rest using Amazon S3 server-side encryption. The `KmsKeyId` can
|
33245
|
+
# be any of the following formats:
|
32739
33246
|
#
|
32740
33247
|
# * Key ID: `1234abcd-12ab-34cd-56ef-1234567890ab`
|
32741
33248
|
#
|
@@ -32754,8 +33261,8 @@ module Aws::SageMaker
|
|
32754
33261
|
#
|
32755
33262
|
# The KMS key policy must grant permission to the IAM role that you
|
32756
33263
|
# specify in your CreateModel request. For more information, see
|
32757
|
-
# [Using Key Policies in
|
32758
|
-
# Service Developer Guide*.
|
33264
|
+
# [Using Key Policies in Amazon Web Services KMS][2] in the *Amazon
|
33265
|
+
# Web Services Key Management Service Developer Guide*.
|
32759
33266
|
#
|
32760
33267
|
#
|
32761
33268
|
#
|
@@ -32781,7 +33288,7 @@ module Aws::SageMaker
|
|
32781
33288
|
# data as a hash:
|
32782
33289
|
#
|
32783
33290
|
# {
|
32784
|
-
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge
|
33291
|
+
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
32785
33292
|
# instance_count: 1, # required
|
32786
33293
|
# volume_kms_key_id: "KmsKeyId",
|
32787
33294
|
# }
|
@@ -32789,7 +33296,7 @@ module Aws::SageMaker
|
|
32789
33296
|
# @!attribute [rw] instance_type
|
32790
33297
|
# The ML compute instance type for the transform job. If you are using
|
32791
33298
|
# built-in algorithms to transform moderately sized datasets, we
|
32792
|
-
# recommend using ml.m4.xlarge or `ml.m5.large`
|
33299
|
+
# recommend using ml.m4.xlarge or `ml.m5.large`instance types.
|
32793
33300
|
# @return [String]
|
32794
33301
|
#
|
32795
33302
|
# @!attribute [rw] instance_count
|
@@ -32799,10 +33306,25 @@ module Aws::SageMaker
|
|
32799
33306
|
# @return [Integer]
|
32800
33307
|
#
|
32801
33308
|
# @!attribute [rw] volume_kms_key_id
|
32802
|
-
# The
|
32803
|
-
# uses to encrypt model data on the
|
32804
|
-
# compute instance(s) that run the
|
32805
|
-
#
|
33309
|
+
# The Amazon Web Services Key Management Service (Amazon Web Services
|
33310
|
+
# KMS) key that Amazon SageMaker uses to encrypt model data on the
|
33311
|
+
# storage volume attached to the ML compute instance(s) that run the
|
33312
|
+
# batch transform job.
|
33313
|
+
#
|
33314
|
+
# <note markdown="1"> Certain Nitro-based instances include local storage, dependent on
|
33315
|
+
# the instance type. Local storage volumes are encrypted using a
|
33316
|
+
# hardware module on the instance. You can't request a
|
33317
|
+
# `VolumeKmsKeyId` when using an instance type with local storage.
|
33318
|
+
#
|
33319
|
+
# For a list of instance types that support local instance storage,
|
33320
|
+
# see [Instance Store Volumes][1].
|
33321
|
+
#
|
33322
|
+
# For more information about local instance storage encryption, see
|
33323
|
+
# [SSD Instance Store Volumes][2].
|
33324
|
+
#
|
33325
|
+
# </note>
|
33326
|
+
#
|
33327
|
+
# The `VolumeKmsKeyId` can be any of the following formats:
|
32806
33328
|
#
|
32807
33329
|
# * Key ID: `1234abcd-12ab-34cd-56ef-1234567890ab`
|
32808
33330
|
#
|
@@ -32813,6 +33335,11 @@ module Aws::SageMaker
|
|
32813
33335
|
#
|
32814
33336
|
# * Alias name ARN:
|
32815
33337
|
# `arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias`
|
33338
|
+
#
|
33339
|
+
#
|
33340
|
+
#
|
33341
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html#instance-store-volumes
|
33342
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ssd-instance-store.html
|
32816
33343
|
# @return [String]
|
32817
33344
|
#
|
32818
33345
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/TransformResources AWS API Documentation
|
@@ -33545,8 +34072,8 @@ module Aws::SageMaker
|
|
33545
34072
|
# Use this parameter when you are creating a labeling job for 3D point
|
33546
34073
|
# cloud and video fram labeling jobs. Use your labeling job task type
|
33547
34074
|
# to select one of the following ARNs and use it with this parameter
|
33548
|
-
# when you create a labeling job. Replace `aws-region` with the
|
33549
|
-
# region you are creating your labeling job in.
|
34075
|
+
# when you create a labeling job. Replace `aws-region` with the Amazon
|
34076
|
+
# Web Services region you are creating your labeling job in.
|
33550
34077
|
#
|
33551
34078
|
# **3D Point Cloud HumanTaskUiArns**
|
33552
34079
|
#
|
@@ -33810,10 +34337,10 @@ module Aws::SageMaker
|
|
33810
34337
|
#
|
33811
34338
|
# @!attribute [rw] git_config
|
33812
34339
|
# The configuration of the git repository, including the URL and the
|
33813
|
-
# Amazon Resource Name (ARN) of the
|
33814
|
-
# contains the credentials used to access the
|
33815
|
-
# must have a staging label of `AWSCURRENT` and
|
33816
|
-
# following format:
|
34340
|
+
# Amazon Resource Name (ARN) of the Amazon Web Services Secrets
|
34341
|
+
# Manager secret that contains the credentials used to access the
|
34342
|
+
# repository. The secret must have a staging label of `AWSCURRENT` and
|
34343
|
+
# must be in the following format:
|
33817
34344
|
#
|
33818
34345
|
# `\{"username": UserName, "password": Password\}`
|
33819
34346
|
# @return [Types::GitConfigForUpdate]
|
@@ -33900,7 +34427,10 @@ module Aws::SageMaker
|
|
33900
34427
|
# output_config: { # required
|
33901
34428
|
# s3_output_location: "S3Uri", # required
|
33902
34429
|
# kms_key_id: "KmsKeyId",
|
34430
|
+
# preset_deployment_type: "GreengrassV2Component", # accepts GreengrassV2Component
|
34431
|
+
# preset_deployment_config: "String",
|
33903
34432
|
# },
|
34433
|
+
# enable_iot_role_alias: false,
|
33904
34434
|
# }
|
33905
34435
|
#
|
33906
34436
|
# @!attribute [rw] device_fleet_name
|
@@ -33919,13 +34449,23 @@ module Aws::SageMaker
|
|
33919
34449
|
# Output configuration for storing sample data collected by the fleet.
|
33920
34450
|
# @return [Types::EdgeOutputConfig]
|
33921
34451
|
#
|
34452
|
+
# @!attribute [rw] enable_iot_role_alias
|
34453
|
+
# Whether to create an Amazon Web Services IoT Role Alias during
|
34454
|
+
# device fleet creation. The name of the role alias generated will
|
34455
|
+
# match this pattern: "SageMakerEdge-\\\{DeviceFleetName\\}".
|
34456
|
+
#
|
34457
|
+
# For example, if your device fleet is called "demo-fleet", the name
|
34458
|
+
# of the role alias will be "SageMakerEdge-demo-fleet".
|
34459
|
+
# @return [Boolean]
|
34460
|
+
#
|
33922
34461
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateDeviceFleetRequest AWS API Documentation
|
33923
34462
|
#
|
33924
34463
|
class UpdateDeviceFleetRequest < Struct.new(
|
33925
34464
|
:device_fleet_name,
|
33926
34465
|
:role_arn,
|
33927
34466
|
:description,
|
33928
|
-
:output_config
|
34467
|
+
:output_config,
|
34468
|
+
:enable_iot_role_alias)
|
33929
34469
|
SENSITIVE = []
|
33930
34470
|
include Aws::Structure
|
33931
34471
|
end
|
@@ -34367,7 +34907,7 @@ module Aws::SageMaker
|
|
34367
34907
|
# monitoring_resources: { # required
|
34368
34908
|
# cluster_config: { # required
|
34369
34909
|
# instance_count: 1, # required
|
34370
|
-
# instance_type: "ml.t3.medium", # required, accepts 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.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
34910
|
+
# instance_type: "ml.t3.medium", # required, accepts 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.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
34371
34911
|
# volume_size_in_gb: 1, # required
|
34372
34912
|
# volume_kms_key_id: "KmsKeyId",
|
34373
34913
|
# },
|
@@ -34402,7 +34942,7 @@ module Aws::SageMaker
|
|
34402
34942
|
#
|
34403
34943
|
# @!attribute [rw] monitoring_schedule_name
|
34404
34944
|
# The name of the monitoring schedule. The name must be unique within
|
34405
|
-
# an
|
34945
|
+
# an Amazon Web Services Region within an Amazon Web Services account.
|
34406
34946
|
# @return [String]
|
34407
34947
|
#
|
34408
34948
|
# @!attribute [rw] monitoring_schedule_config
|
@@ -34506,10 +35046,11 @@ module Aws::SageMaker
|
|
34506
35046
|
# The Git repository to associate with the notebook instance as its
|
34507
35047
|
# default code repository. This can be either the name of a Git
|
34508
35048
|
# repository stored as a resource in your account, or the URL of a Git
|
34509
|
-
# repository in [
|
34510
|
-
# When you open a notebook instance, it opens in the
|
34511
|
-
# contains this repository. For more information, see
|
34512
|
-
# Repositories with Amazon SageMaker Notebook
|
35049
|
+
# repository in [Amazon Web Services CodeCommit][1] or in any other
|
35050
|
+
# Git repository. When you open a notebook instance, it opens in the
|
35051
|
+
# directory that contains this repository. For more information, see
|
35052
|
+
# [Associating Git Repositories with Amazon SageMaker Notebook
|
35053
|
+
# Instances][2].
|
34513
35054
|
#
|
34514
35055
|
#
|
34515
35056
|
#
|
@@ -34521,10 +35062,11 @@ module Aws::SageMaker
|
|
34521
35062
|
# An array of up to three Git repositories to associate with the
|
34522
35063
|
# notebook instance. These can be either the names of Git repositories
|
34523
35064
|
# stored as resources in your account, or the URL of Git repositories
|
34524
|
-
# in [
|
34525
|
-
# repositories are cloned at the same level as the
|
34526
|
-
# of your notebook instance. For more information,
|
34527
|
-
# Git Repositories with Amazon SageMaker Notebook
|
35065
|
+
# in [Amazon Web Services CodeCommit][1] or in any other Git
|
35066
|
+
# repository. These repositories are cloned at the same level as the
|
35067
|
+
# default repository of your notebook instance. For more information,
|
35068
|
+
# see [Associating Git Repositories with Amazon SageMaker Notebook
|
35069
|
+
# Instances][2].
|
34528
35070
|
#
|
34529
35071
|
#
|
34530
35072
|
#
|
@@ -34762,7 +35304,7 @@ module Aws::SageMaker
|
|
34762
35304
|
# local_path: "DirectoryPath",
|
34763
35305
|
# s3_output_path: "S3Uri",
|
34764
35306
|
# rule_evaluator_image: "AlgorithmImage", # required
|
34765
|
-
# instance_type: "ml.t3.medium", # accepts 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.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
35307
|
+
# instance_type: "ml.t3.medium", # accepts 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.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
34766
35308
|
# volume_size_in_gb: 1,
|
34767
35309
|
# rule_parameters: {
|
34768
35310
|
# "ConfigKey" => "ConfigValue",
|
@@ -35092,10 +35634,10 @@ module Aws::SageMaker
|
|
35092
35634
|
|
35093
35635
|
# @!attribute [rw] workforce
|
35094
35636
|
# A single private workforce. You can create one private work force in
|
35095
|
-
# each
|
35096
|
-
# used in a specific region will apply to the workforce
|
35097
|
-
# that region. To learn how to create a private workforce,
|
35098
|
-
# a Private Workforce][1].
|
35637
|
+
# each Amazon Web Services Region. By default, any workforce-related
|
35638
|
+
# API operation used in a specific region will apply to the workforce
|
35639
|
+
# created in that region. To learn how to create a private workforce,
|
35640
|
+
# see [Create a Private Workforce][1].
|
35099
35641
|
#
|
35100
35642
|
#
|
35101
35643
|
#
|
@@ -35443,10 +35985,10 @@ module Aws::SageMaker
|
|
35443
35985
|
|
35444
35986
|
# A single private workforce, which is automatically created when you
|
35445
35987
|
# create your first private work team. You can create one private work
|
35446
|
-
# force in each
|
35447
|
-
# operation used in a specific region will apply
|
35448
|
-
# created in that region. To learn how to create a
|
35449
|
-
# see [Create a Private Workforce][1].
|
35988
|
+
# force in each Amazon Web Services Region. By default, any
|
35989
|
+
# workforce-related API operation used in a specific region will apply
|
35990
|
+
# to the workforce created in that region. To learn how to create a
|
35991
|
+
# private workforce, see [Create a Private Workforce][1].
|
35450
35992
|
#
|
35451
35993
|
#
|
35452
35994
|
#
|