aws-sdk-sagemaker 1.88.0 → 1.93.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +25 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker.rb +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +413 -278
- data/lib/aws-sdk-sagemaker/client_api.rb +41 -0
- data/lib/aws-sdk-sagemaker/types.rb +769 -420
- metadata +2 -2
@@ -523,9 +523,14 @@ module Aws::SageMaker
|
|
523
523
|
EdgePackagingJobStatus = Shapes::StringShape.new(name: 'EdgePackagingJobStatus')
|
524
524
|
EdgePackagingJobSummaries = Shapes::ListShape.new(name: 'EdgePackagingJobSummaries')
|
525
525
|
EdgePackagingJobSummary = Shapes::StructureShape.new(name: 'EdgePackagingJobSummary')
|
526
|
+
EdgePresetDeploymentArtifact = Shapes::StringShape.new(name: 'EdgePresetDeploymentArtifact')
|
527
|
+
EdgePresetDeploymentOutput = Shapes::StructureShape.new(name: 'EdgePresetDeploymentOutput')
|
528
|
+
EdgePresetDeploymentStatus = Shapes::StringShape.new(name: 'EdgePresetDeploymentStatus')
|
529
|
+
EdgePresetDeploymentType = Shapes::StringShape.new(name: 'EdgePresetDeploymentType')
|
526
530
|
EdgeVersion = Shapes::StringShape.new(name: 'EdgeVersion')
|
527
531
|
EfsUid = Shapes::StringShape.new(name: 'EfsUid')
|
528
532
|
EnableCapture = Shapes::BooleanShape.new(name: 'EnableCapture')
|
533
|
+
EnableIotRoleAlias = Shapes::BooleanShape.new(name: 'EnableIotRoleAlias')
|
529
534
|
EnableSagemakerServicecatalogPortfolioInput = Shapes::StructureShape.new(name: 'EnableSagemakerServicecatalogPortfolioInput')
|
530
535
|
EnableSagemakerServicecatalogPortfolioOutput = Shapes::StructureShape.new(name: 'EnableSagemakerServicecatalogPortfolioOutput')
|
531
536
|
Endpoint = Shapes::StructureShape.new(name: 'Endpoint')
|
@@ -682,6 +687,7 @@ module Aws::SageMaker
|
|
682
687
|
Images = Shapes::ListShape.new(name: 'Images')
|
683
688
|
InferenceExecutionConfig = Shapes::StructureShape.new(name: 'InferenceExecutionConfig')
|
684
689
|
InferenceExecutionMode = Shapes::StringShape.new(name: 'InferenceExecutionMode')
|
690
|
+
InferenceImage = Shapes::StringShape.new(name: 'InferenceImage')
|
685
691
|
InferenceSpecification = Shapes::StructureShape.new(name: 'InferenceSpecification')
|
686
692
|
InputConfig = Shapes::StructureShape.new(name: 'InputConfig')
|
687
693
|
InputDataConfig = Shapes::ListShape.new(name: 'InputDataConfig')
|
@@ -968,6 +974,11 @@ module Aws::SageMaker
|
|
968
974
|
MountPath = Shapes::StringShape.new(name: 'MountPath')
|
969
975
|
MultiModelConfig = Shapes::StructureShape.new(name: 'MultiModelConfig')
|
970
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')
|
971
982
|
NestedFilters = Shapes::StructureShape.new(name: 'NestedFilters')
|
972
983
|
NestedFiltersList = Shapes::ListShape.new(name: 'NestedFiltersList')
|
973
984
|
NetworkConfig = Shapes::StructureShape.new(name: 'NetworkConfig')
|
@@ -1356,6 +1367,7 @@ module Aws::SageMaker
|
|
1356
1367
|
TrialSummaries = Shapes::ListShape.new(name: 'TrialSummaries')
|
1357
1368
|
TrialSummary = Shapes::StructureShape.new(name: 'TrialSummary')
|
1358
1369
|
TuningJobCompletionCriteria = Shapes::StructureShape.new(name: 'TuningJobCompletionCriteria')
|
1370
|
+
TuningJobStepMetaData = Shapes::StructureShape.new(name: 'TuningJobStepMetaData')
|
1359
1371
|
USD = Shapes::StructureShape.new(name: 'USD')
|
1360
1372
|
UiConfig = Shapes::StructureShape.new(name: 'UiConfig')
|
1361
1373
|
UiTemplate = Shapes::StructureShape.new(name: 'UiTemplate')
|
@@ -1935,6 +1947,7 @@ module Aws::SageMaker
|
|
1935
1947
|
CreateCompilationJobRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
|
1936
1948
|
CreateCompilationJobRequest.add_member(:input_config, Shapes::ShapeRef.new(shape: InputConfig, required: true, location_name: "InputConfig"))
|
1937
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"))
|
1938
1951
|
CreateCompilationJobRequest.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: StoppingCondition, required: true, location_name: "StoppingCondition"))
|
1939
1952
|
CreateCompilationJobRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1940
1953
|
CreateCompilationJobRequest.struct_class = Types::CreateCompilationJobRequest
|
@@ -1973,6 +1986,7 @@ module Aws::SageMaker
|
|
1973
1986
|
CreateDeviceFleetRequest.add_member(:description, Shapes::ShapeRef.new(shape: DeviceFleetDescription, location_name: "Description"))
|
1974
1987
|
CreateDeviceFleetRequest.add_member(:output_config, Shapes::ShapeRef.new(shape: EdgeOutputConfig, required: true, location_name: "OutputConfig"))
|
1975
1988
|
CreateDeviceFleetRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1989
|
+
CreateDeviceFleetRequest.add_member(:enable_iot_role_alias, Shapes::ShapeRef.new(shape: EnableIotRoleAlias, location_name: "EnableIotRoleAlias"))
|
1976
1990
|
CreateDeviceFleetRequest.struct_class = Types::CreateDeviceFleetRequest
|
1977
1991
|
|
1978
1992
|
CreateDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
|
@@ -2764,6 +2778,7 @@ module Aws::SageMaker
|
|
2764
2778
|
DescribeCompilationJobResponse.add_member(:compilation_start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CompilationStartTime"))
|
2765
2779
|
DescribeCompilationJobResponse.add_member(:compilation_end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CompilationEndTime"))
|
2766
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"))
|
2767
2782
|
DescribeCompilationJobResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "CreationTime"))
|
2768
2783
|
DescribeCompilationJobResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: LastModifiedTime, required: true, location_name: "LastModifiedTime"))
|
2769
2784
|
DescribeCompilationJobResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, required: true, location_name: "FailureReason"))
|
@@ -2772,6 +2787,7 @@ module Aws::SageMaker
|
|
2772
2787
|
DescribeCompilationJobResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
|
2773
2788
|
DescribeCompilationJobResponse.add_member(:input_config, Shapes::ShapeRef.new(shape: InputConfig, required: true, location_name: "InputConfig"))
|
2774
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"))
|
2775
2791
|
DescribeCompilationJobResponse.struct_class = Types::DescribeCompilationJobResponse
|
2776
2792
|
|
2777
2793
|
DescribeContextRequest.add_member(:context_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "ContextName"))
|
@@ -2874,6 +2890,7 @@ module Aws::SageMaker
|
|
2874
2890
|
DescribeEdgePackagingJobResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
2875
2891
|
DescribeEdgePackagingJobResponse.add_member(:model_artifact, Shapes::ShapeRef.new(shape: S3Uri, location_name: "ModelArtifact"))
|
2876
2892
|
DescribeEdgePackagingJobResponse.add_member(:model_signature, Shapes::ShapeRef.new(shape: String, location_name: "ModelSignature"))
|
2893
|
+
DescribeEdgePackagingJobResponse.add_member(:preset_deployment_output, Shapes::ShapeRef.new(shape: EdgePresetDeploymentOutput, location_name: "PresetDeploymentOutput"))
|
2877
2894
|
DescribeEdgePackagingJobResponse.struct_class = Types::DescribeEdgePackagingJobResponse
|
2878
2895
|
|
2879
2896
|
DescribeEndpointConfigInput.add_member(:endpoint_config_name, Shapes::ShapeRef.new(shape: EndpointConfigName, required: true, location_name: "EndpointConfigName"))
|
@@ -3491,6 +3508,8 @@ module Aws::SageMaker
|
|
3491
3508
|
|
3492
3509
|
EdgeOutputConfig.add_member(:s3_output_location, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3OutputLocation"))
|
3493
3510
|
EdgeOutputConfig.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
|
3511
|
+
EdgeOutputConfig.add_member(:preset_deployment_type, Shapes::ShapeRef.new(shape: EdgePresetDeploymentType, location_name: "PresetDeploymentType"))
|
3512
|
+
EdgeOutputConfig.add_member(:preset_deployment_config, Shapes::ShapeRef.new(shape: String, location_name: "PresetDeploymentConfig"))
|
3494
3513
|
EdgeOutputConfig.struct_class = Types::EdgeOutputConfig
|
3495
3514
|
|
3496
3515
|
EdgePackagingJobSummaries.member = Shapes::ShapeRef.new(shape: EdgePackagingJobSummary)
|
@@ -3505,6 +3524,12 @@ module Aws::SageMaker
|
|
3505
3524
|
EdgePackagingJobSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
3506
3525
|
EdgePackagingJobSummary.struct_class = Types::EdgePackagingJobSummary
|
3507
3526
|
|
3527
|
+
EdgePresetDeploymentOutput.add_member(:type, Shapes::ShapeRef.new(shape: EdgePresetDeploymentType, required: true, location_name: "Type"))
|
3528
|
+
EdgePresetDeploymentOutput.add_member(:artifact, Shapes::ShapeRef.new(shape: EdgePresetDeploymentArtifact, location_name: "Artifact"))
|
3529
|
+
EdgePresetDeploymentOutput.add_member(:status, Shapes::ShapeRef.new(shape: EdgePresetDeploymentStatus, location_name: "Status"))
|
3530
|
+
EdgePresetDeploymentOutput.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "StatusMessage"))
|
3531
|
+
EdgePresetDeploymentOutput.struct_class = Types::EdgePresetDeploymentOutput
|
3532
|
+
|
3508
3533
|
EnableSagemakerServicecatalogPortfolioInput.struct_class = Types::EnableSagemakerServicecatalogPortfolioInput
|
3509
3534
|
|
3510
3535
|
EnableSagemakerServicecatalogPortfolioOutput.struct_class = Types::EnableSagemakerServicecatalogPortfolioOutput
|
@@ -4841,6 +4866,7 @@ module Aws::SageMaker
|
|
4841
4866
|
ModelPackageContainerDefinition.add_member(:image_digest, Shapes::ShapeRef.new(shape: ImageDigest, location_name: "ImageDigest"))
|
4842
4867
|
ModelPackageContainerDefinition.add_member(:model_data_url, Shapes::ShapeRef.new(shape: Url, location_name: "ModelDataUrl"))
|
4843
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"))
|
4844
4870
|
ModelPackageContainerDefinition.struct_class = Types::ModelPackageContainerDefinition
|
4845
4871
|
|
4846
4872
|
ModelPackageContainerDefinitionList.member = Shapes::ShapeRef.new(shape: ModelPackageContainerDefinition)
|
@@ -5058,6 +5084,14 @@ module Aws::SageMaker
|
|
5058
5084
|
MultiModelConfig.add_member(:model_cache_setting, Shapes::ShapeRef.new(shape: ModelCacheSetting, location_name: "ModelCacheSetting"))
|
5059
5085
|
MultiModelConfig.struct_class = Types::MultiModelConfig
|
5060
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
|
+
|
5061
5095
|
NestedFilters.add_member(:nested_property_name, Shapes::ShapeRef.new(shape: ResourcePropertyName, required: true, location_name: "NestedPropertyName"))
|
5062
5096
|
NestedFilters.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, required: true, location_name: "Filters"))
|
5063
5097
|
NestedFilters.struct_class = Types::NestedFilters
|
@@ -5232,6 +5266,7 @@ module Aws::SageMaker
|
|
5232
5266
|
PipelineExecutionStepMetadata.add_member(:training_job, Shapes::ShapeRef.new(shape: TrainingJobStepMetadata, location_name: "TrainingJob"))
|
5233
5267
|
PipelineExecutionStepMetadata.add_member(:processing_job, Shapes::ShapeRef.new(shape: ProcessingJobStepMetadata, location_name: "ProcessingJob"))
|
5234
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"))
|
5235
5270
|
PipelineExecutionStepMetadata.add_member(:model, Shapes::ShapeRef.new(shape: ModelStepMetadata, location_name: "Model"))
|
5236
5271
|
PipelineExecutionStepMetadata.add_member(:register_model, Shapes::ShapeRef.new(shape: RegisterModelStepMetadata, location_name: "RegisterModel"))
|
5237
5272
|
PipelineExecutionStepMetadata.add_member(:condition, Shapes::ShapeRef.new(shape: ConditionStepMetadata, location_name: "Condition"))
|
@@ -6007,6 +6042,9 @@ module Aws::SageMaker
|
|
6007
6042
|
TuningJobCompletionCriteria.add_member(:target_objective_metric_value, Shapes::ShapeRef.new(shape: TargetObjectiveMetricValue, required: true, location_name: "TargetObjectiveMetricValue"))
|
6008
6043
|
TuningJobCompletionCriteria.struct_class = Types::TuningJobCompletionCriteria
|
6009
6044
|
|
6045
|
+
TuningJobStepMetaData.add_member(:arn, Shapes::ShapeRef.new(shape: HyperParameterTuningJobArn, location_name: "Arn"))
|
6046
|
+
TuningJobStepMetaData.struct_class = Types::TuningJobStepMetaData
|
6047
|
+
|
6010
6048
|
USD.add_member(:dollars, Shapes::ShapeRef.new(shape: Dollars, location_name: "Dollars"))
|
6011
6049
|
USD.add_member(:cents, Shapes::ShapeRef.new(shape: Cents, location_name: "Cents"))
|
6012
6050
|
USD.add_member(:tenth_fractions_of_a_cent, Shapes::ShapeRef.new(shape: TenthFractionsOfACent, location_name: "TenthFractionsOfACent"))
|
@@ -6069,6 +6107,7 @@ module Aws::SageMaker
|
|
6069
6107
|
UpdateDeviceFleetRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
6070
6108
|
UpdateDeviceFleetRequest.add_member(:description, Shapes::ShapeRef.new(shape: DeviceFleetDescription, location_name: "Description"))
|
6071
6109
|
UpdateDeviceFleetRequest.add_member(:output_config, Shapes::ShapeRef.new(shape: EdgeOutputConfig, required: true, location_name: "OutputConfig"))
|
6110
|
+
UpdateDeviceFleetRequest.add_member(:enable_iot_role_alias, Shapes::ShapeRef.new(shape: EnableIotRoleAlias, location_name: "EnableIotRoleAlias"))
|
6072
6111
|
UpdateDeviceFleetRequest.struct_class = Types::UpdateDeviceFleetRequest
|
6073
6112
|
|
6074
6113
|
UpdateDevicesRequest.add_member(:device_fleet_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "DeviceFleetName"))
|
@@ -6971,6 +7010,7 @@ module Aws::SageMaker
|
|
6971
7010
|
o.http_request_uri = "/"
|
6972
7011
|
o.input = Shapes::ShapeRef.new(shape: DeleteModelPackageGroupInput)
|
6973
7012
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
7013
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
6974
7014
|
end)
|
6975
7015
|
|
6976
7016
|
api.add_operation(:delete_model_package_group_policy, Seahorse::Model::Operation.new.tap do |o|
|
@@ -7030,6 +7070,7 @@ module Aws::SageMaker
|
|
7030
7070
|
o.http_request_uri = "/"
|
7031
7071
|
o.input = Shapes::ShapeRef.new(shape: DeleteProjectInput)
|
7032
7072
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
7073
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
7033
7074
|
end)
|
7034
7075
|
|
7035
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:
|
@@ -520,7 +521,7 @@ module Aws::SageMaker
|
|
520
521
|
# kms_key_id: "KmsKeyId",
|
521
522
|
# },
|
522
523
|
# transform_resources: { # required
|
523
|
-
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge
|
524
|
+
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
524
525
|
# instance_count: 1, # required
|
525
526
|
# volume_kms_key_id: "KmsKeyId",
|
526
527
|
# },
|
@@ -634,7 +635,7 @@ module Aws::SageMaker
|
|
634
635
|
# kms_key_id: "KmsKeyId",
|
635
636
|
# },
|
636
637
|
# transform_resources: { # required
|
637
|
-
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge
|
638
|
+
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
638
639
|
# instance_count: 1, # required
|
639
640
|
# volume_kms_key_id: "KmsKeyId",
|
640
641
|
# },
|
@@ -1678,8 +1679,9 @@ module Aws::SageMaker
|
|
1678
1679
|
# @return [String]
|
1679
1680
|
#
|
1680
1681
|
# @!attribute [rw] kms_key_id
|
1681
|
-
# The
|
1682
|
-
# uses to encrypt data generated from
|
1682
|
+
# The Amazon Web Services Key Management Service (Amazon Web Services
|
1683
|
+
# KMS) key that Amazon SageMaker uses to encrypt data generated from
|
1684
|
+
# an Athena query execution.
|
1683
1685
|
# @return [String]
|
1684
1686
|
#
|
1685
1687
|
# @!attribute [rw] output_format
|
@@ -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,9 +3427,12 @@ 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
|
-
# supported_transform_instance_types: ["ml.m4.xlarge"], # accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge
|
3435
|
+
# supported_transform_instance_types: ["ml.m4.xlarge"], # accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
3428
3436
|
# supported_realtime_inference_instance_types: ["ml.t2.medium"], # accepts ml.t2.medium, ml.t2.large, ml.t2.xlarge, ml.t2.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.12xlarge, ml.m5d.24xlarge, ml.c4.large, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5d.large, ml.c5d.xlarge, ml.c5d.2xlarge, ml.c5d.4xlarge, ml.c5d.9xlarge, ml.c5d.18xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.12xlarge, ml.r5.24xlarge, ml.r5d.large, ml.r5d.xlarge, ml.r5d.2xlarge, ml.r5d.4xlarge, ml.r5d.12xlarge, ml.r5d.24xlarge, ml.inf1.xlarge, ml.inf1.2xlarge, ml.inf1.6xlarge, ml.inf1.24xlarge
|
3429
3437
|
# supported_content_types: ["ContentType"], # required
|
3430
3438
|
# supported_response_mime_types: ["ResponseMIMEType"], # required
|
@@ -3505,7 +3513,7 @@ module Aws::SageMaker
|
|
3505
3513
|
# kms_key_id: "KmsKeyId",
|
3506
3514
|
# },
|
3507
3515
|
# transform_resources: { # required
|
3508
|
-
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge
|
3516
|
+
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
3509
3517
|
# instance_count: 1, # required
|
3510
3518
|
# volume_kms_key_id: "KmsKeyId",
|
3511
3519
|
# },
|
@@ -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
|
@@ -4286,7 +4314,7 @@ module Aws::SageMaker
|
|
4286
4314
|
# job_resources: { # required
|
4287
4315
|
# cluster_config: { # required
|
4288
4316
|
# instance_count: 1, # required
|
4289
|
-
# instance_type: "ml.t3.medium", # required, accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
4317
|
+
# instance_type: "ml.t3.medium", # required, accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
4290
4318
|
# volume_size_in_gb: 1, # required
|
4291
4319
|
# volume_kms_key_id: "KmsKeyId",
|
4292
4320
|
# },
|
@@ -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
|
#
|
@@ -4399,6 +4427,8 @@ module Aws::SageMaker
|
|
4399
4427
|
# output_config: { # required
|
4400
4428
|
# s3_output_location: "S3Uri", # required
|
4401
4429
|
# kms_key_id: "KmsKeyId",
|
4430
|
+
# preset_deployment_type: "GreengrassV2Component", # accepts GreengrassV2Component
|
4431
|
+
# preset_deployment_config: "String",
|
4402
4432
|
# },
|
4403
4433
|
# tags: [
|
4404
4434
|
# {
|
@@ -4406,6 +4436,7 @@ module Aws::SageMaker
|
|
4406
4436
|
# value: "TagValue", # required
|
4407
4437
|
# },
|
4408
4438
|
# ],
|
4439
|
+
# enable_iot_role_alias: false,
|
4409
4440
|
# }
|
4410
4441
|
#
|
4411
4442
|
# @!attribute [rw] device_fleet_name
|
@@ -4413,8 +4444,8 @@ module Aws::SageMaker
|
|
4413
4444
|
# @return [String]
|
4414
4445
|
#
|
4415
4446
|
# @!attribute [rw] role_arn
|
4416
|
-
# The Amazon Resource Name (ARN) that has access to
|
4417
|
-
# Things (IoT).
|
4447
|
+
# The Amazon Resource Name (ARN) that has access to Amazon Web
|
4448
|
+
# Services Internet of Things (IoT).
|
4418
4449
|
# @return [String]
|
4419
4450
|
#
|
4420
4451
|
# @!attribute [rw] description
|
@@ -4430,6 +4461,15 @@ module Aws::SageMaker
|
|
4430
4461
|
# Creates tags for the specified fleet.
|
4431
4462
|
# @return [Array<Types::Tag>]
|
4432
4463
|
#
|
4464
|
+
# @!attribute [rw] enable_iot_role_alias
|
4465
|
+
# Whether to create an Amazon Web Services IoT Role Alias during
|
4466
|
+
# device fleet creation. The name of the role alias generated will
|
4467
|
+
# match this pattern: "SageMakerEdge-\\\{DeviceFleetName\\}".
|
4468
|
+
#
|
4469
|
+
# For example, if your device fleet is called "demo-fleet", the name
|
4470
|
+
# of the role alias will be "SageMakerEdge-demo-fleet".
|
4471
|
+
# @return [Boolean]
|
4472
|
+
#
|
4433
4473
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateDeviceFleetRequest AWS API Documentation
|
4434
4474
|
#
|
4435
4475
|
class CreateDeviceFleetRequest < Struct.new(
|
@@ -4437,7 +4477,8 @@ module Aws::SageMaker
|
|
4437
4477
|
:role_arn,
|
4438
4478
|
:description,
|
4439
4479
|
:output_config,
|
4440
|
-
:tags
|
4480
|
+
:tags,
|
4481
|
+
:enable_iot_role_alias)
|
4441
4482
|
SENSITIVE = []
|
4442
4483
|
include Aws::Structure
|
4443
4484
|
end
|
@@ -4551,9 +4592,10 @@ module Aws::SageMaker
|
|
4551
4592
|
# @return [String]
|
4552
4593
|
#
|
4553
4594
|
# @!attribute [rw] kms_key_id
|
4554
|
-
# SageMaker uses
|
4555
|
-
# domain with an
|
4556
|
-
# 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.
|
4557
4599
|
# @return [String]
|
4558
4600
|
#
|
4559
4601
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateDomainRequest AWS API Documentation
|
@@ -4601,6 +4643,8 @@ module Aws::SageMaker
|
|
4601
4643
|
# output_config: { # required
|
4602
4644
|
# s3_output_location: "S3Uri", # required
|
4603
4645
|
# kms_key_id: "KmsKeyId",
|
4646
|
+
# preset_deployment_type: "GreengrassV2Component", # accepts GreengrassV2Component
|
4647
|
+
# preset_deployment_config: "String",
|
4604
4648
|
# },
|
4605
4649
|
# resource_key: "KmsKeyId",
|
4606
4650
|
# tags: [
|
@@ -4720,9 +4764,10 @@ module Aws::SageMaker
|
|
4720
4764
|
# @return [Types::DataCaptureConfig]
|
4721
4765
|
#
|
4722
4766
|
# @!attribute [rw] tags
|
4723
|
-
# An array of key-value pairs. You can use tags to categorize your
|
4724
|
-
# resources in different ways, for example, by
|
4725
|
-
# 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].
|
4726
4771
|
#
|
4727
4772
|
#
|
4728
4773
|
#
|
@@ -4730,9 +4775,10 @@ module Aws::SageMaker
|
|
4730
4775
|
# @return [Array<Types::Tag>]
|
4731
4776
|
#
|
4732
4777
|
# @!attribute [rw] kms_key_id
|
4733
|
-
# The Amazon Resource Name (ARN) of a
|
4734
|
-
# that Amazon SageMaker uses to encrypt data on
|
4735
|
-
# 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.
|
4736
4782
|
#
|
4737
4783
|
# The KmsKeyId can be any of the following formats:
|
4738
4784
|
#
|
@@ -4748,8 +4794,8 @@ module Aws::SageMaker
|
|
4748
4794
|
#
|
4749
4795
|
# The KMS key policy must grant permission to the IAM role that you
|
4750
4796
|
# specify in your `CreateEndpoint`, `UpdateEndpoint` requests. For
|
4751
|
-
# more information, refer to the
|
4752
|
-
# 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]
|
4753
4799
|
#
|
4754
4800
|
# <note markdown="1"> Certain Nitro-based instances include local storage, dependent on
|
4755
4801
|
# the instance type. Local storage volumes are encrypted using a
|
@@ -4815,9 +4861,10 @@ module Aws::SageMaker
|
|
4815
4861
|
# }
|
4816
4862
|
#
|
4817
4863
|
# @!attribute [rw] endpoint_name
|
4818
|
-
# The name of the endpoint.The name must be unique within an
|
4819
|
-
# Region in your
|
4820
|
-
# `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 .
|
4821
4868
|
# @return [String]
|
4822
4869
|
#
|
4823
4870
|
# @!attribute [rw] endpoint_config_name
|
@@ -4826,9 +4873,10 @@ module Aws::SageMaker
|
|
4826
4873
|
# @return [String]
|
4827
4874
|
#
|
4828
4875
|
# @!attribute [rw] tags
|
4829
|
-
# An array of key-value pairs. You can use tags to categorize your
|
4830
|
-
# resources in different ways, for example, by
|
4831
|
-
# 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].
|
4832
4880
|
#
|
4833
4881
|
#
|
4834
4882
|
#
|
@@ -4873,8 +4921,8 @@ module Aws::SageMaker
|
|
4873
4921
|
# }
|
4874
4922
|
#
|
4875
4923
|
# @!attribute [rw] experiment_name
|
4876
|
-
# The name of the experiment. The name must be unique in your
|
4877
|
-
# 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.
|
4878
4926
|
# @return [String]
|
4879
4927
|
#
|
4880
4928
|
# @!attribute [rw] display_name
|
@@ -4959,7 +5007,8 @@ module Aws::SageMaker
|
|
4959
5007
|
#
|
4960
5008
|
# @!attribute [rw] feature_group_name
|
4961
5009
|
# The name of the `FeatureGroup`. The name must be unique within an
|
4962
|
-
#
|
5010
|
+
# Amazon Web Services Region in an Amazon Web Services account. The
|
5011
|
+
# name:
|
4963
5012
|
#
|
4964
5013
|
# * Must start and end with an alphanumeric character.
|
4965
5014
|
#
|
@@ -5026,8 +5075,8 @@ module Aws::SageMaker
|
|
5026
5075
|
# the `EnableOnlineStore` flag in `OnlineStoreConfig`; the default
|
5027
5076
|
# value is `False`.
|
5028
5077
|
#
|
5029
|
-
# You can also include an
|
5030
|
-
# 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`.
|
5031
5080
|
# @return [Types::OnlineStoreConfig]
|
5032
5081
|
#
|
5033
5082
|
# @!attribute [rw] offline_store_config
|
@@ -5037,7 +5086,8 @@ module Aws::SageMaker
|
|
5037
5086
|
# * The Amazon Simple Storage Service (Amazon S3) location of an
|
5038
5087
|
# `OfflineStore`.
|
5039
5088
|
#
|
5040
|
-
# * A configuration for an
|
5089
|
+
# * A configuration for an Amazon Web Services Glue or Amazon Web
|
5090
|
+
# Services Hive data cataolgue.
|
5041
5091
|
#
|
5042
5092
|
# * An KMS encryption key to encrypt the Amazon S3 location used for
|
5043
5093
|
# `OfflineStore`.
|
@@ -5512,9 +5562,10 @@ module Aws::SageMaker
|
|
5512
5562
|
# @!attribute [rw] hyper_parameter_tuning_job_name
|
5513
5563
|
# The name of the tuning job. This name is the prefix for the names of
|
5514
5564
|
# all training jobs that this tuning job launches. The name must be
|
5515
|
-
# unique within the same
|
5516
|
-
# have 1 to 32 characters. Valid
|
5517
|
-
# = @ \_ % - (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.
|
5518
5569
|
# @return [String]
|
5519
5570
|
#
|
5520
5571
|
# @!attribute [rw] hyper_parameter_tuning_job_config
|
@@ -5565,9 +5616,10 @@ module Aws::SageMaker
|
|
5565
5616
|
# @return [Types::HyperParameterTuningJobWarmStartConfig]
|
5566
5617
|
#
|
5567
5618
|
# @!attribute [rw] tags
|
5568
|
-
# An array of key-value pairs. You can use tags to categorize your
|
5569
|
-
# resources in different ways, for example, by
|
5570
|
-
# 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].
|
5571
5623
|
#
|
5572
5624
|
# Tags that you specify for the tuning job are also added to all
|
5573
5625
|
# training jobs that the tuning job launches.
|
@@ -5684,8 +5736,9 @@ module Aws::SageMaker
|
|
5684
5736
|
# @return [String]
|
5685
5737
|
#
|
5686
5738
|
# @!attribute [rw] client_token
|
5687
|
-
# A unique ID. If not specified, the
|
5688
|
-
# 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.
|
5689
5742
|
#
|
5690
5743
|
# **A suitable default value is auto-generated.** You should normally
|
5691
5744
|
# not need to pass this option.
|
@@ -5790,9 +5843,9 @@ module Aws::SageMaker
|
|
5790
5843
|
# @!attribute [rw] labeling_job_name
|
5791
5844
|
# The name of the labeling job. This name is used to identify the job
|
5792
5845
|
# in a list of labeling jobs. Labeling job names must be unique within
|
5793
|
-
# an
|
5794
|
-
# For example, Example-job and example-job are
|
5795
|
-
# 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.
|
5796
5849
|
# @return [String]
|
5797
5850
|
#
|
5798
5851
|
# @!attribute [rw] label_attribute_name
|
@@ -5872,8 +5925,9 @@ module Aws::SageMaker
|
|
5872
5925
|
# @return [Types::LabelingJobInputConfig]
|
5873
5926
|
#
|
5874
5927
|
# @!attribute [rw] output_config
|
5875
|
-
# The location of the output data and the
|
5876
|
-
# 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.
|
5877
5931
|
# @return [Types::LabelingJobOutputConfig]
|
5878
5932
|
#
|
5879
5933
|
# @!attribute [rw] role_arn
|
@@ -5950,8 +6004,8 @@ module Aws::SageMaker
|
|
5950
6004
|
#
|
5951
6005
|
# @!attribute [rw] tags
|
5952
6006
|
# An array of key/value pairs. For more information, see [Using Cost
|
5953
|
-
# Allocation Tags][1] in the *
|
5954
|
-
# Guide*.
|
6007
|
+
# Allocation Tags][1] in the *Amazon Web Services Billing and Cost
|
6008
|
+
# Management User Guide*.
|
5955
6009
|
#
|
5956
6010
|
#
|
5957
6011
|
#
|
@@ -6038,7 +6092,7 @@ module Aws::SageMaker
|
|
6038
6092
|
# job_resources: { # required
|
6039
6093
|
# cluster_config: { # required
|
6040
6094
|
# instance_count: 1, # required
|
6041
|
-
# instance_type: "ml.t3.medium", # required, accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
6095
|
+
# instance_type: "ml.t3.medium", # required, accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
6042
6096
|
# volume_size_in_gb: 1, # required
|
6043
6097
|
# volume_kms_key_id: "KmsKeyId",
|
6044
6098
|
# },
|
@@ -6065,7 +6119,7 @@ module Aws::SageMaker
|
|
6065
6119
|
#
|
6066
6120
|
# @!attribute [rw] job_definition_name
|
6067
6121
|
# The name of the bias job definition. The name must be unique within
|
6068
|
-
# an
|
6122
|
+
# an Amazon Web Services Region in the Amazon Web Services account.
|
6069
6123
|
# @return [String]
|
6070
6124
|
#
|
6071
6125
|
# @!attribute [rw] model_bias_baseline_config
|
@@ -6105,8 +6159,8 @@ module Aws::SageMaker
|
|
6105
6159
|
#
|
6106
6160
|
# @!attribute [rw] tags
|
6107
6161
|
# (Optional) An array of key-value pairs. For more information, see
|
6108
|
-
# [Using Cost Allocation Tags][1] in the *
|
6109
|
-
# Management User Guide*.
|
6162
|
+
# [Using Cost Allocation Tags][1] in the *Amazon Web Services Billing
|
6163
|
+
# and Cost Management User Guide*.
|
6110
6164
|
#
|
6111
6165
|
#
|
6112
6166
|
#
|
@@ -6189,7 +6243,7 @@ module Aws::SageMaker
|
|
6189
6243
|
# job_resources: { # required
|
6190
6244
|
# cluster_config: { # required
|
6191
6245
|
# instance_count: 1, # required
|
6192
|
-
# instance_type: "ml.t3.medium", # required, accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
6246
|
+
# instance_type: "ml.t3.medium", # required, accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
6193
6247
|
# volume_size_in_gb: 1, # required
|
6194
6248
|
# volume_kms_key_id: "KmsKeyId",
|
6195
6249
|
# },
|
@@ -6216,7 +6270,8 @@ module Aws::SageMaker
|
|
6216
6270
|
#
|
6217
6271
|
# @!attribute [rw] job_definition_name
|
6218
6272
|
# The name of the model explainability job definition. The name must
|
6219
|
-
# be unique within an
|
6273
|
+
# be unique within an Amazon Web Services Region in the Amazon Web
|
6274
|
+
# Services account.
|
6220
6275
|
# @return [String]
|
6221
6276
|
#
|
6222
6277
|
# @!attribute [rw] model_explainability_baseline_config
|
@@ -6256,8 +6311,8 @@ module Aws::SageMaker
|
|
6256
6311
|
#
|
6257
6312
|
# @!attribute [rw] tags
|
6258
6313
|
# (Optional) An array of key-value pairs. For more information, see
|
6259
|
-
# [Using Cost Allocation Tags][1] in the *
|
6260
|
-
# Management User Guide*.
|
6314
|
+
# [Using Cost Allocation Tags][1] in the *Amazon Web Services Billing
|
6315
|
+
# and Cost Management User Guide*.
|
6261
6316
|
#
|
6262
6317
|
#
|
6263
6318
|
#
|
@@ -6392,9 +6447,10 @@ module Aws::SageMaker
|
|
6392
6447
|
# @return [String]
|
6393
6448
|
#
|
6394
6449
|
# @!attribute [rw] tags
|
6395
|
-
# An array of key-value pairs. You can use tags to categorize your
|
6396
|
-
# resources in different ways, for example, by
|
6397
|
-
# 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].
|
6398
6454
|
#
|
6399
6455
|
#
|
6400
6456
|
#
|
@@ -6471,8 +6527,8 @@ module Aws::SageMaker
|
|
6471
6527
|
#
|
6472
6528
|
# @!attribute [rw] tags
|
6473
6529
|
# A list of key value pairs associated with the model group. For more
|
6474
|
-
# information, see [Tagging
|
6475
|
-
# Reference Guide*.
|
6530
|
+
# information, see [Tagging Amazon Web Services resources][1] in the
|
6531
|
+
# *Amazon Web Services General Reference Guide*.
|
6476
6532
|
#
|
6477
6533
|
#
|
6478
6534
|
#
|
@@ -6516,9 +6572,12 @@ module Aws::SageMaker
|
|
6516
6572
|
# image_digest: "ImageDigest",
|
6517
6573
|
# model_data_url: "Url",
|
6518
6574
|
# product_id: "ProductId",
|
6575
|
+
# environment: {
|
6576
|
+
# "EnvironmentKey" => "EnvironmentValue",
|
6577
|
+
# },
|
6519
6578
|
# },
|
6520
6579
|
# ],
|
6521
|
-
# supported_transform_instance_types: ["ml.m4.xlarge"], # accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge
|
6580
|
+
# supported_transform_instance_types: ["ml.m4.xlarge"], # accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
6522
6581
|
# supported_realtime_inference_instance_types: ["ml.t2.medium"], # accepts ml.t2.medium, ml.t2.large, ml.t2.xlarge, ml.t2.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.12xlarge, ml.m5d.24xlarge, ml.c4.large, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5d.large, ml.c5d.xlarge, ml.c5d.2xlarge, ml.c5d.4xlarge, ml.c5d.9xlarge, ml.c5d.18xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.12xlarge, ml.r5.24xlarge, ml.r5d.large, ml.r5d.xlarge, ml.r5d.2xlarge, ml.r5d.4xlarge, ml.r5d.12xlarge, ml.r5d.24xlarge, ml.inf1.xlarge, ml.inf1.2xlarge, ml.inf1.6xlarge, ml.inf1.24xlarge
|
6523
6582
|
# supported_content_types: ["ContentType"], # required
|
6524
6583
|
# supported_response_mime_types: ["ResponseMIMEType"], # required
|
@@ -6553,7 +6612,7 @@ module Aws::SageMaker
|
|
6553
6612
|
# kms_key_id: "KmsKeyId",
|
6554
6613
|
# },
|
6555
6614
|
# transform_resources: { # required
|
6556
|
-
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge
|
6615
|
+
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
6557
6616
|
# instance_count: 1, # required
|
6558
6617
|
# volume_kms_key_id: "KmsKeyId",
|
6559
6618
|
# },
|
@@ -6670,7 +6729,8 @@ module Aws::SageMaker
|
|
6670
6729
|
# @return [Types::SourceAlgorithmSpecification]
|
6671
6730
|
#
|
6672
6731
|
# @!attribute [rw] certify_for_marketplace
|
6673
|
-
# Whether to certify the model package for listing on
|
6732
|
+
# Whether to certify the model package for listing on Amazon Web
|
6733
|
+
# Services Marketplace.
|
6674
6734
|
#
|
6675
6735
|
# This parameter is optional for unversioned models, and does not
|
6676
6736
|
# apply to versioned models.
|
@@ -6678,8 +6738,8 @@ module Aws::SageMaker
|
|
6678
6738
|
#
|
6679
6739
|
# @!attribute [rw] tags
|
6680
6740
|
# A list of key value pairs associated with the model. For more
|
6681
|
-
# information, see [Tagging
|
6682
|
-
# Reference Guide*.
|
6741
|
+
# information, see [Tagging Amazon Web Services resources][1] in the
|
6742
|
+
# *Amazon Web Services General Reference Guide*.
|
6683
6743
|
#
|
6684
6744
|
#
|
6685
6745
|
#
|
@@ -6798,7 +6858,7 @@ module Aws::SageMaker
|
|
6798
6858
|
# job_resources: { # required
|
6799
6859
|
# cluster_config: { # required
|
6800
6860
|
# instance_count: 1, # required
|
6801
|
-
# instance_type: "ml.t3.medium", # required, accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
6861
|
+
# instance_type: "ml.t3.medium", # required, accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
6802
6862
|
# volume_size_in_gb: 1, # required
|
6803
6863
|
# volume_kms_key_id: "KmsKeyId",
|
6804
6864
|
# },
|
@@ -6864,8 +6924,8 @@ module Aws::SageMaker
|
|
6864
6924
|
#
|
6865
6925
|
# @!attribute [rw] tags
|
6866
6926
|
# (Optional) An array of key-value pairs. For more information, see
|
6867
|
-
# [Using Cost Allocation Tags][1] in the *
|
6868
|
-
# Management User Guide*.
|
6927
|
+
# [Using Cost Allocation Tags][1] in the *Amazon Web Services Billing
|
6928
|
+
# and Cost Management User Guide*.
|
6869
6929
|
#
|
6870
6930
|
#
|
6871
6931
|
#
|
@@ -6951,7 +7011,7 @@ module Aws::SageMaker
|
|
6951
7011
|
# monitoring_resources: { # required
|
6952
7012
|
# cluster_config: { # required
|
6953
7013
|
# instance_count: 1, # required
|
6954
|
-
# instance_type: "ml.t3.medium", # required, accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
7014
|
+
# instance_type: "ml.t3.medium", # required, accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
6955
7015
|
# volume_size_in_gb: 1, # required
|
6956
7016
|
# volume_kms_key_id: "KmsKeyId",
|
6957
7017
|
# },
|
@@ -6992,7 +7052,7 @@ module Aws::SageMaker
|
|
6992
7052
|
#
|
6993
7053
|
# @!attribute [rw] monitoring_schedule_name
|
6994
7054
|
# The name of the monitoring schedule. The name must be unique within
|
6995
|
-
# an
|
7055
|
+
# an Amazon Web Services Region within an Amazon Web Services account.
|
6996
7056
|
# @return [String]
|
6997
7057
|
#
|
6998
7058
|
# @!attribute [rw] monitoring_schedule_config
|
@@ -7004,7 +7064,7 @@ module Aws::SageMaker
|
|
7004
7064
|
# (Optional) An array of key-value pairs. For more information, see
|
7005
7065
|
# [Using Cost Allocation Tags](
|
7006
7066
|
# https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-whatURL)
|
7007
|
-
# in the *
|
7067
|
+
# in the *Amazon Web Services Billing and Cost Management User Guide*.
|
7008
7068
|
# @return [Array<Types::Tag>]
|
7009
7069
|
#
|
7010
7070
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateMonitoringScheduleRequest AWS API Documentation
|
@@ -7073,11 +7133,11 @@ module Aws::SageMaker
|
|
7073
7133
|
# @return [Array<String>]
|
7074
7134
|
#
|
7075
7135
|
# @!attribute [rw] role_arn
|
7076
|
-
# When you send any requests to
|
7077
|
-
# instance, Amazon SageMaker assumes this role to perform
|
7078
|
-
# your behalf. You must grant this role necessary permissions
|
7079
|
-
# Amazon SageMaker can perform these tasks. The policy must allow
|
7080
|
-
# 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)
|
7081
7141
|
# permissions to assume this role. For more information, see [Amazon
|
7082
7142
|
# SageMaker Roles][1].
|
7083
7143
|
#
|
@@ -7092,11 +7152,12 @@ module Aws::SageMaker
|
|
7092
7152
|
# @return [String]
|
7093
7153
|
#
|
7094
7154
|
# @!attribute [rw] kms_key_id
|
7095
|
-
# The Amazon Resource Name (ARN) of a
|
7096
|
-
# that Amazon SageMaker uses to encrypt data on
|
7097
|
-
# attached to your notebook instance. The KMS key
|
7098
|
-
# enabled. For information, see [Enabling and
|
7099
|
-
# 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*.
|
7100
7161
|
#
|
7101
7162
|
#
|
7102
7163
|
#
|
@@ -7104,9 +7165,10 @@ module Aws::SageMaker
|
|
7104
7165
|
# @return [String]
|
7105
7166
|
#
|
7106
7167
|
# @!attribute [rw] tags
|
7107
|
-
# An array of key-value pairs. You can use tags to categorize your
|
7108
|
-
# resources in different ways, for example, by
|
7109
|
-
# 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].
|
7110
7172
|
#
|
7111
7173
|
#
|
7112
7174
|
#
|
@@ -7159,10 +7221,11 @@ module Aws::SageMaker
|
|
7159
7221
|
# A Git repository to associate with the notebook instance as its
|
7160
7222
|
# default code repository. This can be either the name of a Git
|
7161
7223
|
# repository stored as a resource in your account, or the URL of a Git
|
7162
|
-
# repository in [
|
7163
|
-
# When you open a notebook instance, it opens in the
|
7164
|
-
# contains this repository. For more information, see
|
7165
|
-
# 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].
|
7166
7229
|
#
|
7167
7230
|
#
|
7168
7231
|
#
|
@@ -7174,10 +7237,11 @@ module Aws::SageMaker
|
|
7174
7237
|
# An array of up to three Git repositories to associate with the
|
7175
7238
|
# notebook instance. These can be either the names of Git repositories
|
7176
7239
|
# stored as resources in your account, or the URL of Git repositories
|
7177
|
-
# in [
|
7178
|
-
# repositories are cloned at the same level as the
|
7179
|
-
# of your notebook instance. For more information,
|
7180
|
-
# 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].
|
7181
7245
|
#
|
7182
7246
|
#
|
7183
7247
|
#
|
@@ -7515,7 +7579,7 @@ module Aws::SageMaker
|
|
7515
7579
|
# processing_resources: { # required
|
7516
7580
|
# cluster_config: { # required
|
7517
7581
|
# instance_count: 1, # required
|
7518
|
-
# instance_type: "ml.t3.medium", # required, accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
7582
|
+
# instance_type: "ml.t3.medium", # required, accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
7519
7583
|
# volume_size_in_gb: 1, # required
|
7520
7584
|
# volume_kms_key_id: "KmsKeyId",
|
7521
7585
|
# },
|
@@ -7564,7 +7628,7 @@ module Aws::SageMaker
|
|
7564
7628
|
#
|
7565
7629
|
# @!attribute [rw] processing_job_name
|
7566
7630
|
# The name of the processing job. The name must be unique within an
|
7567
|
-
#
|
7631
|
+
# Amazon Web Services Region in the Amazon Web Services account.
|
7568
7632
|
# @return [String]
|
7569
7633
|
#
|
7570
7634
|
# @!attribute [rw] processing_resources
|
@@ -7601,8 +7665,8 @@ module Aws::SageMaker
|
|
7601
7665
|
#
|
7602
7666
|
# @!attribute [rw] tags
|
7603
7667
|
# (Optional) An array of key-value pairs. For more information, see
|
7604
|
-
# [Using Cost Allocation Tags][1] in the *
|
7605
|
-
# Management User Guide*.
|
7668
|
+
# [Using Cost Allocation Tags][1] in the *Amazon Web Services Billing
|
7669
|
+
# and Cost Management User Guide*.
|
7606
7670
|
#
|
7607
7671
|
#
|
7608
7672
|
#
|
@@ -7685,7 +7749,8 @@ module Aws::SageMaker
|
|
7685
7749
|
#
|
7686
7750
|
# @!attribute [rw] service_catalog_provisioning_details
|
7687
7751
|
# The product ID and provisioning artifact ID to provision a service
|
7688
|
-
# catalog. For information, see [What is
|
7752
|
+
# catalog. For information, see [What is Amazon Web Services Service
|
7753
|
+
# Catalog][1].
|
7689
7754
|
#
|
7690
7755
|
#
|
7691
7756
|
#
|
@@ -7694,8 +7759,9 @@ module Aws::SageMaker
|
|
7694
7759
|
#
|
7695
7760
|
# @!attribute [rw] tags
|
7696
7761
|
# An array of key-value pairs that you want to use to organize and
|
7697
|
-
# track your
|
7698
|
-
#
|
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*.
|
7699
7765
|
#
|
7700
7766
|
#
|
7701
7767
|
#
|
@@ -7829,7 +7895,7 @@ module Aws::SageMaker
|
|
7829
7895
|
# local_path: "DirectoryPath",
|
7830
7896
|
# s3_output_path: "S3Uri",
|
7831
7897
|
# rule_evaluator_image: "AlgorithmImage", # required
|
7832
|
-
# instance_type: "ml.t3.medium", # accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
7898
|
+
# instance_type: "ml.t3.medium", # accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
7833
7899
|
# volume_size_in_gb: 1,
|
7834
7900
|
# rule_parameters: {
|
7835
7901
|
# "ConfigKey" => "ConfigValue",
|
@@ -7858,7 +7924,7 @@ module Aws::SageMaker
|
|
7858
7924
|
# local_path: "DirectoryPath",
|
7859
7925
|
# s3_output_path: "S3Uri",
|
7860
7926
|
# rule_evaluator_image: "AlgorithmImage", # required
|
7861
|
-
# instance_type: "ml.t3.medium", # accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
7927
|
+
# instance_type: "ml.t3.medium", # accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
7862
7928
|
# volume_size_in_gb: 1,
|
7863
7929
|
# rule_parameters: {
|
7864
7930
|
# "ConfigKey" => "ConfigValue",
|
@@ -7874,8 +7940,8 @@ module Aws::SageMaker
|
|
7874
7940
|
# }
|
7875
7941
|
#
|
7876
7942
|
# @!attribute [rw] training_job_name
|
7877
|
-
# The name of the training job. The name must be unique within an
|
7878
|
-
# 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.
|
7879
7945
|
# @return [String]
|
7880
7946
|
#
|
7881
7947
|
# @!attribute [rw] hyper_parameters
|
@@ -7989,9 +8055,10 @@ module Aws::SageMaker
|
|
7989
8055
|
# @return [Types::StoppingCondition]
|
7990
8056
|
#
|
7991
8057
|
# @!attribute [rw] tags
|
7992
|
-
# An array of key-value pairs. You can use tags to categorize your
|
7993
|
-
# resources in different ways, for example, by
|
7994
|
-
# 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].
|
7995
8062
|
#
|
7996
8063
|
#
|
7997
8064
|
#
|
@@ -8169,7 +8236,7 @@ module Aws::SageMaker
|
|
8169
8236
|
# kms_key_id: "KmsKeyId",
|
8170
8237
|
# },
|
8171
8238
|
# transform_resources: { # required
|
8172
|
-
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge
|
8239
|
+
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
8173
8240
|
# instance_count: 1, # required
|
8174
8241
|
# volume_kms_key_id: "KmsKeyId",
|
8175
8242
|
# },
|
@@ -8192,14 +8259,15 @@ module Aws::SageMaker
|
|
8192
8259
|
# }
|
8193
8260
|
#
|
8194
8261
|
# @!attribute [rw] transform_job_name
|
8195
|
-
# The name of the transform job. The name must be unique within an
|
8196
|
-
# 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.
|
8197
8264
|
# @return [String]
|
8198
8265
|
#
|
8199
8266
|
# @!attribute [rw] model_name
|
8200
8267
|
# The name of the model that you want to use for the transform job.
|
8201
8268
|
# `ModelName` must be the name of an existing Amazon SageMaker model
|
8202
|
-
# within an
|
8269
|
+
# within an Amazon Web Services Region in an Amazon Web Services
|
8270
|
+
# account.
|
8203
8271
|
# @return [String]
|
8204
8272
|
#
|
8205
8273
|
# @!attribute [rw] max_concurrent_transforms
|
@@ -8291,8 +8359,8 @@ module Aws::SageMaker
|
|
8291
8359
|
#
|
8292
8360
|
# @!attribute [rw] tags
|
8293
8361
|
# (Optional) An array of key-value pairs. For more information, see
|
8294
|
-
# [Using Cost Allocation Tags][1] in the *
|
8295
|
-
# Management User Guide*.
|
8362
|
+
# [Using Cost Allocation Tags][1] in the *Amazon Web Services Billing
|
8363
|
+
# and Cost Management User Guide*.
|
8296
8364
|
#
|
8297
8365
|
#
|
8298
8366
|
#
|
@@ -8387,8 +8455,8 @@ module Aws::SageMaker
|
|
8387
8455
|
# }
|
8388
8456
|
#
|
8389
8457
|
# @!attribute [rw] trial_component_name
|
8390
|
-
# The name of the component. The name must be unique in your
|
8391
|
-
# 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.
|
8392
8460
|
# @return [String]
|
8393
8461
|
#
|
8394
8462
|
# @!attribute [rw] display_name
|
@@ -8491,8 +8559,8 @@ module Aws::SageMaker
|
|
8491
8559
|
# }
|
8492
8560
|
#
|
8493
8561
|
# @!attribute [rw] trial_name
|
8494
|
-
# The name of the trial. The name must be unique in your
|
8495
|
-
# 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.
|
8496
8564
|
# @return [String]
|
8497
8565
|
#
|
8498
8566
|
# @!attribute [rw] display_name
|
@@ -8608,9 +8676,9 @@ module Aws::SageMaker
|
|
8608
8676
|
# @return [String]
|
8609
8677
|
#
|
8610
8678
|
# @!attribute [rw] single_sign_on_user_value
|
8611
|
-
# The username of the associated
|
8612
|
-
# UserProfile. If the Domain's AuthMode is SSO, this
|
8613
|
-
# 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
|
8614
8682
|
# directory. If the Domain's AuthMode is not SSO, this field cannot
|
8615
8683
|
# be specified.
|
8616
8684
|
# @return [String]
|
@@ -8825,8 +8893,8 @@ module Aws::SageMaker
|
|
8825
8893
|
# An array of key-value pairs.
|
8826
8894
|
#
|
8827
8895
|
# For more information, see [Resource Tag][1] and [Using Cost
|
8828
|
-
# Allocation Tags][2] in the <i>
|
8829
|
-
# Guide</i>.
|
8896
|
+
# Allocation Tags][2] in the <i> Amazon Web Services Billing and Cost
|
8897
|
+
# Management User Guide</i>.
|
8830
8898
|
#
|
8831
8899
|
#
|
8832
8900
|
#
|
@@ -9429,7 +9497,7 @@ module Aws::SageMaker
|
|
9429
9497
|
# local_path: "DirectoryPath",
|
9430
9498
|
# s3_output_path: "S3Uri",
|
9431
9499
|
# rule_evaluator_image: "AlgorithmImage", # required
|
9432
|
-
# instance_type: "ml.t3.medium", # accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
9500
|
+
# instance_type: "ml.t3.medium", # accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
9433
9501
|
# volume_size_in_gb: 1,
|
9434
9502
|
# rule_parameters: {
|
9435
9503
|
# "ConfigKey" => "ConfigValue",
|
@@ -9906,7 +9974,8 @@ module Aws::SageMaker
|
|
9906
9974
|
#
|
9907
9975
|
# @!attribute [rw] feature_group_name
|
9908
9976
|
# The name of the `FeatureGroup` you want to delete. The name must be
|
9909
|
-
# unique within an
|
9977
|
+
# unique within an Amazon Web Services Region in an Amazon Web
|
9978
|
+
# Services account.
|
9910
9979
|
# @return [String]
|
9911
9980
|
#
|
9912
9981
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteFeatureGroupRequest AWS API Documentation
|
@@ -10699,7 +10768,8 @@ module Aws::SageMaker
|
|
10699
10768
|
# @return [String]
|
10700
10769
|
#
|
10701
10770
|
# @!attribute [rw] certify_for_marketplace
|
10702
|
-
# Whether the algorithm is certified to be listed in
|
10771
|
+
# Whether the algorithm is certified to be listed in Amazon Web
|
10772
|
+
# Services Marketplace.
|
10703
10773
|
# @return [Boolean]
|
10704
10774
|
#
|
10705
10775
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeAlgorithmOutput AWS API Documentation
|
@@ -10986,10 +11056,10 @@ module Aws::SageMaker
|
|
10986
11056
|
# @return [Types::AutoMLOutputDataConfig]
|
10987
11057
|
#
|
10988
11058
|
# @!attribute [rw] role_arn
|
10989
|
-
# The Amazon Resource Name (ARN) of the
|
10990
|
-
# Management (IAM) role that has read permission to the
|
10991
|
-
# location and write permission to the output data location
|
10992
|
-
# 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.
|
10993
11063
|
# @return [String]
|
10994
11064
|
#
|
10995
11065
|
# @!attribute [rw] auto_ml_job_objective
|
@@ -11128,8 +11198,8 @@ module Aws::SageMaker
|
|
11128
11198
|
# @!attribute [rw] git_config
|
11129
11199
|
# Configuration details about the repository, including the URL where
|
11130
11200
|
# the repository is located, the default branch, and the Amazon
|
11131
|
-
# Resource Name (ARN) of the
|
11132
|
-
# 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.
|
11133
11203
|
# @return [Types::GitConfig]
|
11134
11204
|
#
|
11135
11205
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeCodeRepositoryOutput AWS API Documentation
|
@@ -11200,6 +11270,11 @@ module Aws::SageMaker
|
|
11200
11270
|
# compilation job. Use this API to cap model training costs.
|
11201
11271
|
# @return [Types::StoppingCondition]
|
11202
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
|
+
#
|
11203
11278
|
# @!attribute [rw] creation_time
|
11204
11279
|
# The time that the model compilation job was created.
|
11205
11280
|
# @return [Time]
|
@@ -11239,6 +11314,17 @@ module Aws::SageMaker
|
|
11239
11314
|
# target device that the model runs on.
|
11240
11315
|
# @return [Types::OutputConfig]
|
11241
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
|
+
#
|
11242
11328
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeCompilationJobResponse AWS API Documentation
|
11243
11329
|
#
|
11244
11330
|
class DescribeCompilationJobResponse < Struct.new(
|
@@ -11248,6 +11334,7 @@ module Aws::SageMaker
|
|
11248
11334
|
:compilation_start_time,
|
11249
11335
|
:compilation_end_time,
|
11250
11336
|
:stopping_condition,
|
11337
|
+
:inference_image,
|
11251
11338
|
:creation_time,
|
11252
11339
|
:last_modified_time,
|
11253
11340
|
:failure_reason,
|
@@ -11255,7 +11342,8 @@ module Aws::SageMaker
|
|
11255
11342
|
:model_digests,
|
11256
11343
|
:role_arn,
|
11257
11344
|
:input_config,
|
11258
|
-
:output_config
|
11345
|
+
:output_config,
|
11346
|
+
:vpc_config)
|
11259
11347
|
SENSITIVE = []
|
11260
11348
|
include Aws::Structure
|
11261
11349
|
end
|
@@ -11470,13 +11558,13 @@ module Aws::SageMaker
|
|
11470
11558
|
# @return [Time]
|
11471
11559
|
#
|
11472
11560
|
# @!attribute [rw] role_arn
|
11473
|
-
# The Amazon Resource Name (ARN) that has access to
|
11474
|
-
# Things (IoT).
|
11561
|
+
# The Amazon Resource Name (ARN) that has access to Amazon Web
|
11562
|
+
# Services Internet of Things (IoT).
|
11475
11563
|
# @return [String]
|
11476
11564
|
#
|
11477
11565
|
# @!attribute [rw] iot_role_alias
|
11478
|
-
# The Amazon Resource Name (ARN) alias created in
|
11479
|
-
# Things (IoT).
|
11566
|
+
# The Amazon Resource Name (ARN) alias created in Amazon Web Services
|
11567
|
+
# Internet of Things (IoT).
|
11480
11568
|
# @return [String]
|
11481
11569
|
#
|
11482
11570
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeDeviceFleetResponse AWS API Documentation
|
@@ -11542,8 +11630,8 @@ module Aws::SageMaker
|
|
11542
11630
|
# @return [String]
|
11543
11631
|
#
|
11544
11632
|
# @!attribute [rw] iot_thing_name
|
11545
|
-
# The
|
11546
|
-
# the device.
|
11633
|
+
# The Amazon Web Services Internet of Things (IoT) object thing name
|
11634
|
+
# associated with the device.
|
11547
11635
|
# @return [String]
|
11548
11636
|
#
|
11549
11637
|
# @!attribute [rw] registration_time
|
@@ -11678,8 +11766,8 @@ module Aws::SageMaker
|
|
11678
11766
|
# @return [String]
|
11679
11767
|
#
|
11680
11768
|
# @!attribute [rw] kms_key_id
|
11681
|
-
# The
|
11682
|
-
# attached to the domain.
|
11769
|
+
# The Amazon Web Services KMS customer managed CMK used to encrypt the
|
11770
|
+
# EFS volume attached to the domain.
|
11683
11771
|
# @return [String]
|
11684
11772
|
#
|
11685
11773
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeDomainResponse AWS API Documentation
|
@@ -11784,6 +11872,10 @@ module Aws::SageMaker
|
|
11784
11872
|
# The signature document of files in the model artifact.
|
11785
11873
|
# @return [String]
|
11786
11874
|
#
|
11875
|
+
# @!attribute [rw] preset_deployment_output
|
11876
|
+
# The output of a SageMaker Edge Manager deployable resource.
|
11877
|
+
# @return [Types::EdgePresetDeploymentOutput]
|
11878
|
+
#
|
11787
11879
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeEdgePackagingJobResponse AWS API Documentation
|
11788
11880
|
#
|
11789
11881
|
class DescribeEdgePackagingJobResponse < Struct.new(
|
@@ -11800,7 +11892,8 @@ module Aws::SageMaker
|
|
11800
11892
|
:creation_time,
|
11801
11893
|
:last_modified_time,
|
11802
11894
|
:model_artifact,
|
11803
|
-
:model_signature
|
11895
|
+
:model_signature,
|
11896
|
+
:preset_deployment_output)
|
11804
11897
|
SENSITIVE = []
|
11805
11898
|
include Aws::Structure
|
11806
11899
|
end
|
@@ -11841,8 +11934,8 @@ module Aws::SageMaker
|
|
11841
11934
|
# @return [Types::DataCaptureConfig]
|
11842
11935
|
#
|
11843
11936
|
# @!attribute [rw] kms_key_id
|
11844
|
-
#
|
11845
|
-
# 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.
|
11846
11939
|
# @return [String]
|
11847
11940
|
#
|
11848
11941
|
# @!attribute [rw] creation_time
|
@@ -12107,8 +12200,8 @@ module Aws::SageMaker
|
|
12107
12200
|
#
|
12108
12201
|
# @!attribute [rw] offline_store_config
|
12109
12202
|
# The configuration of the `OfflineStore`, inducing the S3 location of
|
12110
|
-
# the `OfflineStore`,
|
12111
|
-
# 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.
|
12112
12205
|
# @return [Types::OfflineStoreConfig]
|
12113
12206
|
#
|
12114
12207
|
# @!attribute [rw] role_arn
|
@@ -12222,8 +12315,8 @@ module Aws::SageMaker
|
|
12222
12315
|
# @return [Types::FlowDefinitionOutputConfig]
|
12223
12316
|
#
|
12224
12317
|
# @!attribute [rw] role_arn
|
12225
|
-
# The Amazon Resource Name (ARN) of the
|
12226
|
-
# 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.
|
12227
12320
|
# @return [String]
|
12228
12321
|
#
|
12229
12322
|
# @!attribute [rw] failure_reason
|
@@ -12636,8 +12729,9 @@ module Aws::SageMaker
|
|
12636
12729
|
# @return [Types::LabelingJobInputConfig]
|
12637
12730
|
#
|
12638
12731
|
# @!attribute [rw] output_config
|
12639
|
-
# The location of the job's output data and the
|
12640
|
-
# 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.
|
12641
12735
|
# @return [Types::LabelingJobOutputConfig]
|
12642
12736
|
#
|
12643
12737
|
# @!attribute [rw] role_arn
|
@@ -12702,9 +12796,10 @@ module Aws::SageMaker
|
|
12702
12796
|
# @return [Types::HumanTaskConfig]
|
12703
12797
|
#
|
12704
12798
|
# @!attribute [rw] tags
|
12705
|
-
# An array of key-value pairs. You can use tags to categorize your
|
12706
|
-
# resources in different ways, for example, by
|
12707
|
-
# 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].
|
12708
12803
|
#
|
12709
12804
|
#
|
12710
12805
|
#
|
@@ -12749,7 +12844,8 @@ module Aws::SageMaker
|
|
12749
12844
|
#
|
12750
12845
|
# @!attribute [rw] job_definition_name
|
12751
12846
|
# The name of the model bias job definition. The name must be unique
|
12752
|
-
# within an
|
12847
|
+
# within an Amazon Web Services Region in the Amazon Web Services
|
12848
|
+
# account.
|
12753
12849
|
# @return [String]
|
12754
12850
|
#
|
12755
12851
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModelBiasJobDefinitionRequest AWS API Documentation
|
@@ -12766,7 +12862,7 @@ module Aws::SageMaker
|
|
12766
12862
|
#
|
12767
12863
|
# @!attribute [rw] job_definition_name
|
12768
12864
|
# The name of the bias job definition. The name must be unique within
|
12769
|
-
# an
|
12865
|
+
# an Amazon Web Services Region in the Amazon Web Services account.
|
12770
12866
|
# @return [String]
|
12771
12867
|
#
|
12772
12868
|
# @!attribute [rw] creation_time
|
@@ -12799,10 +12895,10 @@ module Aws::SageMaker
|
|
12799
12895
|
# @return [Types::MonitoringNetworkConfig]
|
12800
12896
|
#
|
12801
12897
|
# @!attribute [rw] role_arn
|
12802
|
-
# The Amazon Resource Name (ARN) of the
|
12803
|
-
# Management (IAM) role that has read permission to the
|
12804
|
-
# location and write permission to the output data location
|
12805
|
-
# 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.
|
12806
12902
|
# @return [String]
|
12807
12903
|
#
|
12808
12904
|
# @!attribute [rw] stopping_condition
|
@@ -12837,7 +12933,8 @@ module Aws::SageMaker
|
|
12837
12933
|
#
|
12838
12934
|
# @!attribute [rw] job_definition_name
|
12839
12935
|
# The name of the model explainability job definition. The name must
|
12840
|
-
# be unique within an
|
12936
|
+
# be unique within an Amazon Web Services Region in the Amazon Web
|
12937
|
+
# Services account.
|
12841
12938
|
# @return [String]
|
12842
12939
|
#
|
12843
12940
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModelExplainabilityJobDefinitionRequest AWS API Documentation
|
@@ -12854,7 +12951,8 @@ module Aws::SageMaker
|
|
12854
12951
|
#
|
12855
12952
|
# @!attribute [rw] job_definition_name
|
12856
12953
|
# The name of the explainability job definition. The name must be
|
12857
|
-
# unique within an
|
12954
|
+
# unique within an Amazon Web Services Region in the Amazon Web
|
12955
|
+
# Services account.
|
12858
12956
|
# @return [String]
|
12859
12957
|
#
|
12860
12958
|
# @!attribute [rw] creation_time
|
@@ -12887,10 +12985,10 @@ module Aws::SageMaker
|
|
12887
12985
|
# @return [Types::MonitoringNetworkConfig]
|
12888
12986
|
#
|
12889
12987
|
# @!attribute [rw] role_arn
|
12890
|
-
# The Amazon Resource Name (ARN) of the
|
12891
|
-
# Management (IAM) role that has read permission to the
|
12892
|
-
# location and write permission to the output data location
|
12893
|
-
# 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.
|
12894
12992
|
# @return [String]
|
12895
12993
|
#
|
12896
12994
|
# @!attribute [rw] stopping_condition
|
@@ -13127,8 +13225,8 @@ module Aws::SageMaker
|
|
13127
13225
|
# @return [Types::ModelPackageStatusDetails]
|
13128
13226
|
#
|
13129
13227
|
# @!attribute [rw] certify_for_marketplace
|
13130
|
-
# Whether the model package is certified for listing on
|
13131
|
-
# Marketplace.
|
13228
|
+
# Whether the model package is certified for listing on Amazon Web
|
13229
|
+
# Services Marketplace.
|
13132
13230
|
# @return [Boolean]
|
13133
13231
|
#
|
13134
13232
|
# @!attribute [rw] model_approval_status
|
@@ -13197,7 +13295,7 @@ module Aws::SageMaker
|
|
13197
13295
|
#
|
13198
13296
|
# @!attribute [rw] job_definition_name
|
13199
13297
|
# The name of the model quality job. The name must be unique within an
|
13200
|
-
#
|
13298
|
+
# Amazon Web Services Region in the Amazon Web Services account.
|
13201
13299
|
# @return [String]
|
13202
13300
|
#
|
13203
13301
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModelQualityJobDefinitionRequest AWS API Documentation
|
@@ -13214,7 +13312,8 @@ module Aws::SageMaker
|
|
13214
13312
|
#
|
13215
13313
|
# @!attribute [rw] job_definition_name
|
13216
13314
|
# The name of the quality job definition. The name must be unique
|
13217
|
-
# within an
|
13315
|
+
# within an Amazon Web Services Region in the Amazon Web Services
|
13316
|
+
# account.
|
13218
13317
|
# @return [String]
|
13219
13318
|
#
|
13220
13319
|
# @!attribute [rw] creation_time
|
@@ -13481,8 +13580,9 @@ module Aws::SageMaker
|
|
13481
13580
|
# @return [String]
|
13482
13581
|
#
|
13483
13582
|
# @!attribute [rw] kms_key_id
|
13484
|
-
# The
|
13485
|
-
# 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.
|
13486
13586
|
# @return [String]
|
13487
13587
|
#
|
13488
13588
|
# @!attribute [rw] network_interface_id
|
@@ -13545,10 +13645,11 @@ module Aws::SageMaker
|
|
13545
13645
|
# The Git repository associated with the notebook instance as its
|
13546
13646
|
# default code repository. This can be either the name of a Git
|
13547
13647
|
# repository stored as a resource in your account, or the URL of a Git
|
13548
|
-
# repository in [
|
13549
|
-
# When you open a notebook instance, it opens in the
|
13550
|
-
# contains this repository. For more information, see
|
13551
|
-
# 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].
|
13552
13653
|
#
|
13553
13654
|
#
|
13554
13655
|
#
|
@@ -13560,10 +13661,11 @@ module Aws::SageMaker
|
|
13560
13661
|
# An array of up to three Git repositories associated with the
|
13561
13662
|
# notebook instance. These can be either the names of Git repositories
|
13562
13663
|
# stored as resources in your account, or the URL of Git repositories
|
13563
|
-
# in [
|
13564
|
-
# repositories are cloned at the same level as the
|
13565
|
-
# of your notebook instance. For more information,
|
13566
|
-
# 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].
|
13567
13669
|
#
|
13568
13670
|
#
|
13569
13671
|
#
|
@@ -13827,7 +13929,7 @@ module Aws::SageMaker
|
|
13827
13929
|
#
|
13828
13930
|
# @!attribute [rw] processing_job_name
|
13829
13931
|
# The name of the processing job. The name must be unique within an
|
13830
|
-
#
|
13932
|
+
# Amazon Web Services Region in the Amazon Web Services account.
|
13831
13933
|
# @return [String]
|
13832
13934
|
#
|
13833
13935
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeProcessingJobRequest AWS API Documentation
|
@@ -13848,7 +13950,7 @@ module Aws::SageMaker
|
|
13848
13950
|
#
|
13849
13951
|
# @!attribute [rw] processing_job_name
|
13850
13952
|
# The name of the processing job. The name must be unique within an
|
13851
|
-
#
|
13953
|
+
# Amazon Web Services Region in the Amazon Web Services account.
|
13852
13954
|
# @return [String]
|
13853
13955
|
#
|
13854
13956
|
# @!attribute [rw] processing_resources
|
@@ -13994,7 +14096,7 @@ module Aws::SageMaker
|
|
13994
14096
|
#
|
13995
14097
|
# @!attribute [rw] service_catalog_provisioning_details
|
13996
14098
|
# Information used to provision a service catalog product. For
|
13997
|
-
# information, see [What is
|
14099
|
+
# information, see [What is Amazon Web Services Service Catalog][1].
|
13998
14100
|
#
|
13999
14101
|
#
|
14000
14102
|
#
|
@@ -14207,8 +14309,8 @@ module Aws::SageMaker
|
|
14207
14309
|
# @return [Types::AlgorithmSpecification]
|
14208
14310
|
#
|
14209
14311
|
# @!attribute [rw] role_arn
|
14210
|
-
# The
|
14211
|
-
# training job.
|
14312
|
+
# The Amazon Web Services Identity and Access Management (IAM) role
|
14313
|
+
# configured for the training job.
|
14212
14314
|
# @return [String]
|
14213
14315
|
#
|
14214
14316
|
# @!attribute [rw] input_data_config
|
@@ -14922,10 +15024,10 @@ module Aws::SageMaker
|
|
14922
15024
|
# @!attribute [rw] workforce
|
14923
15025
|
# A single private workforce, which is automatically created when you
|
14924
15026
|
# create your first private work team. You can create one private work
|
14925
|
-
# force in each
|
14926
|
-
# operation used in a specific region will apply
|
14927
|
-
# created in that region. To learn how to create a
|
14928
|
-
# 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].
|
14929
15031
|
#
|
14930
15032
|
#
|
14931
15033
|
#
|
@@ -15024,7 +15126,7 @@ module Aws::SageMaker
|
|
15024
15126
|
# @return [String]
|
15025
15127
|
#
|
15026
15128
|
# @!attribute [rw] iot_thing_name
|
15027
|
-
#
|
15129
|
+
# Amazon Web Services Internet of Things (IoT) object name.
|
15028
15130
|
# @return [String]
|
15029
15131
|
#
|
15030
15132
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/Device AWS API Documentation
|
@@ -15104,8 +15206,8 @@ module Aws::SageMaker
|
|
15104
15206
|
# @return [String]
|
15105
15207
|
#
|
15106
15208
|
# @!attribute [rw] iot_thing_name
|
15107
|
-
# The
|
15108
|
-
# the device..
|
15209
|
+
# The Amazon Web Services Internet of Things (IoT) object thing name
|
15210
|
+
# associated with the device..
|
15109
15211
|
# @return [String]
|
15110
15212
|
#
|
15111
15213
|
# @!attribute [rw] registration_time
|
@@ -15330,6 +15432,8 @@ module Aws::SageMaker
|
|
15330
15432
|
# {
|
15331
15433
|
# s3_output_location: "S3Uri", # required
|
15332
15434
|
# kms_key_id: "KmsKeyId",
|
15435
|
+
# preset_deployment_type: "GreengrassV2Component", # accepts GreengrassV2Component
|
15436
|
+
# preset_deployment_config: "String",
|
15333
15437
|
# }
|
15334
15438
|
#
|
15335
15439
|
# @!attribute [rw] s3_output_location
|
@@ -15337,17 +15441,65 @@ module Aws::SageMaker
|
|
15337
15441
|
# @return [String]
|
15338
15442
|
#
|
15339
15443
|
# @!attribute [rw] kms_key_id
|
15340
|
-
# The
|
15341
|
-
# uses to encrypt data on the storage
|
15342
|
-
# you don't provide a KMS key ID,
|
15343
|
-
# KMS key for Amazon S3 for your
|
15444
|
+
# The Amazon Web Services Key Management Service (Amazon Web Services
|
15445
|
+
# KMS) key that Amazon SageMaker uses to encrypt data on the storage
|
15446
|
+
# volume after compilation job. If you don't provide a KMS key ID,
|
15447
|
+
# Amazon SageMaker uses the default KMS key for Amazon S3 for your
|
15448
|
+
# role's account.
|
15449
|
+
# @return [String]
|
15450
|
+
#
|
15451
|
+
# @!attribute [rw] preset_deployment_type
|
15452
|
+
# The deployment type SageMaker Edge Manager will create. Currently
|
15453
|
+
# only supports Amazon Web Services IoT Greengrass Version 2
|
15454
|
+
# components.
|
15455
|
+
# @return [String]
|
15456
|
+
#
|
15457
|
+
# @!attribute [rw] preset_deployment_config
|
15458
|
+
# The configuration used to create deployment artifacts. Specify
|
15459
|
+
# configuration options with a JSON string. The available
|
15460
|
+
# configuration options for each type are:
|
15461
|
+
#
|
15462
|
+
# * `ComponentName` (optional) - Name of the GreenGrass V2 component.
|
15463
|
+
# If not specified, the default name generated consists of
|
15464
|
+
# "SagemakerEdgeManager" and the name of your SageMaker Edge
|
15465
|
+
# Manager packaging job.
|
15466
|
+
#
|
15467
|
+
# * `ComponentDescription` (optional) - Description of the component.
|
15468
|
+
#
|
15469
|
+
# * `ComponentVersion` (optional) - The version of the component.
|
15470
|
+
#
|
15471
|
+
# <note markdown="1"> Amazon Web Services IoT Greengrass uses semantic versions for
|
15472
|
+
# components. Semantic versions follow a<i> major.minor.patch</i>
|
15473
|
+
# number system. For example, version 1.0.0 represents the first
|
15474
|
+
# major release for a component. For more information, see the
|
15475
|
+
# [semantic version specification][1].
|
15476
|
+
#
|
15477
|
+
# </note>
|
15478
|
+
#
|
15479
|
+
# * `PlatformOS` (optional) - The name of the operating system for the
|
15480
|
+
# platform. Supported platforms include Windows and Linux.
|
15481
|
+
#
|
15482
|
+
# * `PlatformArchitecture` (optional) - The processor architecture for
|
15483
|
+
# the platform.
|
15484
|
+
#
|
15485
|
+
# Supported architectures Windows include: Windows32\_x86,
|
15486
|
+
# Windows64\_x64.
|
15487
|
+
#
|
15488
|
+
# Supported architectures for Linux include: Linux x86\_64, Linux
|
15489
|
+
# ARMV8.
|
15490
|
+
#
|
15491
|
+
#
|
15492
|
+
#
|
15493
|
+
# [1]: https://semver.org/
|
15344
15494
|
# @return [String]
|
15345
15495
|
#
|
15346
15496
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/EdgeOutputConfig AWS API Documentation
|
15347
15497
|
#
|
15348
15498
|
class EdgeOutputConfig < Struct.new(
|
15349
15499
|
:s3_output_location,
|
15350
|
-
:kms_key_id
|
15500
|
+
:kms_key_id,
|
15501
|
+
:preset_deployment_type,
|
15502
|
+
:preset_deployment_config)
|
15351
15503
|
SENSITIVE = []
|
15352
15504
|
include Aws::Structure
|
15353
15505
|
end
|
@@ -15401,6 +15553,37 @@ module Aws::SageMaker
|
|
15401
15553
|
include Aws::Structure
|
15402
15554
|
end
|
15403
15555
|
|
15556
|
+
# The output of a SageMaker Edge Manager deployable resource.
|
15557
|
+
#
|
15558
|
+
# @!attribute [rw] type
|
15559
|
+
# The deployment type created by SageMaker Edge Manager. Currently
|
15560
|
+
# only supports Amazon Web Services IoT Greengrass Version 2
|
15561
|
+
# components.
|
15562
|
+
# @return [String]
|
15563
|
+
#
|
15564
|
+
# @!attribute [rw] artifact
|
15565
|
+
# The Amazon Resource Name (ARN) of the generated deployable resource.
|
15566
|
+
# @return [String]
|
15567
|
+
#
|
15568
|
+
# @!attribute [rw] status
|
15569
|
+
# The status of the deployable resource.
|
15570
|
+
# @return [String]
|
15571
|
+
#
|
15572
|
+
# @!attribute [rw] status_message
|
15573
|
+
# Returns a message describing the status of the deployed resource.
|
15574
|
+
# @return [String]
|
15575
|
+
#
|
15576
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/EdgePresetDeploymentOutput AWS API Documentation
|
15577
|
+
#
|
15578
|
+
class EdgePresetDeploymentOutput < Struct.new(
|
15579
|
+
:type,
|
15580
|
+
:artifact,
|
15581
|
+
:status,
|
15582
|
+
:status_message)
|
15583
|
+
SENSITIVE = []
|
15584
|
+
include Aws::Structure
|
15585
|
+
end
|
15586
|
+
|
15404
15587
|
# @api private
|
15405
15588
|
#
|
15406
15589
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/EnableSagemakerServicecatalogPortfolioInput AWS API Documentation
|
@@ -15460,8 +15643,8 @@ module Aws::SageMaker
|
|
15460
15643
|
#
|
15461
15644
|
# @!attribute [rw] tags
|
15462
15645
|
# A list of the tags associated with the endpoint. For more
|
15463
|
-
# information, see [Tagging
|
15464
|
-
# Reference Guide*.
|
15646
|
+
# information, see [Tagging Amazon Web Services resources][1] in the
|
15647
|
+
# *Amazon Web Services General Reference Guide*.
|
15465
15648
|
#
|
15466
15649
|
#
|
15467
15650
|
#
|
@@ -15945,10 +16128,10 @@ module Aws::SageMaker
|
|
15945
16128
|
# @return [Time]
|
15946
16129
|
#
|
15947
16130
|
# @!attribute [rw] online_store_config
|
15948
|
-
# Use this to specify the
|
15949
|
-
# `KMSKeyId`, for at rest data encryption. You can
|
15950
|
-
# on or off by specifying the `EnableOnlineStore`
|
15951
|
-
# 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`.
|
15952
16135
|
# @return [Types::OnlineStoreConfig]
|
15953
16136
|
#
|
15954
16137
|
# @!attribute [rw] offline_store_config
|
@@ -15958,8 +16141,8 @@ module Aws::SageMaker
|
|
15958
16141
|
# to create an `OfflineStore`.
|
15959
16142
|
#
|
15960
16143
|
# To encrypt an `OfflineStore` using at rest data encryption, specify
|
15961
|
-
#
|
15962
|
-
# `S3StorageConfig`.
|
16144
|
+
# Amazon Web Services Key Management Service (KMS) key ID, or
|
16145
|
+
# `KMSKeyId`, in `S3StorageConfig`.
|
15963
16146
|
# @return [Types::OfflineStoreConfig]
|
15964
16147
|
#
|
15965
16148
|
# @!attribute [rw] role_arn
|
@@ -16577,8 +16760,8 @@ module Aws::SageMaker
|
|
16577
16760
|
include Aws::Structure
|
16578
16761
|
end
|
16579
16762
|
|
16580
|
-
# Specifies configuration details for a Git repository in your
|
16581
|
-
# account.
|
16763
|
+
# Specifies configuration details for a Git repository in your Amazon
|
16764
|
+
# Web Services account.
|
16582
16765
|
#
|
16583
16766
|
# @note When making an API call, you may pass GitConfig
|
16584
16767
|
# data as a hash:
|
@@ -16598,10 +16781,10 @@ module Aws::SageMaker
|
|
16598
16781
|
# @return [String]
|
16599
16782
|
#
|
16600
16783
|
# @!attribute [rw] secret_arn
|
16601
|
-
# The Amazon Resource Name (ARN) of the
|
16602
|
-
# that contains the credentials used to access the git
|
16603
|
-
# secret must have a staging label of `AWSCURRENT` and
|
16604
|
-
# 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:
|
16605
16788
|
#
|
16606
16789
|
# `\{"username": UserName, "password": Password\}`
|
16607
16790
|
# @return [String]
|
@@ -16627,10 +16810,10 @@ module Aws::SageMaker
|
|
16627
16810
|
# }
|
16628
16811
|
#
|
16629
16812
|
# @!attribute [rw] secret_arn
|
16630
|
-
# The Amazon Resource Name (ARN) of the
|
16631
|
-
# that contains the credentials used to access the git
|
16632
|
-
# secret must have a staging label of `AWSCURRENT` and
|
16633
|
-
# 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:
|
16634
16817
|
#
|
16635
16818
|
# `\{"username": UserName, "password": Password\}`
|
16636
16819
|
# @return [String]
|
@@ -17759,7 +17942,7 @@ module Aws::SageMaker
|
|
17759
17942
|
#
|
17760
17943
|
# * For [3D point cloud][4] and [video frame][5] labeling jobs, the
|
17761
17944
|
# maximum is 7 days (604,800 seconds). If you want to change these
|
17762
|
-
# limits, contact
|
17945
|
+
# limits, contact Amazon Web Services Support.
|
17763
17946
|
#
|
17764
17947
|
#
|
17765
17948
|
#
|
@@ -17781,7 +17964,8 @@ module Aws::SageMaker
|
|
17781
17964
|
#
|
17782
17965
|
# * If you choose a private or vendor workforce, the default value is
|
17783
17966
|
# 10 days (864,000 seconds). For most users, the maximum is also 10
|
17784
|
-
# days. If you want to change this limit, contact
|
17967
|
+
# days. If you want to change this limit, contact Amazon Web
|
17968
|
+
# Services Support.
|
17785
17969
|
# @return [Integer]
|
17786
17970
|
#
|
17787
17971
|
# @!attribute [rw] max_concurrent_task_count
|
@@ -18807,9 +18991,12 @@ module Aws::SageMaker
|
|
18807
18991
|
# image_digest: "ImageDigest",
|
18808
18992
|
# model_data_url: "Url",
|
18809
18993
|
# product_id: "ProductId",
|
18994
|
+
# environment: {
|
18995
|
+
# "EnvironmentKey" => "EnvironmentValue",
|
18996
|
+
# },
|
18810
18997
|
# },
|
18811
18998
|
# ],
|
18812
|
-
# supported_transform_instance_types: ["ml.m4.xlarge"], # accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge
|
18999
|
+
# supported_transform_instance_types: ["ml.m4.xlarge"], # accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
18813
19000
|
# supported_realtime_inference_instance_types: ["ml.t2.medium"], # accepts ml.t2.medium, ml.t2.large, ml.t2.xlarge, ml.t2.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.12xlarge, ml.m5d.24xlarge, ml.c4.large, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5d.large, ml.c5d.xlarge, ml.c5d.2xlarge, ml.c5d.4xlarge, ml.c5d.9xlarge, ml.c5d.18xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.12xlarge, ml.r5.24xlarge, ml.r5d.large, ml.r5d.xlarge, ml.r5d.2xlarge, ml.r5d.4xlarge, ml.r5d.12xlarge, ml.r5d.24xlarge, ml.inf1.xlarge, ml.inf1.2xlarge, ml.inf1.6xlarge, ml.inf1.24xlarge
|
18814
19001
|
# supported_content_types: ["ContentType"], # required
|
18815
19002
|
# supported_response_mime_types: ["ResponseMIMEType"], # required
|
@@ -19515,7 +19702,8 @@ module Aws::SageMaker
|
|
19515
19702
|
# @return [String]
|
19516
19703
|
#
|
19517
19704
|
# @!attribute [rw] work_requester_account_id
|
19518
|
-
# The
|
19705
|
+
# The Amazon Web Services account ID of the account used to start the
|
19706
|
+
# labeling job.
|
19519
19707
|
# @return [String]
|
19520
19708
|
#
|
19521
19709
|
# @!attribute [rw] creation_time
|
@@ -19615,16 +19803,16 @@ module Aws::SageMaker
|
|
19615
19803
|
# @return [String]
|
19616
19804
|
#
|
19617
19805
|
# @!attribute [rw] kms_key_id
|
19618
|
-
# The
|
19619
|
-
# 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.
|
19620
19808
|
#
|
19621
19809
|
# If you provide your own KMS key ID, you must add the required
|
19622
19810
|
# permissions to your KMS key described in [Encrypt Output Data and
|
19623
|
-
# Storage Volume with
|
19811
|
+
# Storage Volume with Amazon Web Services KMS][1].
|
19624
19812
|
#
|
19625
19813
|
# If you don't provide a KMS key ID, Amazon SageMaker uses the
|
19626
|
-
# default
|
19627
|
-
# 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.
|
19628
19816
|
#
|
19629
19817
|
# If you use a bucket policy with an `s3:PutObject` permission that
|
19630
19818
|
# only allows objects with server-side encryption, set the condition
|
@@ -19678,18 +19866,18 @@ module Aws::SageMaker
|
|
19678
19866
|
# }
|
19679
19867
|
#
|
19680
19868
|
# @!attribute [rw] volume_kms_key_id
|
19681
|
-
# The
|
19682
|
-
# uses to encrypt data on the storage
|
19683
|
-
# compute instance(s) that run the training
|
19684
|
-
# 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.
|
19685
19873
|
#
|
19686
19874
|
# You can only specify a `VolumeKmsKeyId` when you create a labeling
|
19687
19875
|
# job with automated data labeling enabled using the API operation
|
19688
|
-
# `CreateLabelingJob`. You cannot specify an
|
19689
|
-
# CMK to encrypt the storage volume used for
|
19690
|
-
# model training and inference when you create
|
19691
|
-
# the console. To learn more, see [Output Data
|
19692
|
-
# 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].
|
19693
19881
|
#
|
19694
19882
|
# The `VolumeKmsKeyId` can be any of the following formats:
|
19695
19883
|
#
|
@@ -20664,8 +20852,9 @@ module Aws::SageMaker
|
|
20664
20852
|
# * Last modified time
|
20665
20853
|
#
|
20666
20854
|
# * Configuration information, including the URL location of the
|
20667
|
-
# repository and the ARN of the
|
20668
|
-
# 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.
|
20669
20858
|
# @return [Array<Types::CodeRepositorySummary>]
|
20670
20859
|
#
|
20671
20860
|
# @!attribute [rw] next_token
|
@@ -22430,7 +22619,8 @@ module Aws::SageMaker
|
|
22430
22619
|
end
|
22431
22620
|
|
22432
22621
|
# @!attribute [rw] model_package_group_summary_list
|
22433
|
-
# 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.
|
22434
22624
|
# @return [Array<Types::ModelPackageGroupSummary>]
|
22435
22625
|
#
|
22436
22626
|
# @!attribute [rw] next_token
|
@@ -24528,7 +24718,7 @@ module Aws::SageMaker
|
|
24528
24718
|
end
|
24529
24719
|
|
24530
24720
|
# Specifies a metric that the training algorithm writes to `stderr` or
|
24531
|
-
# `stdout
|
24721
|
+
# `stdout`. Amazon SageMakerhyperparameter tuning captures all defined
|
24532
24722
|
# metrics. You specify one metric that a hyperparameter tuning job uses
|
24533
24723
|
# as its objective metric to choose the best training job.
|
24534
24724
|
#
|
@@ -25099,10 +25289,10 @@ module Aws::SageMaker
|
|
25099
25289
|
# @return [Types::ModelPackageStatusDetails]
|
25100
25290
|
#
|
25101
25291
|
# @!attribute [rw] certify_for_marketplace
|
25102
|
-
# Whether the model package is to be certified to be listed on
|
25103
|
-
# Marketplace. For information about listing model
|
25104
|
-
# Marketplace, see [List Your
|
25105
|
-
# 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].
|
25106
25296
|
#
|
25107
25297
|
#
|
25108
25298
|
#
|
@@ -25150,8 +25340,8 @@ module Aws::SageMaker
|
|
25150
25340
|
#
|
25151
25341
|
# @!attribute [rw] tags
|
25152
25342
|
# A list of the tags associated with the model package. For more
|
25153
|
-
# information, see [Tagging
|
25154
|
-
# Reference Guide*.
|
25343
|
+
# information, see [Tagging Amazon Web Services resources][1] in the
|
25344
|
+
# *Amazon Web Services General Reference Guide*.
|
25155
25345
|
#
|
25156
25346
|
#
|
25157
25347
|
#
|
@@ -25196,6 +25386,9 @@ module Aws::SageMaker
|
|
25196
25386
|
# image_digest: "ImageDigest",
|
25197
25387
|
# model_data_url: "Url",
|
25198
25388
|
# product_id: "ProductId",
|
25389
|
+
# environment: {
|
25390
|
+
# "EnvironmentKey" => "EnvironmentValue",
|
25391
|
+
# },
|
25199
25392
|
# }
|
25200
25393
|
#
|
25201
25394
|
# @!attribute [rw] container_hostname
|
@@ -25235,9 +25428,15 @@ module Aws::SageMaker
|
|
25235
25428
|
# @return [String]
|
25236
25429
|
#
|
25237
25430
|
# @!attribute [rw] product_id
|
25238
|
-
# The
|
25431
|
+
# The Amazon Web Services Marketplace product ID of the model package.
|
25239
25432
|
# @return [String]
|
25240
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
|
+
#
|
25241
25440
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ModelPackageContainerDefinition AWS API Documentation
|
25242
25441
|
#
|
25243
25442
|
class ModelPackageContainerDefinition < Struct.new(
|
@@ -25245,7 +25444,8 @@ module Aws::SageMaker
|
|
25245
25444
|
:image,
|
25246
25445
|
:image_digest,
|
25247
25446
|
:model_data_url,
|
25248
|
-
:product_id
|
25447
|
+
:product_id,
|
25448
|
+
:environment)
|
25249
25449
|
SENSITIVE = []
|
25250
25450
|
include Aws::Structure
|
25251
25451
|
end
|
@@ -25293,8 +25493,8 @@ module Aws::SageMaker
|
|
25293
25493
|
#
|
25294
25494
|
# @!attribute [rw] tags
|
25295
25495
|
# A list of the tags associated with the model group. For more
|
25296
|
-
# information, see [Tagging
|
25297
|
-
# Reference Guide*.
|
25496
|
+
# information, see [Tagging Amazon Web Services resources][1] in the
|
25497
|
+
# *Amazon Web Services General Reference Guide*.
|
25298
25498
|
#
|
25299
25499
|
#
|
25300
25500
|
#
|
@@ -25456,7 +25656,7 @@ module Aws::SageMaker
|
|
25456
25656
|
# used in the process of validating the model package.
|
25457
25657
|
#
|
25458
25658
|
# The data provided in the validation profile is made available to your
|
25459
|
-
# buyers on
|
25659
|
+
# buyers on Amazon Web Services Marketplace.
|
25460
25660
|
#
|
25461
25661
|
# @note When making an API call, you may pass ModelPackageValidationProfile
|
25462
25662
|
# data as a hash:
|
@@ -25488,7 +25688,7 @@ module Aws::SageMaker
|
|
25488
25688
|
# kms_key_id: "KmsKeyId",
|
25489
25689
|
# },
|
25490
25690
|
# transform_resources: { # required
|
25491
|
-
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge
|
25691
|
+
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
25492
25692
|
# instance_count: 1, # required
|
25493
25693
|
# volume_kms_key_id: "KmsKeyId",
|
25494
25694
|
# },
|
@@ -25549,7 +25749,7 @@ module Aws::SageMaker
|
|
25549
25749
|
# kms_key_id: "KmsKeyId",
|
25550
25750
|
# },
|
25551
25751
|
# transform_resources: { # required
|
25552
|
-
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge
|
25752
|
+
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
25553
25753
|
# instance_count: 1, # required
|
25554
25754
|
# volume_kms_key_id: "KmsKeyId",
|
25555
25755
|
# },
|
@@ -25892,7 +26092,7 @@ module Aws::SageMaker
|
|
25892
26092
|
#
|
25893
26093
|
# {
|
25894
26094
|
# instance_count: 1, # required
|
25895
|
-
# instance_type: "ml.t3.medium", # required, accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
26095
|
+
# instance_type: "ml.t3.medium", # required, accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
25896
26096
|
# volume_size_in_gb: 1, # required
|
25897
26097
|
# volume_kms_key_id: "KmsKeyId",
|
25898
26098
|
# }
|
@@ -25913,9 +26113,10 @@ module Aws::SageMaker
|
|
25913
26113
|
# @return [Integer]
|
25914
26114
|
#
|
25915
26115
|
# @!attribute [rw] volume_kms_key_id
|
25916
|
-
# The
|
25917
|
-
# uses to encrypt data on the storage
|
25918
|
-
# 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.
|
25919
26120
|
# @return [String]
|
25920
26121
|
#
|
25921
26122
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/MonitoringClusterConfig AWS API Documentation
|
@@ -26109,7 +26310,7 @@ module Aws::SageMaker
|
|
26109
26310
|
# monitoring_resources: { # required
|
26110
26311
|
# cluster_config: { # required
|
26111
26312
|
# instance_count: 1, # required
|
26112
|
-
# instance_type: "ml.t3.medium", # required, accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
26313
|
+
# instance_type: "ml.t3.medium", # required, accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
26113
26314
|
# volume_size_in_gb: 1, # required
|
26114
26315
|
# volume_kms_key_id: "KmsKeyId",
|
26115
26316
|
# },
|
@@ -26326,9 +26527,9 @@ module Aws::SageMaker
|
|
26326
26527
|
# @return [Array<Types::MonitoringOutput>]
|
26327
26528
|
#
|
26328
26529
|
# @!attribute [rw] kms_key_id
|
26329
|
-
# The
|
26330
|
-
# uses to encrypt the model artifacts
|
26331
|
-
# 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.
|
26332
26533
|
# @return [String]
|
26333
26534
|
#
|
26334
26535
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/MonitoringOutputConfig AWS API Documentation
|
@@ -26348,7 +26549,7 @@ module Aws::SageMaker
|
|
26348
26549
|
# {
|
26349
26550
|
# cluster_config: { # required
|
26350
26551
|
# instance_count: 1, # required
|
26351
|
-
# instance_type: "ml.t3.medium", # required, accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
26552
|
+
# instance_type: "ml.t3.medium", # required, accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
26352
26553
|
# volume_size_in_gb: 1, # required
|
26353
26554
|
# volume_kms_key_id: "KmsKeyId",
|
26354
26555
|
# },
|
@@ -26463,8 +26664,8 @@ module Aws::SageMaker
|
|
26463
26664
|
#
|
26464
26665
|
# @!attribute [rw] tags
|
26465
26666
|
# A list of the tags associated with the monitoring schedlue. For more
|
26466
|
-
# information, see [Tagging
|
26467
|
-
# Reference Guide*.
|
26667
|
+
# information, see [Tagging Amazon Web Services resources][1] in the
|
26668
|
+
# *Amazon Web Services General Reference Guide*.
|
26468
26669
|
#
|
26469
26670
|
#
|
26470
26671
|
#
|
@@ -26539,7 +26740,7 @@ module Aws::SageMaker
|
|
26539
26740
|
# monitoring_resources: { # required
|
26540
26741
|
# cluster_config: { # required
|
26541
26742
|
# instance_count: 1, # required
|
26542
|
-
# instance_type: "ml.t3.medium", # required, accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
26743
|
+
# instance_type: "ml.t3.medium", # required, accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
26543
26744
|
# volume_size_in_gb: 1, # required
|
26544
26745
|
# volume_kms_key_id: "KmsKeyId",
|
26545
26746
|
# },
|
@@ -26725,6 +26926,44 @@ module Aws::SageMaker
|
|
26725
26926
|
include Aws::Structure
|
26726
26927
|
end
|
26727
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
|
+
|
26728
26967
|
# A list of nested Filter objects. A resource must satisfy the
|
26729
26968
|
# conditions of all filters to be included in the results returned from
|
26730
26969
|
# the Search API.
|
@@ -26948,10 +27187,11 @@ module Aws::SageMaker
|
|
26948
27187
|
# The Git repository associated with the notebook instance as its
|
26949
27188
|
# default code repository. This can be either the name of a Git
|
26950
27189
|
# repository stored as a resource in your account, or the URL of a Git
|
26951
|
-
# repository in [
|
26952
|
-
# When you open a notebook instance, it opens in the
|
26953
|
-
# contains this repository. For more information, see
|
26954
|
-
# 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].
|
26955
27195
|
#
|
26956
27196
|
#
|
26957
27197
|
#
|
@@ -26963,10 +27203,11 @@ module Aws::SageMaker
|
|
26963
27203
|
# An array of up to three Git repositories associated with the
|
26964
27204
|
# notebook instance. These can be either the names of Git repositories
|
26965
27205
|
# stored as resources in your account, or the URL of Git repositories
|
26966
|
-
# in [
|
26967
|
-
# repositories are cloned at the same level as the
|
26968
|
-
# of your notebook instance. For more information,
|
26969
|
-
# 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].
|
26970
27211
|
#
|
26971
27212
|
#
|
26972
27213
|
#
|
@@ -27054,8 +27295,8 @@ module Aws::SageMaker
|
|
27054
27295
|
# to create an `OfflineStore`.
|
27055
27296
|
#
|
27056
27297
|
# To encrypt an `OfflineStore` using at rest data encryption, specify
|
27057
|
-
#
|
27058
|
-
# `S3StorageConfig`.
|
27298
|
+
# Amazon Web Services Key Management Service (KMS) key ID, or
|
27299
|
+
# `KMSKeyId`, in `S3StorageConfig`.
|
27059
27300
|
#
|
27060
27301
|
# @note When making an API call, you may pass OfflineStoreConfig
|
27061
27302
|
# data as a hash:
|
@@ -27079,8 +27320,8 @@ module Aws::SageMaker
|
|
27079
27320
|
# @return [Types::S3StorageConfig]
|
27080
27321
|
#
|
27081
27322
|
# @!attribute [rw] disable_glue_table_creation
|
27082
|
-
# Set to `True` to disable the automatic creation of an
|
27083
|
-
# 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`.
|
27084
27325
|
# @return [Boolean]
|
27085
27326
|
#
|
27086
27327
|
# @!attribute [rw] data_catalog_config
|
@@ -27263,10 +27504,10 @@ module Aws::SageMaker
|
|
27263
27504
|
include Aws::Structure
|
27264
27505
|
end
|
27265
27506
|
|
27266
|
-
# Use this to specify the
|
27267
|
-
# `KMSKeyId`, for at rest data encryption. You can turn
|
27268
|
-
# or off by specifying the `EnableOnlineStore` flag at
|
27269
|
-
# 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`.
|
27270
27511
|
#
|
27271
27512
|
# @note When making an API call, you may pass OnlineStoreConfig
|
27272
27513
|
# data as a hash:
|
@@ -27310,9 +27551,9 @@ module Aws::SageMaker
|
|
27310
27551
|
# }
|
27311
27552
|
#
|
27312
27553
|
# @!attribute [rw] kms_key_id
|
27313
|
-
# The ID of the
|
27314
|
-
# SageMaker Feature Store uses to encrypt the
|
27315
|
-
# 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.
|
27316
27557
|
#
|
27317
27558
|
# The caller (either IAM user or IAM role) of `CreateFeatureGroup`
|
27318
27559
|
# must have below permissions to the `OnlineStore` `KmsKeyId`\:
|
@@ -27370,7 +27611,7 @@ module Aws::SageMaker
|
|
27370
27611
|
#
|
27371
27612
|
# {
|
27372
27613
|
# s3_output_location: "S3Uri", # required
|
27373
|
-
# 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
|
27374
27615
|
# target_platform: {
|
27375
27616
|
# os: "ANDROID", # required, accepts ANDROID, LINUX
|
27376
27617
|
# arch: "X86_64", # required, accepts X86_64, X86, ARM64, ARM_EABI, ARM_EABIHF
|
@@ -27541,10 +27782,13 @@ module Aws::SageMaker
|
|
27541
27782
|
# @return [String]
|
27542
27783
|
#
|
27543
27784
|
# @!attribute [rw] kms_key_id
|
27544
|
-
# The
|
27545
|
-
#
|
27546
|
-
#
|
27547
|
-
# 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.*
|
27548
27792
|
#
|
27549
27793
|
# The KmsKeyId can be any of the following formats:
|
27550
27794
|
#
|
@@ -27557,6 +27801,10 @@ module Aws::SageMaker
|
|
27557
27801
|
#
|
27558
27802
|
# * Alias name ARN:
|
27559
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
|
27560
27808
|
# @return [String]
|
27561
27809
|
#
|
27562
27810
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/OutputConfig AWS API Documentation
|
@@ -27583,10 +27831,10 @@ module Aws::SageMaker
|
|
27583
27831
|
# }
|
27584
27832
|
#
|
27585
27833
|
# @!attribute [rw] kms_key_id
|
27586
|
-
# The
|
27587
|
-
# uses to encrypt the model artifacts
|
27588
|
-
# server-side encryption. The `KmsKeyId` can
|
27589
|
-
# 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:
|
27590
27838
|
#
|
27591
27839
|
# * // KMS Key ID
|
27592
27840
|
#
|
@@ -27619,8 +27867,8 @@ module Aws::SageMaker
|
|
27619
27867
|
# The KMS key policy must grant permission to the IAM role that you
|
27620
27868
|
# specify in your `CreateTrainingJob`, `CreateTransformJob`, or
|
27621
27869
|
# `CreateHyperParameterTuningJob` requests. For more information, see
|
27622
|
-
# [Using Key Policies in
|
27623
|
-
# Service Developer Guide*.
|
27870
|
+
# [Using Key Policies in Amazon Web Services KMS][2] in the *Amazon
|
27871
|
+
# Web Services Key Management Service Developer Guide*.
|
27624
27872
|
#
|
27625
27873
|
#
|
27626
27874
|
#
|
@@ -28061,6 +28309,11 @@ module Aws::SageMaker
|
|
28061
28309
|
# this step execution.
|
28062
28310
|
# @return [Types::TransformJobStepMetadata]
|
28063
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
|
+
#
|
28064
28317
|
# @!attribute [rw] model
|
28065
28318
|
# Metadata for the Model step.
|
28066
28319
|
# @return [Types::ModelStepMetadata]
|
@@ -28084,6 +28337,7 @@ module Aws::SageMaker
|
|
28084
28337
|
:training_job,
|
28085
28338
|
:processing_job,
|
28086
28339
|
:transform_job,
|
28340
|
+
:tuning_job,
|
28087
28341
|
:model,
|
28088
28342
|
:register_model,
|
28089
28343
|
:condition,
|
@@ -28201,7 +28455,7 @@ module Aws::SageMaker
|
|
28201
28455
|
#
|
28202
28456
|
# {
|
28203
28457
|
# instance_count: 1, # required
|
28204
|
-
# instance_type: "ml.t3.medium", # required, accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
28458
|
+
# instance_type: "ml.t3.medium", # required, accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
28205
28459
|
# volume_size_in_gb: 1, # required
|
28206
28460
|
# volume_kms_key_id: "KmsKeyId",
|
28207
28461
|
# }
|
@@ -28219,12 +28473,48 @@ module Aws::SageMaker
|
|
28219
28473
|
# @!attribute [rw] volume_size_in_gb
|
28220
28474
|
# The size of the ML storage volume in gigabytes that you want to
|
28221
28475
|
# provision. You must specify sufficient ML storage for your scenario.
|
28476
|
+
#
|
28477
|
+
# <note markdown="1"> Certain Nitro-based instances include local storage with a fixed
|
28478
|
+
# total size, dependent on the instance type. When using these
|
28479
|
+
# instances for processing, Amazon SageMaker mounts the local instance
|
28480
|
+
# storage instead of Amazon EBS gp2 storage. You can't request a
|
28481
|
+
# `VolumeSizeInGB` greater than the total size of the local instance
|
28482
|
+
# storage.
|
28483
|
+
#
|
28484
|
+
# For a list of instance types that support local instance storage,
|
28485
|
+
# including the total size per instance type, see [Instance Store
|
28486
|
+
# Volumes][1].
|
28487
|
+
#
|
28488
|
+
# </note>
|
28489
|
+
#
|
28490
|
+
#
|
28491
|
+
#
|
28492
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html#instance-store-volumes
|
28222
28493
|
# @return [Integer]
|
28223
28494
|
#
|
28224
28495
|
# @!attribute [rw] volume_kms_key_id
|
28225
|
-
# The
|
28226
|
-
# uses to encrypt data on the storage
|
28227
|
-
# 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.
|
28500
|
+
#
|
28501
|
+
# <note markdown="1"> Certain Nitro-based instances include local storage, dependent on
|
28502
|
+
# the instance type. Local storage volumes are encrypted using a
|
28503
|
+
# hardware module on the instance. You can't request a
|
28504
|
+
# `VolumeKmsKeyId` when using an instance type with local storage.
|
28505
|
+
#
|
28506
|
+
# For a list of instance types that support local instance storage,
|
28507
|
+
# see [Instance Store Volumes][1].
|
28508
|
+
#
|
28509
|
+
# For more information about local instance storage encryption, see
|
28510
|
+
# [SSD Instance Store Volumes][2].
|
28511
|
+
#
|
28512
|
+
# </note>
|
28513
|
+
#
|
28514
|
+
#
|
28515
|
+
#
|
28516
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html#instance-store-volumes
|
28517
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ssd-instance-store.html
|
28228
28518
|
# @return [String]
|
28229
28519
|
#
|
28230
28520
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ProcessingClusterConfig AWS API Documentation
|
@@ -28450,8 +28740,8 @@ module Aws::SageMaker
|
|
28450
28740
|
#
|
28451
28741
|
# @!attribute [rw] tags
|
28452
28742
|
# An array of key-value pairs. For more information, see [Using Cost
|
28453
|
-
# Allocation Tags][1] in the *
|
28454
|
-
# Guide*.
|
28743
|
+
# Allocation Tags][1] in the *Amazon Web Services Billing and Cost
|
28744
|
+
# Management User Guide*.
|
28455
28745
|
#
|
28456
28746
|
#
|
28457
28747
|
#
|
@@ -28633,10 +28923,11 @@ module Aws::SageMaker
|
|
28633
28923
|
# @return [Array<Types::ProcessingOutput>]
|
28634
28924
|
#
|
28635
28925
|
# @!attribute [rw] kms_key_id
|
28636
|
-
# The
|
28637
|
-
# uses to encrypt the processing job
|
28638
|
-
#
|
28639
|
-
# 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.
|
28640
28931
|
# @return [String]
|
28641
28932
|
#
|
28642
28933
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ProcessingOutputConfig AWS API Documentation
|
@@ -28658,7 +28949,7 @@ module Aws::SageMaker
|
|
28658
28949
|
# {
|
28659
28950
|
# cluster_config: { # required
|
28660
28951
|
# instance_count: 1, # required
|
28661
|
-
# instance_type: "ml.t3.medium", # required, accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
28952
|
+
# instance_type: "ml.t3.medium", # required, accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
28662
28953
|
# volume_size_in_gb: 1, # required
|
28663
28954
|
# volume_kms_key_id: "KmsKeyId",
|
28664
28955
|
# },
|
@@ -28906,10 +29197,10 @@ module Aws::SageMaker
|
|
28906
29197
|
# @return [String]
|
28907
29198
|
#
|
28908
29199
|
# @!attribute [rw] kms_key_id
|
28909
|
-
# The
|
28910
|
-
# uses to encrypt the core dump data at
|
28911
|
-
# server-side encryption. The `KmsKeyId` can be
|
28912
|
-
# 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:
|
28913
29204
|
#
|
28914
29205
|
# * // KMS Key ID
|
28915
29206
|
#
|
@@ -28941,8 +29232,9 @@ module Aws::SageMaker
|
|
28941
29232
|
#
|
28942
29233
|
# The KMS key policy must grant permission to the IAM role that you
|
28943
29234
|
# specify in your `CreateEndpoint` and `UpdateEndpoint` requests. For
|
28944
|
-
# more information, see [Using Key Policies in
|
28945
|
-
# 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*.
|
28946
29238
|
#
|
28947
29239
|
#
|
28948
29240
|
#
|
@@ -29122,7 +29414,7 @@ module Aws::SageMaker
|
|
29122
29414
|
# local_path: "DirectoryPath",
|
29123
29415
|
# s3_output_path: "S3Uri",
|
29124
29416
|
# rule_evaluator_image: "AlgorithmImage", # required
|
29125
|
-
# instance_type: "ml.t3.medium", # accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
29417
|
+
# instance_type: "ml.t3.medium", # accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
29126
29418
|
# volume_size_in_gb: 1,
|
29127
29419
|
# rule_parameters: {
|
29128
29420
|
# "ConfigKey" => "ConfigValue",
|
@@ -29288,8 +29580,8 @@ module Aws::SageMaker
|
|
29288
29580
|
end
|
29289
29581
|
|
29290
29582
|
# A key value pair used when you provision a project as a service
|
29291
|
-
# catalog product. For information, see [What is
|
29292
|
-
# Catalog][1].
|
29583
|
+
# catalog product. For information, see [What is Amazon Web Services
|
29584
|
+
# Service Catalog][1].
|
29293
29585
|
#
|
29294
29586
|
#
|
29295
29587
|
#
|
@@ -29631,8 +29923,9 @@ module Aws::SageMaker
|
|
29631
29923
|
# @return [String]
|
29632
29924
|
#
|
29633
29925
|
# @!attribute [rw] kms_key_id
|
29634
|
-
# The
|
29635
|
-
# 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.
|
29636
29929
|
# @return [String]
|
29637
29930
|
#
|
29638
29931
|
# @!attribute [rw] output_format
|
@@ -29830,8 +30123,8 @@ module Aws::SageMaker
|
|
29830
30123
|
# registry where your model image is hosted. Specify a value for this
|
29831
30124
|
# property only if you specified `Vpc` as the value for the
|
29832
30125
|
# `RepositoryAccessMode` field of the `ImageConfig` object that you
|
29833
|
-
# passed to a call to CreateModel and the private Docker registry
|
29834
|
-
# 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.
|
29835
30128
|
#
|
29836
30129
|
# @note When making an API call, you may pass RepositoryAuthConfig
|
29837
30130
|
# data as a hash:
|
@@ -29841,11 +30134,12 @@ module Aws::SageMaker
|
|
29841
30134
|
# }
|
29842
30135
|
#
|
29843
30136
|
# @!attribute [rw] repository_credentials_provider_arn
|
29844
|
-
# The Amazon Resource Name (ARN) of an
|
29845
|
-
# provides credentials to authenticate to the private
|
29846
|
-
# where your model image is hosted. For information
|
29847
|
-
#
|
29848
|
-
# 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*.
|
29849
30143
|
#
|
29850
30144
|
#
|
29851
30145
|
#
|
@@ -29943,9 +30237,9 @@ module Aws::SageMaker
|
|
29943
30237
|
# @return [Integer]
|
29944
30238
|
#
|
29945
30239
|
# @!attribute [rw] volume_kms_key_id
|
29946
|
-
# The
|
29947
|
-
# storage volume attached to the ML compute
|
29948
|
-
# 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.
|
29949
30243
|
#
|
29950
30244
|
# <note markdown="1"> Certain Nitro-based instances include local storage, dependent on
|
29951
30245
|
# the instance type. Local storage volumes are encrypted using a
|
@@ -30279,8 +30573,9 @@ module Aws::SageMaker
|
|
30279
30573
|
# @return [String]
|
30280
30574
|
#
|
30281
30575
|
# @!attribute [rw] kms_key_id
|
30282
|
-
# The
|
30283
|
-
# 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.
|
30284
30579
|
#
|
30285
30580
|
# The IAM `roleARN` that is passed as a parameter to
|
30286
30581
|
# `CreateFeatureGroup` must have below permissions to the `KmsKeyId`\:
|
@@ -30858,7 +31153,8 @@ module Aws::SageMaker
|
|
30858
31153
|
end
|
30859
31154
|
|
30860
31155
|
# Details of a provisioned service catalog product. For information
|
30861
|
-
# about service catalog, see [What is
|
31156
|
+
# about service catalog, see [What is Amazon Web Services Service
|
31157
|
+
# Catalog][1].
|
30862
31158
|
#
|
30863
31159
|
#
|
30864
31160
|
#
|
@@ -30905,8 +31201,8 @@ module Aws::SageMaker
|
|
30905
31201
|
end
|
30906
31202
|
|
30907
31203
|
# Details that you specify to provision a service catalog product. For
|
30908
|
-
# information about service catalog, see .[What is
|
30909
|
-
# Catalog][1].
|
31204
|
+
# information about service catalog, see .[What is Amazon Web Services
|
31205
|
+
# Service Catalog][1].
|
30910
31206
|
#
|
30911
31207
|
#
|
30912
31208
|
#
|
@@ -30983,9 +31279,9 @@ module Aws::SageMaker
|
|
30983
31279
|
# @return [String]
|
30984
31280
|
#
|
30985
31281
|
# @!attribute [rw] s3_kms_key_id
|
30986
|
-
# When `NotebookOutputOption` is `Allowed`, the
|
30987
|
-
# Service (KMS) encryption key ID used to encrypt the
|
30988
|
-
# 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.
|
30989
31285
|
# @return [String]
|
30990
31286
|
#
|
30991
31287
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/SharingSettings AWS API Documentation
|
@@ -31036,8 +31332,8 @@ module Aws::SageMaker
|
|
31036
31332
|
|
31037
31333
|
# Specifies an algorithm that was used to create the model package. The
|
31038
31334
|
# algorithm must be either an algorithm resource in your Amazon
|
31039
|
-
# SageMaker account or an algorithm in
|
31040
|
-
# subscribed to.
|
31335
|
+
# SageMaker account or an algorithm in Amazon Web Services Marketplace
|
31336
|
+
# that you are subscribed to.
|
31041
31337
|
#
|
31042
31338
|
# @note When making an API call, you may pass SourceAlgorithm
|
31043
31339
|
# data as a hash:
|
@@ -31061,8 +31357,8 @@ module Aws::SageMaker
|
|
31061
31357
|
# @!attribute [rw] algorithm_name
|
31062
31358
|
# The name of an algorithm that was used to create the model package.
|
31063
31359
|
# The algorithm must be either an algorithm resource in your Amazon
|
31064
|
-
# SageMaker account or an algorithm in
|
31065
|
-
# subscribed to.
|
31360
|
+
# SageMaker account or an algorithm in Amazon Web Services Marketplace
|
31361
|
+
# that you are subscribed to.
|
31066
31362
|
# @return [String]
|
31067
31363
|
#
|
31068
31364
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/SourceAlgorithm AWS API Documentation
|
@@ -31603,17 +31899,19 @@ module Aws::SageMaker
|
|
31603
31899
|
end
|
31604
31900
|
|
31605
31901
|
# A tag object that consists of a key and an optional value, used to
|
31606
|
-
# manage metadata for Amazon SageMaker
|
31902
|
+
# manage metadata for Amazon SageMaker Amazon Web Services resources.
|
31607
31903
|
#
|
31608
31904
|
# You can add tags to notebook instances, training jobs, hyperparameter
|
31609
31905
|
# tuning jobs, batch transform jobs, models, labeling jobs, work teams,
|
31610
31906
|
# endpoint configurations, and endpoints. For more information on adding
|
31611
31907
|
# tags to Amazon SageMaker resources, see AddTags.
|
31612
31908
|
#
|
31613
|
-
# For more information on adding metadata to your
|
31614
|
-
# tagging, see [Tagging
|
31615
|
-
#
|
31616
|
-
#
|
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].
|
31617
31915
|
#
|
31618
31916
|
#
|
31619
31917
|
#
|
@@ -31909,8 +32207,8 @@ module Aws::SageMaker
|
|
31909
32207
|
# @return [Types::AlgorithmSpecification]
|
31910
32208
|
#
|
31911
32209
|
# @!attribute [rw] role_arn
|
31912
|
-
# The
|
31913
|
-
# training job.
|
32210
|
+
# The Amazon Web Services Identity and Access Management (IAM) role
|
32211
|
+
# configured for the training job.
|
31914
32212
|
# @return [String]
|
31915
32213
|
#
|
31916
32214
|
# @!attribute [rw] input_data_config
|
@@ -32074,9 +32372,10 @@ module Aws::SageMaker
|
|
32074
32372
|
# @return [Types::RetryStrategy]
|
32075
32373
|
#
|
32076
32374
|
# @!attribute [rw] tags
|
32077
|
-
# An array of key-value pairs. You can use tags to categorize your
|
32078
|
-
# resources in different ways, for example, by
|
32079
|
-
# 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].
|
32080
32379
|
#
|
32081
32380
|
#
|
32082
32381
|
#
|
@@ -32776,7 +33075,7 @@ module Aws::SageMaker
|
|
32776
33075
|
# kms_key_id: "KmsKeyId",
|
32777
33076
|
# },
|
32778
33077
|
# transform_resources: { # required
|
32779
|
-
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge
|
33078
|
+
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
32780
33079
|
# instance_count: 1, # required
|
32781
33080
|
# volume_kms_key_id: "KmsKeyId",
|
32782
33081
|
# },
|
@@ -32946,10 +33245,10 @@ module Aws::SageMaker
|
|
32946
33245
|
# @return [String]
|
32947
33246
|
#
|
32948
33247
|
# @!attribute [rw] kms_key_id
|
32949
|
-
# The
|
32950
|
-
# uses to encrypt the model artifacts
|
32951
|
-
# server-side encryption. The `KmsKeyId` can
|
32952
|
-
# 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:
|
32953
33252
|
#
|
32954
33253
|
# * Key ID: `1234abcd-12ab-34cd-56ef-1234567890ab`
|
32955
33254
|
#
|
@@ -32968,8 +33267,8 @@ module Aws::SageMaker
|
|
32968
33267
|
#
|
32969
33268
|
# The KMS key policy must grant permission to the IAM role that you
|
32970
33269
|
# specify in your CreateModel request. For more information, see
|
32971
|
-
# [Using Key Policies in
|
32972
|
-
# Service Developer Guide*.
|
33270
|
+
# [Using Key Policies in Amazon Web Services KMS][2] in the *Amazon
|
33271
|
+
# Web Services Key Management Service Developer Guide*.
|
32973
33272
|
#
|
32974
33273
|
#
|
32975
33274
|
#
|
@@ -32995,7 +33294,7 @@ module Aws::SageMaker
|
|
32995
33294
|
# data as a hash:
|
32996
33295
|
#
|
32997
33296
|
# {
|
32998
|
-
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge
|
33297
|
+
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
32999
33298
|
# instance_count: 1, # required
|
33000
33299
|
# volume_kms_key_id: "KmsKeyId",
|
33001
33300
|
# }
|
@@ -33003,7 +33302,7 @@ module Aws::SageMaker
|
|
33003
33302
|
# @!attribute [rw] instance_type
|
33004
33303
|
# The ML compute instance type for the transform job. If you are using
|
33005
33304
|
# built-in algorithms to transform moderately sized datasets, we
|
33006
|
-
# recommend using ml.m4.xlarge or `ml.m5.large`
|
33305
|
+
# recommend using ml.m4.xlarge or `ml.m5.large`instance types.
|
33007
33306
|
# @return [String]
|
33008
33307
|
#
|
33009
33308
|
# @!attribute [rw] instance_count
|
@@ -33013,10 +33312,25 @@ module Aws::SageMaker
|
|
33013
33312
|
# @return [Integer]
|
33014
33313
|
#
|
33015
33314
|
# @!attribute [rw] volume_kms_key_id
|
33016
|
-
# The
|
33017
|
-
# uses to encrypt model data on the
|
33018
|
-
# compute instance(s) that run the
|
33019
|
-
#
|
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.
|
33319
|
+
#
|
33320
|
+
# <note markdown="1"> Certain Nitro-based instances include local storage, dependent on
|
33321
|
+
# the instance type. Local storage volumes are encrypted using a
|
33322
|
+
# hardware module on the instance. You can't request a
|
33323
|
+
# `VolumeKmsKeyId` when using an instance type with local storage.
|
33324
|
+
#
|
33325
|
+
# For a list of instance types that support local instance storage,
|
33326
|
+
# see [Instance Store Volumes][1].
|
33327
|
+
#
|
33328
|
+
# For more information about local instance storage encryption, see
|
33329
|
+
# [SSD Instance Store Volumes][2].
|
33330
|
+
#
|
33331
|
+
# </note>
|
33332
|
+
#
|
33333
|
+
# The `VolumeKmsKeyId` can be any of the following formats:
|
33020
33334
|
#
|
33021
33335
|
# * Key ID: `1234abcd-12ab-34cd-56ef-1234567890ab`
|
33022
33336
|
#
|
@@ -33027,6 +33341,11 @@ module Aws::SageMaker
|
|
33027
33341
|
#
|
33028
33342
|
# * Alias name ARN:
|
33029
33343
|
# `arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias`
|
33344
|
+
#
|
33345
|
+
#
|
33346
|
+
#
|
33347
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html#instance-store-volumes
|
33348
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ssd-instance-store.html
|
33030
33349
|
# @return [String]
|
33031
33350
|
#
|
33032
33351
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/TransformResources AWS API Documentation
|
@@ -33696,6 +34015,21 @@ module Aws::SageMaker
|
|
33696
34015
|
include Aws::Structure
|
33697
34016
|
end
|
33698
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
|
+
|
33699
34033
|
# Represents an amount of money in United States dollars.
|
33700
34034
|
#
|
33701
34035
|
# @note When making an API call, you may pass USD
|
@@ -33759,8 +34093,8 @@ module Aws::SageMaker
|
|
33759
34093
|
# Use this parameter when you are creating a labeling job for 3D point
|
33760
34094
|
# cloud and video fram labeling jobs. Use your labeling job task type
|
33761
34095
|
# to select one of the following ARNs and use it with this parameter
|
33762
|
-
# when you create a labeling job. Replace `aws-region` with the
|
33763
|
-
# 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.
|
33764
34098
|
#
|
33765
34099
|
# **3D Point Cloud HumanTaskUiArns**
|
33766
34100
|
#
|
@@ -34024,10 +34358,10 @@ module Aws::SageMaker
|
|
34024
34358
|
#
|
34025
34359
|
# @!attribute [rw] git_config
|
34026
34360
|
# The configuration of the git repository, including the URL and the
|
34027
|
-
# Amazon Resource Name (ARN) of the
|
34028
|
-
# contains the credentials used to access the
|
34029
|
-
# must have a staging label of `AWSCURRENT` and
|
34030
|
-
# 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:
|
34031
34365
|
#
|
34032
34366
|
# `\{"username": UserName, "password": Password\}`
|
34033
34367
|
# @return [Types::GitConfigForUpdate]
|
@@ -34114,7 +34448,10 @@ module Aws::SageMaker
|
|
34114
34448
|
# output_config: { # required
|
34115
34449
|
# s3_output_location: "S3Uri", # required
|
34116
34450
|
# kms_key_id: "KmsKeyId",
|
34451
|
+
# preset_deployment_type: "GreengrassV2Component", # accepts GreengrassV2Component
|
34452
|
+
# preset_deployment_config: "String",
|
34117
34453
|
# },
|
34454
|
+
# enable_iot_role_alias: false,
|
34118
34455
|
# }
|
34119
34456
|
#
|
34120
34457
|
# @!attribute [rw] device_fleet_name
|
@@ -34133,13 +34470,23 @@ module Aws::SageMaker
|
|
34133
34470
|
# Output configuration for storing sample data collected by the fleet.
|
34134
34471
|
# @return [Types::EdgeOutputConfig]
|
34135
34472
|
#
|
34473
|
+
# @!attribute [rw] enable_iot_role_alias
|
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\\}".
|
34477
|
+
#
|
34478
|
+
# For example, if your device fleet is called "demo-fleet", the name
|
34479
|
+
# of the role alias will be "SageMakerEdge-demo-fleet".
|
34480
|
+
# @return [Boolean]
|
34481
|
+
#
|
34136
34482
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateDeviceFleetRequest AWS API Documentation
|
34137
34483
|
#
|
34138
34484
|
class UpdateDeviceFleetRequest < Struct.new(
|
34139
34485
|
:device_fleet_name,
|
34140
34486
|
:role_arn,
|
34141
34487
|
:description,
|
34142
|
-
:output_config
|
34488
|
+
:output_config,
|
34489
|
+
:enable_iot_role_alias)
|
34143
34490
|
SENSITIVE = []
|
34144
34491
|
include Aws::Structure
|
34145
34492
|
end
|
@@ -34581,7 +34928,7 @@ module Aws::SageMaker
|
|
34581
34928
|
# monitoring_resources: { # required
|
34582
34929
|
# cluster_config: { # required
|
34583
34930
|
# instance_count: 1, # required
|
34584
|
-
# instance_type: "ml.t3.medium", # required, accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
34931
|
+
# instance_type: "ml.t3.medium", # required, accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
34585
34932
|
# volume_size_in_gb: 1, # required
|
34586
34933
|
# volume_kms_key_id: "KmsKeyId",
|
34587
34934
|
# },
|
@@ -34616,7 +34963,7 @@ module Aws::SageMaker
|
|
34616
34963
|
#
|
34617
34964
|
# @!attribute [rw] monitoring_schedule_name
|
34618
34965
|
# The name of the monitoring schedule. The name must be unique within
|
34619
|
-
# an
|
34966
|
+
# an Amazon Web Services Region within an Amazon Web Services account.
|
34620
34967
|
# @return [String]
|
34621
34968
|
#
|
34622
34969
|
# @!attribute [rw] monitoring_schedule_config
|
@@ -34720,10 +35067,11 @@ module Aws::SageMaker
|
|
34720
35067
|
# The Git repository to associate with the notebook instance as its
|
34721
35068
|
# default code repository. This can be either the name of a Git
|
34722
35069
|
# repository stored as a resource in your account, or the URL of a Git
|
34723
|
-
# repository in [
|
34724
|
-
# When you open a notebook instance, it opens in the
|
34725
|
-
# contains this repository. For more information, see
|
34726
|
-
# 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].
|
34727
35075
|
#
|
34728
35076
|
#
|
34729
35077
|
#
|
@@ -34735,10 +35083,11 @@ module Aws::SageMaker
|
|
34735
35083
|
# An array of up to three Git repositories to associate with the
|
34736
35084
|
# notebook instance. These can be either the names of Git repositories
|
34737
35085
|
# stored as resources in your account, or the URL of Git repositories
|
34738
|
-
# in [
|
34739
|
-
# repositories are cloned at the same level as the
|
34740
|
-
# of your notebook instance. For more information,
|
34741
|
-
# 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].
|
34742
35091
|
#
|
34743
35092
|
#
|
34744
35093
|
#
|
@@ -34976,7 +35325,7 @@ module Aws::SageMaker
|
|
34976
35325
|
# local_path: "DirectoryPath",
|
34977
35326
|
# s3_output_path: "S3Uri",
|
34978
35327
|
# rule_evaluator_image: "AlgorithmImage", # required
|
34979
|
-
# instance_type: "ml.t3.medium", # accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
35328
|
+
# instance_type: "ml.t3.medium", # accepts ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
34980
35329
|
# volume_size_in_gb: 1,
|
34981
35330
|
# rule_parameters: {
|
34982
35331
|
# "ConfigKey" => "ConfigValue",
|
@@ -35306,10 +35655,10 @@ module Aws::SageMaker
|
|
35306
35655
|
|
35307
35656
|
# @!attribute [rw] workforce
|
35308
35657
|
# A single private workforce. You can create one private work force in
|
35309
|
-
# each
|
35310
|
-
# used in a specific region will apply to the workforce
|
35311
|
-
# that region. To learn how to create a private workforce,
|
35312
|
-
# 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].
|
35313
35662
|
#
|
35314
35663
|
#
|
35315
35664
|
#
|
@@ -35657,10 +36006,10 @@ module Aws::SageMaker
|
|
35657
36006
|
|
35658
36007
|
# A single private workforce, which is automatically created when you
|
35659
36008
|
# create your first private work team. You can create one private work
|
35660
|
-
# force in each
|
35661
|
-
# operation used in a specific region will apply
|
35662
|
-
# created in that region. To learn how to create a
|
35663
|
-
# 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].
|
35664
36013
|
#
|
35665
36014
|
#
|
35666
36015
|
#
|