aws-sdk-sagemaker 1.90.0 → 1.94.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker.rb +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +349 -249
- data/lib/aws-sdk-sagemaker/client_api.rb +25 -0
- data/lib/aws-sdk-sagemaker/types.rb +580 -396
- metadata +4 -4
@@ -687,6 +687,7 @@ module Aws::SageMaker
|
|
687
687
|
Images = Shapes::ListShape.new(name: 'Images')
|
688
688
|
InferenceExecutionConfig = Shapes::StructureShape.new(name: 'InferenceExecutionConfig')
|
689
689
|
InferenceExecutionMode = Shapes::StringShape.new(name: 'InferenceExecutionMode')
|
690
|
+
InferenceImage = Shapes::StringShape.new(name: 'InferenceImage')
|
690
691
|
InferenceSpecification = Shapes::StructureShape.new(name: 'InferenceSpecification')
|
691
692
|
InputConfig = Shapes::StructureShape.new(name: 'InputConfig')
|
692
693
|
InputDataConfig = Shapes::ListShape.new(name: 'InputDataConfig')
|
@@ -973,6 +974,11 @@ module Aws::SageMaker
|
|
973
974
|
MountPath = Shapes::StringShape.new(name: 'MountPath')
|
974
975
|
MultiModelConfig = Shapes::StructureShape.new(name: 'MultiModelConfig')
|
975
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')
|
976
982
|
NestedFilters = Shapes::StructureShape.new(name: 'NestedFilters')
|
977
983
|
NestedFiltersList = Shapes::ListShape.new(name: 'NestedFiltersList')
|
978
984
|
NetworkConfig = Shapes::StructureShape.new(name: 'NetworkConfig')
|
@@ -1361,6 +1367,7 @@ module Aws::SageMaker
|
|
1361
1367
|
TrialSummaries = Shapes::ListShape.new(name: 'TrialSummaries')
|
1362
1368
|
TrialSummary = Shapes::StructureShape.new(name: 'TrialSummary')
|
1363
1369
|
TuningJobCompletionCriteria = Shapes::StructureShape.new(name: 'TuningJobCompletionCriteria')
|
1370
|
+
TuningJobStepMetaData = Shapes::StructureShape.new(name: 'TuningJobStepMetaData')
|
1364
1371
|
USD = Shapes::StructureShape.new(name: 'USD')
|
1365
1372
|
UiConfig = Shapes::StructureShape.new(name: 'UiConfig')
|
1366
1373
|
UiTemplate = Shapes::StructureShape.new(name: 'UiTemplate')
|
@@ -1940,6 +1947,7 @@ module Aws::SageMaker
|
|
1940
1947
|
CreateCompilationJobRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
|
1941
1948
|
CreateCompilationJobRequest.add_member(:input_config, Shapes::ShapeRef.new(shape: InputConfig, required: true, location_name: "InputConfig"))
|
1942
1949
|
CreateCompilationJobRequest.add_member(:output_config, Shapes::ShapeRef.new(shape: OutputConfig, required: true, location_name: "OutputConfig"))
|
1950
|
+
CreateCompilationJobRequest.add_member(:vpc_config, Shapes::ShapeRef.new(shape: NeoVpcConfig, location_name: "VpcConfig"))
|
1943
1951
|
CreateCompilationJobRequest.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: StoppingCondition, required: true, location_name: "StoppingCondition"))
|
1944
1952
|
CreateCompilationJobRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1945
1953
|
CreateCompilationJobRequest.struct_class = Types::CreateCompilationJobRequest
|
@@ -2770,6 +2778,7 @@ module Aws::SageMaker
|
|
2770
2778
|
DescribeCompilationJobResponse.add_member(:compilation_start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CompilationStartTime"))
|
2771
2779
|
DescribeCompilationJobResponse.add_member(:compilation_end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CompilationEndTime"))
|
2772
2780
|
DescribeCompilationJobResponse.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: StoppingCondition, required: true, location_name: "StoppingCondition"))
|
2781
|
+
DescribeCompilationJobResponse.add_member(:inference_image, Shapes::ShapeRef.new(shape: InferenceImage, location_name: "InferenceImage"))
|
2773
2782
|
DescribeCompilationJobResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "CreationTime"))
|
2774
2783
|
DescribeCompilationJobResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: LastModifiedTime, required: true, location_name: "LastModifiedTime"))
|
2775
2784
|
DescribeCompilationJobResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, required: true, location_name: "FailureReason"))
|
@@ -2778,6 +2787,7 @@ module Aws::SageMaker
|
|
2778
2787
|
DescribeCompilationJobResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
|
2779
2788
|
DescribeCompilationJobResponse.add_member(:input_config, Shapes::ShapeRef.new(shape: InputConfig, required: true, location_name: "InputConfig"))
|
2780
2789
|
DescribeCompilationJobResponse.add_member(:output_config, Shapes::ShapeRef.new(shape: OutputConfig, required: true, location_name: "OutputConfig"))
|
2790
|
+
DescribeCompilationJobResponse.add_member(:vpc_config, Shapes::ShapeRef.new(shape: NeoVpcConfig, location_name: "VpcConfig"))
|
2781
2791
|
DescribeCompilationJobResponse.struct_class = Types::DescribeCompilationJobResponse
|
2782
2792
|
|
2783
2793
|
DescribeContextRequest.add_member(:context_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "ContextName"))
|
@@ -4856,6 +4866,7 @@ module Aws::SageMaker
|
|
4856
4866
|
ModelPackageContainerDefinition.add_member(:image_digest, Shapes::ShapeRef.new(shape: ImageDigest, location_name: "ImageDigest"))
|
4857
4867
|
ModelPackageContainerDefinition.add_member(:model_data_url, Shapes::ShapeRef.new(shape: Url, location_name: "ModelDataUrl"))
|
4858
4868
|
ModelPackageContainerDefinition.add_member(:product_id, Shapes::ShapeRef.new(shape: ProductId, location_name: "ProductId"))
|
4869
|
+
ModelPackageContainerDefinition.add_member(:environment, Shapes::ShapeRef.new(shape: EnvironmentMap, location_name: "Environment"))
|
4859
4870
|
ModelPackageContainerDefinition.struct_class = Types::ModelPackageContainerDefinition
|
4860
4871
|
|
4861
4872
|
ModelPackageContainerDefinitionList.member = Shapes::ShapeRef.new(shape: ModelPackageContainerDefinition)
|
@@ -5073,6 +5084,14 @@ module Aws::SageMaker
|
|
5073
5084
|
MultiModelConfig.add_member(:model_cache_setting, Shapes::ShapeRef.new(shape: ModelCacheSetting, location_name: "ModelCacheSetting"))
|
5074
5085
|
MultiModelConfig.struct_class = Types::MultiModelConfig
|
5075
5086
|
|
5087
|
+
NeoVpcConfig.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: NeoVpcSecurityGroupIds, required: true, location_name: "SecurityGroupIds"))
|
5088
|
+
NeoVpcConfig.add_member(:subnets, Shapes::ShapeRef.new(shape: NeoVpcSubnets, required: true, location_name: "Subnets"))
|
5089
|
+
NeoVpcConfig.struct_class = Types::NeoVpcConfig
|
5090
|
+
|
5091
|
+
NeoVpcSecurityGroupIds.member = Shapes::ShapeRef.new(shape: NeoVpcSecurityGroupId)
|
5092
|
+
|
5093
|
+
NeoVpcSubnets.member = Shapes::ShapeRef.new(shape: NeoVpcSubnetId)
|
5094
|
+
|
5076
5095
|
NestedFilters.add_member(:nested_property_name, Shapes::ShapeRef.new(shape: ResourcePropertyName, required: true, location_name: "NestedPropertyName"))
|
5077
5096
|
NestedFilters.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, required: true, location_name: "Filters"))
|
5078
5097
|
NestedFilters.struct_class = Types::NestedFilters
|
@@ -5247,6 +5266,7 @@ module Aws::SageMaker
|
|
5247
5266
|
PipelineExecutionStepMetadata.add_member(:training_job, Shapes::ShapeRef.new(shape: TrainingJobStepMetadata, location_name: "TrainingJob"))
|
5248
5267
|
PipelineExecutionStepMetadata.add_member(:processing_job, Shapes::ShapeRef.new(shape: ProcessingJobStepMetadata, location_name: "ProcessingJob"))
|
5249
5268
|
PipelineExecutionStepMetadata.add_member(:transform_job, Shapes::ShapeRef.new(shape: TransformJobStepMetadata, location_name: "TransformJob"))
|
5269
|
+
PipelineExecutionStepMetadata.add_member(:tuning_job, Shapes::ShapeRef.new(shape: TuningJobStepMetaData, location_name: "TuningJob"))
|
5250
5270
|
PipelineExecutionStepMetadata.add_member(:model, Shapes::ShapeRef.new(shape: ModelStepMetadata, location_name: "Model"))
|
5251
5271
|
PipelineExecutionStepMetadata.add_member(:register_model, Shapes::ShapeRef.new(shape: RegisterModelStepMetadata, location_name: "RegisterModel"))
|
5252
5272
|
PipelineExecutionStepMetadata.add_member(:condition, Shapes::ShapeRef.new(shape: ConditionStepMetadata, location_name: "Condition"))
|
@@ -6022,6 +6042,9 @@ module Aws::SageMaker
|
|
6022
6042
|
TuningJobCompletionCriteria.add_member(:target_objective_metric_value, Shapes::ShapeRef.new(shape: TargetObjectiveMetricValue, required: true, location_name: "TargetObjectiveMetricValue"))
|
6023
6043
|
TuningJobCompletionCriteria.struct_class = Types::TuningJobCompletionCriteria
|
6024
6044
|
|
6045
|
+
TuningJobStepMetaData.add_member(:arn, Shapes::ShapeRef.new(shape: HyperParameterTuningJobArn, location_name: "Arn"))
|
6046
|
+
TuningJobStepMetaData.struct_class = Types::TuningJobStepMetaData
|
6047
|
+
|
6025
6048
|
USD.add_member(:dollars, Shapes::ShapeRef.new(shape: Dollars, location_name: "Dollars"))
|
6026
6049
|
USD.add_member(:cents, Shapes::ShapeRef.new(shape: Cents, location_name: "Cents"))
|
6027
6050
|
USD.add_member(:tenth_fractions_of_a_cent, Shapes::ShapeRef.new(shape: TenthFractionsOfACent, location_name: "TenthFractionsOfACent"))
|
@@ -6987,6 +7010,7 @@ module Aws::SageMaker
|
|
6987
7010
|
o.http_request_uri = "/"
|
6988
7011
|
o.input = Shapes::ShapeRef.new(shape: DeleteModelPackageGroupInput)
|
6989
7012
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
7013
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
6990
7014
|
end)
|
6991
7015
|
|
6992
7016
|
api.add_operation(:delete_model_package_group_policy, Seahorse::Model::Operation.new.tap do |o|
|
@@ -7046,6 +7070,7 @@ module Aws::SageMaker
|
|
7046
7070
|
o.http_request_uri = "/"
|
7047
7071
|
o.input = Shapes::ShapeRef.new(shape: DeleteProjectInput)
|
7048
7072
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
7073
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
7049
7074
|
end)
|
7050
7075
|
|
7051
7076
|
api.add_operation(:delete_tags, Seahorse::Model::Operation.new.tap do |o|
|
@@ -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:
|
@@ -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
|
@@ -2145,7 +2147,7 @@ module Aws::SageMaker
|
|
2145
2147
|
# }
|
2146
2148
|
#
|
2147
2149
|
# @!attribute [rw] kms_key_id
|
2148
|
-
# The
|
2150
|
+
# The Amazon Web Services KMS encryption key ID.
|
2149
2151
|
# @return [String]
|
2150
2152
|
#
|
2151
2153
|
# @!attribute [rw] s3_output_path
|
@@ -2731,8 +2733,9 @@ module Aws::SageMaker
|
|
2731
2733
|
#
|
2732
2734
|
# @!attribute [rw] git_config
|
2733
2735
|
# Configuration details for the Git repository, including the URL
|
2734
|
-
# where it is located and the ARN of the
|
2735
|
-
# 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.
|
2736
2739
|
# @return [Types::GitConfig]
|
2737
2740
|
#
|
2738
2741
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CodeRepositorySummary AWS API Documentation
|
@@ -3043,13 +3046,15 @@ module Aws::SageMaker
|
|
3043
3046
|
#
|
3044
3047
|
# </note>
|
3045
3048
|
#
|
3046
|
-
# If you provide a value for this parameter, Amazon SageMaker uses
|
3047
|
-
# Security Token Service to download model
|
3048
|
-
#
|
3049
|
-
#
|
3050
|
-
#
|
3051
|
-
#
|
3052
|
-
#
|
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*.
|
3053
3058
|
#
|
3054
3059
|
# If you use a built-in algorithm to create a model, Amazon SageMaker
|
3055
3060
|
# requires that you provide a S3 path to the model artifacts in
|
@@ -3297,8 +3302,8 @@ module Aws::SageMaker
|
|
3297
3302
|
# }
|
3298
3303
|
#
|
3299
3304
|
# @!attribute [rw] action_name
|
3300
|
-
# The name of the action. Must be unique to your account in an
|
3301
|
-
# Region.
|
3305
|
+
# The name of the action. Must be unique to your account in an Amazon
|
3306
|
+
# Web Services Region.
|
3302
3307
|
# @return [String]
|
3303
3308
|
#
|
3304
3309
|
# @!attribute [rw] source
|
@@ -3422,6 +3427,9 @@ module Aws::SageMaker
|
|
3422
3427
|
# image_digest: "ImageDigest",
|
3423
3428
|
# model_data_url: "Url",
|
3424
3429
|
# product_id: "ProductId",
|
3430
|
+
# environment: {
|
3431
|
+
# "EnvironmentKey" => "EnvironmentValue",
|
3432
|
+
# },
|
3425
3433
|
# },
|
3426
3434
|
# ],
|
3427
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
|
@@ -3575,14 +3583,15 @@ module Aws::SageMaker
|
|
3575
3583
|
# @return [Types::AlgorithmValidationSpecification]
|
3576
3584
|
#
|
3577
3585
|
# @!attribute [rw] certify_for_marketplace
|
3578
|
-
# Whether to certify the algorithm so that it can be listed in
|
3579
|
-
# Marketplace.
|
3586
|
+
# Whether to certify the algorithm so that it can be listed in Amazon
|
3587
|
+
# Web Services Marketplace.
|
3580
3588
|
# @return [Boolean]
|
3581
3589
|
#
|
3582
3590
|
# @!attribute [rw] tags
|
3583
|
-
# An array of key-value pairs. You can use tags to categorize your
|
3584
|
-
# resources in different ways, for example, by
|
3585
|
-
# 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].
|
3586
3595
|
#
|
3587
3596
|
#
|
3588
3597
|
#
|
@@ -3781,8 +3790,8 @@ module Aws::SageMaker
|
|
3781
3790
|
# }
|
3782
3791
|
#
|
3783
3792
|
# @!attribute [rw] artifact_name
|
3784
|
-
# The name of the artifact. Must be unique to your account in an
|
3785
|
-
# Region.
|
3793
|
+
# The name of the artifact. Must be unique to your account in an
|
3794
|
+
# Amazon Web Services Region.
|
3786
3795
|
# @return [String]
|
3787
3796
|
#
|
3788
3797
|
# @!attribute [rw] source
|
@@ -4006,9 +4015,10 @@ module Aws::SageMaker
|
|
4006
4015
|
# @return [Types::GitConfig]
|
4007
4016
|
#
|
4008
4017
|
# @!attribute [rw] tags
|
4009
|
-
# An array of key-value pairs. You can use tags to categorize your
|
4010
|
-
# resources in different ways, for example, by
|
4011
|
-
# 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].
|
4012
4022
|
#
|
4013
4023
|
#
|
4014
4024
|
#
|
@@ -4051,7 +4061,7 @@ module Aws::SageMaker
|
|
4051
4061
|
# },
|
4052
4062
|
# output_config: { # required
|
4053
4063
|
# s3_output_location: "S3Uri", # required
|
4054
|
-
# 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
|
4055
4065
|
# target_platform: {
|
4056
4066
|
# os: "ANDROID", # required, accepts ANDROID, LINUX
|
4057
4067
|
# arch: "X86_64", # required, accepts X86_64, X86, ARM64, ARM_EABI, ARM_EABIHF
|
@@ -4060,6 +4070,10 @@ module Aws::SageMaker
|
|
4060
4070
|
# compiler_options: "CompilerOptions",
|
4061
4071
|
# kms_key_id: "KmsKeyId",
|
4062
4072
|
# },
|
4073
|
+
# vpc_config: {
|
4074
|
+
# security_group_ids: ["NeoVpcSecurityGroupId"], # required
|
4075
|
+
# subnets: ["NeoVpcSubnetId"], # required
|
4076
|
+
# },
|
4063
4077
|
# stopping_condition: { # required
|
4064
4078
|
# max_runtime_in_seconds: 1,
|
4065
4079
|
# max_wait_time_in_seconds: 1,
|
@@ -4074,7 +4088,8 @@ module Aws::SageMaker
|
|
4074
4088
|
#
|
4075
4089
|
# @!attribute [rw] compilation_job_name
|
4076
4090
|
# A name for the model compilation job. The name must be unique within
|
4077
|
-
# the
|
4091
|
+
# the Amazon Web Services Region and within your Amazon Web Services
|
4092
|
+
# account.
|
4078
4093
|
# @return [String]
|
4079
4094
|
#
|
4080
4095
|
# @!attribute [rw] role_arn
|
@@ -4112,6 +4127,17 @@ module Aws::SageMaker
|
|
4112
4127
|
# model and the target device the model runs on.
|
4113
4128
|
# @return [Types::OutputConfig]
|
4114
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
|
+
#
|
4115
4141
|
# @!attribute [rw] stopping_condition
|
4116
4142
|
# Specifies a limit to how long a model compilation job can run. When
|
4117
4143
|
# the job reaches the time limit, Amazon SageMaker ends the
|
@@ -4119,9 +4145,10 @@ module Aws::SageMaker
|
|
4119
4145
|
# @return [Types::StoppingCondition]
|
4120
4146
|
#
|
4121
4147
|
# @!attribute [rw] tags
|
4122
|
-
# An array of key-value pairs. You can use tags to categorize your
|
4123
|
-
# resources in different ways, for example, by
|
4124
|
-
# 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].
|
4125
4152
|
#
|
4126
4153
|
#
|
4127
4154
|
#
|
@@ -4135,6 +4162,7 @@ module Aws::SageMaker
|
|
4135
4162
|
:role_arn,
|
4136
4163
|
:input_config,
|
4137
4164
|
:output_config,
|
4165
|
+
:vpc_config,
|
4138
4166
|
:stopping_condition,
|
4139
4167
|
:tags)
|
4140
4168
|
SENSITIVE = []
|
@@ -4184,8 +4212,8 @@ module Aws::SageMaker
|
|
4184
4212
|
# }
|
4185
4213
|
#
|
4186
4214
|
# @!attribute [rw] context_name
|
4187
|
-
# The name of the context. Must be unique to your account in an
|
4188
|
-
# Region.
|
4215
|
+
# The name of the context. Must be unique to your account in an Amazon
|
4216
|
+
# Web Services Region.
|
4189
4217
|
# @return [String]
|
4190
4218
|
#
|
4191
4219
|
# @!attribute [rw] source
|
@@ -4352,8 +4380,8 @@ module Aws::SageMaker
|
|
4352
4380
|
#
|
4353
4381
|
# @!attribute [rw] tags
|
4354
4382
|
# (Optional) An array of key-value pairs. For more information, see
|
4355
|
-
# [Using Cost Allocation Tags][1] in the *
|
4356
|
-
# Management User Guide*.
|
4383
|
+
# [Using Cost Allocation Tags][1] in the *Amazon Web Services Billing
|
4384
|
+
# and Cost Management User Guide*.
|
4357
4385
|
#
|
4358
4386
|
#
|
4359
4387
|
#
|
@@ -4416,8 +4444,8 @@ module Aws::SageMaker
|
|
4416
4444
|
# @return [String]
|
4417
4445
|
#
|
4418
4446
|
# @!attribute [rw] role_arn
|
4419
|
-
# The Amazon Resource Name (ARN) that has access to
|
4420
|
-
# Things (IoT).
|
4447
|
+
# The Amazon Resource Name (ARN) that has access to Amazon Web
|
4448
|
+
# Services Internet of Things (IoT).
|
4421
4449
|
# @return [String]
|
4422
4450
|
#
|
4423
4451
|
# @!attribute [rw] description
|
@@ -4434,9 +4462,9 @@ module Aws::SageMaker
|
|
4434
4462
|
# @return [Array<Types::Tag>]
|
4435
4463
|
#
|
4436
4464
|
# @!attribute [rw] enable_iot_role_alias
|
4437
|
-
# Whether to create an
|
4438
|
-
# creation. The name of the role alias generated will
|
4439
|
-
# pattern: "SageMakerEdge-\\\{DeviceFleetName\\}".
|
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\\}".
|
4440
4468
|
#
|
4441
4469
|
# For example, if your device fleet is called "demo-fleet", the name
|
4442
4470
|
# of the role alias will be "SageMakerEdge-demo-fleet".
|
@@ -4564,9 +4592,10 @@ module Aws::SageMaker
|
|
4564
4592
|
# @return [String]
|
4565
4593
|
#
|
4566
4594
|
# @!attribute [rw] kms_key_id
|
4567
|
-
# SageMaker uses
|
4568
|
-
# domain with an
|
4569
|
-
# 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.
|
4570
4599
|
# @return [String]
|
4571
4600
|
#
|
4572
4601
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateDomainRequest AWS API Documentation
|
@@ -4735,9 +4764,10 @@ module Aws::SageMaker
|
|
4735
4764
|
# @return [Types::DataCaptureConfig]
|
4736
4765
|
#
|
4737
4766
|
# @!attribute [rw] tags
|
4738
|
-
# An array of key-value pairs. You can use tags to categorize your
|
4739
|
-
# resources in different ways, for example, by
|
4740
|
-
# 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].
|
4741
4771
|
#
|
4742
4772
|
#
|
4743
4773
|
#
|
@@ -4745,9 +4775,10 @@ module Aws::SageMaker
|
|
4745
4775
|
# @return [Array<Types::Tag>]
|
4746
4776
|
#
|
4747
4777
|
# @!attribute [rw] kms_key_id
|
4748
|
-
# The Amazon Resource Name (ARN) of a
|
4749
|
-
# that Amazon SageMaker uses to encrypt data on
|
4750
|
-
# 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.
|
4751
4782
|
#
|
4752
4783
|
# The KmsKeyId can be any of the following formats:
|
4753
4784
|
#
|
@@ -4763,8 +4794,8 @@ module Aws::SageMaker
|
|
4763
4794
|
#
|
4764
4795
|
# The KMS key policy must grant permission to the IAM role that you
|
4765
4796
|
# specify in your `CreateEndpoint`, `UpdateEndpoint` requests. For
|
4766
|
-
# more information, refer to the
|
4767
|
-
# 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]
|
4768
4799
|
#
|
4769
4800
|
# <note markdown="1"> Certain Nitro-based instances include local storage, dependent on
|
4770
4801
|
# the instance type. Local storage volumes are encrypted using a
|
@@ -4830,9 +4861,10 @@ module Aws::SageMaker
|
|
4830
4861
|
# }
|
4831
4862
|
#
|
4832
4863
|
# @!attribute [rw] endpoint_name
|
4833
|
-
# The name of the endpoint.The name must be unique within an
|
4834
|
-
# Region in your
|
4835
|
-
# `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 .
|
4836
4868
|
# @return [String]
|
4837
4869
|
#
|
4838
4870
|
# @!attribute [rw] endpoint_config_name
|
@@ -4841,9 +4873,10 @@ module Aws::SageMaker
|
|
4841
4873
|
# @return [String]
|
4842
4874
|
#
|
4843
4875
|
# @!attribute [rw] tags
|
4844
|
-
# An array of key-value pairs. You can use tags to categorize your
|
4845
|
-
# resources in different ways, for example, by
|
4846
|
-
# 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].
|
4847
4880
|
#
|
4848
4881
|
#
|
4849
4882
|
#
|
@@ -4888,8 +4921,8 @@ module Aws::SageMaker
|
|
4888
4921
|
# }
|
4889
4922
|
#
|
4890
4923
|
# @!attribute [rw] experiment_name
|
4891
|
-
# The name of the experiment. The name must be unique in your
|
4892
|
-
# 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.
|
4893
4926
|
# @return [String]
|
4894
4927
|
#
|
4895
4928
|
# @!attribute [rw] display_name
|
@@ -4974,7 +5007,8 @@ module Aws::SageMaker
|
|
4974
5007
|
#
|
4975
5008
|
# @!attribute [rw] feature_group_name
|
4976
5009
|
# The name of the `FeatureGroup`. The name must be unique within an
|
4977
|
-
#
|
5010
|
+
# Amazon Web Services Region in an Amazon Web Services account. The
|
5011
|
+
# name:
|
4978
5012
|
#
|
4979
5013
|
# * Must start and end with an alphanumeric character.
|
4980
5014
|
#
|
@@ -5041,8 +5075,8 @@ module Aws::SageMaker
|
|
5041
5075
|
# the `EnableOnlineStore` flag in `OnlineStoreConfig`; the default
|
5042
5076
|
# value is `False`.
|
5043
5077
|
#
|
5044
|
-
# You can also include an
|
5045
|
-
# 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`.
|
5046
5080
|
# @return [Types::OnlineStoreConfig]
|
5047
5081
|
#
|
5048
5082
|
# @!attribute [rw] offline_store_config
|
@@ -5052,7 +5086,8 @@ module Aws::SageMaker
|
|
5052
5086
|
# * The Amazon Simple Storage Service (Amazon S3) location of an
|
5053
5087
|
# `OfflineStore`.
|
5054
5088
|
#
|
5055
|
-
# * A configuration for an
|
5089
|
+
# * A configuration for an Amazon Web Services Glue or Amazon Web
|
5090
|
+
# Services Hive data cataolgue.
|
5056
5091
|
#
|
5057
5092
|
# * An KMS encryption key to encrypt the Amazon S3 location used for
|
5058
5093
|
# `OfflineStore`.
|
@@ -5527,9 +5562,10 @@ module Aws::SageMaker
|
|
5527
5562
|
# @!attribute [rw] hyper_parameter_tuning_job_name
|
5528
5563
|
# The name of the tuning job. This name is the prefix for the names of
|
5529
5564
|
# all training jobs that this tuning job launches. The name must be
|
5530
|
-
# unique within the same
|
5531
|
-
# have 1 to 32 characters. Valid
|
5532
|
-
# = @ \_ % - (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.
|
5533
5569
|
# @return [String]
|
5534
5570
|
#
|
5535
5571
|
# @!attribute [rw] hyper_parameter_tuning_job_config
|
@@ -5580,9 +5616,10 @@ module Aws::SageMaker
|
|
5580
5616
|
# @return [Types::HyperParameterTuningJobWarmStartConfig]
|
5581
5617
|
#
|
5582
5618
|
# @!attribute [rw] tags
|
5583
|
-
# An array of key-value pairs. You can use tags to categorize your
|
5584
|
-
# resources in different ways, for example, by
|
5585
|
-
# 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].
|
5586
5623
|
#
|
5587
5624
|
# Tags that you specify for the tuning job are also added to all
|
5588
5625
|
# training jobs that the tuning job launches.
|
@@ -5699,8 +5736,9 @@ module Aws::SageMaker
|
|
5699
5736
|
# @return [String]
|
5700
5737
|
#
|
5701
5738
|
# @!attribute [rw] client_token
|
5702
|
-
# A unique ID. If not specified, the
|
5703
|
-
# 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.
|
5704
5742
|
#
|
5705
5743
|
# **A suitable default value is auto-generated.** You should normally
|
5706
5744
|
# not need to pass this option.
|
@@ -5805,9 +5843,9 @@ module Aws::SageMaker
|
|
5805
5843
|
# @!attribute [rw] labeling_job_name
|
5806
5844
|
# The name of the labeling job. This name is used to identify the job
|
5807
5845
|
# in a list of labeling jobs. Labeling job names must be unique within
|
5808
|
-
# an
|
5809
|
-
# For example, Example-job and example-job are
|
5810
|
-
# 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.
|
5811
5849
|
# @return [String]
|
5812
5850
|
#
|
5813
5851
|
# @!attribute [rw] label_attribute_name
|
@@ -5887,8 +5925,9 @@ module Aws::SageMaker
|
|
5887
5925
|
# @return [Types::LabelingJobInputConfig]
|
5888
5926
|
#
|
5889
5927
|
# @!attribute [rw] output_config
|
5890
|
-
# The location of the output data and the
|
5891
|
-
# 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.
|
5892
5931
|
# @return [Types::LabelingJobOutputConfig]
|
5893
5932
|
#
|
5894
5933
|
# @!attribute [rw] role_arn
|
@@ -5965,8 +6004,8 @@ module Aws::SageMaker
|
|
5965
6004
|
#
|
5966
6005
|
# @!attribute [rw] tags
|
5967
6006
|
# An array of key/value pairs. For more information, see [Using Cost
|
5968
|
-
# Allocation Tags][1] in the *
|
5969
|
-
# Guide*.
|
6007
|
+
# Allocation Tags][1] in the *Amazon Web Services Billing and Cost
|
6008
|
+
# Management User Guide*.
|
5970
6009
|
#
|
5971
6010
|
#
|
5972
6011
|
#
|
@@ -6080,7 +6119,7 @@ module Aws::SageMaker
|
|
6080
6119
|
#
|
6081
6120
|
# @!attribute [rw] job_definition_name
|
6082
6121
|
# The name of the bias job definition. The name must be unique within
|
6083
|
-
# an
|
6122
|
+
# an Amazon Web Services Region in the Amazon Web Services account.
|
6084
6123
|
# @return [String]
|
6085
6124
|
#
|
6086
6125
|
# @!attribute [rw] model_bias_baseline_config
|
@@ -6120,8 +6159,8 @@ module Aws::SageMaker
|
|
6120
6159
|
#
|
6121
6160
|
# @!attribute [rw] tags
|
6122
6161
|
# (Optional) An array of key-value pairs. For more information, see
|
6123
|
-
# [Using Cost Allocation Tags][1] in the *
|
6124
|
-
# Management User Guide*.
|
6162
|
+
# [Using Cost Allocation Tags][1] in the *Amazon Web Services Billing
|
6163
|
+
# and Cost Management User Guide*.
|
6125
6164
|
#
|
6126
6165
|
#
|
6127
6166
|
#
|
@@ -6231,7 +6270,8 @@ module Aws::SageMaker
|
|
6231
6270
|
#
|
6232
6271
|
# @!attribute [rw] job_definition_name
|
6233
6272
|
# The name of the model explainability job definition. The name must
|
6234
|
-
# be unique within an
|
6273
|
+
# be unique within an Amazon Web Services Region in the Amazon Web
|
6274
|
+
# Services account.
|
6235
6275
|
# @return [String]
|
6236
6276
|
#
|
6237
6277
|
# @!attribute [rw] model_explainability_baseline_config
|
@@ -6271,8 +6311,8 @@ module Aws::SageMaker
|
|
6271
6311
|
#
|
6272
6312
|
# @!attribute [rw] tags
|
6273
6313
|
# (Optional) An array of key-value pairs. For more information, see
|
6274
|
-
# [Using Cost Allocation Tags][1] in the *
|
6275
|
-
# Management User Guide*.
|
6314
|
+
# [Using Cost Allocation Tags][1] in the *Amazon Web Services Billing
|
6315
|
+
# and Cost Management User Guide*.
|
6276
6316
|
#
|
6277
6317
|
#
|
6278
6318
|
#
|
@@ -6407,9 +6447,10 @@ module Aws::SageMaker
|
|
6407
6447
|
# @return [String]
|
6408
6448
|
#
|
6409
6449
|
# @!attribute [rw] tags
|
6410
|
-
# An array of key-value pairs. You can use tags to categorize your
|
6411
|
-
# resources in different ways, for example, by
|
6412
|
-
# 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].
|
6413
6454
|
#
|
6414
6455
|
#
|
6415
6456
|
#
|
@@ -6486,8 +6527,8 @@ module Aws::SageMaker
|
|
6486
6527
|
#
|
6487
6528
|
# @!attribute [rw] tags
|
6488
6529
|
# A list of key value pairs associated with the model group. For more
|
6489
|
-
# information, see [Tagging
|
6490
|
-
# Reference Guide*.
|
6530
|
+
# information, see [Tagging Amazon Web Services resources][1] in the
|
6531
|
+
# *Amazon Web Services General Reference Guide*.
|
6491
6532
|
#
|
6492
6533
|
#
|
6493
6534
|
#
|
@@ -6531,6 +6572,9 @@ module Aws::SageMaker
|
|
6531
6572
|
# image_digest: "ImageDigest",
|
6532
6573
|
# model_data_url: "Url",
|
6533
6574
|
# product_id: "ProductId",
|
6575
|
+
# environment: {
|
6576
|
+
# "EnvironmentKey" => "EnvironmentValue",
|
6577
|
+
# },
|
6534
6578
|
# },
|
6535
6579
|
# ],
|
6536
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
|
@@ -6685,7 +6729,8 @@ module Aws::SageMaker
|
|
6685
6729
|
# @return [Types::SourceAlgorithmSpecification]
|
6686
6730
|
#
|
6687
6731
|
# @!attribute [rw] certify_for_marketplace
|
6688
|
-
# Whether to certify the model package for listing on
|
6732
|
+
# Whether to certify the model package for listing on Amazon Web
|
6733
|
+
# Services Marketplace.
|
6689
6734
|
#
|
6690
6735
|
# This parameter is optional for unversioned models, and does not
|
6691
6736
|
# apply to versioned models.
|
@@ -6693,8 +6738,8 @@ module Aws::SageMaker
|
|
6693
6738
|
#
|
6694
6739
|
# @!attribute [rw] tags
|
6695
6740
|
# A list of key value pairs associated with the model. For more
|
6696
|
-
# information, see [Tagging
|
6697
|
-
# Reference Guide*.
|
6741
|
+
# information, see [Tagging Amazon Web Services resources][1] in the
|
6742
|
+
# *Amazon Web Services General Reference Guide*.
|
6698
6743
|
#
|
6699
6744
|
#
|
6700
6745
|
#
|
@@ -6879,8 +6924,8 @@ module Aws::SageMaker
|
|
6879
6924
|
#
|
6880
6925
|
# @!attribute [rw] tags
|
6881
6926
|
# (Optional) An array of key-value pairs. For more information, see
|
6882
|
-
# [Using Cost Allocation Tags][1] in the *
|
6883
|
-
# Management User Guide*.
|
6927
|
+
# [Using Cost Allocation Tags][1] in the *Amazon Web Services Billing
|
6928
|
+
# and Cost Management User Guide*.
|
6884
6929
|
#
|
6885
6930
|
#
|
6886
6931
|
#
|
@@ -7007,7 +7052,7 @@ module Aws::SageMaker
|
|
7007
7052
|
#
|
7008
7053
|
# @!attribute [rw] monitoring_schedule_name
|
7009
7054
|
# The name of the monitoring schedule. The name must be unique within
|
7010
|
-
# an
|
7055
|
+
# an Amazon Web Services Region within an Amazon Web Services account.
|
7011
7056
|
# @return [String]
|
7012
7057
|
#
|
7013
7058
|
# @!attribute [rw] monitoring_schedule_config
|
@@ -7019,7 +7064,7 @@ module Aws::SageMaker
|
|
7019
7064
|
# (Optional) An array of key-value pairs. For more information, see
|
7020
7065
|
# [Using Cost Allocation Tags](
|
7021
7066
|
# https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-whatURL)
|
7022
|
-
# in the *
|
7067
|
+
# in the *Amazon Web Services Billing and Cost Management User Guide*.
|
7023
7068
|
# @return [Array<Types::Tag>]
|
7024
7069
|
#
|
7025
7070
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateMonitoringScheduleRequest AWS API Documentation
|
@@ -7088,11 +7133,11 @@ module Aws::SageMaker
|
|
7088
7133
|
# @return [Array<String>]
|
7089
7134
|
#
|
7090
7135
|
# @!attribute [rw] role_arn
|
7091
|
-
# When you send any requests to
|
7092
|
-
# instance, Amazon SageMaker assumes this role to perform
|
7093
|
-
# your behalf. You must grant this role necessary permissions
|
7094
|
-
# Amazon SageMaker can perform these tasks. The policy must allow
|
7095
|
-
# 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)
|
7096
7141
|
# permissions to assume this role. For more information, see [Amazon
|
7097
7142
|
# SageMaker Roles][1].
|
7098
7143
|
#
|
@@ -7107,11 +7152,12 @@ module Aws::SageMaker
|
|
7107
7152
|
# @return [String]
|
7108
7153
|
#
|
7109
7154
|
# @!attribute [rw] kms_key_id
|
7110
|
-
# The Amazon Resource Name (ARN) of a
|
7111
|
-
# that Amazon SageMaker uses to encrypt data on
|
7112
|
-
# attached to your notebook instance. The KMS key
|
7113
|
-
# enabled. For information, see [Enabling and
|
7114
|
-
# 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*.
|
7115
7161
|
#
|
7116
7162
|
#
|
7117
7163
|
#
|
@@ -7119,9 +7165,10 @@ module Aws::SageMaker
|
|
7119
7165
|
# @return [String]
|
7120
7166
|
#
|
7121
7167
|
# @!attribute [rw] tags
|
7122
|
-
# An array of key-value pairs. You can use tags to categorize your
|
7123
|
-
# resources in different ways, for example, by
|
7124
|
-
# 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].
|
7125
7172
|
#
|
7126
7173
|
#
|
7127
7174
|
#
|
@@ -7174,10 +7221,11 @@ module Aws::SageMaker
|
|
7174
7221
|
# A Git repository to associate with the notebook instance as its
|
7175
7222
|
# default code repository. This can be either the name of a Git
|
7176
7223
|
# repository stored as a resource in your account, or the URL of a Git
|
7177
|
-
# repository in [
|
7178
|
-
# When you open a notebook instance, it opens in the
|
7179
|
-
# contains this repository. For more information, see
|
7180
|
-
# 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].
|
7181
7229
|
#
|
7182
7230
|
#
|
7183
7231
|
#
|
@@ -7189,10 +7237,11 @@ module Aws::SageMaker
|
|
7189
7237
|
# An array of up to three Git repositories to associate with the
|
7190
7238
|
# notebook instance. These can be either the names of Git repositories
|
7191
7239
|
# stored as resources in your account, or the URL of Git repositories
|
7192
|
-
# in [
|
7193
|
-
# repositories are cloned at the same level as the
|
7194
|
-
# of your notebook instance. For more information,
|
7195
|
-
# 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].
|
7196
7245
|
#
|
7197
7246
|
#
|
7198
7247
|
#
|
@@ -7579,7 +7628,7 @@ module Aws::SageMaker
|
|
7579
7628
|
#
|
7580
7629
|
# @!attribute [rw] processing_job_name
|
7581
7630
|
# The name of the processing job. The name must be unique within an
|
7582
|
-
#
|
7631
|
+
# Amazon Web Services Region in the Amazon Web Services account.
|
7583
7632
|
# @return [String]
|
7584
7633
|
#
|
7585
7634
|
# @!attribute [rw] processing_resources
|
@@ -7616,8 +7665,8 @@ module Aws::SageMaker
|
|
7616
7665
|
#
|
7617
7666
|
# @!attribute [rw] tags
|
7618
7667
|
# (Optional) An array of key-value pairs. For more information, see
|
7619
|
-
# [Using Cost Allocation Tags][1] in the *
|
7620
|
-
# Management User Guide*.
|
7668
|
+
# [Using Cost Allocation Tags][1] in the *Amazon Web Services Billing
|
7669
|
+
# and Cost Management User Guide*.
|
7621
7670
|
#
|
7622
7671
|
#
|
7623
7672
|
#
|
@@ -7700,7 +7749,8 @@ module Aws::SageMaker
|
|
7700
7749
|
#
|
7701
7750
|
# @!attribute [rw] service_catalog_provisioning_details
|
7702
7751
|
# The product ID and provisioning artifact ID to provision a service
|
7703
|
-
# catalog. For information, see [What is
|
7752
|
+
# catalog. For information, see [What is Amazon Web Services Service
|
7753
|
+
# Catalog][1].
|
7704
7754
|
#
|
7705
7755
|
#
|
7706
7756
|
#
|
@@ -7709,8 +7759,9 @@ module Aws::SageMaker
|
|
7709
7759
|
#
|
7710
7760
|
# @!attribute [rw] tags
|
7711
7761
|
# An array of key-value pairs that you want to use to organize and
|
7712
|
-
# track your
|
7713
|
-
#
|
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*.
|
7714
7765
|
#
|
7715
7766
|
#
|
7716
7767
|
#
|
@@ -7889,8 +7940,8 @@ module Aws::SageMaker
|
|
7889
7940
|
# }
|
7890
7941
|
#
|
7891
7942
|
# @!attribute [rw] training_job_name
|
7892
|
-
# The name of the training job. The name must be unique within an
|
7893
|
-
# 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.
|
7894
7945
|
# @return [String]
|
7895
7946
|
#
|
7896
7947
|
# @!attribute [rw] hyper_parameters
|
@@ -8004,9 +8055,10 @@ module Aws::SageMaker
|
|
8004
8055
|
# @return [Types::StoppingCondition]
|
8005
8056
|
#
|
8006
8057
|
# @!attribute [rw] tags
|
8007
|
-
# An array of key-value pairs. You can use tags to categorize your
|
8008
|
-
# resources in different ways, for example, by
|
8009
|
-
# 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].
|
8010
8062
|
#
|
8011
8063
|
#
|
8012
8064
|
#
|
@@ -8207,14 +8259,15 @@ module Aws::SageMaker
|
|
8207
8259
|
# }
|
8208
8260
|
#
|
8209
8261
|
# @!attribute [rw] transform_job_name
|
8210
|
-
# The name of the transform job. The name must be unique within an
|
8211
|
-
# 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.
|
8212
8264
|
# @return [String]
|
8213
8265
|
#
|
8214
8266
|
# @!attribute [rw] model_name
|
8215
8267
|
# The name of the model that you want to use for the transform job.
|
8216
8268
|
# `ModelName` must be the name of an existing Amazon SageMaker model
|
8217
|
-
# within an
|
8269
|
+
# within an Amazon Web Services Region in an Amazon Web Services
|
8270
|
+
# account.
|
8218
8271
|
# @return [String]
|
8219
8272
|
#
|
8220
8273
|
# @!attribute [rw] max_concurrent_transforms
|
@@ -8306,8 +8359,8 @@ module Aws::SageMaker
|
|
8306
8359
|
#
|
8307
8360
|
# @!attribute [rw] tags
|
8308
8361
|
# (Optional) An array of key-value pairs. For more information, see
|
8309
|
-
# [Using Cost Allocation Tags][1] in the *
|
8310
|
-
# Management User Guide*.
|
8362
|
+
# [Using Cost Allocation Tags][1] in the *Amazon Web Services Billing
|
8363
|
+
# and Cost Management User Guide*.
|
8311
8364
|
#
|
8312
8365
|
#
|
8313
8366
|
#
|
@@ -8402,8 +8455,8 @@ module Aws::SageMaker
|
|
8402
8455
|
# }
|
8403
8456
|
#
|
8404
8457
|
# @!attribute [rw] trial_component_name
|
8405
|
-
# The name of the component. The name must be unique in your
|
8406
|
-
# 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.
|
8407
8460
|
# @return [String]
|
8408
8461
|
#
|
8409
8462
|
# @!attribute [rw] display_name
|
@@ -8506,8 +8559,8 @@ module Aws::SageMaker
|
|
8506
8559
|
# }
|
8507
8560
|
#
|
8508
8561
|
# @!attribute [rw] trial_name
|
8509
|
-
# The name of the trial. The name must be unique in your
|
8510
|
-
# 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.
|
8511
8564
|
# @return [String]
|
8512
8565
|
#
|
8513
8566
|
# @!attribute [rw] display_name
|
@@ -8623,9 +8676,9 @@ module Aws::SageMaker
|
|
8623
8676
|
# @return [String]
|
8624
8677
|
#
|
8625
8678
|
# @!attribute [rw] single_sign_on_user_value
|
8626
|
-
# The username of the associated
|
8627
|
-
# UserProfile. If the Domain's AuthMode is SSO, this
|
8628
|
-
# 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
|
8629
8682
|
# directory. If the Domain's AuthMode is not SSO, this field cannot
|
8630
8683
|
# be specified.
|
8631
8684
|
# @return [String]
|
@@ -8840,8 +8893,8 @@ module Aws::SageMaker
|
|
8840
8893
|
# An array of key-value pairs.
|
8841
8894
|
#
|
8842
8895
|
# For more information, see [Resource Tag][1] and [Using Cost
|
8843
|
-
# Allocation Tags][2] in the <i>
|
8844
|
-
# Guide</i>.
|
8896
|
+
# Allocation Tags][2] in the <i> Amazon Web Services Billing and Cost
|
8897
|
+
# Management User Guide</i>.
|
8845
8898
|
#
|
8846
8899
|
#
|
8847
8900
|
#
|
@@ -9921,7 +9974,8 @@ module Aws::SageMaker
|
|
9921
9974
|
#
|
9922
9975
|
# @!attribute [rw] feature_group_name
|
9923
9976
|
# The name of the `FeatureGroup` you want to delete. The name must be
|
9924
|
-
# unique within an
|
9977
|
+
# unique within an Amazon Web Services Region in an Amazon Web
|
9978
|
+
# Services account.
|
9925
9979
|
# @return [String]
|
9926
9980
|
#
|
9927
9981
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteFeatureGroupRequest AWS API Documentation
|
@@ -10714,7 +10768,8 @@ module Aws::SageMaker
|
|
10714
10768
|
# @return [String]
|
10715
10769
|
#
|
10716
10770
|
# @!attribute [rw] certify_for_marketplace
|
10717
|
-
# Whether the algorithm is certified to be listed in
|
10771
|
+
# Whether the algorithm is certified to be listed in Amazon Web
|
10772
|
+
# Services Marketplace.
|
10718
10773
|
# @return [Boolean]
|
10719
10774
|
#
|
10720
10775
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeAlgorithmOutput AWS API Documentation
|
@@ -11001,10 +11056,10 @@ module Aws::SageMaker
|
|
11001
11056
|
# @return [Types::AutoMLOutputDataConfig]
|
11002
11057
|
#
|
11003
11058
|
# @!attribute [rw] role_arn
|
11004
|
-
# The Amazon Resource Name (ARN) of the
|
11005
|
-
# Management (IAM) role that has read permission to the
|
11006
|
-
# location and write permission to the output data location
|
11007
|
-
# 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.
|
11008
11063
|
# @return [String]
|
11009
11064
|
#
|
11010
11065
|
# @!attribute [rw] auto_ml_job_objective
|
@@ -11143,8 +11198,8 @@ module Aws::SageMaker
|
|
11143
11198
|
# @!attribute [rw] git_config
|
11144
11199
|
# Configuration details about the repository, including the URL where
|
11145
11200
|
# the repository is located, the default branch, and the Amazon
|
11146
|
-
# Resource Name (ARN) of the
|
11147
|
-
# 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.
|
11148
11203
|
# @return [Types::GitConfig]
|
11149
11204
|
#
|
11150
11205
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeCodeRepositoryOutput AWS API Documentation
|
@@ -11215,6 +11270,11 @@ module Aws::SageMaker
|
|
11215
11270
|
# compilation job. Use this API to cap model training costs.
|
11216
11271
|
# @return [Types::StoppingCondition]
|
11217
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
|
+
#
|
11218
11278
|
# @!attribute [rw] creation_time
|
11219
11279
|
# The time that the model compilation job was created.
|
11220
11280
|
# @return [Time]
|
@@ -11254,6 +11314,17 @@ module Aws::SageMaker
|
|
11254
11314
|
# target device that the model runs on.
|
11255
11315
|
# @return [Types::OutputConfig]
|
11256
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
|
+
#
|
11257
11328
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeCompilationJobResponse AWS API Documentation
|
11258
11329
|
#
|
11259
11330
|
class DescribeCompilationJobResponse < Struct.new(
|
@@ -11263,6 +11334,7 @@ module Aws::SageMaker
|
|
11263
11334
|
:compilation_start_time,
|
11264
11335
|
:compilation_end_time,
|
11265
11336
|
:stopping_condition,
|
11337
|
+
:inference_image,
|
11266
11338
|
:creation_time,
|
11267
11339
|
:last_modified_time,
|
11268
11340
|
:failure_reason,
|
@@ -11270,7 +11342,8 @@ module Aws::SageMaker
|
|
11270
11342
|
:model_digests,
|
11271
11343
|
:role_arn,
|
11272
11344
|
:input_config,
|
11273
|
-
:output_config
|
11345
|
+
:output_config,
|
11346
|
+
:vpc_config)
|
11274
11347
|
SENSITIVE = []
|
11275
11348
|
include Aws::Structure
|
11276
11349
|
end
|
@@ -11485,13 +11558,13 @@ module Aws::SageMaker
|
|
11485
11558
|
# @return [Time]
|
11486
11559
|
#
|
11487
11560
|
# @!attribute [rw] role_arn
|
11488
|
-
# The Amazon Resource Name (ARN) that has access to
|
11489
|
-
# Things (IoT).
|
11561
|
+
# The Amazon Resource Name (ARN) that has access to Amazon Web
|
11562
|
+
# Services Internet of Things (IoT).
|
11490
11563
|
# @return [String]
|
11491
11564
|
#
|
11492
11565
|
# @!attribute [rw] iot_role_alias
|
11493
|
-
# The Amazon Resource Name (ARN) alias created in
|
11494
|
-
# Things (IoT).
|
11566
|
+
# The Amazon Resource Name (ARN) alias created in Amazon Web Services
|
11567
|
+
# Internet of Things (IoT).
|
11495
11568
|
# @return [String]
|
11496
11569
|
#
|
11497
11570
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeDeviceFleetResponse AWS API Documentation
|
@@ -11557,8 +11630,8 @@ module Aws::SageMaker
|
|
11557
11630
|
# @return [String]
|
11558
11631
|
#
|
11559
11632
|
# @!attribute [rw] iot_thing_name
|
11560
|
-
# The
|
11561
|
-
# the device.
|
11633
|
+
# The Amazon Web Services Internet of Things (IoT) object thing name
|
11634
|
+
# associated with the device.
|
11562
11635
|
# @return [String]
|
11563
11636
|
#
|
11564
11637
|
# @!attribute [rw] registration_time
|
@@ -11693,8 +11766,8 @@ module Aws::SageMaker
|
|
11693
11766
|
# @return [String]
|
11694
11767
|
#
|
11695
11768
|
# @!attribute [rw] kms_key_id
|
11696
|
-
# The
|
11697
|
-
# attached to the domain.
|
11769
|
+
# The Amazon Web Services KMS customer managed CMK used to encrypt the
|
11770
|
+
# EFS volume attached to the domain.
|
11698
11771
|
# @return [String]
|
11699
11772
|
#
|
11700
11773
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeDomainResponse AWS API Documentation
|
@@ -11861,8 +11934,8 @@ module Aws::SageMaker
|
|
11861
11934
|
# @return [Types::DataCaptureConfig]
|
11862
11935
|
#
|
11863
11936
|
# @!attribute [rw] kms_key_id
|
11864
|
-
#
|
11865
|
-
# 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.
|
11866
11939
|
# @return [String]
|
11867
11940
|
#
|
11868
11941
|
# @!attribute [rw] creation_time
|
@@ -12127,8 +12200,8 @@ module Aws::SageMaker
|
|
12127
12200
|
#
|
12128
12201
|
# @!attribute [rw] offline_store_config
|
12129
12202
|
# The configuration of the `OfflineStore`, inducing the S3 location of
|
12130
|
-
# the `OfflineStore`,
|
12131
|
-
# 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.
|
12132
12205
|
# @return [Types::OfflineStoreConfig]
|
12133
12206
|
#
|
12134
12207
|
# @!attribute [rw] role_arn
|
@@ -12242,8 +12315,8 @@ module Aws::SageMaker
|
|
12242
12315
|
# @return [Types::FlowDefinitionOutputConfig]
|
12243
12316
|
#
|
12244
12317
|
# @!attribute [rw] role_arn
|
12245
|
-
# The Amazon Resource Name (ARN) of the
|
12246
|
-
# 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.
|
12247
12320
|
# @return [String]
|
12248
12321
|
#
|
12249
12322
|
# @!attribute [rw] failure_reason
|
@@ -12656,8 +12729,9 @@ module Aws::SageMaker
|
|
12656
12729
|
# @return [Types::LabelingJobInputConfig]
|
12657
12730
|
#
|
12658
12731
|
# @!attribute [rw] output_config
|
12659
|
-
# The location of the job's output data and the
|
12660
|
-
# 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.
|
12661
12735
|
# @return [Types::LabelingJobOutputConfig]
|
12662
12736
|
#
|
12663
12737
|
# @!attribute [rw] role_arn
|
@@ -12722,9 +12796,10 @@ module Aws::SageMaker
|
|
12722
12796
|
# @return [Types::HumanTaskConfig]
|
12723
12797
|
#
|
12724
12798
|
# @!attribute [rw] tags
|
12725
|
-
# An array of key-value pairs. You can use tags to categorize your
|
12726
|
-
# resources in different ways, for example, by
|
12727
|
-
# 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].
|
12728
12803
|
#
|
12729
12804
|
#
|
12730
12805
|
#
|
@@ -12769,7 +12844,8 @@ module Aws::SageMaker
|
|
12769
12844
|
#
|
12770
12845
|
# @!attribute [rw] job_definition_name
|
12771
12846
|
# The name of the model bias job definition. The name must be unique
|
12772
|
-
# within an
|
12847
|
+
# within an Amazon Web Services Region in the Amazon Web Services
|
12848
|
+
# account.
|
12773
12849
|
# @return [String]
|
12774
12850
|
#
|
12775
12851
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModelBiasJobDefinitionRequest AWS API Documentation
|
@@ -12786,7 +12862,7 @@ module Aws::SageMaker
|
|
12786
12862
|
#
|
12787
12863
|
# @!attribute [rw] job_definition_name
|
12788
12864
|
# The name of the bias job definition. The name must be unique within
|
12789
|
-
# an
|
12865
|
+
# an Amazon Web Services Region in the Amazon Web Services account.
|
12790
12866
|
# @return [String]
|
12791
12867
|
#
|
12792
12868
|
# @!attribute [rw] creation_time
|
@@ -12819,10 +12895,10 @@ module Aws::SageMaker
|
|
12819
12895
|
# @return [Types::MonitoringNetworkConfig]
|
12820
12896
|
#
|
12821
12897
|
# @!attribute [rw] role_arn
|
12822
|
-
# The Amazon Resource Name (ARN) of the
|
12823
|
-
# Management (IAM) role that has read permission to the
|
12824
|
-
# location and write permission to the output data location
|
12825
|
-
# 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.
|
12826
12902
|
# @return [String]
|
12827
12903
|
#
|
12828
12904
|
# @!attribute [rw] stopping_condition
|
@@ -12857,7 +12933,8 @@ module Aws::SageMaker
|
|
12857
12933
|
#
|
12858
12934
|
# @!attribute [rw] job_definition_name
|
12859
12935
|
# The name of the model explainability job definition. The name must
|
12860
|
-
# be unique within an
|
12936
|
+
# be unique within an Amazon Web Services Region in the Amazon Web
|
12937
|
+
# Services account.
|
12861
12938
|
# @return [String]
|
12862
12939
|
#
|
12863
12940
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModelExplainabilityJobDefinitionRequest AWS API Documentation
|
@@ -12874,7 +12951,8 @@ module Aws::SageMaker
|
|
12874
12951
|
#
|
12875
12952
|
# @!attribute [rw] job_definition_name
|
12876
12953
|
# The name of the explainability job definition. The name must be
|
12877
|
-
# unique within an
|
12954
|
+
# unique within an Amazon Web Services Region in the Amazon Web
|
12955
|
+
# Services account.
|
12878
12956
|
# @return [String]
|
12879
12957
|
#
|
12880
12958
|
# @!attribute [rw] creation_time
|
@@ -12907,10 +12985,10 @@ module Aws::SageMaker
|
|
12907
12985
|
# @return [Types::MonitoringNetworkConfig]
|
12908
12986
|
#
|
12909
12987
|
# @!attribute [rw] role_arn
|
12910
|
-
# The Amazon Resource Name (ARN) of the
|
12911
|
-
# Management (IAM) role that has read permission to the
|
12912
|
-
# location and write permission to the output data location
|
12913
|
-
# 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.
|
12914
12992
|
# @return [String]
|
12915
12993
|
#
|
12916
12994
|
# @!attribute [rw] stopping_condition
|
@@ -13147,8 +13225,8 @@ module Aws::SageMaker
|
|
13147
13225
|
# @return [Types::ModelPackageStatusDetails]
|
13148
13226
|
#
|
13149
13227
|
# @!attribute [rw] certify_for_marketplace
|
13150
|
-
# Whether the model package is certified for listing on
|
13151
|
-
# Marketplace.
|
13228
|
+
# Whether the model package is certified for listing on Amazon Web
|
13229
|
+
# Services Marketplace.
|
13152
13230
|
# @return [Boolean]
|
13153
13231
|
#
|
13154
13232
|
# @!attribute [rw] model_approval_status
|
@@ -13217,7 +13295,7 @@ module Aws::SageMaker
|
|
13217
13295
|
#
|
13218
13296
|
# @!attribute [rw] job_definition_name
|
13219
13297
|
# The name of the model quality job. The name must be unique within an
|
13220
|
-
#
|
13298
|
+
# Amazon Web Services Region in the Amazon Web Services account.
|
13221
13299
|
# @return [String]
|
13222
13300
|
#
|
13223
13301
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModelQualityJobDefinitionRequest AWS API Documentation
|
@@ -13234,7 +13312,8 @@ module Aws::SageMaker
|
|
13234
13312
|
#
|
13235
13313
|
# @!attribute [rw] job_definition_name
|
13236
13314
|
# The name of the quality job definition. The name must be unique
|
13237
|
-
# within an
|
13315
|
+
# within an Amazon Web Services Region in the Amazon Web Services
|
13316
|
+
# account.
|
13238
13317
|
# @return [String]
|
13239
13318
|
#
|
13240
13319
|
# @!attribute [rw] creation_time
|
@@ -13501,8 +13580,9 @@ module Aws::SageMaker
|
|
13501
13580
|
# @return [String]
|
13502
13581
|
#
|
13503
13582
|
# @!attribute [rw] kms_key_id
|
13504
|
-
# The
|
13505
|
-
# 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.
|
13506
13586
|
# @return [String]
|
13507
13587
|
#
|
13508
13588
|
# @!attribute [rw] network_interface_id
|
@@ -13565,10 +13645,11 @@ module Aws::SageMaker
|
|
13565
13645
|
# The Git repository associated with the notebook instance as its
|
13566
13646
|
# default code repository. This can be either the name of a Git
|
13567
13647
|
# repository stored as a resource in your account, or the URL of a Git
|
13568
|
-
# repository in [
|
13569
|
-
# When you open a notebook instance, it opens in the
|
13570
|
-
# contains this repository. For more information, see
|
13571
|
-
# 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].
|
13572
13653
|
#
|
13573
13654
|
#
|
13574
13655
|
#
|
@@ -13580,10 +13661,11 @@ module Aws::SageMaker
|
|
13580
13661
|
# An array of up to three Git repositories associated with the
|
13581
13662
|
# notebook instance. These can be either the names of Git repositories
|
13582
13663
|
# stored as resources in your account, or the URL of Git repositories
|
13583
|
-
# in [
|
13584
|
-
# repositories are cloned at the same level as the
|
13585
|
-
# of your notebook instance. For more information,
|
13586
|
-
# 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].
|
13587
13669
|
#
|
13588
13670
|
#
|
13589
13671
|
#
|
@@ -13847,7 +13929,7 @@ module Aws::SageMaker
|
|
13847
13929
|
#
|
13848
13930
|
# @!attribute [rw] processing_job_name
|
13849
13931
|
# The name of the processing job. The name must be unique within an
|
13850
|
-
#
|
13932
|
+
# Amazon Web Services Region in the Amazon Web Services account.
|
13851
13933
|
# @return [String]
|
13852
13934
|
#
|
13853
13935
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeProcessingJobRequest AWS API Documentation
|
@@ -13868,7 +13950,7 @@ module Aws::SageMaker
|
|
13868
13950
|
#
|
13869
13951
|
# @!attribute [rw] processing_job_name
|
13870
13952
|
# The name of the processing job. The name must be unique within an
|
13871
|
-
#
|
13953
|
+
# Amazon Web Services Region in the Amazon Web Services account.
|
13872
13954
|
# @return [String]
|
13873
13955
|
#
|
13874
13956
|
# @!attribute [rw] processing_resources
|
@@ -14014,7 +14096,7 @@ module Aws::SageMaker
|
|
14014
14096
|
#
|
14015
14097
|
# @!attribute [rw] service_catalog_provisioning_details
|
14016
14098
|
# Information used to provision a service catalog product. For
|
14017
|
-
# information, see [What is
|
14099
|
+
# information, see [What is Amazon Web Services Service Catalog][1].
|
14018
14100
|
#
|
14019
14101
|
#
|
14020
14102
|
#
|
@@ -14227,8 +14309,8 @@ module Aws::SageMaker
|
|
14227
14309
|
# @return [Types::AlgorithmSpecification]
|
14228
14310
|
#
|
14229
14311
|
# @!attribute [rw] role_arn
|
14230
|
-
# The
|
14231
|
-
# training job.
|
14312
|
+
# The Amazon Web Services Identity and Access Management (IAM) role
|
14313
|
+
# configured for the training job.
|
14232
14314
|
# @return [String]
|
14233
14315
|
#
|
14234
14316
|
# @!attribute [rw] input_data_config
|
@@ -14942,10 +15024,10 @@ module Aws::SageMaker
|
|
14942
15024
|
# @!attribute [rw] workforce
|
14943
15025
|
# A single private workforce, which is automatically created when you
|
14944
15026
|
# create your first private work team. You can create one private work
|
14945
|
-
# force in each
|
14946
|
-
# operation used in a specific region will apply
|
14947
|
-
# created in that region. To learn how to create a
|
14948
|
-
# 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].
|
14949
15031
|
#
|
14950
15032
|
#
|
14951
15033
|
#
|
@@ -15044,7 +15126,7 @@ module Aws::SageMaker
|
|
15044
15126
|
# @return [String]
|
15045
15127
|
#
|
15046
15128
|
# @!attribute [rw] iot_thing_name
|
15047
|
-
#
|
15129
|
+
# Amazon Web Services Internet of Things (IoT) object name.
|
15048
15130
|
# @return [String]
|
15049
15131
|
#
|
15050
15132
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/Device AWS API Documentation
|
@@ -15124,8 +15206,8 @@ module Aws::SageMaker
|
|
15124
15206
|
# @return [String]
|
15125
15207
|
#
|
15126
15208
|
# @!attribute [rw] iot_thing_name
|
15127
|
-
# The
|
15128
|
-
# the device..
|
15209
|
+
# The Amazon Web Services Internet of Things (IoT) object thing name
|
15210
|
+
# associated with the device..
|
15129
15211
|
# @return [String]
|
15130
15212
|
#
|
15131
15213
|
# @!attribute [rw] registration_time
|
@@ -15359,15 +15441,17 @@ module Aws::SageMaker
|
|
15359
15441
|
# @return [String]
|
15360
15442
|
#
|
15361
15443
|
# @!attribute [rw] kms_key_id
|
15362
|
-
# The
|
15363
|
-
# uses to encrypt data on the storage
|
15364
|
-
# you don't provide a KMS key ID,
|
15365
|
-
# 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.
|
15366
15449
|
# @return [String]
|
15367
15450
|
#
|
15368
15451
|
# @!attribute [rw] preset_deployment_type
|
15369
15452
|
# The deployment type SageMaker Edge Manager will create. Currently
|
15370
|
-
# only supports
|
15453
|
+
# only supports Amazon Web Services IoT Greengrass Version 2
|
15454
|
+
# components.
|
15371
15455
|
# @return [String]
|
15372
15456
|
#
|
15373
15457
|
# @!attribute [rw] preset_deployment_config
|
@@ -15384,11 +15468,11 @@ module Aws::SageMaker
|
|
15384
15468
|
#
|
15385
15469
|
# * `ComponentVersion` (optional) - The version of the component.
|
15386
15470
|
#
|
15387
|
-
# <note markdown="1">
|
15388
|
-
# versions follow a<i> major.minor.patch</i>
|
15389
|
-
# example, version 1.0.0 represents the first
|
15390
|
-
# component. For more information, see the
|
15391
|
-
# specification][1].
|
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].
|
15392
15476
|
#
|
15393
15477
|
# </note>
|
15394
15478
|
#
|
@@ -15473,7 +15557,8 @@ module Aws::SageMaker
|
|
15473
15557
|
#
|
15474
15558
|
# @!attribute [rw] type
|
15475
15559
|
# The deployment type created by SageMaker Edge Manager. Currently
|
15476
|
-
# only supports
|
15560
|
+
# only supports Amazon Web Services IoT Greengrass Version 2
|
15561
|
+
# components.
|
15477
15562
|
# @return [String]
|
15478
15563
|
#
|
15479
15564
|
# @!attribute [rw] artifact
|
@@ -15558,8 +15643,8 @@ module Aws::SageMaker
|
|
15558
15643
|
#
|
15559
15644
|
# @!attribute [rw] tags
|
15560
15645
|
# A list of the tags associated with the endpoint. For more
|
15561
|
-
# information, see [Tagging
|
15562
|
-
# Reference Guide*.
|
15646
|
+
# information, see [Tagging Amazon Web Services resources][1] in the
|
15647
|
+
# *Amazon Web Services General Reference Guide*.
|
15563
15648
|
#
|
15564
15649
|
#
|
15565
15650
|
#
|
@@ -16043,10 +16128,10 @@ module Aws::SageMaker
|
|
16043
16128
|
# @return [Time]
|
16044
16129
|
#
|
16045
16130
|
# @!attribute [rw] online_store_config
|
16046
|
-
# Use this to specify the
|
16047
|
-
# `KMSKeyId`, for at rest data encryption. You can
|
16048
|
-
# on or off by specifying the `EnableOnlineStore`
|
16049
|
-
# 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`.
|
16050
16135
|
# @return [Types::OnlineStoreConfig]
|
16051
16136
|
#
|
16052
16137
|
# @!attribute [rw] offline_store_config
|
@@ -16056,8 +16141,8 @@ module Aws::SageMaker
|
|
16056
16141
|
# to create an `OfflineStore`.
|
16057
16142
|
#
|
16058
16143
|
# To encrypt an `OfflineStore` using at rest data encryption, specify
|
16059
|
-
#
|
16060
|
-
# `S3StorageConfig`.
|
16144
|
+
# Amazon Web Services Key Management Service (KMS) key ID, or
|
16145
|
+
# `KMSKeyId`, in `S3StorageConfig`.
|
16061
16146
|
# @return [Types::OfflineStoreConfig]
|
16062
16147
|
#
|
16063
16148
|
# @!attribute [rw] role_arn
|
@@ -16675,8 +16760,8 @@ module Aws::SageMaker
|
|
16675
16760
|
include Aws::Structure
|
16676
16761
|
end
|
16677
16762
|
|
16678
|
-
# Specifies configuration details for a Git repository in your
|
16679
|
-
# account.
|
16763
|
+
# Specifies configuration details for a Git repository in your Amazon
|
16764
|
+
# Web Services account.
|
16680
16765
|
#
|
16681
16766
|
# @note When making an API call, you may pass GitConfig
|
16682
16767
|
# data as a hash:
|
@@ -16696,10 +16781,10 @@ module Aws::SageMaker
|
|
16696
16781
|
# @return [String]
|
16697
16782
|
#
|
16698
16783
|
# @!attribute [rw] secret_arn
|
16699
|
-
# The Amazon Resource Name (ARN) of the
|
16700
|
-
# that contains the credentials used to access the git
|
16701
|
-
# secret must have a staging label of `AWSCURRENT` and
|
16702
|
-
# 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:
|
16703
16788
|
#
|
16704
16789
|
# `\{"username": UserName, "password": Password\}`
|
16705
16790
|
# @return [String]
|
@@ -16725,10 +16810,10 @@ module Aws::SageMaker
|
|
16725
16810
|
# }
|
16726
16811
|
#
|
16727
16812
|
# @!attribute [rw] secret_arn
|
16728
|
-
# The Amazon Resource Name (ARN) of the
|
16729
|
-
# that contains the credentials used to access the git
|
16730
|
-
# secret must have a staging label of `AWSCURRENT` and
|
16731
|
-
# 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:
|
16732
16817
|
#
|
16733
16818
|
# `\{"username": UserName, "password": Password\}`
|
16734
16819
|
# @return [String]
|
@@ -17857,7 +17942,7 @@ module Aws::SageMaker
|
|
17857
17942
|
#
|
17858
17943
|
# * For [3D point cloud][4] and [video frame][5] labeling jobs, the
|
17859
17944
|
# maximum is 7 days (604,800 seconds). If you want to change these
|
17860
|
-
# limits, contact
|
17945
|
+
# limits, contact Amazon Web Services Support.
|
17861
17946
|
#
|
17862
17947
|
#
|
17863
17948
|
#
|
@@ -17879,7 +17964,8 @@ module Aws::SageMaker
|
|
17879
17964
|
#
|
17880
17965
|
# * If you choose a private or vendor workforce, the default value is
|
17881
17966
|
# 10 days (864,000 seconds). For most users, the maximum is also 10
|
17882
|
-
# days. If you want to change this limit, contact
|
17967
|
+
# days. If you want to change this limit, contact Amazon Web
|
17968
|
+
# Services Support.
|
17883
17969
|
# @return [Integer]
|
17884
17970
|
#
|
17885
17971
|
# @!attribute [rw] max_concurrent_task_count
|
@@ -18905,6 +18991,9 @@ module Aws::SageMaker
|
|
18905
18991
|
# image_digest: "ImageDigest",
|
18906
18992
|
# model_data_url: "Url",
|
18907
18993
|
# product_id: "ProductId",
|
18994
|
+
# environment: {
|
18995
|
+
# "EnvironmentKey" => "EnvironmentValue",
|
18996
|
+
# },
|
18908
18997
|
# },
|
18909
18998
|
# ],
|
18910
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
|
@@ -19613,7 +19702,8 @@ module Aws::SageMaker
|
|
19613
19702
|
# @return [String]
|
19614
19703
|
#
|
19615
19704
|
# @!attribute [rw] work_requester_account_id
|
19616
|
-
# The
|
19705
|
+
# The Amazon Web Services account ID of the account used to start the
|
19706
|
+
# labeling job.
|
19617
19707
|
# @return [String]
|
19618
19708
|
#
|
19619
19709
|
# @!attribute [rw] creation_time
|
@@ -19713,16 +19803,16 @@ module Aws::SageMaker
|
|
19713
19803
|
# @return [String]
|
19714
19804
|
#
|
19715
19805
|
# @!attribute [rw] kms_key_id
|
19716
|
-
# The
|
19717
|
-
# 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.
|
19718
19808
|
#
|
19719
19809
|
# If you provide your own KMS key ID, you must add the required
|
19720
19810
|
# permissions to your KMS key described in [Encrypt Output Data and
|
19721
|
-
# Storage Volume with
|
19811
|
+
# Storage Volume with Amazon Web Services KMS][1].
|
19722
19812
|
#
|
19723
19813
|
# If you don't provide a KMS key ID, Amazon SageMaker uses the
|
19724
|
-
# default
|
19725
|
-
# 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.
|
19726
19816
|
#
|
19727
19817
|
# If you use a bucket policy with an `s3:PutObject` permission that
|
19728
19818
|
# only allows objects with server-side encryption, set the condition
|
@@ -19776,18 +19866,18 @@ module Aws::SageMaker
|
|
19776
19866
|
# }
|
19777
19867
|
#
|
19778
19868
|
# @!attribute [rw] volume_kms_key_id
|
19779
|
-
# The
|
19780
|
-
# uses to encrypt data on the storage
|
19781
|
-
# compute instance(s) that run the training
|
19782
|
-
# 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.
|
19783
19873
|
#
|
19784
19874
|
# You can only specify a `VolumeKmsKeyId` when you create a labeling
|
19785
19875
|
# job with automated data labeling enabled using the API operation
|
19786
|
-
# `CreateLabelingJob`. You cannot specify an
|
19787
|
-
# CMK to encrypt the storage volume used for
|
19788
|
-
# model training and inference when you create
|
19789
|
-
# the console. To learn more, see [Output Data
|
19790
|
-
# 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].
|
19791
19881
|
#
|
19792
19882
|
# The `VolumeKmsKeyId` can be any of the following formats:
|
19793
19883
|
#
|
@@ -20762,8 +20852,9 @@ module Aws::SageMaker
|
|
20762
20852
|
# * Last modified time
|
20763
20853
|
#
|
20764
20854
|
# * Configuration information, including the URL location of the
|
20765
|
-
# repository and the ARN of the
|
20766
|
-
# 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.
|
20767
20858
|
# @return [Array<Types::CodeRepositorySummary>]
|
20768
20859
|
#
|
20769
20860
|
# @!attribute [rw] next_token
|
@@ -22528,7 +22619,8 @@ module Aws::SageMaker
|
|
22528
22619
|
end
|
22529
22620
|
|
22530
22621
|
# @!attribute [rw] model_package_group_summary_list
|
22531
|
-
# 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.
|
22532
22624
|
# @return [Array<Types::ModelPackageGroupSummary>]
|
22533
22625
|
#
|
22534
22626
|
# @!attribute [rw] next_token
|
@@ -25197,10 +25289,10 @@ module Aws::SageMaker
|
|
25197
25289
|
# @return [Types::ModelPackageStatusDetails]
|
25198
25290
|
#
|
25199
25291
|
# @!attribute [rw] certify_for_marketplace
|
25200
|
-
# Whether the model package is to be certified to be listed on
|
25201
|
-
# Marketplace. For information about listing model
|
25202
|
-
# Marketplace, see [List Your
|
25203
|
-
# 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].
|
25204
25296
|
#
|
25205
25297
|
#
|
25206
25298
|
#
|
@@ -25248,8 +25340,8 @@ module Aws::SageMaker
|
|
25248
25340
|
#
|
25249
25341
|
# @!attribute [rw] tags
|
25250
25342
|
# A list of the tags associated with the model package. For more
|
25251
|
-
# information, see [Tagging
|
25252
|
-
# Reference Guide*.
|
25343
|
+
# information, see [Tagging Amazon Web Services resources][1] in the
|
25344
|
+
# *Amazon Web Services General Reference Guide*.
|
25253
25345
|
#
|
25254
25346
|
#
|
25255
25347
|
#
|
@@ -25294,6 +25386,9 @@ module Aws::SageMaker
|
|
25294
25386
|
# image_digest: "ImageDigest",
|
25295
25387
|
# model_data_url: "Url",
|
25296
25388
|
# product_id: "ProductId",
|
25389
|
+
# environment: {
|
25390
|
+
# "EnvironmentKey" => "EnvironmentValue",
|
25391
|
+
# },
|
25297
25392
|
# }
|
25298
25393
|
#
|
25299
25394
|
# @!attribute [rw] container_hostname
|
@@ -25333,9 +25428,15 @@ module Aws::SageMaker
|
|
25333
25428
|
# @return [String]
|
25334
25429
|
#
|
25335
25430
|
# @!attribute [rw] product_id
|
25336
|
-
# The
|
25431
|
+
# The Amazon Web Services Marketplace product ID of the model package.
|
25337
25432
|
# @return [String]
|
25338
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
|
+
#
|
25339
25440
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ModelPackageContainerDefinition AWS API Documentation
|
25340
25441
|
#
|
25341
25442
|
class ModelPackageContainerDefinition < Struct.new(
|
@@ -25343,7 +25444,8 @@ module Aws::SageMaker
|
|
25343
25444
|
:image,
|
25344
25445
|
:image_digest,
|
25345
25446
|
:model_data_url,
|
25346
|
-
:product_id
|
25447
|
+
:product_id,
|
25448
|
+
:environment)
|
25347
25449
|
SENSITIVE = []
|
25348
25450
|
include Aws::Structure
|
25349
25451
|
end
|
@@ -25391,8 +25493,8 @@ module Aws::SageMaker
|
|
25391
25493
|
#
|
25392
25494
|
# @!attribute [rw] tags
|
25393
25495
|
# A list of the tags associated with the model group. For more
|
25394
|
-
# information, see [Tagging
|
25395
|
-
# Reference Guide*.
|
25496
|
+
# information, see [Tagging Amazon Web Services resources][1] in the
|
25497
|
+
# *Amazon Web Services General Reference Guide*.
|
25396
25498
|
#
|
25397
25499
|
#
|
25398
25500
|
#
|
@@ -25554,7 +25656,7 @@ module Aws::SageMaker
|
|
25554
25656
|
# used in the process of validating the model package.
|
25555
25657
|
#
|
25556
25658
|
# The data provided in the validation profile is made available to your
|
25557
|
-
# buyers on
|
25659
|
+
# buyers on Amazon Web Services Marketplace.
|
25558
25660
|
#
|
25559
25661
|
# @note When making an API call, you may pass ModelPackageValidationProfile
|
25560
25662
|
# data as a hash:
|
@@ -26011,9 +26113,10 @@ module Aws::SageMaker
|
|
26011
26113
|
# @return [Integer]
|
26012
26114
|
#
|
26013
26115
|
# @!attribute [rw] volume_kms_key_id
|
26014
|
-
# The
|
26015
|
-
# uses to encrypt data on the storage
|
26016
|
-
# 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.
|
26017
26120
|
# @return [String]
|
26018
26121
|
#
|
26019
26122
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/MonitoringClusterConfig AWS API Documentation
|
@@ -26424,9 +26527,9 @@ module Aws::SageMaker
|
|
26424
26527
|
# @return [Array<Types::MonitoringOutput>]
|
26425
26528
|
#
|
26426
26529
|
# @!attribute [rw] kms_key_id
|
26427
|
-
# The
|
26428
|
-
# uses to encrypt the model artifacts
|
26429
|
-
# 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.
|
26430
26533
|
# @return [String]
|
26431
26534
|
#
|
26432
26535
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/MonitoringOutputConfig AWS API Documentation
|
@@ -26561,8 +26664,8 @@ module Aws::SageMaker
|
|
26561
26664
|
#
|
26562
26665
|
# @!attribute [rw] tags
|
26563
26666
|
# A list of the tags associated with the monitoring schedlue. For more
|
26564
|
-
# information, see [Tagging
|
26565
|
-
# Reference Guide*.
|
26667
|
+
# information, see [Tagging Amazon Web Services resources][1] in the
|
26668
|
+
# *Amazon Web Services General Reference Guide*.
|
26566
26669
|
#
|
26567
26670
|
#
|
26568
26671
|
#
|
@@ -26823,6 +26926,44 @@ module Aws::SageMaker
|
|
26823
26926
|
include Aws::Structure
|
26824
26927
|
end
|
26825
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
|
+
|
26826
26967
|
# A list of nested Filter objects. A resource must satisfy the
|
26827
26968
|
# conditions of all filters to be included in the results returned from
|
26828
26969
|
# the Search API.
|
@@ -27046,10 +27187,11 @@ module Aws::SageMaker
|
|
27046
27187
|
# The Git repository associated with the notebook instance as its
|
27047
27188
|
# default code repository. This can be either the name of a Git
|
27048
27189
|
# repository stored as a resource in your account, or the URL of a Git
|
27049
|
-
# repository in [
|
27050
|
-
# When you open a notebook instance, it opens in the
|
27051
|
-
# contains this repository. For more information, see
|
27052
|
-
# 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].
|
27053
27195
|
#
|
27054
27196
|
#
|
27055
27197
|
#
|
@@ -27061,10 +27203,11 @@ module Aws::SageMaker
|
|
27061
27203
|
# An array of up to three Git repositories associated with the
|
27062
27204
|
# notebook instance. These can be either the names of Git repositories
|
27063
27205
|
# stored as resources in your account, or the URL of Git repositories
|
27064
|
-
# in [
|
27065
|
-
# repositories are cloned at the same level as the
|
27066
|
-
# of your notebook instance. For more information,
|
27067
|
-
# 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].
|
27068
27211
|
#
|
27069
27212
|
#
|
27070
27213
|
#
|
@@ -27152,8 +27295,8 @@ module Aws::SageMaker
|
|
27152
27295
|
# to create an `OfflineStore`.
|
27153
27296
|
#
|
27154
27297
|
# To encrypt an `OfflineStore` using at rest data encryption, specify
|
27155
|
-
#
|
27156
|
-
# `S3StorageConfig`.
|
27298
|
+
# Amazon Web Services Key Management Service (KMS) key ID, or
|
27299
|
+
# `KMSKeyId`, in `S3StorageConfig`.
|
27157
27300
|
#
|
27158
27301
|
# @note When making an API call, you may pass OfflineStoreConfig
|
27159
27302
|
# data as a hash:
|
@@ -27177,8 +27320,8 @@ module Aws::SageMaker
|
|
27177
27320
|
# @return [Types::S3StorageConfig]
|
27178
27321
|
#
|
27179
27322
|
# @!attribute [rw] disable_glue_table_creation
|
27180
|
-
# Set to `True` to disable the automatic creation of an
|
27181
|
-
# 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`.
|
27182
27325
|
# @return [Boolean]
|
27183
27326
|
#
|
27184
27327
|
# @!attribute [rw] data_catalog_config
|
@@ -27361,10 +27504,10 @@ module Aws::SageMaker
|
|
27361
27504
|
include Aws::Structure
|
27362
27505
|
end
|
27363
27506
|
|
27364
|
-
# Use this to specify the
|
27365
|
-
# `KMSKeyId`, for at rest data encryption. You can turn
|
27366
|
-
# or off by specifying the `EnableOnlineStore` flag at
|
27367
|
-
# 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`.
|
27368
27511
|
#
|
27369
27512
|
# @note When making an API call, you may pass OnlineStoreConfig
|
27370
27513
|
# data as a hash:
|
@@ -27408,9 +27551,9 @@ module Aws::SageMaker
|
|
27408
27551
|
# }
|
27409
27552
|
#
|
27410
27553
|
# @!attribute [rw] kms_key_id
|
27411
|
-
# The ID of the
|
27412
|
-
# SageMaker Feature Store uses to encrypt the
|
27413
|
-
# 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.
|
27414
27557
|
#
|
27415
27558
|
# The caller (either IAM user or IAM role) of `CreateFeatureGroup`
|
27416
27559
|
# must have below permissions to the `OnlineStore` `KmsKeyId`\:
|
@@ -27468,7 +27611,7 @@ module Aws::SageMaker
|
|
27468
27611
|
#
|
27469
27612
|
# {
|
27470
27613
|
# s3_output_location: "S3Uri", # required
|
27471
|
-
# 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
|
27472
27615
|
# target_platform: {
|
27473
27616
|
# os: "ANDROID", # required, accepts ANDROID, LINUX
|
27474
27617
|
# arch: "X86_64", # required, accepts X86_64, X86, ARM64, ARM_EABI, ARM_EABIHF
|
@@ -27639,10 +27782,13 @@ module Aws::SageMaker
|
|
27639
27782
|
# @return [String]
|
27640
27783
|
#
|
27641
27784
|
# @!attribute [rw] kms_key_id
|
27642
|
-
# The
|
27643
|
-
#
|
27644
|
-
#
|
27645
|
-
# 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.*
|
27646
27792
|
#
|
27647
27793
|
# The KmsKeyId can be any of the following formats:
|
27648
27794
|
#
|
@@ -27655,6 +27801,10 @@ module Aws::SageMaker
|
|
27655
27801
|
#
|
27656
27802
|
# * Alias name ARN:
|
27657
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
|
27658
27808
|
# @return [String]
|
27659
27809
|
#
|
27660
27810
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/OutputConfig AWS API Documentation
|
@@ -27681,10 +27831,10 @@ module Aws::SageMaker
|
|
27681
27831
|
# }
|
27682
27832
|
#
|
27683
27833
|
# @!attribute [rw] kms_key_id
|
27684
|
-
# The
|
27685
|
-
# uses to encrypt the model artifacts
|
27686
|
-
# server-side encryption. The `KmsKeyId` can
|
27687
|
-
# 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:
|
27688
27838
|
#
|
27689
27839
|
# * // KMS Key ID
|
27690
27840
|
#
|
@@ -27717,8 +27867,8 @@ module Aws::SageMaker
|
|
27717
27867
|
# The KMS key policy must grant permission to the IAM role that you
|
27718
27868
|
# specify in your `CreateTrainingJob`, `CreateTransformJob`, or
|
27719
27869
|
# `CreateHyperParameterTuningJob` requests. For more information, see
|
27720
|
-
# [Using Key Policies in
|
27721
|
-
# Service Developer Guide*.
|
27870
|
+
# [Using Key Policies in Amazon Web Services KMS][2] in the *Amazon
|
27871
|
+
# Web Services Key Management Service Developer Guide*.
|
27722
27872
|
#
|
27723
27873
|
#
|
27724
27874
|
#
|
@@ -28159,6 +28309,11 @@ module Aws::SageMaker
|
|
28159
28309
|
# this step execution.
|
28160
28310
|
# @return [Types::TransformJobStepMetadata]
|
28161
28311
|
#
|
28312
|
+
# @!attribute [rw] tuning_job
|
28313
|
+
# The Amazon Resource Name (ARN) of the tuning job that was run by
|
28314
|
+
# this step execution.
|
28315
|
+
# @return [Types::TuningJobStepMetaData]
|
28316
|
+
#
|
28162
28317
|
# @!attribute [rw] model
|
28163
28318
|
# Metadata for the Model step.
|
28164
28319
|
# @return [Types::ModelStepMetadata]
|
@@ -28182,6 +28337,7 @@ module Aws::SageMaker
|
|
28182
28337
|
:training_job,
|
28183
28338
|
:processing_job,
|
28184
28339
|
:transform_job,
|
28340
|
+
:tuning_job,
|
28185
28341
|
:model,
|
28186
28342
|
:register_model,
|
28187
28343
|
:condition,
|
@@ -28337,9 +28493,10 @@ module Aws::SageMaker
|
|
28337
28493
|
# @return [Integer]
|
28338
28494
|
#
|
28339
28495
|
# @!attribute [rw] volume_kms_key_id
|
28340
|
-
# The
|
28341
|
-
# uses to encrypt data on the storage
|
28342
|
-
# compute instance(s) that run the
|
28496
|
+
# The Amazon Web Services Key Management Service (Amazon Web Services
|
28497
|
+
# KMS) key that Amazon SageMaker uses to encrypt data on the storage
|
28498
|
+
# volume attached to the ML compute instance(s) that run the
|
28499
|
+
# processing job.
|
28343
28500
|
#
|
28344
28501
|
# <note markdown="1"> Certain Nitro-based instances include local storage, dependent on
|
28345
28502
|
# the instance type. Local storage volumes are encrypted using a
|
@@ -28583,8 +28740,8 @@ module Aws::SageMaker
|
|
28583
28740
|
#
|
28584
28741
|
# @!attribute [rw] tags
|
28585
28742
|
# An array of key-value pairs. For more information, see [Using Cost
|
28586
|
-
# Allocation Tags][1] in the *
|
28587
|
-
# Guide*.
|
28743
|
+
# Allocation Tags][1] in the *Amazon Web Services Billing and Cost
|
28744
|
+
# Management User Guide*.
|
28588
28745
|
#
|
28589
28746
|
#
|
28590
28747
|
#
|
@@ -28766,10 +28923,11 @@ module Aws::SageMaker
|
|
28766
28923
|
# @return [Array<Types::ProcessingOutput>]
|
28767
28924
|
#
|
28768
28925
|
# @!attribute [rw] kms_key_id
|
28769
|
-
# The
|
28770
|
-
# uses to encrypt the processing job
|
28771
|
-
#
|
28772
|
-
# KMS key. The `KmsKeyId` is applied
|
28926
|
+
# The Amazon Web Services Key Management Service (Amazon Web Services
|
28927
|
+
# KMS) key that Amazon SageMaker uses to encrypt the processing job
|
28928
|
+
# output. `KmsKeyId` can be an ID of a KMS key, ARN of a KMS key,
|
28929
|
+
# alias of a KMS key, or alias of a KMS key. The `KmsKeyId` is applied
|
28930
|
+
# to all outputs.
|
28773
28931
|
# @return [String]
|
28774
28932
|
#
|
28775
28933
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ProcessingOutputConfig AWS API Documentation
|
@@ -29039,10 +29197,10 @@ module Aws::SageMaker
|
|
29039
29197
|
# @return [String]
|
29040
29198
|
#
|
29041
29199
|
# @!attribute [rw] kms_key_id
|
29042
|
-
# The
|
29043
|
-
# uses to encrypt the core dump data at
|
29044
|
-
# server-side encryption. The `KmsKeyId` can be
|
29045
|
-
# formats:
|
29200
|
+
# The Amazon Web Services Key Management Service (Amazon Web Services
|
29201
|
+
# KMS) key that Amazon SageMaker uses to encrypt the core dump data at
|
29202
|
+
# rest using Amazon S3 server-side encryption. The `KmsKeyId` can be
|
29203
|
+
# any of the following formats:
|
29046
29204
|
#
|
29047
29205
|
# * // KMS Key ID
|
29048
29206
|
#
|
@@ -29074,8 +29232,9 @@ module Aws::SageMaker
|
|
29074
29232
|
#
|
29075
29233
|
# The KMS key policy must grant permission to the IAM role that you
|
29076
29234
|
# specify in your `CreateEndpoint` and `UpdateEndpoint` requests. For
|
29077
|
-
# more information, see [Using Key Policies in
|
29078
|
-
# Key Management Service Developer
|
29235
|
+
# more information, see [Using Key Policies in Amazon Web Services
|
29236
|
+
# KMS][2] in the *Amazon Web Services Key Management Service Developer
|
29237
|
+
# Guide*.
|
29079
29238
|
#
|
29080
29239
|
#
|
29081
29240
|
#
|
@@ -29421,8 +29580,8 @@ module Aws::SageMaker
|
|
29421
29580
|
end
|
29422
29581
|
|
29423
29582
|
# A key value pair used when you provision a project as a service
|
29424
|
-
# catalog product. For information, see [What is
|
29425
|
-
# Catalog][1].
|
29583
|
+
# catalog product. For information, see [What is Amazon Web Services
|
29584
|
+
# Service Catalog][1].
|
29426
29585
|
#
|
29427
29586
|
#
|
29428
29587
|
#
|
@@ -29764,8 +29923,9 @@ module Aws::SageMaker
|
|
29764
29923
|
# @return [String]
|
29765
29924
|
#
|
29766
29925
|
# @!attribute [rw] kms_key_id
|
29767
|
-
# The
|
29768
|
-
# uses to encrypt data from a Redshift
|
29926
|
+
# The Amazon Web Services Key Management Service (Amazon Web Services
|
29927
|
+
# KMS) key that Amazon SageMaker uses to encrypt data from a Redshift
|
29928
|
+
# execution.
|
29769
29929
|
# @return [String]
|
29770
29930
|
#
|
29771
29931
|
# @!attribute [rw] output_format
|
@@ -29963,8 +30123,8 @@ module Aws::SageMaker
|
|
29963
30123
|
# registry where your model image is hosted. Specify a value for this
|
29964
30124
|
# property only if you specified `Vpc` as the value for the
|
29965
30125
|
# `RepositoryAccessMode` field of the `ImageConfig` object that you
|
29966
|
-
# passed to a call to CreateModel and the private Docker registry
|
29967
|
-
# the model image is hosted requires authentication.
|
30126
|
+
# passed to a call to `CreateModel` and the private Docker registry
|
30127
|
+
# where the model image is hosted requires authentication.
|
29968
30128
|
#
|
29969
30129
|
# @note When making an API call, you may pass RepositoryAuthConfig
|
29970
30130
|
# data as a hash:
|
@@ -29974,11 +30134,12 @@ module Aws::SageMaker
|
|
29974
30134
|
# }
|
29975
30135
|
#
|
29976
30136
|
# @!attribute [rw] repository_credentials_provider_arn
|
29977
|
-
# The Amazon Resource Name (ARN) of an
|
29978
|
-
# provides credentials to authenticate to the private
|
29979
|
-
# where your model image is hosted. For information
|
29980
|
-
#
|
29981
|
-
# the console][1] in the *
|
30137
|
+
# The Amazon Resource Name (ARN) of an Amazon Web Services Lambda
|
30138
|
+
# function that provides credentials to authenticate to the private
|
30139
|
+
# Docker registry where your model image is hosted. For information
|
30140
|
+
# about how to create an Amazon Web Services Lambda function, see
|
30141
|
+
# [Create a Lambda function with the console][1] in the *Amazon Web
|
30142
|
+
# Services Lambda Developer Guide*.
|
29982
30143
|
#
|
29983
30144
|
#
|
29984
30145
|
#
|
@@ -30076,9 +30237,9 @@ module Aws::SageMaker
|
|
30076
30237
|
# @return [Integer]
|
30077
30238
|
#
|
30078
30239
|
# @!attribute [rw] volume_kms_key_id
|
30079
|
-
# The
|
30080
|
-
# storage volume attached to the ML compute
|
30081
|
-
# training job.
|
30240
|
+
# The Amazon Web Services KMS key that Amazon SageMaker uses to
|
30241
|
+
# encrypt data on the storage volume attached to the ML compute
|
30242
|
+
# instance(s) that run the training job.
|
30082
30243
|
#
|
30083
30244
|
# <note markdown="1"> Certain Nitro-based instances include local storage, dependent on
|
30084
30245
|
# the instance type. Local storage volumes are encrypted using a
|
@@ -30412,8 +30573,9 @@ module Aws::SageMaker
|
|
30412
30573
|
# @return [String]
|
30413
30574
|
#
|
30414
30575
|
# @!attribute [rw] kms_key_id
|
30415
|
-
# The
|
30416
|
-
# encrypt any objects written into the `OfflineStore` S3
|
30576
|
+
# The Amazon Web Services Key Management Service (KMS) key ID of the
|
30577
|
+
# key used to encrypt any objects written into the `OfflineStore` S3
|
30578
|
+
# location.
|
30417
30579
|
#
|
30418
30580
|
# The IAM `roleARN` that is passed as a parameter to
|
30419
30581
|
# `CreateFeatureGroup` must have below permissions to the `KmsKeyId`\:
|
@@ -30991,7 +31153,8 @@ module Aws::SageMaker
|
|
30991
31153
|
end
|
30992
31154
|
|
30993
31155
|
# Details of a provisioned service catalog product. For information
|
30994
|
-
# about service catalog, see [What is
|
31156
|
+
# about service catalog, see [What is Amazon Web Services Service
|
31157
|
+
# Catalog][1].
|
30995
31158
|
#
|
30996
31159
|
#
|
30997
31160
|
#
|
@@ -31038,8 +31201,8 @@ module Aws::SageMaker
|
|
31038
31201
|
end
|
31039
31202
|
|
31040
31203
|
# Details that you specify to provision a service catalog product. For
|
31041
|
-
# information about service catalog, see .[What is
|
31042
|
-
# Catalog][1].
|
31204
|
+
# information about service catalog, see .[What is Amazon Web Services
|
31205
|
+
# Service Catalog][1].
|
31043
31206
|
#
|
31044
31207
|
#
|
31045
31208
|
#
|
@@ -31116,9 +31279,9 @@ module Aws::SageMaker
|
|
31116
31279
|
# @return [String]
|
31117
31280
|
#
|
31118
31281
|
# @!attribute [rw] s3_kms_key_id
|
31119
|
-
# When `NotebookOutputOption` is `Allowed`, the
|
31120
|
-
# Service (KMS) encryption key ID used to encrypt the
|
31121
|
-
# output in the Amazon S3 bucket.
|
31282
|
+
# When `NotebookOutputOption` is `Allowed`, the Amazon Web Services
|
31283
|
+
# Key Management Service (KMS) encryption key ID used to encrypt the
|
31284
|
+
# notebook cell output in the Amazon S3 bucket.
|
31122
31285
|
# @return [String]
|
31123
31286
|
#
|
31124
31287
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/SharingSettings AWS API Documentation
|
@@ -31169,8 +31332,8 @@ module Aws::SageMaker
|
|
31169
31332
|
|
31170
31333
|
# Specifies an algorithm that was used to create the model package. The
|
31171
31334
|
# algorithm must be either an algorithm resource in your Amazon
|
31172
|
-
# SageMaker account or an algorithm in
|
31173
|
-
# subscribed to.
|
31335
|
+
# SageMaker account or an algorithm in Amazon Web Services Marketplace
|
31336
|
+
# that you are subscribed to.
|
31174
31337
|
#
|
31175
31338
|
# @note When making an API call, you may pass SourceAlgorithm
|
31176
31339
|
# data as a hash:
|
@@ -31194,8 +31357,8 @@ module Aws::SageMaker
|
|
31194
31357
|
# @!attribute [rw] algorithm_name
|
31195
31358
|
# The name of an algorithm that was used to create the model package.
|
31196
31359
|
# The algorithm must be either an algorithm resource in your Amazon
|
31197
|
-
# SageMaker account or an algorithm in
|
31198
|
-
# subscribed to.
|
31360
|
+
# SageMaker account or an algorithm in Amazon Web Services Marketplace
|
31361
|
+
# that you are subscribed to.
|
31199
31362
|
# @return [String]
|
31200
31363
|
#
|
31201
31364
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/SourceAlgorithm AWS API Documentation
|
@@ -31736,17 +31899,19 @@ module Aws::SageMaker
|
|
31736
31899
|
end
|
31737
31900
|
|
31738
31901
|
# A tag object that consists of a key and an optional value, used to
|
31739
|
-
# manage metadata for Amazon SageMaker
|
31902
|
+
# manage metadata for Amazon SageMaker Amazon Web Services resources.
|
31740
31903
|
#
|
31741
31904
|
# You can add tags to notebook instances, training jobs, hyperparameter
|
31742
31905
|
# tuning jobs, batch transform jobs, models, labeling jobs, work teams,
|
31743
31906
|
# endpoint configurations, and endpoints. For more information on adding
|
31744
31907
|
# tags to Amazon SageMaker resources, see AddTags.
|
31745
31908
|
#
|
31746
|
-
# For more information on adding metadata to your
|
31747
|
-
# tagging, see [Tagging
|
31748
|
-
#
|
31749
|
-
#
|
31909
|
+
# For more information on adding metadata to your Amazon Web Services
|
31910
|
+
# resources with tagging, see [Tagging Amazon Web Services
|
31911
|
+
# resources][1]. For advice on best practices for managing Amazon Web
|
31912
|
+
# Services resources with tagging, see [Tagging Best Practices:
|
31913
|
+
# Implement an Effective Amazon Web Services Resource Tagging
|
31914
|
+
# Strategy][2].
|
31750
31915
|
#
|
31751
31916
|
#
|
31752
31917
|
#
|
@@ -32042,8 +32207,8 @@ module Aws::SageMaker
|
|
32042
32207
|
# @return [Types::AlgorithmSpecification]
|
32043
32208
|
#
|
32044
32209
|
# @!attribute [rw] role_arn
|
32045
|
-
# The
|
32046
|
-
# training job.
|
32210
|
+
# The Amazon Web Services Identity and Access Management (IAM) role
|
32211
|
+
# configured for the training job.
|
32047
32212
|
# @return [String]
|
32048
32213
|
#
|
32049
32214
|
# @!attribute [rw] input_data_config
|
@@ -32207,9 +32372,10 @@ module Aws::SageMaker
|
|
32207
32372
|
# @return [Types::RetryStrategy]
|
32208
32373
|
#
|
32209
32374
|
# @!attribute [rw] tags
|
32210
|
-
# An array of key-value pairs. You can use tags to categorize your
|
32211
|
-
# resources in different ways, for example, by
|
32212
|
-
# environment. For more information, see [Tagging
|
32375
|
+
# An array of key-value pairs. You can use tags to categorize your
|
32376
|
+
# Amazon Web Services resources in different ways, for example, by
|
32377
|
+
# purpose, owner, or environment. For more information, see [Tagging
|
32378
|
+
# Amazon Web Services Resources][1].
|
32213
32379
|
#
|
32214
32380
|
#
|
32215
32381
|
#
|
@@ -33079,10 +33245,10 @@ module Aws::SageMaker
|
|
33079
33245
|
# @return [String]
|
33080
33246
|
#
|
33081
33247
|
# @!attribute [rw] kms_key_id
|
33082
|
-
# The
|
33083
|
-
# uses to encrypt the model artifacts
|
33084
|
-
# server-side encryption. The `KmsKeyId` can
|
33085
|
-
# formats:
|
33248
|
+
# The Amazon Web Services Key Management Service (Amazon Web Services
|
33249
|
+
# KMS) key that Amazon SageMaker uses to encrypt the model artifacts
|
33250
|
+
# at rest using Amazon S3 server-side encryption. The `KmsKeyId` can
|
33251
|
+
# be any of the following formats:
|
33086
33252
|
#
|
33087
33253
|
# * Key ID: `1234abcd-12ab-34cd-56ef-1234567890ab`
|
33088
33254
|
#
|
@@ -33101,8 +33267,8 @@ module Aws::SageMaker
|
|
33101
33267
|
#
|
33102
33268
|
# The KMS key policy must grant permission to the IAM role that you
|
33103
33269
|
# specify in your CreateModel request. For more information, see
|
33104
|
-
# [Using Key Policies in
|
33105
|
-
# Service Developer Guide*.
|
33270
|
+
# [Using Key Policies in Amazon Web Services KMS][2] in the *Amazon
|
33271
|
+
# Web Services Key Management Service Developer Guide*.
|
33106
33272
|
#
|
33107
33273
|
#
|
33108
33274
|
#
|
@@ -33146,9 +33312,10 @@ module Aws::SageMaker
|
|
33146
33312
|
# @return [Integer]
|
33147
33313
|
#
|
33148
33314
|
# @!attribute [rw] volume_kms_key_id
|
33149
|
-
# The
|
33150
|
-
# uses to encrypt model data on the
|
33151
|
-
# compute instance(s) that run the
|
33315
|
+
# The Amazon Web Services Key Management Service (Amazon Web Services
|
33316
|
+
# KMS) key that Amazon SageMaker uses to encrypt model data on the
|
33317
|
+
# storage volume attached to the ML compute instance(s) that run the
|
33318
|
+
# batch transform job.
|
33152
33319
|
#
|
33153
33320
|
# <note markdown="1"> Certain Nitro-based instances include local storage, dependent on
|
33154
33321
|
# the instance type. Local storage volumes are encrypted using a
|
@@ -33848,6 +34015,21 @@ module Aws::SageMaker
|
|
33848
34015
|
include Aws::Structure
|
33849
34016
|
end
|
33850
34017
|
|
34018
|
+
# Metadata for a tuning step.
|
34019
|
+
#
|
34020
|
+
# @!attribute [rw] arn
|
34021
|
+
# The Amazon Resource Name (ARN) of the tuning job that was run by
|
34022
|
+
# this step execution.
|
34023
|
+
# @return [String]
|
34024
|
+
#
|
34025
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/TuningJobStepMetaData AWS API Documentation
|
34026
|
+
#
|
34027
|
+
class TuningJobStepMetaData < Struct.new(
|
34028
|
+
:arn)
|
34029
|
+
SENSITIVE = []
|
34030
|
+
include Aws::Structure
|
34031
|
+
end
|
34032
|
+
|
33851
34033
|
# Represents an amount of money in United States dollars.
|
33852
34034
|
#
|
33853
34035
|
# @note When making an API call, you may pass USD
|
@@ -33911,8 +34093,8 @@ module Aws::SageMaker
|
|
33911
34093
|
# Use this parameter when you are creating a labeling job for 3D point
|
33912
34094
|
# cloud and video fram labeling jobs. Use your labeling job task type
|
33913
34095
|
# to select one of the following ARNs and use it with this parameter
|
33914
|
-
# when you create a labeling job. Replace `aws-region` with the
|
33915
|
-
# region you are creating your labeling job in.
|
34096
|
+
# when you create a labeling job. Replace `aws-region` with the Amazon
|
34097
|
+
# Web Services region you are creating your labeling job in.
|
33916
34098
|
#
|
33917
34099
|
# **3D Point Cloud HumanTaskUiArns**
|
33918
34100
|
#
|
@@ -34176,10 +34358,10 @@ module Aws::SageMaker
|
|
34176
34358
|
#
|
34177
34359
|
# @!attribute [rw] git_config
|
34178
34360
|
# The configuration of the git repository, including the URL and the
|
34179
|
-
# Amazon Resource Name (ARN) of the
|
34180
|
-
# contains the credentials used to access the
|
34181
|
-
# must have a staging label of `AWSCURRENT` and
|
34182
|
-
# following format:
|
34361
|
+
# Amazon Resource Name (ARN) of the Amazon Web Services Secrets
|
34362
|
+
# Manager secret that contains the credentials used to access the
|
34363
|
+
# repository. The secret must have a staging label of `AWSCURRENT` and
|
34364
|
+
# must be in the following format:
|
34183
34365
|
#
|
34184
34366
|
# `\{"username": UserName, "password": Password\}`
|
34185
34367
|
# @return [Types::GitConfigForUpdate]
|
@@ -34289,9 +34471,9 @@ module Aws::SageMaker
|
|
34289
34471
|
# @return [Types::EdgeOutputConfig]
|
34290
34472
|
#
|
34291
34473
|
# @!attribute [rw] enable_iot_role_alias
|
34292
|
-
# Whether to create an
|
34293
|
-
# creation. The name of the role alias generated will
|
34294
|
-
# pattern: "SageMakerEdge-\\\{DeviceFleetName\\}".
|
34474
|
+
# Whether to create an Amazon Web Services IoT Role Alias during
|
34475
|
+
# device fleet creation. The name of the role alias generated will
|
34476
|
+
# match this pattern: "SageMakerEdge-\\\{DeviceFleetName\\}".
|
34295
34477
|
#
|
34296
34478
|
# For example, if your device fleet is called "demo-fleet", the name
|
34297
34479
|
# of the role alias will be "SageMakerEdge-demo-fleet".
|
@@ -34781,7 +34963,7 @@ module Aws::SageMaker
|
|
34781
34963
|
#
|
34782
34964
|
# @!attribute [rw] monitoring_schedule_name
|
34783
34965
|
# The name of the monitoring schedule. The name must be unique within
|
34784
|
-
# an
|
34966
|
+
# an Amazon Web Services Region within an Amazon Web Services account.
|
34785
34967
|
# @return [String]
|
34786
34968
|
#
|
34787
34969
|
# @!attribute [rw] monitoring_schedule_config
|
@@ -34885,10 +35067,11 @@ module Aws::SageMaker
|
|
34885
35067
|
# The Git repository to associate with the notebook instance as its
|
34886
35068
|
# default code repository. This can be either the name of a Git
|
34887
35069
|
# repository stored as a resource in your account, or the URL of a Git
|
34888
|
-
# repository in [
|
34889
|
-
# When you open a notebook instance, it opens in the
|
34890
|
-
# contains this repository. For more information, see
|
34891
|
-
# Repositories with Amazon SageMaker Notebook
|
35070
|
+
# repository in [Amazon Web Services CodeCommit][1] or in any other
|
35071
|
+
# Git repository. When you open a notebook instance, it opens in the
|
35072
|
+
# directory that contains this repository. For more information, see
|
35073
|
+
# [Associating Git Repositories with Amazon SageMaker Notebook
|
35074
|
+
# Instances][2].
|
34892
35075
|
#
|
34893
35076
|
#
|
34894
35077
|
#
|
@@ -34900,10 +35083,11 @@ module Aws::SageMaker
|
|
34900
35083
|
# An array of up to three Git repositories to associate with the
|
34901
35084
|
# notebook instance. These can be either the names of Git repositories
|
34902
35085
|
# stored as resources in your account, or the URL of Git repositories
|
34903
|
-
# in [
|
34904
|
-
# repositories are cloned at the same level as the
|
34905
|
-
# of your notebook instance. For more information,
|
34906
|
-
# Git Repositories with Amazon SageMaker Notebook
|
35086
|
+
# in [Amazon Web Services CodeCommit][1] or in any other Git
|
35087
|
+
# repository. These repositories are cloned at the same level as the
|
35088
|
+
# default repository of your notebook instance. For more information,
|
35089
|
+
# see [Associating Git Repositories with Amazon SageMaker Notebook
|
35090
|
+
# Instances][2].
|
34907
35091
|
#
|
34908
35092
|
#
|
34909
35093
|
#
|
@@ -35471,10 +35655,10 @@ module Aws::SageMaker
|
|
35471
35655
|
|
35472
35656
|
# @!attribute [rw] workforce
|
35473
35657
|
# A single private workforce. You can create one private work force in
|
35474
|
-
# each
|
35475
|
-
# used in a specific region will apply to the workforce
|
35476
|
-
# that region. To learn how to create a private workforce,
|
35477
|
-
# a Private Workforce][1].
|
35658
|
+
# each Amazon Web Services Region. By default, any workforce-related
|
35659
|
+
# API operation used in a specific region will apply to the workforce
|
35660
|
+
# created in that region. To learn how to create a private workforce,
|
35661
|
+
# see [Create a Private Workforce][1].
|
35478
35662
|
#
|
35479
35663
|
#
|
35480
35664
|
#
|
@@ -35822,10 +36006,10 @@ module Aws::SageMaker
|
|
35822
36006
|
|
35823
36007
|
# A single private workforce, which is automatically created when you
|
35824
36008
|
# create your first private work team. You can create one private work
|
35825
|
-
# force in each
|
35826
|
-
# operation used in a specific region will apply
|
35827
|
-
# created in that region. To learn how to create a
|
35828
|
-
# see [Create a Private Workforce][1].
|
36009
|
+
# force in each Amazon Web Services Region. By default, any
|
36010
|
+
# workforce-related API operation used in a specific region will apply
|
36011
|
+
# to the workforce created in that region. To learn how to create a
|
36012
|
+
# private workforce, see [Create a Private Workforce][1].
|
35829
36013
|
#
|
35830
36014
|
#
|
35831
36015
|
#
|