aws-sdk-sagemaker 1.91.0 → 1.92.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -4865,6 +4865,7 @@ module Aws::SageMaker
4865
4865
  ModelPackageContainerDefinition.add_member(:image_digest, Shapes::ShapeRef.new(shape: ImageDigest, location_name: "ImageDigest"))
4866
4866
  ModelPackageContainerDefinition.add_member(:model_data_url, Shapes::ShapeRef.new(shape: Url, location_name: "ModelDataUrl"))
4867
4867
  ModelPackageContainerDefinition.add_member(:product_id, Shapes::ShapeRef.new(shape: ProductId, location_name: "ProductId"))
4868
+ ModelPackageContainerDefinition.add_member(:environment, Shapes::ShapeRef.new(shape: EnvironmentMap, location_name: "Environment"))
4868
4869
  ModelPackageContainerDefinition.struct_class = Types::ModelPackageContainerDefinition
4869
4870
 
4870
4871
  ModelPackageContainerDefinitionList.member = Shapes::ShapeRef.new(shape: ModelPackageContainerDefinition)
@@ -7004,6 +7005,7 @@ module Aws::SageMaker
7004
7005
  o.http_request_uri = "/"
7005
7006
  o.input = Shapes::ShapeRef.new(shape: DeleteModelPackageGroupInput)
7006
7007
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
7008
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
7007
7009
  end)
7008
7010
 
7009
7011
  api.add_operation(:delete_model_package_group_policy, Seahorse::Model::Operation.new.tap do |o|
@@ -7063,6 +7065,7 @@ module Aws::SageMaker
7063
7065
  o.http_request_uri = "/"
7064
7066
  o.input = Shapes::ShapeRef.new(shape: DeleteProjectInput)
7065
7067
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
7068
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
7066
7069
  end)
7067
7070
 
7068
7071
  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 AWS
176
- # resources in different ways, for example, by purpose, owner, or
177
- # environment. For more information, see [Tagging AWS Resources][1].
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
- # AWS Marketplace. If you specify a value for this parameter, you
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 AWS Marketplace.
446
+ # buyers on Amazon Web Services Marketplace.
446
447
  #
447
448
  # @note When making an API call, you may pass AlgorithmValidationProfile
448
449
  # data as a hash:
@@ -1678,8 +1679,9 @@ module Aws::SageMaker
1678
1679
  # @return [String]
1679
1680
  #
1680
1681
  # @!attribute [rw] kms_key_id
1681
- # The AWS Key Management Service (AWS KMS) key that Amazon SageMaker
1682
- # uses to encrypt data generated from an Athena query execution.
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 AWS KMS encryption key ID.
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 AWS Secrets Manager secret
2735
- # that contains the credentials used to access the repository.
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 AWS
3047
- # Security Token Service to download model artifacts from the S3 path
3048
- # you provide. AWS STS is activated in your IAM user account by
3049
- # default. If you previously deactivated AWS STS for a region, you
3050
- # need to reactivate AWS STS for that region. For more information,
3051
- # see [Activating and Deactivating AWS STS in an AWS Region][2] in the
3052
- # *AWS Identity and Access Management User Guide*.
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 AWS
3301
- # Region.
3305
+ # The name of the action. Must be unique to your account in an Amazon
3306
+ # Web Services Region.
3302
3307
  # @return [String]
3303
3308
  #
3304
3309
  # @!attribute [rw] source
@@ -3422,6 +3427,9 @@ module Aws::SageMaker
3422
3427
  # image_digest: "ImageDigest",
3423
3428
  # model_data_url: "Url",
3424
3429
  # product_id: "ProductId",
3430
+ # environment: {
3431
+ # "EnvironmentKey" => "EnvironmentValue",
3432
+ # },
3425
3433
  # },
3426
3434
  # ],
3427
3435
  # supported_transform_instance_types: ["ml.m4.xlarge"], # accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
@@ -3575,14 +3583,15 @@ module Aws::SageMaker
3575
3583
  # @return [Types::AlgorithmValidationSpecification]
3576
3584
  #
3577
3585
  # @!attribute [rw] certify_for_marketplace
3578
- # Whether to certify the algorithm so that it can be listed in AWS
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 AWS
3584
- # resources in different ways, for example, by purpose, owner, or
3585
- # environment. For more information, see [Tagging AWS Resources][1].
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 AWS
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 AWS
4010
- # resources in different ways, for example, by purpose, owner, or
4011
- # environment. For more information, see [Tagging AWS Resources][1].
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
  #
@@ -4078,7 +4088,8 @@ module Aws::SageMaker
4078
4088
  #
4079
4089
  # @!attribute [rw] compilation_job_name
4080
4090
  # A name for the model compilation job. The name must be unique within
4081
- # the AWS Region and within your AWS account.
4091
+ # the Amazon Web Services Region and within your Amazon Web Services
4092
+ # account.
4082
4093
  # @return [String]
4083
4094
  #
4084
4095
  # @!attribute [rw] role_arn
@@ -4134,9 +4145,10 @@ module Aws::SageMaker
4134
4145
  # @return [Types::StoppingCondition]
4135
4146
  #
4136
4147
  # @!attribute [rw] tags
4137
- # An array of key-value pairs. You can use tags to categorize your AWS
4138
- # resources in different ways, for example, by purpose, owner, or
4139
- # environment. For more information, see [Tagging AWS Resources][1].
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].
4140
4152
  #
4141
4153
  #
4142
4154
  #
@@ -4200,8 +4212,8 @@ module Aws::SageMaker
4200
4212
  # }
4201
4213
  #
4202
4214
  # @!attribute [rw] context_name
4203
- # The name of the context. Must be unique to your account in an AWS
4204
- # Region.
4215
+ # The name of the context. Must be unique to your account in an Amazon
4216
+ # Web Services Region.
4205
4217
  # @return [String]
4206
4218
  #
4207
4219
  # @!attribute [rw] source
@@ -4368,8 +4380,8 @@ module Aws::SageMaker
4368
4380
  #
4369
4381
  # @!attribute [rw] tags
4370
4382
  # (Optional) An array of key-value pairs. For more information, see
4371
- # [Using Cost Allocation Tags][1] in the *AWS Billing and Cost
4372
- # Management User Guide*.
4383
+ # [Using Cost Allocation Tags][1] in the *Amazon Web Services Billing
4384
+ # and Cost Management User Guide*.
4373
4385
  #
4374
4386
  #
4375
4387
  #
@@ -4432,8 +4444,8 @@ module Aws::SageMaker
4432
4444
  # @return [String]
4433
4445
  #
4434
4446
  # @!attribute [rw] role_arn
4435
- # The Amazon Resource Name (ARN) that has access to AWS Internet of
4436
- # Things (IoT).
4447
+ # The Amazon Resource Name (ARN) that has access to Amazon Web
4448
+ # Services Internet of Things (IoT).
4437
4449
  # @return [String]
4438
4450
  #
4439
4451
  # @!attribute [rw] description
@@ -4450,9 +4462,9 @@ module Aws::SageMaker
4450
4462
  # @return [Array<Types::Tag>]
4451
4463
  #
4452
4464
  # @!attribute [rw] enable_iot_role_alias
4453
- # Whether to create an AWS IoT Role Alias during device fleet
4454
- # creation. The name of the role alias generated will match this
4455
- # pattern: "SageMakerEdge-\\\{DeviceFleetName\\}".
4465
+ # Whether to create an Amazon Web Services IoT Role Alias during
4466
+ # device fleet creation. The name of the role alias generated will
4467
+ # match this pattern: "SageMakerEdge-\\\{DeviceFleetName\\}".
4456
4468
  #
4457
4469
  # For example, if your device fleet is called "demo-fleet", the name
4458
4470
  # of the role alias will be "SageMakerEdge-demo-fleet".
@@ -4580,9 +4592,10 @@ module Aws::SageMaker
4580
4592
  # @return [String]
4581
4593
  #
4582
4594
  # @!attribute [rw] kms_key_id
4583
- # SageMaker uses AWS KMS to encrypt the EFS volume attached to the
4584
- # domain with an AWS managed customer master key (CMK) by default. For
4585
- # more control, specify a customer managed CMK.
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.
4586
4599
  # @return [String]
4587
4600
  #
4588
4601
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateDomainRequest AWS API Documentation
@@ -4751,9 +4764,10 @@ module Aws::SageMaker
4751
4764
  # @return [Types::DataCaptureConfig]
4752
4765
  #
4753
4766
  # @!attribute [rw] tags
4754
- # An array of key-value pairs. You can use tags to categorize your AWS
4755
- # resources in different ways, for example, by purpose, owner, or
4756
- # environment. For more information, see [Tagging AWS Resources][1].
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].
4757
4771
  #
4758
4772
  #
4759
4773
  #
@@ -4761,9 +4775,10 @@ module Aws::SageMaker
4761
4775
  # @return [Array<Types::Tag>]
4762
4776
  #
4763
4777
  # @!attribute [rw] kms_key_id
4764
- # The Amazon Resource Name (ARN) of a AWS Key Management Service key
4765
- # that Amazon SageMaker uses to encrypt data on the storage volume
4766
- # attached to the ML compute instance that hosts the endpoint.
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.
4767
4782
  #
4768
4783
  # The KmsKeyId can be any of the following formats:
4769
4784
  #
@@ -4779,8 +4794,8 @@ module Aws::SageMaker
4779
4794
  #
4780
4795
  # The KMS key policy must grant permission to the IAM role that you
4781
4796
  # specify in your `CreateEndpoint`, `UpdateEndpoint` requests. For
4782
- # more information, refer to the AWS Key Management Service section[
4783
- # Using Key Policies in AWS KMS ][1]
4797
+ # more information, refer to the Amazon Web Services Key Management
4798
+ # Service section[ Using Key Policies in Amazon Web Services KMS ][1]
4784
4799
  #
4785
4800
  # <note markdown="1"> Certain Nitro-based instances include local storage, dependent on
4786
4801
  # the instance type. Local storage volumes are encrypted using a
@@ -4846,9 +4861,10 @@ module Aws::SageMaker
4846
4861
  # }
4847
4862
  #
4848
4863
  # @!attribute [rw] endpoint_name
4849
- # The name of the endpoint.The name must be unique within an AWS
4850
- # Region in your AWS account. The name is case-insensitive in
4851
- # `CreateEndpoint`, but the case is preserved and must be matched in .
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 .
4852
4868
  # @return [String]
4853
4869
  #
4854
4870
  # @!attribute [rw] endpoint_config_name
@@ -4857,9 +4873,10 @@ module Aws::SageMaker
4857
4873
  # @return [String]
4858
4874
  #
4859
4875
  # @!attribute [rw] tags
4860
- # An array of key-value pairs. You can use tags to categorize your AWS
4861
- # resources in different ways, for example, by purpose, owner, or
4862
- # environment. For more information, see [Tagging AWS Resources][1].
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].
4863
4880
  #
4864
4881
  #
4865
4882
  #
@@ -4904,8 +4921,8 @@ module Aws::SageMaker
4904
4921
  # }
4905
4922
  #
4906
4923
  # @!attribute [rw] experiment_name
4907
- # The name of the experiment. The name must be unique in your AWS
4908
- # 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.
4909
4926
  # @return [String]
4910
4927
  #
4911
4928
  # @!attribute [rw] display_name
@@ -4990,7 +5007,8 @@ module Aws::SageMaker
4990
5007
  #
4991
5008
  # @!attribute [rw] feature_group_name
4992
5009
  # The name of the `FeatureGroup`. The name must be unique within an
4993
- # AWS Region in an AWS account. The name:
5010
+ # Amazon Web Services Region in an Amazon Web Services account. The
5011
+ # name:
4994
5012
  #
4995
5013
  # * Must start and end with an alphanumeric character.
4996
5014
  #
@@ -5057,8 +5075,8 @@ module Aws::SageMaker
5057
5075
  # the `EnableOnlineStore` flag in `OnlineStoreConfig`; the default
5058
5076
  # value is `False`.
5059
5077
  #
5060
- # You can also include an AWS KMS key ID (`KMSKeyId`) for at-rest
5061
- # 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`.
5062
5080
  # @return [Types::OnlineStoreConfig]
5063
5081
  #
5064
5082
  # @!attribute [rw] offline_store_config
@@ -5068,7 +5086,8 @@ module Aws::SageMaker
5068
5086
  # * The Amazon Simple Storage Service (Amazon S3) location of an
5069
5087
  # `OfflineStore`.
5070
5088
  #
5071
- # * A configuration for an AWS Glue or AWS Hive data cataolgue.
5089
+ # * A configuration for an Amazon Web Services Glue or Amazon Web
5090
+ # Services Hive data cataolgue.
5072
5091
  #
5073
5092
  # * An KMS encryption key to encrypt the Amazon S3 location used for
5074
5093
  # `OfflineStore`.
@@ -5543,9 +5562,10 @@ module Aws::SageMaker
5543
5562
  # @!attribute [rw] hyper_parameter_tuning_job_name
5544
5563
  # The name of the tuning job. This name is the prefix for the names of
5545
5564
  # all training jobs that this tuning job launches. The name must be
5546
- # unique within the same AWS account and AWS Region. The name must
5547
- # have 1 to 32 characters. Valid characters are a-z, A-Z, 0-9, and : +
5548
- # = @ \_ % - (hyphen). The name is not case sensitive.
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.
5549
5569
  # @return [String]
5550
5570
  #
5551
5571
  # @!attribute [rw] hyper_parameter_tuning_job_config
@@ -5596,9 +5616,10 @@ module Aws::SageMaker
5596
5616
  # @return [Types::HyperParameterTuningJobWarmStartConfig]
5597
5617
  #
5598
5618
  # @!attribute [rw] tags
5599
- # An array of key-value pairs. You can use tags to categorize your AWS
5600
- # resources in different ways, for example, by purpose, owner, or
5601
- # environment. For more information, see [Tagging AWS Resources][1].
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].
5602
5623
  #
5603
5624
  # Tags that you specify for the tuning job are also added to all
5604
5625
  # training jobs that the tuning job launches.
@@ -5715,8 +5736,9 @@ module Aws::SageMaker
5715
5736
  # @return [String]
5716
5737
  #
5717
5738
  # @!attribute [rw] client_token
5718
- # A unique ID. If not specified, the AWS CLI and AWS SDKs, such as the
5719
- # SDK for Python (Boto3), add a unique value to the call.
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.
5720
5742
  #
5721
5743
  # **A suitable default value is auto-generated.** You should normally
5722
5744
  # not need to pass this option.
@@ -5821,9 +5843,9 @@ module Aws::SageMaker
5821
5843
  # @!attribute [rw] labeling_job_name
5822
5844
  # The name of the labeling job. This name is used to identify the job
5823
5845
  # in a list of labeling jobs. Labeling job names must be unique within
5824
- # an AWS account and region. `LabelingJobName` is not case sensitive.
5825
- # For example, Example-job and example-job are considered the same
5826
- # 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.
5827
5849
  # @return [String]
5828
5850
  #
5829
5851
  # @!attribute [rw] label_attribute_name
@@ -5903,8 +5925,9 @@ module Aws::SageMaker
5903
5925
  # @return [Types::LabelingJobInputConfig]
5904
5926
  #
5905
5927
  # @!attribute [rw] output_config
5906
- # The location of the output data and the AWS Key Management Service
5907
- # key ID for the key used to encrypt the output data, if any.
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.
5908
5931
  # @return [Types::LabelingJobOutputConfig]
5909
5932
  #
5910
5933
  # @!attribute [rw] role_arn
@@ -5981,8 +6004,8 @@ module Aws::SageMaker
5981
6004
  #
5982
6005
  # @!attribute [rw] tags
5983
6006
  # An array of key/value pairs. For more information, see [Using Cost
5984
- # Allocation Tags][1] in the *AWS Billing and Cost Management User
5985
- # Guide*.
6007
+ # Allocation Tags][1] in the *Amazon Web Services Billing and Cost
6008
+ # Management User Guide*.
5986
6009
  #
5987
6010
  #
5988
6011
  #
@@ -6096,7 +6119,7 @@ module Aws::SageMaker
6096
6119
  #
6097
6120
  # @!attribute [rw] job_definition_name
6098
6121
  # The name of the bias job definition. The name must be unique within
6099
- # an AWS Region in the AWS account.
6122
+ # an Amazon Web Services Region in the Amazon Web Services account.
6100
6123
  # @return [String]
6101
6124
  #
6102
6125
  # @!attribute [rw] model_bias_baseline_config
@@ -6136,8 +6159,8 @@ module Aws::SageMaker
6136
6159
  #
6137
6160
  # @!attribute [rw] tags
6138
6161
  # (Optional) An array of key-value pairs. For more information, see
6139
- # [Using Cost Allocation Tags][1] in the *AWS Billing and Cost
6140
- # Management User Guide*.
6162
+ # [Using Cost Allocation Tags][1] in the *Amazon Web Services Billing
6163
+ # and Cost Management User Guide*.
6141
6164
  #
6142
6165
  #
6143
6166
  #
@@ -6247,7 +6270,8 @@ module Aws::SageMaker
6247
6270
  #
6248
6271
  # @!attribute [rw] job_definition_name
6249
6272
  # The name of the model explainability job definition. The name must
6250
- # be unique within an AWS Region in the AWS account.
6273
+ # be unique within an Amazon Web Services Region in the Amazon Web
6274
+ # Services account.
6251
6275
  # @return [String]
6252
6276
  #
6253
6277
  # @!attribute [rw] model_explainability_baseline_config
@@ -6287,8 +6311,8 @@ module Aws::SageMaker
6287
6311
  #
6288
6312
  # @!attribute [rw] tags
6289
6313
  # (Optional) An array of key-value pairs. For more information, see
6290
- # [Using Cost Allocation Tags][1] in the *AWS Billing and Cost
6291
- # Management User Guide*.
6314
+ # [Using Cost Allocation Tags][1] in the *Amazon Web Services Billing
6315
+ # and Cost Management User Guide*.
6292
6316
  #
6293
6317
  #
6294
6318
  #
@@ -6423,9 +6447,10 @@ module Aws::SageMaker
6423
6447
  # @return [String]
6424
6448
  #
6425
6449
  # @!attribute [rw] tags
6426
- # An array of key-value pairs. You can use tags to categorize your AWS
6427
- # resources in different ways, for example, by purpose, owner, or
6428
- # environment. For more information, see [Tagging AWS Resources][1].
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].
6429
6454
  #
6430
6455
  #
6431
6456
  #
@@ -6502,8 +6527,8 @@ module Aws::SageMaker
6502
6527
  #
6503
6528
  # @!attribute [rw] tags
6504
6529
  # A list of key value pairs associated with the model group. For more
6505
- # information, see [Tagging AWS resources][1] in the *AWS General
6506
- # Reference Guide*.
6530
+ # information, see [Tagging Amazon Web Services resources][1] in the
6531
+ # *Amazon Web Services General Reference Guide*.
6507
6532
  #
6508
6533
  #
6509
6534
  #
@@ -6547,6 +6572,9 @@ module Aws::SageMaker
6547
6572
  # image_digest: "ImageDigest",
6548
6573
  # model_data_url: "Url",
6549
6574
  # product_id: "ProductId",
6575
+ # environment: {
6576
+ # "EnvironmentKey" => "EnvironmentValue",
6577
+ # },
6550
6578
  # },
6551
6579
  # ],
6552
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
@@ -6701,7 +6729,8 @@ module Aws::SageMaker
6701
6729
  # @return [Types::SourceAlgorithmSpecification]
6702
6730
  #
6703
6731
  # @!attribute [rw] certify_for_marketplace
6704
- # Whether to certify the model package for listing on AWS Marketplace.
6732
+ # Whether to certify the model package for listing on Amazon Web
6733
+ # Services Marketplace.
6705
6734
  #
6706
6735
  # This parameter is optional for unversioned models, and does not
6707
6736
  # apply to versioned models.
@@ -6709,8 +6738,8 @@ module Aws::SageMaker
6709
6738
  #
6710
6739
  # @!attribute [rw] tags
6711
6740
  # A list of key value pairs associated with the model. For more
6712
- # information, see [Tagging AWS resources][1] in the *AWS General
6713
- # Reference Guide*.
6741
+ # information, see [Tagging Amazon Web Services resources][1] in the
6742
+ # *Amazon Web Services General Reference Guide*.
6714
6743
  #
6715
6744
  #
6716
6745
  #
@@ -6895,8 +6924,8 @@ module Aws::SageMaker
6895
6924
  #
6896
6925
  # @!attribute [rw] tags
6897
6926
  # (Optional) An array of key-value pairs. For more information, see
6898
- # [Using Cost Allocation Tags][1] in the *AWS Billing and Cost
6899
- # Management User Guide*.
6927
+ # [Using Cost Allocation Tags][1] in the *Amazon Web Services Billing
6928
+ # and Cost Management User Guide*.
6900
6929
  #
6901
6930
  #
6902
6931
  #
@@ -7023,7 +7052,7 @@ module Aws::SageMaker
7023
7052
  #
7024
7053
  # @!attribute [rw] monitoring_schedule_name
7025
7054
  # The name of the monitoring schedule. The name must be unique within
7026
- # an AWS Region within an AWS account.
7055
+ # an Amazon Web Services Region within an Amazon Web Services account.
7027
7056
  # @return [String]
7028
7057
  #
7029
7058
  # @!attribute [rw] monitoring_schedule_config
@@ -7035,7 +7064,7 @@ module Aws::SageMaker
7035
7064
  # (Optional) An array of key-value pairs. For more information, see
7036
7065
  # [Using Cost Allocation Tags](
7037
7066
  # https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-whatURL)
7038
- # in the *AWS Billing and Cost Management User Guide*.
7067
+ # in the *Amazon Web Services Billing and Cost Management User Guide*.
7039
7068
  # @return [Array<Types::Tag>]
7040
7069
  #
7041
7070
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateMonitoringScheduleRequest AWS API Documentation
@@ -7104,11 +7133,11 @@ module Aws::SageMaker
7104
7133
  # @return [Array<String>]
7105
7134
  #
7106
7135
  # @!attribute [rw] role_arn
7107
- # When you send any requests to AWS resources from the notebook
7108
- # instance, Amazon SageMaker assumes this role to perform tasks on
7109
- # your behalf. You must grant this role necessary permissions so
7110
- # Amazon SageMaker can perform these tasks. The policy must allow the
7111
- # 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)
7112
7141
  # permissions to assume this role. For more information, see [Amazon
7113
7142
  # SageMaker Roles][1].
7114
7143
  #
@@ -7123,11 +7152,12 @@ module Aws::SageMaker
7123
7152
  # @return [String]
7124
7153
  #
7125
7154
  # @!attribute [rw] kms_key_id
7126
- # The Amazon Resource Name (ARN) of a AWS Key Management Service key
7127
- # that Amazon SageMaker uses to encrypt data on the storage volume
7128
- # attached to your notebook instance. The KMS key you provide must be
7129
- # enabled. For information, see [Enabling and Disabling Keys][1] in
7130
- # the *AWS Key Management Service Developer Guide*.
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*.
7131
7161
  #
7132
7162
  #
7133
7163
  #
@@ -7135,9 +7165,10 @@ module Aws::SageMaker
7135
7165
  # @return [String]
7136
7166
  #
7137
7167
  # @!attribute [rw] tags
7138
- # An array of key-value pairs. You can use tags to categorize your AWS
7139
- # resources in different ways, for example, by purpose, owner, or
7140
- # environment. For more information, see [Tagging AWS Resources][1].
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].
7141
7172
  #
7142
7173
  #
7143
7174
  #
@@ -7190,10 +7221,11 @@ module Aws::SageMaker
7190
7221
  # A Git repository to associate with the notebook instance as its
7191
7222
  # default code repository. This can be either the name of a Git
7192
7223
  # repository stored as a resource in your account, or the URL of a Git
7193
- # repository in [AWS CodeCommit][1] or in any other Git repository.
7194
- # When you open a notebook instance, it opens in the directory that
7195
- # contains this repository. For more information, see [Associating Git
7196
- # Repositories with Amazon SageMaker Notebook Instances][2].
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].
7197
7229
  #
7198
7230
  #
7199
7231
  #
@@ -7205,10 +7237,11 @@ module Aws::SageMaker
7205
7237
  # An array of up to three Git repositories to associate with the
7206
7238
  # notebook instance. These can be either the names of Git repositories
7207
7239
  # stored as resources in your account, or the URL of Git repositories
7208
- # in [AWS CodeCommit][1] or in any other Git repository. These
7209
- # repositories are cloned at the same level as the default repository
7210
- # of your notebook instance. For more information, see [Associating
7211
- # Git Repositories with Amazon SageMaker Notebook Instances][2].
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].
7212
7245
  #
7213
7246
  #
7214
7247
  #
@@ -7595,7 +7628,7 @@ module Aws::SageMaker
7595
7628
  #
7596
7629
  # @!attribute [rw] processing_job_name
7597
7630
  # The name of the processing job. The name must be unique within an
7598
- # AWS Region in the AWS account.
7631
+ # Amazon Web Services Region in the Amazon Web Services account.
7599
7632
  # @return [String]
7600
7633
  #
7601
7634
  # @!attribute [rw] processing_resources
@@ -7632,8 +7665,8 @@ module Aws::SageMaker
7632
7665
  #
7633
7666
  # @!attribute [rw] tags
7634
7667
  # (Optional) An array of key-value pairs. For more information, see
7635
- # [Using Cost Allocation Tags][1] in the *AWS Billing and Cost
7636
- # Management User Guide*.
7668
+ # [Using Cost Allocation Tags][1] in the *Amazon Web Services Billing
7669
+ # and Cost Management User Guide*.
7637
7670
  #
7638
7671
  #
7639
7672
  #
@@ -7716,7 +7749,8 @@ module Aws::SageMaker
7716
7749
  #
7717
7750
  # @!attribute [rw] service_catalog_provisioning_details
7718
7751
  # The product ID and provisioning artifact ID to provision a service
7719
- # catalog. For information, see [What is AWS Service Catalog][1].
7752
+ # catalog. For information, see [What is Amazon Web Services Service
7753
+ # Catalog][1].
7720
7754
  #
7721
7755
  #
7722
7756
  #
@@ -7725,8 +7759,9 @@ module Aws::SageMaker
7725
7759
  #
7726
7760
  # @!attribute [rw] tags
7727
7761
  # An array of key-value pairs that you want to use to organize and
7728
- # track your AWS resource costs. For more information, see [Tagging
7729
- # AWS resources][1] in the *AWS General Reference Guide*.
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*.
7730
7765
  #
7731
7766
  #
7732
7767
  #
@@ -7905,8 +7940,8 @@ module Aws::SageMaker
7905
7940
  # }
7906
7941
  #
7907
7942
  # @!attribute [rw] training_job_name
7908
- # The name of the training job. The name must be unique within an AWS
7909
- # Region in an AWS account.
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.
7910
7945
  # @return [String]
7911
7946
  #
7912
7947
  # @!attribute [rw] hyper_parameters
@@ -8020,9 +8055,10 @@ module Aws::SageMaker
8020
8055
  # @return [Types::StoppingCondition]
8021
8056
  #
8022
8057
  # @!attribute [rw] tags
8023
- # An array of key-value pairs. You can use tags to categorize your AWS
8024
- # resources in different ways, for example, by purpose, owner, or
8025
- # environment. For more information, see [Tagging AWS Resources][1].
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].
8026
8062
  #
8027
8063
  #
8028
8064
  #
@@ -8223,14 +8259,15 @@ module Aws::SageMaker
8223
8259
  # }
8224
8260
  #
8225
8261
  # @!attribute [rw] transform_job_name
8226
- # The name of the transform job. The name must be unique within an AWS
8227
- # Region in an AWS account.
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.
8228
8264
  # @return [String]
8229
8265
  #
8230
8266
  # @!attribute [rw] model_name
8231
8267
  # The name of the model that you want to use for the transform job.
8232
8268
  # `ModelName` must be the name of an existing Amazon SageMaker model
8233
- # within an AWS Region in an AWS account.
8269
+ # within an Amazon Web Services Region in an Amazon Web Services
8270
+ # account.
8234
8271
  # @return [String]
8235
8272
  #
8236
8273
  # @!attribute [rw] max_concurrent_transforms
@@ -8322,8 +8359,8 @@ module Aws::SageMaker
8322
8359
  #
8323
8360
  # @!attribute [rw] tags
8324
8361
  # (Optional) An array of key-value pairs. For more information, see
8325
- # [Using Cost Allocation Tags][1] in the *AWS Billing and Cost
8326
- # Management User Guide*.
8362
+ # [Using Cost Allocation Tags][1] in the *Amazon Web Services Billing
8363
+ # and Cost Management User Guide*.
8327
8364
  #
8328
8365
  #
8329
8366
  #
@@ -8418,8 +8455,8 @@ module Aws::SageMaker
8418
8455
  # }
8419
8456
  #
8420
8457
  # @!attribute [rw] trial_component_name
8421
- # The name of the component. The name must be unique in your AWS
8422
- # 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.
8423
8460
  # @return [String]
8424
8461
  #
8425
8462
  # @!attribute [rw] display_name
@@ -8522,8 +8559,8 @@ module Aws::SageMaker
8522
8559
  # }
8523
8560
  #
8524
8561
  # @!attribute [rw] trial_name
8525
- # The name of the trial. The name must be unique in your AWS account
8526
- # 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.
8527
8564
  # @return [String]
8528
8565
  #
8529
8566
  # @!attribute [rw] display_name
@@ -8639,9 +8676,9 @@ module Aws::SageMaker
8639
8676
  # @return [String]
8640
8677
  #
8641
8678
  # @!attribute [rw] single_sign_on_user_value
8642
- # The username of the associated AWS Single Sign-On User for this
8643
- # UserProfile. If the Domain's AuthMode is SSO, this field is
8644
- # 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
8645
8682
  # directory. If the Domain's AuthMode is not SSO, this field cannot
8646
8683
  # be specified.
8647
8684
  # @return [String]
@@ -8856,8 +8893,8 @@ module Aws::SageMaker
8856
8893
  # An array of key-value pairs.
8857
8894
  #
8858
8895
  # For more information, see [Resource Tag][1] and [Using Cost
8859
- # Allocation Tags][2] in the <i> AWS Billing and Cost Management User
8860
- # Guide</i>.
8896
+ # Allocation Tags][2] in the <i> Amazon Web Services Billing and Cost
8897
+ # Management User Guide</i>.
8861
8898
  #
8862
8899
  #
8863
8900
  #
@@ -9937,7 +9974,8 @@ module Aws::SageMaker
9937
9974
  #
9938
9975
  # @!attribute [rw] feature_group_name
9939
9976
  # The name of the `FeatureGroup` you want to delete. The name must be
9940
- # unique within an AWS Region in an AWS account.
9977
+ # unique within an Amazon Web Services Region in an Amazon Web
9978
+ # Services account.
9941
9979
  # @return [String]
9942
9980
  #
9943
9981
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteFeatureGroupRequest AWS API Documentation
@@ -10730,7 +10768,8 @@ module Aws::SageMaker
10730
10768
  # @return [String]
10731
10769
  #
10732
10770
  # @!attribute [rw] certify_for_marketplace
10733
- # Whether the algorithm is certified to be listed in AWS Marketplace.
10771
+ # Whether the algorithm is certified to be listed in Amazon Web
10772
+ # Services Marketplace.
10734
10773
  # @return [Boolean]
10735
10774
  #
10736
10775
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeAlgorithmOutput AWS API Documentation
@@ -11017,10 +11056,10 @@ module Aws::SageMaker
11017
11056
  # @return [Types::AutoMLOutputDataConfig]
11018
11057
  #
11019
11058
  # @!attribute [rw] role_arn
11020
- # The Amazon Resource Name (ARN) of the AWS Identity and Access
11021
- # Management (IAM) role that has read permission to the input data
11022
- # location and write permission to the output data location in Amazon
11023
- # 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.
11024
11063
  # @return [String]
11025
11064
  #
11026
11065
  # @!attribute [rw] auto_ml_job_objective
@@ -11159,8 +11198,8 @@ module Aws::SageMaker
11159
11198
  # @!attribute [rw] git_config
11160
11199
  # Configuration details about the repository, including the URL where
11161
11200
  # the repository is located, the default branch, and the Amazon
11162
- # Resource Name (ARN) of the AWS Secrets Manager secret that contains
11163
- # 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.
11164
11203
  # @return [Types::GitConfig]
11165
11204
  #
11166
11205
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeCodeRepositoryOutput AWS API Documentation
@@ -11232,6 +11271,8 @@ module Aws::SageMaker
11232
11271
  # @return [Types::StoppingCondition]
11233
11272
  #
11234
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.
11235
11276
  # @return [String]
11236
11277
  #
11237
11278
  # @!attribute [rw] creation_time
@@ -11517,13 +11558,13 @@ module Aws::SageMaker
11517
11558
  # @return [Time]
11518
11559
  #
11519
11560
  # @!attribute [rw] role_arn
11520
- # The Amazon Resource Name (ARN) that has access to AWS Internet of
11521
- # Things (IoT).
11561
+ # The Amazon Resource Name (ARN) that has access to Amazon Web
11562
+ # Services Internet of Things (IoT).
11522
11563
  # @return [String]
11523
11564
  #
11524
11565
  # @!attribute [rw] iot_role_alias
11525
- # The Amazon Resource Name (ARN) alias created in AWS Internet of
11526
- # Things (IoT).
11566
+ # The Amazon Resource Name (ARN) alias created in Amazon Web Services
11567
+ # Internet of Things (IoT).
11527
11568
  # @return [String]
11528
11569
  #
11529
11570
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeDeviceFleetResponse AWS API Documentation
@@ -11589,8 +11630,8 @@ module Aws::SageMaker
11589
11630
  # @return [String]
11590
11631
  #
11591
11632
  # @!attribute [rw] iot_thing_name
11592
- # The AWS Internet of Things (IoT) object thing name associated with
11593
- # the device.
11633
+ # The Amazon Web Services Internet of Things (IoT) object thing name
11634
+ # associated with the device.
11594
11635
  # @return [String]
11595
11636
  #
11596
11637
  # @!attribute [rw] registration_time
@@ -11725,8 +11766,8 @@ module Aws::SageMaker
11725
11766
  # @return [String]
11726
11767
  #
11727
11768
  # @!attribute [rw] kms_key_id
11728
- # The AWS KMS customer managed CMK used to encrypt the EFS volume
11729
- # attached to the domain.
11769
+ # The Amazon Web Services KMS customer managed CMK used to encrypt the
11770
+ # EFS volume attached to the domain.
11730
11771
  # @return [String]
11731
11772
  #
11732
11773
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeDomainResponse AWS API Documentation
@@ -11893,8 +11934,8 @@ module Aws::SageMaker
11893
11934
  # @return [Types::DataCaptureConfig]
11894
11935
  #
11895
11936
  # @!attribute [rw] kms_key_id
11896
- # AWS KMS key ID Amazon SageMaker uses to encrypt data when storing it
11897
- # 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.
11898
11939
  # @return [String]
11899
11940
  #
11900
11941
  # @!attribute [rw] creation_time
@@ -12159,8 +12200,8 @@ module Aws::SageMaker
12159
12200
  #
12160
12201
  # @!attribute [rw] offline_store_config
12161
12202
  # The configuration of the `OfflineStore`, inducing the S3 location of
12162
- # the `OfflineStore`, AWS Glue or AWS Hive data catalogue
12163
- # 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.
12164
12205
  # @return [Types::OfflineStoreConfig]
12165
12206
  #
12166
12207
  # @!attribute [rw] role_arn
@@ -12274,8 +12315,8 @@ module Aws::SageMaker
12274
12315
  # @return [Types::FlowDefinitionOutputConfig]
12275
12316
  #
12276
12317
  # @!attribute [rw] role_arn
12277
- # The Amazon Resource Name (ARN) of the AWS Identity and Access
12278
- # 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.
12279
12320
  # @return [String]
12280
12321
  #
12281
12322
  # @!attribute [rw] failure_reason
@@ -12688,8 +12729,9 @@ module Aws::SageMaker
12688
12729
  # @return [Types::LabelingJobInputConfig]
12689
12730
  #
12690
12731
  # @!attribute [rw] output_config
12691
- # The location of the job's output data and the AWS Key Management
12692
- # Service key ID for the key used to encrypt the output data, if any.
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.
12693
12735
  # @return [Types::LabelingJobOutputConfig]
12694
12736
  #
12695
12737
  # @!attribute [rw] role_arn
@@ -12754,9 +12796,10 @@ module Aws::SageMaker
12754
12796
  # @return [Types::HumanTaskConfig]
12755
12797
  #
12756
12798
  # @!attribute [rw] tags
12757
- # An array of key-value pairs. You can use tags to categorize your AWS
12758
- # resources in different ways, for example, by purpose, owner, or
12759
- # environment. For more information, see [Tagging AWS Resources][1].
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].
12760
12803
  #
12761
12804
  #
12762
12805
  #
@@ -12801,7 +12844,8 @@ module Aws::SageMaker
12801
12844
  #
12802
12845
  # @!attribute [rw] job_definition_name
12803
12846
  # The name of the model bias job definition. The name must be unique
12804
- # within an AWS Region in the AWS account.
12847
+ # within an Amazon Web Services Region in the Amazon Web Services
12848
+ # account.
12805
12849
  # @return [String]
12806
12850
  #
12807
12851
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModelBiasJobDefinitionRequest AWS API Documentation
@@ -12818,7 +12862,7 @@ module Aws::SageMaker
12818
12862
  #
12819
12863
  # @!attribute [rw] job_definition_name
12820
12864
  # The name of the bias job definition. The name must be unique within
12821
- # an AWS Region in the AWS account.
12865
+ # an Amazon Web Services Region in the Amazon Web Services account.
12822
12866
  # @return [String]
12823
12867
  #
12824
12868
  # @!attribute [rw] creation_time
@@ -12851,10 +12895,10 @@ module Aws::SageMaker
12851
12895
  # @return [Types::MonitoringNetworkConfig]
12852
12896
  #
12853
12897
  # @!attribute [rw] role_arn
12854
- # The Amazon Resource Name (ARN) of the AWS Identity and Access
12855
- # Management (IAM) role that has read permission to the input data
12856
- # location and write permission to the output data location in Amazon
12857
- # 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.
12858
12902
  # @return [String]
12859
12903
  #
12860
12904
  # @!attribute [rw] stopping_condition
@@ -12889,7 +12933,8 @@ module Aws::SageMaker
12889
12933
  #
12890
12934
  # @!attribute [rw] job_definition_name
12891
12935
  # The name of the model explainability job definition. The name must
12892
- # be unique within an AWS Region in the AWS account.
12936
+ # be unique within an Amazon Web Services Region in the Amazon Web
12937
+ # Services account.
12893
12938
  # @return [String]
12894
12939
  #
12895
12940
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModelExplainabilityJobDefinitionRequest AWS API Documentation
@@ -12906,7 +12951,8 @@ module Aws::SageMaker
12906
12951
  #
12907
12952
  # @!attribute [rw] job_definition_name
12908
12953
  # The name of the explainability job definition. The name must be
12909
- # unique within an AWS Region in the AWS account.
12954
+ # unique within an Amazon Web Services Region in the Amazon Web
12955
+ # Services account.
12910
12956
  # @return [String]
12911
12957
  #
12912
12958
  # @!attribute [rw] creation_time
@@ -12939,10 +12985,10 @@ module Aws::SageMaker
12939
12985
  # @return [Types::MonitoringNetworkConfig]
12940
12986
  #
12941
12987
  # @!attribute [rw] role_arn
12942
- # The Amazon Resource Name (ARN) of the AWS Identity and Access
12943
- # Management (IAM) role that has read permission to the input data
12944
- # location and write permission to the output data location in Amazon
12945
- # 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.
12946
12992
  # @return [String]
12947
12993
  #
12948
12994
  # @!attribute [rw] stopping_condition
@@ -13179,8 +13225,8 @@ module Aws::SageMaker
13179
13225
  # @return [Types::ModelPackageStatusDetails]
13180
13226
  #
13181
13227
  # @!attribute [rw] certify_for_marketplace
13182
- # Whether the model package is certified for listing on AWS
13183
- # Marketplace.
13228
+ # Whether the model package is certified for listing on Amazon Web
13229
+ # Services Marketplace.
13184
13230
  # @return [Boolean]
13185
13231
  #
13186
13232
  # @!attribute [rw] model_approval_status
@@ -13249,7 +13295,7 @@ module Aws::SageMaker
13249
13295
  #
13250
13296
  # @!attribute [rw] job_definition_name
13251
13297
  # The name of the model quality job. The name must be unique within an
13252
- # AWS Region in the AWS account.
13298
+ # Amazon Web Services Region in the Amazon Web Services account.
13253
13299
  # @return [String]
13254
13300
  #
13255
13301
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModelQualityJobDefinitionRequest AWS API Documentation
@@ -13266,7 +13312,8 @@ module Aws::SageMaker
13266
13312
  #
13267
13313
  # @!attribute [rw] job_definition_name
13268
13314
  # The name of the quality job definition. The name must be unique
13269
- # within an AWS Region in the AWS account.
13315
+ # within an Amazon Web Services Region in the Amazon Web Services
13316
+ # account.
13270
13317
  # @return [String]
13271
13318
  #
13272
13319
  # @!attribute [rw] creation_time
@@ -13533,8 +13580,9 @@ module Aws::SageMaker
13533
13580
  # @return [String]
13534
13581
  #
13535
13582
  # @!attribute [rw] kms_key_id
13536
- # The AWS KMS key ID Amazon SageMaker uses to encrypt data when
13537
- # storing it on the ML storage volume attached to the instance.
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.
13538
13586
  # @return [String]
13539
13587
  #
13540
13588
  # @!attribute [rw] network_interface_id
@@ -13597,10 +13645,11 @@ module Aws::SageMaker
13597
13645
  # The Git repository associated with the notebook instance as its
13598
13646
  # default code repository. This can be either the name of a Git
13599
13647
  # repository stored as a resource in your account, or the URL of a Git
13600
- # repository in [AWS CodeCommit][1] or in any other Git repository.
13601
- # When you open a notebook instance, it opens in the directory that
13602
- # contains this repository. For more information, see [Associating Git
13603
- # Repositories with Amazon SageMaker Notebook Instances][2].
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].
13604
13653
  #
13605
13654
  #
13606
13655
  #
@@ -13612,10 +13661,11 @@ module Aws::SageMaker
13612
13661
  # An array of up to three Git repositories associated with the
13613
13662
  # notebook instance. These can be either the names of Git repositories
13614
13663
  # stored as resources in your account, or the URL of Git repositories
13615
- # in [AWS CodeCommit][1] or in any other Git repository. These
13616
- # repositories are cloned at the same level as the default repository
13617
- # of your notebook instance. For more information, see [Associating
13618
- # Git Repositories with Amazon SageMaker Notebook Instances][2].
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].
13619
13669
  #
13620
13670
  #
13621
13671
  #
@@ -13879,7 +13929,7 @@ module Aws::SageMaker
13879
13929
  #
13880
13930
  # @!attribute [rw] processing_job_name
13881
13931
  # The name of the processing job. The name must be unique within an
13882
- # AWS Region in the AWS account.
13932
+ # Amazon Web Services Region in the Amazon Web Services account.
13883
13933
  # @return [String]
13884
13934
  #
13885
13935
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeProcessingJobRequest AWS API Documentation
@@ -13900,7 +13950,7 @@ module Aws::SageMaker
13900
13950
  #
13901
13951
  # @!attribute [rw] processing_job_name
13902
13952
  # The name of the processing job. The name must be unique within an
13903
- # AWS Region in the AWS account.
13953
+ # Amazon Web Services Region in the Amazon Web Services account.
13904
13954
  # @return [String]
13905
13955
  #
13906
13956
  # @!attribute [rw] processing_resources
@@ -14046,7 +14096,7 @@ module Aws::SageMaker
14046
14096
  #
14047
14097
  # @!attribute [rw] service_catalog_provisioning_details
14048
14098
  # Information used to provision a service catalog product. For
14049
- # information, see [What is AWS Service Catalog][1].
14099
+ # information, see [What is Amazon Web Services Service Catalog][1].
14050
14100
  #
14051
14101
  #
14052
14102
  #
@@ -14259,8 +14309,8 @@ module Aws::SageMaker
14259
14309
  # @return [Types::AlgorithmSpecification]
14260
14310
  #
14261
14311
  # @!attribute [rw] role_arn
14262
- # The AWS Identity and Access Management (IAM) role configured for the
14263
- # training job.
14312
+ # The Amazon Web Services Identity and Access Management (IAM) role
14313
+ # configured for the training job.
14264
14314
  # @return [String]
14265
14315
  #
14266
14316
  # @!attribute [rw] input_data_config
@@ -14974,10 +15024,10 @@ module Aws::SageMaker
14974
15024
  # @!attribute [rw] workforce
14975
15025
  # A single private workforce, which is automatically created when you
14976
15026
  # create your first private work team. You can create one private work
14977
- # force in each AWS Region. By default, any workforce-related API
14978
- # operation used in a specific region will apply to the workforce
14979
- # created in that region. To learn how to create a private workforce,
14980
- # 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].
14981
15031
  #
14982
15032
  #
14983
15033
  #
@@ -15076,7 +15126,7 @@ module Aws::SageMaker
15076
15126
  # @return [String]
15077
15127
  #
15078
15128
  # @!attribute [rw] iot_thing_name
15079
- # AWS Internet of Things (IoT) object name.
15129
+ # Amazon Web Services Internet of Things (IoT) object name.
15080
15130
  # @return [String]
15081
15131
  #
15082
15132
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/Device AWS API Documentation
@@ -15156,8 +15206,8 @@ module Aws::SageMaker
15156
15206
  # @return [String]
15157
15207
  #
15158
15208
  # @!attribute [rw] iot_thing_name
15159
- # The AWS Internet of Things (IoT) object thing name associated with
15160
- # the device..
15209
+ # The Amazon Web Services Internet of Things (IoT) object thing name
15210
+ # associated with the device..
15161
15211
  # @return [String]
15162
15212
  #
15163
15213
  # @!attribute [rw] registration_time
@@ -15391,15 +15441,17 @@ module Aws::SageMaker
15391
15441
  # @return [String]
15392
15442
  #
15393
15443
  # @!attribute [rw] kms_key_id
15394
- # The AWS Key Management Service (AWS KMS) key that Amazon SageMaker
15395
- # uses to encrypt data on the storage volume after compilation job. If
15396
- # you don't provide a KMS key ID, Amazon SageMaker uses the default
15397
- # KMS key for Amazon S3 for your role's account.
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.
15398
15449
  # @return [String]
15399
15450
  #
15400
15451
  # @!attribute [rw] preset_deployment_type
15401
15452
  # The deployment type SageMaker Edge Manager will create. Currently
15402
- # only supports AWS IoT Greengrass Version 2 components.
15453
+ # only supports Amazon Web Services IoT Greengrass Version 2
15454
+ # components.
15403
15455
  # @return [String]
15404
15456
  #
15405
15457
  # @!attribute [rw] preset_deployment_config
@@ -15416,11 +15468,11 @@ module Aws::SageMaker
15416
15468
  #
15417
15469
  # * `ComponentVersion` (optional) - The version of the component.
15418
15470
  #
15419
- # <note markdown="1"> AWS IoT Greengrass uses semantic versions for components. Semantic
15420
- # versions follow a<i> major.minor.patch</i> number system. For
15421
- # example, version 1.0.0 represents the first major release for a
15422
- # component. For more information, see the [semantic version
15423
- # specification][1].
15471
+ # <note markdown="1"> Amazon Web Services IoT Greengrass uses semantic versions for
15472
+ # components. Semantic versions follow a<i> major.minor.patch</i>
15473
+ # number system. For example, version 1.0.0 represents the first
15474
+ # major release for a component. For more information, see the
15475
+ # [semantic version specification][1].
15424
15476
  #
15425
15477
  # </note>
15426
15478
  #
@@ -15505,7 +15557,8 @@ module Aws::SageMaker
15505
15557
  #
15506
15558
  # @!attribute [rw] type
15507
15559
  # The deployment type created by SageMaker Edge Manager. Currently
15508
- # only supports AWS IoT Greengrass Version 2 components.
15560
+ # only supports Amazon Web Services IoT Greengrass Version 2
15561
+ # components.
15509
15562
  # @return [String]
15510
15563
  #
15511
15564
  # @!attribute [rw] artifact
@@ -15590,8 +15643,8 @@ module Aws::SageMaker
15590
15643
  #
15591
15644
  # @!attribute [rw] tags
15592
15645
  # A list of the tags associated with the endpoint. For more
15593
- # information, see [Tagging AWS resources][1] in the *AWS General
15594
- # Reference Guide*.
15646
+ # information, see [Tagging Amazon Web Services resources][1] in the
15647
+ # *Amazon Web Services General Reference Guide*.
15595
15648
  #
15596
15649
  #
15597
15650
  #
@@ -16075,10 +16128,10 @@ module Aws::SageMaker
16075
16128
  # @return [Time]
16076
16129
  #
16077
16130
  # @!attribute [rw] online_store_config
16078
- # Use this to specify the AWS Key Management Service (KMS) Key ID, or
16079
- # `KMSKeyId`, for at rest data encryption. You can turn `OnlineStore`
16080
- # on or off by specifying the `EnableOnlineStore` flag at General
16081
- # 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`.
16082
16135
  # @return [Types::OnlineStoreConfig]
16083
16136
  #
16084
16137
  # @!attribute [rw] offline_store_config
@@ -16088,8 +16141,8 @@ module Aws::SageMaker
16088
16141
  # to create an `OfflineStore`.
16089
16142
  #
16090
16143
  # To encrypt an `OfflineStore` using at rest data encryption, specify
16091
- # AWS Key Management Service (KMS) key ID, or `KMSKeyId`, in
16092
- # `S3StorageConfig`.
16144
+ # Amazon Web Services Key Management Service (KMS) key ID, or
16145
+ # `KMSKeyId`, in `S3StorageConfig`.
16093
16146
  # @return [Types::OfflineStoreConfig]
16094
16147
  #
16095
16148
  # @!attribute [rw] role_arn
@@ -16707,8 +16760,8 @@ module Aws::SageMaker
16707
16760
  include Aws::Structure
16708
16761
  end
16709
16762
 
16710
- # Specifies configuration details for a Git repository in your AWS
16711
- # account.
16763
+ # Specifies configuration details for a Git repository in your Amazon
16764
+ # Web Services account.
16712
16765
  #
16713
16766
  # @note When making an API call, you may pass GitConfig
16714
16767
  # data as a hash:
@@ -16728,10 +16781,10 @@ module Aws::SageMaker
16728
16781
  # @return [String]
16729
16782
  #
16730
16783
  # @!attribute [rw] secret_arn
16731
- # The Amazon Resource Name (ARN) of the AWS Secrets Manager secret
16732
- # that contains the credentials used to access the git repository. The
16733
- # secret must have a staging label of `AWSCURRENT` and must be in the
16734
- # 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:
16735
16788
  #
16736
16789
  # `\{"username": UserName, "password": Password\}`
16737
16790
  # @return [String]
@@ -16757,10 +16810,10 @@ module Aws::SageMaker
16757
16810
  # }
16758
16811
  #
16759
16812
  # @!attribute [rw] secret_arn
16760
- # The Amazon Resource Name (ARN) of the AWS Secrets Manager secret
16761
- # that contains the credentials used to access the git repository. The
16762
- # secret must have a staging label of `AWSCURRENT` and must be in the
16763
- # 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:
16764
16817
  #
16765
16818
  # `\{"username": UserName, "password": Password\}`
16766
16819
  # @return [String]
@@ -17889,7 +17942,7 @@ module Aws::SageMaker
17889
17942
  #
17890
17943
  # * For [3D point cloud][4] and [video frame][5] labeling jobs, the
17891
17944
  # maximum is 7 days (604,800 seconds). If you want to change these
17892
- # limits, contact AWS Support.
17945
+ # limits, contact Amazon Web Services Support.
17893
17946
  #
17894
17947
  #
17895
17948
  #
@@ -17911,7 +17964,8 @@ module Aws::SageMaker
17911
17964
  #
17912
17965
  # * If you choose a private or vendor workforce, the default value is
17913
17966
  # 10 days (864,000 seconds). For most users, the maximum is also 10
17914
- # days. If you want to change this limit, contact AWS Support.
17967
+ # days. If you want to change this limit, contact Amazon Web
17968
+ # Services Support.
17915
17969
  # @return [Integer]
17916
17970
  #
17917
17971
  # @!attribute [rw] max_concurrent_task_count
@@ -18937,6 +18991,9 @@ module Aws::SageMaker
18937
18991
  # image_digest: "ImageDigest",
18938
18992
  # model_data_url: "Url",
18939
18993
  # product_id: "ProductId",
18994
+ # environment: {
18995
+ # "EnvironmentKey" => "EnvironmentValue",
18996
+ # },
18940
18997
  # },
18941
18998
  # ],
18942
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
@@ -19645,7 +19702,8 @@ module Aws::SageMaker
19645
19702
  # @return [String]
19646
19703
  #
19647
19704
  # @!attribute [rw] work_requester_account_id
19648
- # The AWS account ID of the account used to start the labeling job.
19705
+ # The Amazon Web Services account ID of the account used to start the
19706
+ # labeling job.
19649
19707
  # @return [String]
19650
19708
  #
19651
19709
  # @!attribute [rw] creation_time
@@ -19745,16 +19803,16 @@ module Aws::SageMaker
19745
19803
  # @return [String]
19746
19804
  #
19747
19805
  # @!attribute [rw] kms_key_id
19748
- # The AWS Key Management Service ID of the key used to encrypt the
19749
- # 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.
19750
19808
  #
19751
19809
  # If you provide your own KMS key ID, you must add the required
19752
19810
  # permissions to your KMS key described in [Encrypt Output Data and
19753
- # Storage Volume with AWS KMS][1].
19811
+ # Storage Volume with Amazon Web Services KMS][1].
19754
19812
  #
19755
19813
  # If you don't provide a KMS key ID, Amazon SageMaker uses the
19756
- # default AWS KMS key for Amazon S3 for your role's account to
19757
- # 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.
19758
19816
  #
19759
19817
  # If you use a bucket policy with an `s3:PutObject` permission that
19760
19818
  # only allows objects with server-side encryption, set the condition
@@ -19808,18 +19866,18 @@ module Aws::SageMaker
19808
19866
  # }
19809
19867
  #
19810
19868
  # @!attribute [rw] volume_kms_key_id
19811
- # The AWS Key Management Service (AWS KMS) key that Amazon SageMaker
19812
- # uses to encrypt data on the storage volume attached to the ML
19813
- # compute instance(s) that run the training and inference jobs used
19814
- # 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.
19815
19873
  #
19816
19874
  # You can only specify a `VolumeKmsKeyId` when you create a labeling
19817
19875
  # job with automated data labeling enabled using the API operation
19818
- # `CreateLabelingJob`. You cannot specify an AWS KMS customer managed
19819
- # CMK to encrypt the storage volume used for automated data labeling
19820
- # model training and inference when you create a labeling job using
19821
- # the console. To learn more, see [Output Data and Storage Volume
19822
- # 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].
19823
19881
  #
19824
19882
  # The `VolumeKmsKeyId` can be any of the following formats:
19825
19883
  #
@@ -20794,8 +20852,9 @@ module Aws::SageMaker
20794
20852
  # * Last modified time
20795
20853
  #
20796
20854
  # * Configuration information, including the URL location of the
20797
- # repository and the ARN of the AWS Secrets Manager secret that
20798
- # contains the credentials used to access the repository.
20855
+ # repository and the ARN of the Amazon Web Services Secrets Manager
20856
+ # secret that contains the credentials used to access the
20857
+ # repository.
20799
20858
  # @return [Array<Types::CodeRepositorySummary>]
20800
20859
  #
20801
20860
  # @!attribute [rw] next_token
@@ -22560,7 +22619,8 @@ module Aws::SageMaker
22560
22619
  end
22561
22620
 
22562
22621
  # @!attribute [rw] model_package_group_summary_list
22563
- # A list of summaries of the model groups in your AWS account.
22622
+ # A list of summaries of the model groups in your Amazon Web Services
22623
+ # account.
22564
22624
  # @return [Array<Types::ModelPackageGroupSummary>]
22565
22625
  #
22566
22626
  # @!attribute [rw] next_token
@@ -25229,10 +25289,10 @@ module Aws::SageMaker
25229
25289
  # @return [Types::ModelPackageStatusDetails]
25230
25290
  #
25231
25291
  # @!attribute [rw] certify_for_marketplace
25232
- # Whether the model package is to be certified to be listed on AWS
25233
- # Marketplace. For information about listing model packages on AWS
25234
- # Marketplace, see [List Your Algorithm or Model Package on AWS
25235
- # 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].
25236
25296
  #
25237
25297
  #
25238
25298
  #
@@ -25280,8 +25340,8 @@ module Aws::SageMaker
25280
25340
  #
25281
25341
  # @!attribute [rw] tags
25282
25342
  # A list of the tags associated with the model package. For more
25283
- # information, see [Tagging AWS resources][1] in the *AWS General
25284
- # Reference Guide*.
25343
+ # information, see [Tagging Amazon Web Services resources][1] in the
25344
+ # *Amazon Web Services General Reference Guide*.
25285
25345
  #
25286
25346
  #
25287
25347
  #
@@ -25326,6 +25386,9 @@ module Aws::SageMaker
25326
25386
  # image_digest: "ImageDigest",
25327
25387
  # model_data_url: "Url",
25328
25388
  # product_id: "ProductId",
25389
+ # environment: {
25390
+ # "EnvironmentKey" => "EnvironmentValue",
25391
+ # },
25329
25392
  # }
25330
25393
  #
25331
25394
  # @!attribute [rw] container_hostname
@@ -25365,9 +25428,15 @@ module Aws::SageMaker
25365
25428
  # @return [String]
25366
25429
  #
25367
25430
  # @!attribute [rw] product_id
25368
- # The AWS Marketplace product ID of the model package.
25431
+ # The Amazon Web Services Marketplace product ID of the model package.
25369
25432
  # @return [String]
25370
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
+ #
25371
25440
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ModelPackageContainerDefinition AWS API Documentation
25372
25441
  #
25373
25442
  class ModelPackageContainerDefinition < Struct.new(
@@ -25375,7 +25444,8 @@ module Aws::SageMaker
25375
25444
  :image,
25376
25445
  :image_digest,
25377
25446
  :model_data_url,
25378
- :product_id)
25447
+ :product_id,
25448
+ :environment)
25379
25449
  SENSITIVE = []
25380
25450
  include Aws::Structure
25381
25451
  end
@@ -25423,8 +25493,8 @@ module Aws::SageMaker
25423
25493
  #
25424
25494
  # @!attribute [rw] tags
25425
25495
  # A list of the tags associated with the model group. For more
25426
- # information, see [Tagging AWS resources][1] in the *AWS General
25427
- # Reference Guide*.
25496
+ # information, see [Tagging Amazon Web Services resources][1] in the
25497
+ # *Amazon Web Services General Reference Guide*.
25428
25498
  #
25429
25499
  #
25430
25500
  #
@@ -25586,7 +25656,7 @@ module Aws::SageMaker
25586
25656
  # used in the process of validating the model package.
25587
25657
  #
25588
25658
  # The data provided in the validation profile is made available to your
25589
- # buyers on AWS Marketplace.
25659
+ # buyers on Amazon Web Services Marketplace.
25590
25660
  #
25591
25661
  # @note When making an API call, you may pass ModelPackageValidationProfile
25592
25662
  # data as a hash:
@@ -26043,9 +26113,10 @@ module Aws::SageMaker
26043
26113
  # @return [Integer]
26044
26114
  #
26045
26115
  # @!attribute [rw] volume_kms_key_id
26046
- # The AWS Key Management Service (AWS KMS) key that Amazon SageMaker
26047
- # uses to encrypt data on the storage volume attached to the ML
26048
- # compute instance(s) that run the model monitoring job.
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.
26049
26120
  # @return [String]
26050
26121
  #
26051
26122
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/MonitoringClusterConfig AWS API Documentation
@@ -26456,9 +26527,9 @@ module Aws::SageMaker
26456
26527
  # @return [Array<Types::MonitoringOutput>]
26457
26528
  #
26458
26529
  # @!attribute [rw] kms_key_id
26459
- # The AWS Key Management Service (AWS KMS) key that Amazon SageMaker
26460
- # uses to encrypt the model artifacts at rest using Amazon S3
26461
- # 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.
26462
26533
  # @return [String]
26463
26534
  #
26464
26535
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/MonitoringOutputConfig AWS API Documentation
@@ -26593,8 +26664,8 @@ module Aws::SageMaker
26593
26664
  #
26594
26665
  # @!attribute [rw] tags
26595
26666
  # A list of the tags associated with the monitoring schedlue. For more
26596
- # information, see [Tagging AWS resources][1] in the *AWS General
26597
- # Reference Guide*.
26667
+ # information, see [Tagging Amazon Web Services resources][1] in the
26668
+ # *Amazon Web Services General Reference Guide*.
26598
26669
  #
26599
26670
  #
26600
26671
  #
@@ -26855,6 +26926,16 @@ module Aws::SageMaker
26855
26926
  include Aws::Structure
26856
26927
  end
26857
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
+ #
26858
26939
  # @note When making an API call, you may pass NeoVpcConfig
26859
26940
  # data as a hash:
26860
26941
  #
@@ -26864,9 +26945,14 @@ module Aws::SageMaker
26864
26945
  # }
26865
26946
  #
26866
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.
26867
26951
  # @return [Array<String>]
26868
26952
  #
26869
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.
26870
26956
  # @return [Array<String>]
26871
26957
  #
26872
26958
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/NeoVpcConfig AWS API Documentation
@@ -27101,10 +27187,11 @@ module Aws::SageMaker
27101
27187
  # The Git repository associated with the notebook instance as its
27102
27188
  # default code repository. This can be either the name of a Git
27103
27189
  # repository stored as a resource in your account, or the URL of a Git
27104
- # repository in [AWS CodeCommit][1] or in any other Git repository.
27105
- # When you open a notebook instance, it opens in the directory that
27106
- # contains this repository. For more information, see [Associating Git
27107
- # Repositories with Amazon SageMaker Notebook Instances][2].
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].
27108
27195
  #
27109
27196
  #
27110
27197
  #
@@ -27116,10 +27203,11 @@ module Aws::SageMaker
27116
27203
  # An array of up to three Git repositories associated with the
27117
27204
  # notebook instance. These can be either the names of Git repositories
27118
27205
  # stored as resources in your account, or the URL of Git repositories
27119
- # in [AWS CodeCommit][1] or in any other Git repository. These
27120
- # repositories are cloned at the same level as the default repository
27121
- # of your notebook instance. For more information, see [Associating
27122
- # Git Repositories with Amazon SageMaker Notebook Instances][2].
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].
27123
27211
  #
27124
27212
  #
27125
27213
  #
@@ -27207,8 +27295,8 @@ module Aws::SageMaker
27207
27295
  # to create an `OfflineStore`.
27208
27296
  #
27209
27297
  # To encrypt an `OfflineStore` using at rest data encryption, specify
27210
- # AWS Key Management Service (KMS) key ID, or `KMSKeyId`, in
27211
- # `S3StorageConfig`.
27298
+ # Amazon Web Services Key Management Service (KMS) key ID, or
27299
+ # `KMSKeyId`, in `S3StorageConfig`.
27212
27300
  #
27213
27301
  # @note When making an API call, you may pass OfflineStoreConfig
27214
27302
  # data as a hash:
@@ -27232,8 +27320,8 @@ module Aws::SageMaker
27232
27320
  # @return [Types::S3StorageConfig]
27233
27321
  #
27234
27322
  # @!attribute [rw] disable_glue_table_creation
27235
- # Set to `True` to disable the automatic creation of an AWS Glue table
27236
- # 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`.
27237
27325
  # @return [Boolean]
27238
27326
  #
27239
27327
  # @!attribute [rw] data_catalog_config
@@ -27416,10 +27504,10 @@ module Aws::SageMaker
27416
27504
  include Aws::Structure
27417
27505
  end
27418
27506
 
27419
- # Use this to specify the AWS Key Management Service (KMS) Key ID, or
27420
- # `KMSKeyId`, for at rest data encryption. You can turn `OnlineStore` on
27421
- # or off by specifying the `EnableOnlineStore` flag at General Assembly;
27422
- # 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`.
27423
27511
  #
27424
27512
  # @note When making an API call, you may pass OnlineStoreConfig
27425
27513
  # data as a hash:
@@ -27463,9 +27551,9 @@ module Aws::SageMaker
27463
27551
  # }
27464
27552
  #
27465
27553
  # @!attribute [rw] kms_key_id
27466
- # The ID of the AWS Key Management Service (AWS KMS) key that
27467
- # SageMaker Feature Store uses to encrypt the Amazon S3 objects at
27468
- # 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.
27469
27557
  #
27470
27558
  # The caller (either IAM user or IAM role) of `CreateFeatureGroup`
27471
27559
  # must have below permissions to the `OnlineStore` `KmsKeyId`\:
@@ -27743,10 +27831,10 @@ module Aws::SageMaker
27743
27831
  # }
27744
27832
  #
27745
27833
  # @!attribute [rw] kms_key_id
27746
- # The AWS Key Management Service (AWS KMS) key that Amazon SageMaker
27747
- # uses to encrypt the model artifacts at rest using Amazon S3
27748
- # server-side encryption. The `KmsKeyId` can be any of the following
27749
- # 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:
27750
27838
  #
27751
27839
  # * // KMS Key ID
27752
27840
  #
@@ -27779,8 +27867,8 @@ module Aws::SageMaker
27779
27867
  # The KMS key policy must grant permission to the IAM role that you
27780
27868
  # specify in your `CreateTrainingJob`, `CreateTransformJob`, or
27781
27869
  # `CreateHyperParameterTuningJob` requests. For more information, see
27782
- # [Using Key Policies in AWS KMS][2] in the *AWS Key Management
27783
- # Service Developer Guide*.
27870
+ # [Using Key Policies in Amazon Web Services KMS][2] in the *Amazon
27871
+ # Web Services Key Management Service Developer Guide*.
27784
27872
  #
27785
27873
  #
27786
27874
  #
@@ -28399,9 +28487,10 @@ module Aws::SageMaker
28399
28487
  # @return [Integer]
28400
28488
  #
28401
28489
  # @!attribute [rw] volume_kms_key_id
28402
- # The AWS Key Management Service (AWS KMS) key that Amazon SageMaker
28403
- # uses to encrypt data on the storage volume attached to the ML
28404
- # compute instance(s) that run the processing job.
28490
+ # The Amazon Web Services Key Management Service (Amazon Web Services
28491
+ # KMS) key that Amazon SageMaker uses to encrypt data on the storage
28492
+ # volume attached to the ML compute instance(s) that run the
28493
+ # processing job.
28405
28494
  #
28406
28495
  # <note markdown="1"> Certain Nitro-based instances include local storage, dependent on
28407
28496
  # the instance type. Local storage volumes are encrypted using a
@@ -28645,8 +28734,8 @@ module Aws::SageMaker
28645
28734
  #
28646
28735
  # @!attribute [rw] tags
28647
28736
  # An array of key-value pairs. For more information, see [Using Cost
28648
- # Allocation Tags][1] in the *AWS Billing and Cost Management User
28649
- # Guide*.
28737
+ # Allocation Tags][1] in the *Amazon Web Services Billing and Cost
28738
+ # Management User Guide*.
28650
28739
  #
28651
28740
  #
28652
28741
  #
@@ -28828,10 +28917,11 @@ module Aws::SageMaker
28828
28917
  # @return [Array<Types::ProcessingOutput>]
28829
28918
  #
28830
28919
  # @!attribute [rw] kms_key_id
28831
- # The AWS Key Management Service (AWS KMS) key that Amazon SageMaker
28832
- # uses to encrypt the processing job output. `KmsKeyId` can be an ID
28833
- # of a KMS key, ARN of a KMS key, alias of a KMS key, or alias of a
28834
- # KMS key. The `KmsKeyId` is applied to all outputs.
28920
+ # The Amazon Web Services Key Management Service (Amazon Web Services
28921
+ # KMS) key that Amazon SageMaker uses to encrypt the processing job
28922
+ # output. `KmsKeyId` can be an ID of a KMS key, ARN of a KMS key,
28923
+ # alias of a KMS key, or alias of a KMS key. The `KmsKeyId` is applied
28924
+ # to all outputs.
28835
28925
  # @return [String]
28836
28926
  #
28837
28927
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ProcessingOutputConfig AWS API Documentation
@@ -29101,10 +29191,10 @@ module Aws::SageMaker
29101
29191
  # @return [String]
29102
29192
  #
29103
29193
  # @!attribute [rw] kms_key_id
29104
- # The AWS Key Management Service (AWS KMS) key that Amazon SageMaker
29105
- # uses to encrypt the core dump data at rest using Amazon S3
29106
- # server-side encryption. The `KmsKeyId` can be any of the following
29107
- # formats:
29194
+ # The Amazon Web Services Key Management Service (Amazon Web Services
29195
+ # KMS) key that Amazon SageMaker uses to encrypt the core dump data at
29196
+ # rest using Amazon S3 server-side encryption. The `KmsKeyId` can be
29197
+ # any of the following formats:
29108
29198
  #
29109
29199
  # * // KMS Key ID
29110
29200
  #
@@ -29136,8 +29226,9 @@ module Aws::SageMaker
29136
29226
  #
29137
29227
  # The KMS key policy must grant permission to the IAM role that you
29138
29228
  # specify in your `CreateEndpoint` and `UpdateEndpoint` requests. For
29139
- # more information, see [Using Key Policies in AWS KMS][2] in the *AWS
29140
- # Key Management Service Developer Guide*.
29229
+ # more information, see [Using Key Policies in Amazon Web Services
29230
+ # KMS][2] in the *Amazon Web Services Key Management Service Developer
29231
+ # Guide*.
29141
29232
  #
29142
29233
  #
29143
29234
  #
@@ -29483,8 +29574,8 @@ module Aws::SageMaker
29483
29574
  end
29484
29575
 
29485
29576
  # A key value pair used when you provision a project as a service
29486
- # catalog product. For information, see [What is AWS Service
29487
- # Catalog][1].
29577
+ # catalog product. For information, see [What is Amazon Web Services
29578
+ # Service Catalog][1].
29488
29579
  #
29489
29580
  #
29490
29581
  #
@@ -29826,8 +29917,9 @@ module Aws::SageMaker
29826
29917
  # @return [String]
29827
29918
  #
29828
29919
  # @!attribute [rw] kms_key_id
29829
- # The AWS Key Management Service (AWS KMS) key that Amazon SageMaker
29830
- # uses to encrypt data from a Redshift execution.
29920
+ # The Amazon Web Services Key Management Service (Amazon Web Services
29921
+ # KMS) key that Amazon SageMaker uses to encrypt data from a Redshift
29922
+ # execution.
29831
29923
  # @return [String]
29832
29924
  #
29833
29925
  # @!attribute [rw] output_format
@@ -30036,11 +30128,12 @@ module Aws::SageMaker
30036
30128
  # }
30037
30129
  #
30038
30130
  # @!attribute [rw] repository_credentials_provider_arn
30039
- # The Amazon Resource Name (ARN) of an AWS Lambda function that
30040
- # provides credentials to authenticate to the private Docker registry
30041
- # where your model image is hosted. For information about how to
30042
- # create an AWS Lambda function, see [Create a Lambda function with
30043
- # the console][1] in the *AWS Lambda Developer Guide*.
30131
+ # The Amazon Resource Name (ARN) of an Amazon Web Services Lambda
30132
+ # function that provides credentials to authenticate to the private
30133
+ # Docker registry where your model image is hosted. For information
30134
+ # about how to create an Amazon Web Services Lambda function, see
30135
+ # [Create a Lambda function with the console][1] in the *Amazon Web
30136
+ # Services Lambda Developer Guide*.
30044
30137
  #
30045
30138
  #
30046
30139
  #
@@ -30138,9 +30231,9 @@ module Aws::SageMaker
30138
30231
  # @return [Integer]
30139
30232
  #
30140
30233
  # @!attribute [rw] volume_kms_key_id
30141
- # The AWS KMS key that Amazon SageMaker uses to encrypt data on the
30142
- # storage volume attached to the ML compute instance(s) that run the
30143
- # training job.
30234
+ # The Amazon Web Services KMS key that Amazon SageMaker uses to
30235
+ # encrypt data on the storage volume attached to the ML compute
30236
+ # instance(s) that run the training job.
30144
30237
  #
30145
30238
  # <note markdown="1"> Certain Nitro-based instances include local storage, dependent on
30146
30239
  # the instance type. Local storage volumes are encrypted using a
@@ -30474,8 +30567,9 @@ module Aws::SageMaker
30474
30567
  # @return [String]
30475
30568
  #
30476
30569
  # @!attribute [rw] kms_key_id
30477
- # The AWS Key Management Service (KMS) key ID of the key used to
30478
- # encrypt any objects written into the `OfflineStore` S3 location.
30570
+ # The Amazon Web Services Key Management Service (KMS) key ID of the
30571
+ # key used to encrypt any objects written into the `OfflineStore` S3
30572
+ # location.
30479
30573
  #
30480
30574
  # The IAM `roleARN` that is passed as a parameter to
30481
30575
  # `CreateFeatureGroup` must have below permissions to the `KmsKeyId`\:
@@ -31053,7 +31147,8 @@ module Aws::SageMaker
31053
31147
  end
31054
31148
 
31055
31149
  # Details of a provisioned service catalog product. For information
31056
- # about service catalog, see [What is AWS Service Catalog][1].
31150
+ # about service catalog, see [What is Amazon Web Services Service
31151
+ # Catalog][1].
31057
31152
  #
31058
31153
  #
31059
31154
  #
@@ -31100,8 +31195,8 @@ module Aws::SageMaker
31100
31195
  end
31101
31196
 
31102
31197
  # Details that you specify to provision a service catalog product. For
31103
- # information about service catalog, see .[What is AWS Service
31104
- # Catalog][1].
31198
+ # information about service catalog, see .[What is Amazon Web Services
31199
+ # Service Catalog][1].
31105
31200
  #
31106
31201
  #
31107
31202
  #
@@ -31178,9 +31273,9 @@ module Aws::SageMaker
31178
31273
  # @return [String]
31179
31274
  #
31180
31275
  # @!attribute [rw] s3_kms_key_id
31181
- # When `NotebookOutputOption` is `Allowed`, the AWS Key Management
31182
- # Service (KMS) encryption key ID used to encrypt the notebook cell
31183
- # output in the Amazon S3 bucket.
31276
+ # When `NotebookOutputOption` is `Allowed`, the Amazon Web Services
31277
+ # Key Management Service (KMS) encryption key ID used to encrypt the
31278
+ # notebook cell output in the Amazon S3 bucket.
31184
31279
  # @return [String]
31185
31280
  #
31186
31281
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/SharingSettings AWS API Documentation
@@ -31231,8 +31326,8 @@ module Aws::SageMaker
31231
31326
 
31232
31327
  # Specifies an algorithm that was used to create the model package. The
31233
31328
  # algorithm must be either an algorithm resource in your Amazon
31234
- # SageMaker account or an algorithm in AWS Marketplace that you are
31235
- # subscribed to.
31329
+ # SageMaker account or an algorithm in Amazon Web Services Marketplace
31330
+ # that you are subscribed to.
31236
31331
  #
31237
31332
  # @note When making an API call, you may pass SourceAlgorithm
31238
31333
  # data as a hash:
@@ -31256,8 +31351,8 @@ module Aws::SageMaker
31256
31351
  # @!attribute [rw] algorithm_name
31257
31352
  # The name of an algorithm that was used to create the model package.
31258
31353
  # The algorithm must be either an algorithm resource in your Amazon
31259
- # SageMaker account or an algorithm in AWS Marketplace that you are
31260
- # subscribed to.
31354
+ # SageMaker account or an algorithm in Amazon Web Services Marketplace
31355
+ # that you are subscribed to.
31261
31356
  # @return [String]
31262
31357
  #
31263
31358
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/SourceAlgorithm AWS API Documentation
@@ -31798,17 +31893,19 @@ module Aws::SageMaker
31798
31893
  end
31799
31894
 
31800
31895
  # A tag object that consists of a key and an optional value, used to
31801
- # manage metadata for Amazon SageMaker AWS resources.
31896
+ # manage metadata for Amazon SageMaker Amazon Web Services resources.
31802
31897
  #
31803
31898
  # You can add tags to notebook instances, training jobs, hyperparameter
31804
31899
  # tuning jobs, batch transform jobs, models, labeling jobs, work teams,
31805
31900
  # endpoint configurations, and endpoints. For more information on adding
31806
31901
  # tags to Amazon SageMaker resources, see AddTags.
31807
31902
  #
31808
- # For more information on adding metadata to your AWS resources with
31809
- # tagging, see [Tagging AWS resources][1]. For advice on best practices
31810
- # for managing AWS resources with tagging, see [Tagging Best Practices:
31811
- # Implement an Effective AWS Resource Tagging Strategy][2].
31903
+ # For more information on adding metadata to your Amazon Web Services
31904
+ # resources with tagging, see [Tagging Amazon Web Services
31905
+ # resources][1]. For advice on best practices for managing Amazon Web
31906
+ # Services resources with tagging, see [Tagging Best Practices:
31907
+ # Implement an Effective Amazon Web Services Resource Tagging
31908
+ # Strategy][2].
31812
31909
  #
31813
31910
  #
31814
31911
  #
@@ -32104,8 +32201,8 @@ module Aws::SageMaker
32104
32201
  # @return [Types::AlgorithmSpecification]
32105
32202
  #
32106
32203
  # @!attribute [rw] role_arn
32107
- # The AWS Identity and Access Management (IAM) role configured for the
32108
- # training job.
32204
+ # The Amazon Web Services Identity and Access Management (IAM) role
32205
+ # configured for the training job.
32109
32206
  # @return [String]
32110
32207
  #
32111
32208
  # @!attribute [rw] input_data_config
@@ -32269,9 +32366,10 @@ module Aws::SageMaker
32269
32366
  # @return [Types::RetryStrategy]
32270
32367
  #
32271
32368
  # @!attribute [rw] tags
32272
- # An array of key-value pairs. You can use tags to categorize your AWS
32273
- # resources in different ways, for example, by purpose, owner, or
32274
- # environment. For more information, see [Tagging AWS Resources][1].
32369
+ # An array of key-value pairs. You can use tags to categorize your
32370
+ # Amazon Web Services resources in different ways, for example, by
32371
+ # purpose, owner, or environment. For more information, see [Tagging
32372
+ # Amazon Web Services Resources][1].
32275
32373
  #
32276
32374
  #
32277
32375
  #
@@ -33141,10 +33239,10 @@ module Aws::SageMaker
33141
33239
  # @return [String]
33142
33240
  #
33143
33241
  # @!attribute [rw] kms_key_id
33144
- # The AWS Key Management Service (AWS KMS) key that Amazon SageMaker
33145
- # uses to encrypt the model artifacts at rest using Amazon S3
33146
- # server-side encryption. The `KmsKeyId` can be any of the following
33147
- # formats:
33242
+ # The Amazon Web Services Key Management Service (Amazon Web Services
33243
+ # KMS) key that Amazon SageMaker uses to encrypt the model artifacts
33244
+ # at rest using Amazon S3 server-side encryption. The `KmsKeyId` can
33245
+ # be any of the following formats:
33148
33246
  #
33149
33247
  # * Key ID: `1234abcd-12ab-34cd-56ef-1234567890ab`
33150
33248
  #
@@ -33163,8 +33261,8 @@ module Aws::SageMaker
33163
33261
  #
33164
33262
  # The KMS key policy must grant permission to the IAM role that you
33165
33263
  # specify in your CreateModel request. For more information, see
33166
- # [Using Key Policies in AWS KMS][2] in the *AWS Key Management
33167
- # Service Developer Guide*.
33264
+ # [Using Key Policies in Amazon Web Services KMS][2] in the *Amazon
33265
+ # Web Services Key Management Service Developer Guide*.
33168
33266
  #
33169
33267
  #
33170
33268
  #
@@ -33208,9 +33306,10 @@ module Aws::SageMaker
33208
33306
  # @return [Integer]
33209
33307
  #
33210
33308
  # @!attribute [rw] volume_kms_key_id
33211
- # The AWS Key Management Service (AWS KMS) key that Amazon SageMaker
33212
- # uses to encrypt model data on the storage volume attached to the ML
33213
- # compute instance(s) that run the batch transform job.
33309
+ # The Amazon Web Services Key Management Service (Amazon Web Services
33310
+ # KMS) key that Amazon SageMaker uses to encrypt model data on the
33311
+ # storage volume attached to the ML compute instance(s) that run the
33312
+ # batch transform job.
33214
33313
  #
33215
33314
  # <note markdown="1"> Certain Nitro-based instances include local storage, dependent on
33216
33315
  # the instance type. Local storage volumes are encrypted using a
@@ -33973,8 +34072,8 @@ module Aws::SageMaker
33973
34072
  # Use this parameter when you are creating a labeling job for 3D point
33974
34073
  # cloud and video fram labeling jobs. Use your labeling job task type
33975
34074
  # to select one of the following ARNs and use it with this parameter
33976
- # when you create a labeling job. Replace `aws-region` with the AWS
33977
- # region you are creating your labeling job in.
34075
+ # when you create a labeling job. Replace `aws-region` with the Amazon
34076
+ # Web Services region you are creating your labeling job in.
33978
34077
  #
33979
34078
  # **3D Point Cloud HumanTaskUiArns**
33980
34079
  #
@@ -34238,10 +34337,10 @@ module Aws::SageMaker
34238
34337
  #
34239
34338
  # @!attribute [rw] git_config
34240
34339
  # The configuration of the git repository, including the URL and the
34241
- # Amazon Resource Name (ARN) of the AWS Secrets Manager secret that
34242
- # contains the credentials used to access the repository. The secret
34243
- # must have a staging label of `AWSCURRENT` and must be in the
34244
- # following format:
34340
+ # Amazon Resource Name (ARN) of the Amazon Web Services Secrets
34341
+ # Manager secret that contains the credentials used to access the
34342
+ # repository. The secret must have a staging label of `AWSCURRENT` and
34343
+ # must be in the following format:
34245
34344
  #
34246
34345
  # `\{"username": UserName, "password": Password\}`
34247
34346
  # @return [Types::GitConfigForUpdate]
@@ -34351,9 +34450,9 @@ module Aws::SageMaker
34351
34450
  # @return [Types::EdgeOutputConfig]
34352
34451
  #
34353
34452
  # @!attribute [rw] enable_iot_role_alias
34354
- # Whether to create an AWS IoT Role Alias during device fleet
34355
- # creation. The name of the role alias generated will match this
34356
- # pattern: "SageMakerEdge-\\\{DeviceFleetName\\}".
34453
+ # Whether to create an Amazon Web Services IoT Role Alias during
34454
+ # device fleet creation. The name of the role alias generated will
34455
+ # match this pattern: "SageMakerEdge-\\\{DeviceFleetName\\}".
34357
34456
  #
34358
34457
  # For example, if your device fleet is called "demo-fleet", the name
34359
34458
  # of the role alias will be "SageMakerEdge-demo-fleet".
@@ -34843,7 +34942,7 @@ module Aws::SageMaker
34843
34942
  #
34844
34943
  # @!attribute [rw] monitoring_schedule_name
34845
34944
  # The name of the monitoring schedule. The name must be unique within
34846
- # an AWS Region within an AWS account.
34945
+ # an Amazon Web Services Region within an Amazon Web Services account.
34847
34946
  # @return [String]
34848
34947
  #
34849
34948
  # @!attribute [rw] monitoring_schedule_config
@@ -34947,10 +35046,11 @@ module Aws::SageMaker
34947
35046
  # The Git repository to associate with the notebook instance as its
34948
35047
  # default code repository. This can be either the name of a Git
34949
35048
  # repository stored as a resource in your account, or the URL of a Git
34950
- # repository in [AWS CodeCommit][1] or in any other Git repository.
34951
- # When you open a notebook instance, it opens in the directory that
34952
- # contains this repository. For more information, see [Associating Git
34953
- # Repositories with Amazon SageMaker Notebook Instances][2].
35049
+ # repository in [Amazon Web Services CodeCommit][1] or in any other
35050
+ # Git repository. When you open a notebook instance, it opens in the
35051
+ # directory that contains this repository. For more information, see
35052
+ # [Associating Git Repositories with Amazon SageMaker Notebook
35053
+ # Instances][2].
34954
35054
  #
34955
35055
  #
34956
35056
  #
@@ -34962,10 +35062,11 @@ module Aws::SageMaker
34962
35062
  # An array of up to three Git repositories to associate with the
34963
35063
  # notebook instance. These can be either the names of Git repositories
34964
35064
  # stored as resources in your account, or the URL of Git repositories
34965
- # in [AWS CodeCommit][1] or in any other Git repository. These
34966
- # repositories are cloned at the same level as the default repository
34967
- # of your notebook instance. For more information, see [Associating
34968
- # Git Repositories with Amazon SageMaker Notebook Instances][2].
35065
+ # in [Amazon Web Services CodeCommit][1] or in any other Git
35066
+ # repository. These repositories are cloned at the same level as the
35067
+ # default repository of your notebook instance. For more information,
35068
+ # see [Associating Git Repositories with Amazon SageMaker Notebook
35069
+ # Instances][2].
34969
35070
  #
34970
35071
  #
34971
35072
  #
@@ -35533,10 +35634,10 @@ module Aws::SageMaker
35533
35634
 
35534
35635
  # @!attribute [rw] workforce
35535
35636
  # A single private workforce. You can create one private work force in
35536
- # each AWS Region. By default, any workforce-related API operation
35537
- # used in a specific region will apply to the workforce created in
35538
- # that region. To learn how to create a private workforce, see [Create
35539
- # a Private Workforce][1].
35637
+ # each Amazon Web Services Region. By default, any workforce-related
35638
+ # API operation used in a specific region will apply to the workforce
35639
+ # created in that region. To learn how to create a private workforce,
35640
+ # see [Create a Private Workforce][1].
35540
35641
  #
35541
35642
  #
35542
35643
  #
@@ -35884,10 +35985,10 @@ module Aws::SageMaker
35884
35985
 
35885
35986
  # A single private workforce, which is automatically created when you
35886
35987
  # create your first private work team. You can create one private work
35887
- # force in each AWS Region. By default, any workforce-related API
35888
- # operation used in a specific region will apply to the workforce
35889
- # created in that region. To learn how to create a private workforce,
35890
- # see [Create a Private Workforce][1].
35988
+ # force in each Amazon Web Services Region. By default, any
35989
+ # workforce-related API operation used in a specific region will apply
35990
+ # to the workforce created in that region. To learn how to create a
35991
+ # private workforce, see [Create a Private Workforce][1].
35891
35992
  #
35892
35993
  #
35893
35994
  #