aws-sdk-sagemaker 1.83.0 → 1.84.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 82c63071b263ab1af77a26788462a4150eecf61a1e246bfe241db9e91de12c8d
4
- data.tar.gz: ee697c1a6b90d50ac256205d76e2840736b1a610e96bc7fafd031c5cfb73f921
3
+ metadata.gz: cc65e816372a5a95f45ed9fa9a7c64842018615c4cfcf217c5efcb341a0b4b19
4
+ data.tar.gz: ab9b73ad14402139c334a87c03d0f46902a2127f175adc726389c54b60e35b86
5
5
  SHA512:
6
- metadata.gz: 9793a987f537d915af61f1bfbe4fed70ea6bea046fca07c498a7cf6b6cd0e40fb67d1969b1665a8234e017c610a893b834218c0fe2bcafdd125a8a8cc6a9e452
7
- data.tar.gz: 0f5d841abeda0ceced421d24c5ca225c728754a85d5a37e6c3abe0aeeff3a0ff1df6de6e04b77fbb77b055ef5dd047f1acc7597c4b7c0b70811d5ba8712aa102
6
+ metadata.gz: 8d6e88e135a7570e2224248e4459d66512e652562ef199ef3af27c8a22ba241d5929c68f1c1576761255f2bb08334dd995d40236b752e5f1350d8a1ad8d6f828
7
+ data.tar.gz: b2b4a5730f95f4d1bc15d40bf23a0b9ee45770003c2cbcaab71cb3eab8da1929c184006c10e4e814f6206eb3ccacd1d70ff0a0bfa2d8185b076de83ac71b3c5e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.84.0 (2021-03-25)
5
+ ------------------
6
+
7
+ * Feature - This feature allows customer to specify the environment variables in their CreateTrainingJob requests.
8
+
4
9
  1.83.0 (2021-03-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.83.0
1
+ 1.84.0
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-sagemaker/customizations'
49
49
  # @!group service
50
50
  module Aws::SageMaker
51
51
 
52
- GEM_VERSION = '1.83.0'
52
+ GEM_VERSION = '1.84.0'
53
53
 
54
54
  end
@@ -1651,7 +1651,18 @@ module Aws::SageMaker
1651
1651
  # The mode of authentication that members use to access the domain.
1652
1652
  #
1653
1653
  # @option params [required, Types::UserSettings] :default_user_settings
1654
- # The default user settings.
1654
+ # The default settings to use to create a user profile when
1655
+ # `UserSettings` isn't specified in the call to the
1656
+ # [CreateUserProfile][1] API.
1657
+ #
1658
+ # `SecurityGroups` is aggregated when specified in both calls. For all
1659
+ # other settings in `UserSettings`, the values specified in
1660
+ # `CreateUserProfile` take precedence over those specified in
1661
+ # `CreateDomain`.
1662
+ #
1663
+ #
1664
+ #
1665
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateUserProfile.html
1655
1666
  #
1656
1667
  # @option params [required, Array<String>] :subnet_ids
1657
1668
  # The VPC subnets that Studio uses for communication.
@@ -1663,7 +1674,11 @@ module Aws::SageMaker
1663
1674
  # @option params [Array<Types::Tag>] :tags
1664
1675
  # Tags to associated with the Domain. Each tag consists of a key and an
1665
1676
  # optional value. Tag keys must be unique per resource. Tags are
1666
- # searchable using the Search API.
1677
+ # searchable using the [Search][1] API.
1678
+ #
1679
+ #
1680
+ #
1681
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Search.html
1667
1682
  #
1668
1683
  # @option params [String] :app_network_access_type
1669
1684
  # Specifies the VPC used for non-EFS traffic. The default value is
@@ -4989,6 +5004,9 @@ module Aws::SageMaker
4989
5004
  # `MaxWaitTimeInSeconds` to specify how long you are willing to wait
4990
5005
  # for a managed spot training job to complete.
4991
5006
  #
5007
+ # * `Environment` - The environment variables to set in the Docker
5008
+ # container.
5009
+ #
4992
5010
  # For more information about Amazon SageMaker, see [How It Works][3].
4993
5011
  #
4994
5012
  #
@@ -5186,6 +5204,9 @@ module Aws::SageMaker
5186
5204
  # Configuration information for Debugger rules for profiling system and
5187
5205
  # framework metrics.
5188
5206
  #
5207
+ # @option params [Hash<String,String>] :environment
5208
+ # The environment variables to set in the Docker container.
5209
+ #
5189
5210
  # @return [Types::CreateTrainingJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5190
5211
  #
5191
5212
  # * {Types::CreateTrainingJobResponse#training_job_arn #training_job_arn} => String
@@ -5324,6 +5345,9 @@ module Aws::SageMaker
5324
5345
  # },
5325
5346
  # },
5326
5347
  # ],
5348
+ # environment: {
5349
+ # "TrainingEnvironmentKey" => "TrainingEnvironmentValue",
5350
+ # },
5327
5351
  # })
5328
5352
  #
5329
5353
  # @example Response structure
@@ -7538,7 +7562,7 @@ module Aws::SageMaker
7538
7562
  # resp.best_candidate.last_modified_time #=> Time
7539
7563
  # resp.best_candidate.failure_reason #=> String
7540
7564
  # resp.auto_ml_job_status #=> String, one of "Completed", "InProgress", "Failed", "Stopped", "Stopping"
7541
- # resp.auto_ml_job_secondary_status #=> String, one of "Starting", "AnalyzingData", "FeatureEngineering", "ModelTuning", "MaxCandidatesReached", "Failed", "Stopped", "MaxAutoMLJobRuntimeReached", "Stopping", "CandidateDefinitionsGenerated"
7565
+ # resp.auto_ml_job_secondary_status #=> String, one of "Starting", "AnalyzingData", "FeatureEngineering", "ModelTuning", "MaxCandidatesReached", "Failed", "Stopped", "MaxAutoMLJobRuntimeReached", "Stopping", "CandidateDefinitionsGenerated", "GeneratingExplainabilityReport", "Completed", "ExplainabilityError"
7542
7566
  # resp.generate_candidate_definitions_only #=> Boolean
7543
7567
  # resp.auto_ml_job_artifacts.candidate_definition_notebook_location #=> String
7544
7568
  # resp.auto_ml_job_artifacts.data_exploration_notebook_location #=> String
@@ -9871,6 +9895,7 @@ module Aws::SageMaker
9871
9895
  # * {Types::DescribeTrainingJobResponse#profiler_rule_configurations #profiler_rule_configurations} => Array&lt;Types::ProfilerRuleConfiguration&gt;
9872
9896
  # * {Types::DescribeTrainingJobResponse#profiler_rule_evaluation_statuses #profiler_rule_evaluation_statuses} => Array&lt;Types::ProfilerRuleEvaluationStatus&gt;
9873
9897
  # * {Types::DescribeTrainingJobResponse#profiling_status #profiling_status} => String
9898
+ # * {Types::DescribeTrainingJobResponse#environment #environment} => Hash&lt;String,String&gt;
9874
9899
  #
9875
9900
  # @example Request syntax with placeholder values
9876
9901
  #
@@ -9995,6 +10020,8 @@ module Aws::SageMaker
9995
10020
  # resp.profiler_rule_evaluation_statuses[0].status_details #=> String
9996
10021
  # resp.profiler_rule_evaluation_statuses[0].last_modified_time #=> Time
9997
10022
  # resp.profiling_status #=> String, one of "Enabled", "Disabled"
10023
+ # resp.environment #=> Hash
10024
+ # resp.environment["TrainingEnvironmentKey"] #=> String
9998
10025
  #
9999
10026
  #
10000
10027
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -11135,7 +11162,7 @@ module Aws::SageMaker
11135
11162
  # resp.auto_ml_job_summaries[0].auto_ml_job_name #=> String
11136
11163
  # resp.auto_ml_job_summaries[0].auto_ml_job_arn #=> String
11137
11164
  # resp.auto_ml_job_summaries[0].auto_ml_job_status #=> String, one of "Completed", "InProgress", "Failed", "Stopped", "Stopping"
11138
- # resp.auto_ml_job_summaries[0].auto_ml_job_secondary_status #=> String, one of "Starting", "AnalyzingData", "FeatureEngineering", "ModelTuning", "MaxCandidatesReached", "Failed", "Stopped", "MaxAutoMLJobRuntimeReached", "Stopping", "CandidateDefinitionsGenerated"
11165
+ # resp.auto_ml_job_summaries[0].auto_ml_job_secondary_status #=> String, one of "Starting", "AnalyzingData", "FeatureEngineering", "ModelTuning", "MaxCandidatesReached", "Failed", "Stopped", "MaxAutoMLJobRuntimeReached", "Stopping", "CandidateDefinitionsGenerated", "GeneratingExplainabilityReport", "Completed", "ExplainabilityError"
11139
11166
  # resp.auto_ml_job_summaries[0].creation_time #=> Time
11140
11167
  # resp.auto_ml_job_summaries[0].end_time #=> Time
11141
11168
  # resp.auto_ml_job_summaries[0].last_modified_time #=> Time
@@ -14886,6 +14913,8 @@ module Aws::SageMaker
14886
14913
  # resp.results[0].training_job.debug_rule_evaluation_statuses[0].rule_evaluation_status #=> String, one of "InProgress", "NoIssuesFound", "IssuesFound", "Error", "Stopping", "Stopped"
14887
14914
  # resp.results[0].training_job.debug_rule_evaluation_statuses[0].status_details #=> String
14888
14915
  # resp.results[0].training_job.debug_rule_evaluation_statuses[0].last_modified_time #=> Time
14916
+ # resp.results[0].training_job.environment #=> Hash
14917
+ # resp.results[0].training_job.environment["TrainingEnvironmentKey"] #=> String
14889
14918
  # resp.results[0].training_job.tags #=> Array
14890
14919
  # resp.results[0].training_job.tags[0].key #=> String
14891
14920
  # resp.results[0].training_job.tags[0].value #=> String
@@ -15072,6 +15101,8 @@ module Aws::SageMaker
15072
15101
  # resp.results[0].trial_component.source_detail.training_job.debug_rule_evaluation_statuses[0].rule_evaluation_status #=> String, one of "InProgress", "NoIssuesFound", "IssuesFound", "Error", "Stopping", "Stopped"
15073
15102
  # resp.results[0].trial_component.source_detail.training_job.debug_rule_evaluation_statuses[0].status_details #=> String
15074
15103
  # resp.results[0].trial_component.source_detail.training_job.debug_rule_evaluation_statuses[0].last_modified_time #=> Time
15104
+ # resp.results[0].trial_component.source_detail.training_job.environment #=> Hash
15105
+ # resp.results[0].trial_component.source_detail.training_job.environment["TrainingEnvironmentKey"] #=> String
15075
15106
  # resp.results[0].trial_component.source_detail.training_job.tags #=> Array
15076
15107
  # resp.results[0].trial_component.source_detail.training_job.tags[0].key #=> String
15077
15108
  # resp.results[0].trial_component.source_detail.training_job.tags[0].value #=> String
@@ -17317,7 +17348,7 @@ module Aws::SageMaker
17317
17348
  params: params,
17318
17349
  config: config)
17319
17350
  context[:gem_name] = 'aws-sdk-sagemaker'
17320
- context[:gem_version] = '1.83.0'
17351
+ context[:gem_version] = '1.84.0'
17321
17352
  Seahorse::Client::Request.new(handlers, context)
17322
17353
  end
17323
17354
 
@@ -1268,6 +1268,9 @@ module Aws::SageMaker
1268
1268
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
1269
1269
  TrafficRoutingConfig = Shapes::StructureShape.new(name: 'TrafficRoutingConfig')
1270
1270
  TrafficRoutingConfigType = Shapes::StringShape.new(name: 'TrafficRoutingConfigType')
1271
+ TrainingEnvironmentKey = Shapes::StringShape.new(name: 'TrainingEnvironmentKey')
1272
+ TrainingEnvironmentMap = Shapes::MapShape.new(name: 'TrainingEnvironmentMap')
1273
+ TrainingEnvironmentValue = Shapes::StringShape.new(name: 'TrainingEnvironmentValue')
1271
1274
  TrainingInputMode = Shapes::StringShape.new(name: 'TrainingInputMode')
1272
1275
  TrainingInstanceCount = Shapes::IntegerShape.new(name: 'TrainingInstanceCount')
1273
1276
  TrainingInstanceType = Shapes::StringShape.new(name: 'TrainingInstanceType')
@@ -2255,6 +2258,7 @@ module Aws::SageMaker
2255
2258
  CreateTrainingJobRequest.add_member(:experiment_config, Shapes::ShapeRef.new(shape: ExperimentConfig, location_name: "ExperimentConfig"))
2256
2259
  CreateTrainingJobRequest.add_member(:profiler_config, Shapes::ShapeRef.new(shape: ProfilerConfig, location_name: "ProfilerConfig"))
2257
2260
  CreateTrainingJobRequest.add_member(:profiler_rule_configurations, Shapes::ShapeRef.new(shape: ProfilerRuleConfigurations, location_name: "ProfilerRuleConfigurations"))
2261
+ CreateTrainingJobRequest.add_member(:environment, Shapes::ShapeRef.new(shape: TrainingEnvironmentMap, location_name: "Environment"))
2258
2262
  CreateTrainingJobRequest.struct_class = Types::CreateTrainingJobRequest
2259
2263
 
2260
2264
  CreateTrainingJobResponse.add_member(:training_job_arn, Shapes::ShapeRef.new(shape: TrainingJobArn, required: true, location_name: "TrainingJobArn"))
@@ -3259,6 +3263,7 @@ module Aws::SageMaker
3259
3263
  DescribeTrainingJobResponse.add_member(:profiler_rule_configurations, Shapes::ShapeRef.new(shape: ProfilerRuleConfigurations, location_name: "ProfilerRuleConfigurations"))
3260
3264
  DescribeTrainingJobResponse.add_member(:profiler_rule_evaluation_statuses, Shapes::ShapeRef.new(shape: ProfilerRuleEvaluationStatuses, location_name: "ProfilerRuleEvaluationStatuses"))
3261
3265
  DescribeTrainingJobResponse.add_member(:profiling_status, Shapes::ShapeRef.new(shape: ProfilingStatus, location_name: "ProfilingStatus"))
3266
+ DescribeTrainingJobResponse.add_member(:environment, Shapes::ShapeRef.new(shape: TrainingEnvironmentMap, location_name: "Environment"))
3262
3267
  DescribeTrainingJobResponse.struct_class = Types::DescribeTrainingJobResponse
3263
3268
 
3264
3269
  DescribeTransformJobRequest.add_member(:transform_job_name, Shapes::ShapeRef.new(shape: TransformJobName, required: true, location_name: "TransformJobName"))
@@ -5642,6 +5647,9 @@ module Aws::SageMaker
5642
5647
  TrafficRoutingConfig.add_member(:canary_size, Shapes::ShapeRef.new(shape: CapacitySize, location_name: "CanarySize"))
5643
5648
  TrafficRoutingConfig.struct_class = Types::TrafficRoutingConfig
5644
5649
 
5650
+ TrainingEnvironmentMap.key = Shapes::ShapeRef.new(shape: TrainingEnvironmentKey)
5651
+ TrainingEnvironmentMap.value = Shapes::ShapeRef.new(shape: TrainingEnvironmentValue)
5652
+
5645
5653
  TrainingInstanceTypes.member = Shapes::ShapeRef.new(shape: TrainingInstanceType)
5646
5654
 
5647
5655
  TrainingJob.add_member(:training_job_name, Shapes::ShapeRef.new(shape: TrainingJobName, location_name: "TrainingJobName"))
@@ -5678,6 +5686,7 @@ module Aws::SageMaker
5678
5686
  TrainingJob.add_member(:debug_rule_configurations, Shapes::ShapeRef.new(shape: DebugRuleConfigurations, location_name: "DebugRuleConfigurations"))
5679
5687
  TrainingJob.add_member(:tensor_board_output_config, Shapes::ShapeRef.new(shape: TensorBoardOutputConfig, location_name: "TensorBoardOutputConfig"))
5680
5688
  TrainingJob.add_member(:debug_rule_evaluation_statuses, Shapes::ShapeRef.new(shape: DebugRuleEvaluationStatuses, location_name: "DebugRuleEvaluationStatuses"))
5689
+ TrainingJob.add_member(:environment, Shapes::ShapeRef.new(shape: TrainingEnvironmentMap, location_name: "Environment"))
5681
5690
  TrainingJob.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
5682
5691
  TrainingJob.struct_class = Types::TrainingJob
5683
5692
 
@@ -4410,7 +4410,18 @@ module Aws::SageMaker
4410
4410
  # @return [String]
4411
4411
  #
4412
4412
  # @!attribute [rw] default_user_settings
4413
- # The default user settings.
4413
+ # The default settings to use to create a user profile when
4414
+ # `UserSettings` isn't specified in the call to the
4415
+ # [CreateUserProfile][1] API.
4416
+ #
4417
+ # `SecurityGroups` is aggregated when specified in both calls. For all
4418
+ # other settings in `UserSettings`, the values specified in
4419
+ # `CreateUserProfile` take precedence over those specified in
4420
+ # `CreateDomain`.
4421
+ #
4422
+ #
4423
+ #
4424
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateUserProfile.html
4414
4425
  # @return [Types::UserSettings]
4415
4426
  #
4416
4427
  # @!attribute [rw] subnet_ids
@@ -4425,7 +4436,11 @@ module Aws::SageMaker
4425
4436
  # @!attribute [rw] tags
4426
4437
  # Tags to associated with the Domain. Each tag consists of a key and
4427
4438
  # an optional value. Tag keys must be unique per resource. Tags are
4428
- # searchable using the Search API.
4439
+ # searchable using the [Search][1] API.
4440
+ #
4441
+ #
4442
+ #
4443
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Search.html
4429
4444
  # @return [Array<Types::Tag>]
4430
4445
  #
4431
4446
  # @!attribute [rw] app_network_access_type
@@ -7752,6 +7767,9 @@ module Aws::SageMaker
7752
7767
  # },
7753
7768
  # },
7754
7769
  # ],
7770
+ # environment: {
7771
+ # "TrainingEnvironmentKey" => "TrainingEnvironmentValue",
7772
+ # },
7755
7773
  # }
7756
7774
  #
7757
7775
  # @!attribute [rw] training_job_name
@@ -7965,6 +7983,10 @@ module Aws::SageMaker
7965
7983
  # and framework metrics.
7966
7984
  # @return [Array<Types::ProfilerRuleConfiguration>]
7967
7985
  #
7986
+ # @!attribute [rw] environment
7987
+ # The environment variables to set in the Docker container.
7988
+ # @return [Hash<String,String>]
7989
+ #
7968
7990
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateTrainingJobRequest AWS API Documentation
7969
7991
  #
7970
7992
  class CreateTrainingJobRequest < Struct.new(
@@ -7987,7 +8009,8 @@ module Aws::SageMaker
7987
8009
  :tensor_board_output_config,
7988
8010
  :experiment_config,
7989
8011
  :profiler_config,
7990
- :profiler_rule_configurations)
8012
+ :profiler_rule_configurations,
8013
+ :environment)
7991
8014
  SENSITIVE = []
7992
8015
  include Aws::Structure
7993
8016
  end
@@ -11481,7 +11504,7 @@ module Aws::SageMaker
11481
11504
  # @return [String]
11482
11505
  #
11483
11506
  # @!attribute [rw] default_user_settings
11484
- # Settings which are applied to all UserProfiles in this domain, if
11507
+ # Settings which are applied to UserProfiles in this domain if
11485
11508
  # settings are not explicitly specified in a given UserProfile.
11486
11509
  # @return [Types::UserSettings]
11487
11510
  #
@@ -14211,6 +14234,10 @@ module Aws::SageMaker
14211
14234
  # Profiling status of a training job.
14212
14235
  # @return [String]
14213
14236
  #
14237
+ # @!attribute [rw] environment
14238
+ # The environment variables to set in the Docker container.
14239
+ # @return [Hash<String,String>]
14240
+ #
14214
14241
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeTrainingJobResponse AWS API Documentation
14215
14242
  #
14216
14243
  class DescribeTrainingJobResponse < Struct.new(
@@ -14251,7 +14278,8 @@ module Aws::SageMaker
14251
14278
  :profiler_config,
14252
14279
  :profiler_rule_configurations,
14253
14280
  :profiler_rule_evaluation_statuses,
14254
- :profiling_status)
14281
+ :profiling_status,
14282
+ :environment)
14255
14283
  SENSITIVE = []
14256
14284
  include Aws::Structure
14257
14285
  end
@@ -19287,7 +19315,12 @@ module Aws::SageMaker
19287
19315
  # @return [Types::LabelingJobS3DataSource]
19288
19316
  #
19289
19317
  # @!attribute [rw] sns_data_source
19290
- # An Amazon SNS data source used for streaming labeling jobs.
19318
+ # An Amazon SNS data source used for streaming labeling jobs. To learn
19319
+ # more, see [Send Data to a Streaming Labeling Job][1].
19320
+ #
19321
+ #
19322
+ #
19323
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/sms-streaming-labeling-job.html#sms-streaming-how-it-works-send-data
19291
19324
  # @return [Types::LabelingJobSnsDataSource]
19292
19325
  #
19293
19326
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/LabelingJobDataSource AWS API Documentation
@@ -19413,37 +19446,39 @@ module Aws::SageMaker
19413
19446
  # The AWS Key Management Service ID of the key used to encrypt the
19414
19447
  # output data, if any.
19415
19448
  #
19416
- # If you use a KMS key ID or an alias of your master key, the Amazon
19417
- # SageMaker execution role must include permissions to call
19418
- # `kms:Encrypt`. If you don't provide a KMS key ID, Amazon SageMaker
19419
- # uses the default KMS key for Amazon S3 for your role's account.
19420
- # Amazon SageMaker uses server-side encryption with KMS-managed keys
19421
- # for `LabelingJobOutputConfig`. If you use a bucket policy with an
19422
- # `s3:PutObject` permission that only allows objects with server-side
19423
- # encryption, set the condition key of
19424
- # `s3:x-amz-server-side-encryption` to `"aws:kms"`. For more
19425
- # information, see [KMS-Managed Encryption Keys][1] in the *Amazon
19426
- # Simple Storage Service Developer Guide.*
19449
+ # If you provide your own KMS key ID, you must add the required
19450
+ # permissions to your KMS key described in [Encrypt Output Data and
19451
+ # Storage Volume with AWS KMS][1].
19427
19452
  #
19428
- # The KMS key policy must grant permission to the IAM role that you
19429
- # specify in your `CreateLabelingJob` request. For more information,
19430
- # see [Using Key Policies in AWS KMS][2] in the *AWS Key Management
19431
- # Service Developer Guide*.
19453
+ # If you don't provide a KMS key ID, Amazon SageMaker uses the
19454
+ # default AWS KMS key for Amazon S3 for your role's account to
19455
+ # encrypt your output data.
19432
19456
  #
19457
+ # If you use a bucket policy with an `s3:PutObject` permission that
19458
+ # only allows objects with server-side encryption, set the condition
19459
+ # key of `s3:x-amz-server-side-encryption` to `"aws:kms"`. For more
19460
+ # information, see [KMS-Managed Encryption Keys][2] in the *Amazon
19461
+ # Simple Storage Service Developer Guide.*
19433
19462
  #
19434
19463
  #
19435
- # [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingKMSEncryption.html
19436
- # [2]: http://docs.aws.amazon.com/kms/latest/developerguide/key-policies.html
19464
+ #
19465
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/sms-security-permission.html#sms-security-kms-permissions
19466
+ # [2]: https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingKMSEncryption.html
19437
19467
  # @return [String]
19438
19468
  #
19439
19469
  # @!attribute [rw] sns_topic_arn
19440
19470
  # An Amazon Simple Notification Service (Amazon SNS) output topic ARN.
19441
19471
  #
19442
- # When workers complete labeling tasks, Ground Truth will send
19443
- # labeling task output data to the SNS output topic you specify here.
19472
+ # If you provide an `SnsTopicArn` in `OutputConfig`, when workers
19473
+ # complete labeling tasks, Ground Truth will send labeling task output
19474
+ # data to the SNS output topic you specify here.
19475
+ #
19476
+ # To learn more, see [Receive Output Data from a Streaming Labeling
19477
+ # Job][1].
19478
+ #
19479
+ #
19444
19480
  #
19445
- # You must provide a value for this parameter if you provide an Amazon
19446
- # SNS input topic in `SnsDataSource` in `InputConfig`.
19481
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/sms-streaming-labeling-job.html#sms-streaming-how-it-works-output-data
19447
19482
  # @return [String]
19448
19483
  #
19449
19484
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/LabelingJobOutputConfig AWS API Documentation
@@ -19456,7 +19491,9 @@ module Aws::SageMaker
19456
19491
  include Aws::Structure
19457
19492
  end
19458
19493
 
19459
- # Provides configuration information for labeling jobs.
19494
+ # Configure encryption on the storage volume attached to the ML compute
19495
+ # instance used to run automated data labeling model training and
19496
+ # inference.
19460
19497
  #
19461
19498
  # @note When making an API call, you may pass LabelingJobResourceConfig
19462
19499
  # data as a hash:
@@ -19468,16 +19505,30 @@ module Aws::SageMaker
19468
19505
  # @!attribute [rw] volume_kms_key_id
19469
19506
  # The AWS Key Management Service (AWS KMS) key that Amazon SageMaker
19470
19507
  # uses to encrypt data on the storage volume attached to the ML
19471
- # compute instance(s) that run the training job. The `VolumeKmsKeyId`
19472
- # can be any of the following formats:
19508
+ # compute instance(s) that run the training and inference jobs used
19509
+ # for automated data labeling.
19473
19510
  #
19474
- # * // KMS Key ID
19511
+ # You can only specify a `VolumeKmsKeyId` when you create a labeling
19512
+ # job with automated data labeling enabled using the API operation
19513
+ # `CreateLabelingJob`. You cannot specify an AWS KMS customer managed
19514
+ # CMK to encrypt the storage volume used for automated data labeling
19515
+ # model training and inference when you create a labeling job using
19516
+ # the console. To learn more, see [Output Data and Storage Volume
19517
+ # Encryption][1].
19518
+ #
19519
+ # The `VolumeKmsKeyId` can be any of the following formats:
19520
+ #
19521
+ # * KMS Key ID
19475
19522
  #
19476
19523
  # `"1234abcd-12ab-34cd-56ef-1234567890ab"`
19477
19524
  #
19478
- # * // Amazon Resource Name (ARN) of a KMS Key
19525
+ # * Amazon Resource Name (ARN) of a KMS Key
19479
19526
  #
19480
19527
  # `"arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"`
19528
+ #
19529
+ #
19530
+ #
19531
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/sms-security.html
19481
19532
  # @return [String]
19482
19533
  #
19483
19534
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/LabelingJobResourceConfig AWS API Documentation
@@ -19542,9 +19593,6 @@ module Aws::SageMaker
19542
19593
  # The Amazon SNS input topic Amazon Resource Name (ARN). Specify the
19543
19594
  # ARN of the input topic you will use to send new data objects to a
19544
19595
  # streaming labeling job.
19545
- #
19546
- # If you specify an input topic for `SnsTopicArn` in `InputConfig`,
19547
- # you must specify a value for `SnsTopicArn` in `OutputConfig`.
19548
19596
  # @return [String]
19549
19597
  #
19550
19598
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/LabelingJobSnsDataSource AWS API Documentation
@@ -30478,10 +30526,16 @@ module Aws::SageMaker
30478
30526
  include Aws::Structure
30479
30527
  end
30480
30528
 
30481
- # Specifies options when sharing an Amazon SageMaker Studio notebook.
30482
- # These settings are specified as part of `DefaultUserSettings` when the
30483
- # CreateDomain API is called, and as part of `UserSettings` when the
30484
- # CreateUserProfile API is called.
30529
+ # Specifies options for sharing SageMaker Studio notebooks. These
30530
+ # settings are specified as part of `DefaultUserSettings` when the
30531
+ # [CreateDomain][1] API is called, and as part of `UserSettings` when
30532
+ # the [CreateUserProfile][2] API is called. When `SharingSettings` is
30533
+ # not specified, notebook sharing isn't allowed.
30534
+ #
30535
+ #
30536
+ #
30537
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateDomain.html
30538
+ # [2]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateUserProfile.html
30485
30539
  #
30486
30540
  # @note When making an API call, you may pass SharingSettings
30487
30541
  # data as a hash:
@@ -31558,6 +31612,10 @@ module Aws::SageMaker
31558
31612
  # training job.
31559
31613
  # @return [Array<Types::DebugRuleEvaluationStatus>]
31560
31614
  #
31615
+ # @!attribute [rw] environment
31616
+ # The environment variables to set in the Docker container.
31617
+ # @return [Hash<String,String>]
31618
+ #
31561
31619
  # @!attribute [rw] tags
31562
31620
  # An array of key-value pairs. You can use tags to categorize your AWS
31563
31621
  # resources in different ways, for example, by purpose, owner, or
@@ -31605,6 +31663,7 @@ module Aws::SageMaker
31605
31663
  :debug_rule_configurations,
31606
31664
  :tensor_board_output_config,
31607
31665
  :debug_rule_evaluation_statuses,
31666
+ :environment,
31608
31667
  :tags)
31609
31668
  SENSITIVE = []
31610
31669
  include Aws::Structure
@@ -34957,15 +35016,20 @@ module Aws::SageMaker
34957
35016
  end
34958
35017
 
34959
35018
  # A collection of settings that apply to users of Amazon SageMaker
34960
- # Studio. These settings are specified when the CreateUserProfile API is
34961
- # called, and as `DefaultUserSettings` when the CreateDomain API is
34962
- # called.
35019
+ # Studio. These settings are specified when the [CreateUserProfile][1]
35020
+ # API is called, and as `DefaultUserSettings` when the [CreateDomain][2]
35021
+ # API is called.
34963
35022
  #
34964
35023
  # `SecurityGroups` is aggregated when specified in both calls. For all
34965
35024
  # other settings in `UserSettings`, the values specified in
34966
35025
  # `CreateUserProfile` take precedence over those specified in
34967
35026
  # `CreateDomain`.
34968
35027
  #
35028
+ #
35029
+ #
35030
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateUserProfile.html
35031
+ # [2]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateDomain.html
35032
+ #
34969
35033
  # @note When making an API call, you may pass UserSettings
34970
35034
  # data as a hash:
34971
35035
  #
@@ -35027,7 +35091,7 @@ module Aws::SageMaker
35027
35091
  # @return [Array<String>]
35028
35092
  #
35029
35093
  # @!attribute [rw] sharing_settings
35030
- # The sharing settings.
35094
+ # Specifies options for sharing SageMaker Studio notebooks.
35031
35095
  # @return [Types::SharingSettings]
35032
35096
  #
35033
35097
  # @!attribute [rw] jupyter_server_app_settings
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-sagemaker
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.83.0
4
+ version: 1.84.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-19 00:00:00.000000000 Z
11
+ date: 2021-03-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core