aws-sdk-sagemaker 1.224.0 → 1.226.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1267,6 +1267,10 @@ module Aws::SageMaker
1267
1267
  # The user profile name.
1268
1268
  # @return [String]
1269
1269
  #
1270
+ # @!attribute [rw] space_name
1271
+ # The name of the space.
1272
+ # @return [String]
1273
+ #
1270
1274
  # @!attribute [rw] app_type
1271
1275
  # The type of app.
1272
1276
  # @return [String]
@@ -1283,10 +1287,6 @@ module Aws::SageMaker
1283
1287
  # The creation time.
1284
1288
  # @return [Time]
1285
1289
  #
1286
- # @!attribute [rw] space_name
1287
- # The name of the space.
1288
- # @return [String]
1289
- #
1290
1290
  # @!attribute [rw] resource_spec
1291
1291
  # Specifies the ARN's of a SageMaker image and SageMaker image
1292
1292
  # version, and the instance type that the version runs on.
@@ -1297,11 +1297,11 @@ module Aws::SageMaker
1297
1297
  class AppDetails < Struct.new(
1298
1298
  :domain_id,
1299
1299
  :user_profile_name,
1300
+ :space_name,
1300
1301
  :app_type,
1301
1302
  :app_name,
1302
1303
  :status,
1303
1304
  :creation_time,
1304
- :space_name,
1305
1305
  :resource_spec)
1306
1306
  SENSITIVE = []
1307
1307
  include Aws::Structure
@@ -2243,17 +2243,17 @@ module Aws::SageMaker
2243
2243
  # settings.
2244
2244
  # @return [Types::AutoMLSecurityConfig]
2245
2245
  #
2246
+ # @!attribute [rw] candidate_generation_config
2247
+ # The configuration for generating a candidate for an AutoML job
2248
+ # (optional).
2249
+ # @return [Types::AutoMLCandidateGenerationConfig]
2250
+ #
2246
2251
  # @!attribute [rw] data_split_config
2247
2252
  # The configuration for splitting the input training dataset.
2248
2253
  #
2249
2254
  # Type: AutoMLDataSplitConfig
2250
2255
  # @return [Types::AutoMLDataSplitConfig]
2251
2256
  #
2252
- # @!attribute [rw] candidate_generation_config
2253
- # The configuration for generating a candidate for an AutoML job
2254
- # (optional).
2255
- # @return [Types::AutoMLCandidateGenerationConfig]
2256
- #
2257
2257
  # @!attribute [rw] mode
2258
2258
  # The method that Autopilot uses to train the data. You can either
2259
2259
  # specify the mode manually or let Autopilot choose for you based on
@@ -2288,8 +2288,8 @@ module Aws::SageMaker
2288
2288
  class AutoMLJobConfig < Struct.new(
2289
2289
  :completion_criteria,
2290
2290
  :security_config,
2291
- :data_split_config,
2292
2291
  :candidate_generation_config,
2292
+ :data_split_config,
2293
2293
  :mode)
2294
2294
  SENSITIVE = []
2295
2295
  include Aws::Structure
@@ -2499,16 +2499,16 @@ module Aws::SageMaker
2499
2499
  # classification problem type.
2500
2500
  # @return [Types::TextClassificationJobConfig]
2501
2501
  #
2502
- # @!attribute [rw] tabular_job_config
2503
- # Settings used to configure an AutoML job V2 for the tabular problem
2504
- # type (regression, classification).
2505
- # @return [Types::TabularJobConfig]
2506
- #
2507
2502
  # @!attribute [rw] time_series_forecasting_job_config
2508
2503
  # Settings used to configure an AutoML job V2 for the time-series
2509
2504
  # forecasting problem type.
2510
2505
  # @return [Types::TimeSeriesForecastingJobConfig]
2511
2506
  #
2507
+ # @!attribute [rw] tabular_job_config
2508
+ # Settings used to configure an AutoML job V2 for the tabular problem
2509
+ # type (regression, classification).
2510
+ # @return [Types::TabularJobConfig]
2511
+ #
2512
2512
  # @!attribute [rw] text_generation_job_config
2513
2513
  # Settings used to configure an AutoML job V2 for the text generation
2514
2514
  # (LLMs fine-tuning) problem type.
@@ -2530,8 +2530,8 @@ module Aws::SageMaker
2530
2530
  class AutoMLProblemTypeConfig < Struct.new(
2531
2531
  :image_classification_job_config,
2532
2532
  :text_classification_job_config,
2533
- :tabular_job_config,
2534
2533
  :time_series_forecasting_job_config,
2534
+ :tabular_job_config,
2535
2535
  :text_generation_job_config,
2536
2536
  :unknown)
2537
2537
  SENSITIVE = []
@@ -2540,8 +2540,8 @@ module Aws::SageMaker
2540
2540
 
2541
2541
  class ImageClassificationJobConfig < AutoMLProblemTypeConfig; end
2542
2542
  class TextClassificationJobConfig < AutoMLProblemTypeConfig; end
2543
- class TabularJobConfig < AutoMLProblemTypeConfig; end
2544
2543
  class TimeSeriesForecastingJobConfig < AutoMLProblemTypeConfig; end
2544
+ class TabularJobConfig < AutoMLProblemTypeConfig; end
2545
2545
  class TextGenerationJobConfig < AutoMLProblemTypeConfig; end
2546
2546
  class Unknown < AutoMLProblemTypeConfig; end
2547
2547
  end
@@ -3226,14 +3226,14 @@ module Aws::SageMaker
3226
3226
  # The settings for connecting to an external data source with OAuth.
3227
3227
  # @return [Array<Types::IdentityProviderOAuthSetting>]
3228
3228
  #
3229
- # @!attribute [rw] kendra_settings
3230
- # The settings for document querying.
3231
- # @return [Types::KendraSettings]
3232
- #
3233
3229
  # @!attribute [rw] direct_deploy_settings
3234
3230
  # The model deployment settings for the SageMaker Canvas application.
3235
3231
  # @return [Types::DirectDeploySettings]
3236
3232
  #
3233
+ # @!attribute [rw] kendra_settings
3234
+ # The settings for document querying.
3235
+ # @return [Types::KendraSettings]
3236
+ #
3237
3237
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CanvasAppSettings AWS API Documentation
3238
3238
  #
3239
3239
  class CanvasAppSettings < Struct.new(
@@ -3241,8 +3241,8 @@ module Aws::SageMaker
3241
3241
  :model_register_settings,
3242
3242
  :workspace_settings,
3243
3243
  :identity_provider_o_auth_settings,
3244
- :kendra_settings,
3245
- :direct_deploy_settings)
3244
+ :direct_deploy_settings,
3245
+ :kendra_settings)
3246
3246
  SENSITIVE = []
3247
3247
  include Aws::Structure
3248
3248
  end
@@ -4592,6 +4592,16 @@ module Aws::SageMaker
4592
4592
  # [2]: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html
4593
4593
  # @return [String]
4594
4594
  #
4595
+ # @!attribute [rw] model_data_source
4596
+ # Specifies the location of ML model data to deploy.
4597
+ #
4598
+ # <note markdown="1"> Currently you cannot use `ModelDataSource` in conjunction with
4599
+ # SageMaker batch transform, SageMaker serverless endpoints, SageMaker
4600
+ # multi-model endpoints, and SageMaker Marketplace.
4601
+ #
4602
+ # </note>
4603
+ # @return [Types::ModelDataSource]
4604
+ #
4595
4605
  # @!attribute [rw] environment
4596
4606
  # The environment variables to set in the Docker container. Each key
4597
4607
  # and value in the `Environment` string to string map can have length
@@ -4611,16 +4621,6 @@ module Aws::SageMaker
4611
4621
  # Specifies additional configuration for multi-model endpoints.
4612
4622
  # @return [Types::MultiModelConfig]
4613
4623
  #
4614
- # @!attribute [rw] model_data_source
4615
- # Specifies the location of ML model data to deploy.
4616
- #
4617
- # <note markdown="1"> Currently you cannot use `ModelDataSource` in conjunction with
4618
- # SageMaker batch transform, SageMaker serverless endpoints, SageMaker
4619
- # multi-model endpoints, and SageMaker Marketplace.
4620
- #
4621
- # </note>
4622
- # @return [Types::ModelDataSource]
4623
- #
4624
4624
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ContainerDefinition AWS API Documentation
4625
4625
  #
4626
4626
  class ContainerDefinition < Struct.new(
@@ -4629,11 +4629,11 @@ module Aws::SageMaker
4629
4629
  :image_config,
4630
4630
  :mode,
4631
4631
  :model_data_url,
4632
+ :model_data_source,
4632
4633
  :environment,
4633
4634
  :model_package_name,
4634
4635
  :inference_specification_name,
4635
- :multi_model_config,
4636
- :model_data_source)
4636
+ :multi_model_config)
4637
4637
  SENSITIVE = []
4638
4638
  include Aws::Structure
4639
4639
  end
@@ -5012,6 +5012,11 @@ module Aws::SageMaker
5012
5012
  # must be set.
5013
5013
  # @return [String]
5014
5014
  #
5015
+ # @!attribute [rw] space_name
5016
+ # The name of the space. If this value is not set, then
5017
+ # `UserProfileName` must be set.
5018
+ # @return [String]
5019
+ #
5015
5020
  # @!attribute [rw] app_type
5016
5021
  # The type of app.
5017
5022
  # @return [String]
@@ -5039,21 +5044,16 @@ module Aws::SageMaker
5039
5044
  # </note>
5040
5045
  # @return [Types::ResourceSpec]
5041
5046
  #
5042
- # @!attribute [rw] space_name
5043
- # The name of the space. If this value is not set, then
5044
- # `UserProfileName` must be set.
5045
- # @return [String]
5046
- #
5047
5047
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateAppRequest AWS API Documentation
5048
5048
  #
5049
5049
  class CreateAppRequest < Struct.new(
5050
5050
  :domain_id,
5051
5051
  :user_profile_name,
5052
+ :space_name,
5052
5053
  :app_type,
5053
5054
  :app_name,
5054
5055
  :tags,
5055
- :resource_spec,
5056
- :space_name)
5056
+ :resource_spec)
5057
5057
  SENSITIVE = []
5058
5058
  include Aws::Structure
5059
5059
  end
@@ -5764,6 +5764,10 @@ module Aws::SageMaker
5764
5764
  # `CreateDomain`.
5765
5765
  # @return [Types::UserSettings]
5766
5766
  #
5767
+ # @!attribute [rw] domain_settings
5768
+ # A collection of `Domain` settings.
5769
+ # @return [Types::DomainSettings]
5770
+ #
5767
5771
  # @!attribute [rw] subnet_ids
5768
5772
  # The VPC subnets that the domain uses for communication.
5769
5773
  # @return [Array<String>]
@@ -5811,10 +5815,6 @@ module Aws::SageMaker
5811
5815
  # value must be set to `Service`.
5812
5816
  # @return [String]
5813
5817
  #
5814
- # @!attribute [rw] domain_settings
5815
- # A collection of `Domain` settings.
5816
- # @return [Types::DomainSettings]
5817
- #
5818
5818
  # @!attribute [rw] default_space_settings
5819
5819
  # The default settings used to create a space.
5820
5820
  # @return [Types::DefaultSpaceSettings]
@@ -5825,6 +5825,7 @@ module Aws::SageMaker
5825
5825
  :domain_name,
5826
5826
  :auth_mode,
5827
5827
  :default_user_settings,
5828
+ :domain_settings,
5828
5829
  :subnet_ids,
5829
5830
  :vpc_id,
5830
5831
  :tags,
@@ -5832,7 +5833,6 @@ module Aws::SageMaker
5832
5833
  :home_efs_file_system_kms_key_id,
5833
5834
  :kms_key_id,
5834
5835
  :app_security_group_management,
5835
- :domain_settings,
5836
5836
  :default_space_settings)
5837
5837
  SENSITIVE = []
5838
5838
  include Aws::Structure
@@ -7822,21 +7822,6 @@ module Aws::SageMaker
7822
7822
  # not need to pass this option.
7823
7823
  # @return [String]
7824
7824
  #
7825
- # @!attribute [rw] customer_metadata_properties
7826
- # The metadata properties associated with the model package versions.
7827
- # @return [Hash<String,String>]
7828
- #
7829
- # @!attribute [rw] drift_check_baselines
7830
- # Represents the drift check baselines that can be used when the model
7831
- # monitor is set using the model package. For more information, see
7832
- # the topic on [Drift Detection against Previous Baselines in
7833
- # SageMaker Pipelines][1] in the *Amazon SageMaker Developer Guide*.
7834
- #
7835
- #
7836
- #
7837
- # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/pipelines-quality-clarify-baseline-lifecycle.html#pipelines-quality-clarify-baseline-drift-detection
7838
- # @return [Types::DriftCheckBaselines]
7839
- #
7840
7825
  # @!attribute [rw] domain
7841
7826
  # The machine learning domain of your model package and its
7842
7827
  # components. Common machine learning domains include computer vision
@@ -7866,6 +7851,21 @@ module Aws::SageMaker
7866
7851
  # [1]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_runtime_InvokeEndpoint.html#API_runtime_InvokeEndpoint_RequestSyntax
7867
7852
  # @return [String]
7868
7853
  #
7854
+ # @!attribute [rw] customer_metadata_properties
7855
+ # The metadata properties associated with the model package versions.
7856
+ # @return [Hash<String,String>]
7857
+ #
7858
+ # @!attribute [rw] drift_check_baselines
7859
+ # Represents the drift check baselines that can be used when the model
7860
+ # monitor is set using the model package. For more information, see
7861
+ # the topic on [Drift Detection against Previous Baselines in
7862
+ # SageMaker Pipelines][1] in the *Amazon SageMaker Developer Guide*.
7863
+ #
7864
+ #
7865
+ #
7866
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/pipelines-quality-clarify-baseline-lifecycle.html#pipelines-quality-clarify-baseline-drift-detection
7867
+ # @return [Types::DriftCheckBaselines]
7868
+ #
7869
7869
  # @!attribute [rw] additional_inference_specifications
7870
7870
  # An array of additional Inference Specification objects. Each
7871
7871
  # additional Inference Specification specifies artifacts based on this
@@ -7892,11 +7892,11 @@ module Aws::SageMaker
7892
7892
  :metadata_properties,
7893
7893
  :model_metrics,
7894
7894
  :client_token,
7895
- :customer_metadata_properties,
7896
- :drift_check_baselines,
7897
7895
  :domain,
7898
7896
  :task,
7899
7897
  :sample_payload_url,
7898
+ :customer_metadata_properties,
7899
+ :drift_check_baselines,
7900
7900
  :additional_inference_specifications,
7901
7901
  :skip_model_validation)
7902
7902
  SENSITIVE = []
@@ -8376,6 +8376,10 @@ module Aws::SageMaker
8376
8376
  # * `app:RStudioServerPro:relative/path`: Directs users to the
8377
8377
  # relative path in the RStudio application.
8378
8378
  #
8379
+ # * `app:CodeEditor:relative/path`: Directs users to the relative path
8380
+ # in the Code Editor, based on Code-OSS, Visual Studio Code - Open
8381
+ # Source application.
8382
+ #
8379
8383
  # * `app:Canvas:relative/path`: Directs users to the relative path in
8380
8384
  # the Canvas application.
8381
8385
  # @return [String]
@@ -8614,10 +8618,6 @@ module Aws::SageMaker
8614
8618
  # A collection of space settings.
8615
8619
  # @return [Types::SpaceSettings]
8616
8620
  #
8617
- # @!attribute [rw] space_display_name
8618
- # The name of the space that appears in the SageMaker Studio UI.
8619
- # @return [String]
8620
- #
8621
8621
  # @!attribute [rw] ownership_settings
8622
8622
  # A collection of ownership settings.
8623
8623
  # @return [Types::OwnershipSettings]
@@ -8626,6 +8626,10 @@ module Aws::SageMaker
8626
8626
  # A collection of space sharing settings.
8627
8627
  # @return [Types::SpaceSharingSettings]
8628
8628
  #
8629
+ # @!attribute [rw] space_display_name
8630
+ # The name of the space that appears in the SageMaker Studio UI.
8631
+ # @return [String]
8632
+ #
8629
8633
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateSpaceRequest AWS API Documentation
8630
8634
  #
8631
8635
  class CreateSpaceRequest < Struct.new(
@@ -8633,9 +8637,9 @@ module Aws::SageMaker
8633
8637
  :space_name,
8634
8638
  :tags,
8635
8639
  :space_settings,
8636
- :space_display_name,
8637
8640
  :ownership_settings,
8638
- :space_sharing_settings)
8641
+ :space_sharing_settings,
8642
+ :space_display_name)
8639
8643
  SENSITIVE = []
8640
8644
  include Aws::Structure
8641
8645
  end
@@ -8932,6 +8936,17 @@ module Aws::SageMaker
8932
8936
  # `InternalServerError`.
8933
8937
  # @return [Types::RetryStrategy]
8934
8938
  #
8939
+ # @!attribute [rw] remote_debug_config
8940
+ # Configuration for remote debugging. To learn more about the remote
8941
+ # debugging functionality of SageMaker, see [Access a training
8942
+ # container through Amazon Web Services Systems Manager (SSM) for
8943
+ # remote debugging][1].
8944
+ #
8945
+ #
8946
+ #
8947
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/train-remote-debugging.html
8948
+ # @return [Types::RemoteDebugConfig]
8949
+ #
8935
8950
  # @!attribute [rw] infra_check_config
8936
8951
  # Contains information about the infrastructure health check
8937
8952
  # configuration for the training job.
@@ -8962,6 +8977,7 @@ module Aws::SageMaker
8962
8977
  :profiler_rule_configurations,
8963
8978
  :environment,
8964
8979
  :retry_strategy,
8980
+ :remote_debug_config,
8965
8981
  :infra_check_config)
8966
8982
  SENSITIVE = []
8967
8983
  include Aws::Structure
@@ -10238,6 +10254,11 @@ module Aws::SageMaker
10238
10254
  # must be set.
10239
10255
  # @return [String]
10240
10256
  #
10257
+ # @!attribute [rw] space_name
10258
+ # The name of the space. If this value is not set, then
10259
+ # `UserProfileName` must be set.
10260
+ # @return [String]
10261
+ #
10241
10262
  # @!attribute [rw] app_type
10242
10263
  # The type of app.
10243
10264
  # @return [String]
@@ -10246,19 +10267,14 @@ module Aws::SageMaker
10246
10267
  # The name of the app.
10247
10268
  # @return [String]
10248
10269
  #
10249
- # @!attribute [rw] space_name
10250
- # The name of the space. If this value is not set, then
10251
- # `UserProfileName` must be set.
10252
- # @return [String]
10253
- #
10254
10270
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteAppRequest AWS API Documentation
10255
10271
  #
10256
10272
  class DeleteAppRequest < Struct.new(
10257
10273
  :domain_id,
10258
10274
  :user_profile_name,
10275
+ :space_name,
10259
10276
  :app_type,
10260
- :app_name,
10261
- :space_name)
10277
+ :app_name)
10262
10278
  SENSITIVE = []
10263
10279
  include Aws::Structure
10264
10280
  end
@@ -10364,6 +10380,18 @@ module Aws::SageMaker
10364
10380
  include Aws::Structure
10365
10381
  end
10366
10382
 
10383
+ # @!attribute [rw] compilation_job_name
10384
+ # The name of the compilation job to delete.
10385
+ # @return [String]
10386
+ #
10387
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteCompilationJobRequest AWS API Documentation
10388
+ #
10389
+ class DeleteCompilationJobRequest < Struct.new(
10390
+ :compilation_job_name)
10391
+ SENSITIVE = []
10392
+ include Aws::Structure
10393
+ end
10394
+
10367
10395
  # @!attribute [rw] context_name
10368
10396
  # The name of the context to delete.
10369
10397
  # @return [String]
@@ -11067,22 +11095,22 @@ module Aws::SageMaker
11067
11095
  # strategy with all at once traffic shifting by default.
11068
11096
  # @return [Types::BlueGreenUpdatePolicy]
11069
11097
  #
11070
- # @!attribute [rw] auto_rollback_configuration
11071
- # Automatic rollback configuration for handling endpoint deployment
11072
- # failures and recovery.
11073
- # @return [Types::AutoRollbackConfig]
11074
- #
11075
11098
  # @!attribute [rw] rolling_update_policy
11076
11099
  # Specifies a rolling deployment strategy for updating a SageMaker
11077
11100
  # endpoint.
11078
11101
  # @return [Types::RollingUpdatePolicy]
11079
11102
  #
11103
+ # @!attribute [rw] auto_rollback_configuration
11104
+ # Automatic rollback configuration for handling endpoint deployment
11105
+ # failures and recovery.
11106
+ # @return [Types::AutoRollbackConfig]
11107
+ #
11080
11108
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeploymentConfig AWS API Documentation
11081
11109
  #
11082
11110
  class DeploymentConfig < Struct.new(
11083
11111
  :blue_green_update_policy,
11084
- :auto_rollback_configuration,
11085
- :rolling_update_policy)
11112
+ :rolling_update_policy,
11113
+ :auto_rollback_configuration)
11086
11114
  SENSITIVE = []
11087
11115
  include Aws::Structure
11088
11116
  end
@@ -11429,6 +11457,10 @@ module Aws::SageMaker
11429
11457
  # must be set.
11430
11458
  # @return [String]
11431
11459
  #
11460
+ # @!attribute [rw] space_name
11461
+ # The name of the space.
11462
+ # @return [String]
11463
+ #
11432
11464
  # @!attribute [rw] app_type
11433
11465
  # The type of app.
11434
11466
  # @return [String]
@@ -11437,18 +11469,14 @@ module Aws::SageMaker
11437
11469
  # The name of the app.
11438
11470
  # @return [String]
11439
11471
  #
11440
- # @!attribute [rw] space_name
11441
- # The name of the space.
11442
- # @return [String]
11443
- #
11444
11472
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeAppRequest AWS API Documentation
11445
11473
  #
11446
11474
  class DescribeAppRequest < Struct.new(
11447
11475
  :domain_id,
11448
11476
  :user_profile_name,
11477
+ :space_name,
11449
11478
  :app_type,
11450
- :app_name,
11451
- :space_name)
11479
+ :app_name)
11452
11480
  SENSITIVE = []
11453
11481
  include Aws::Structure
11454
11482
  end
@@ -11473,6 +11501,11 @@ module Aws::SageMaker
11473
11501
  # The user profile name.
11474
11502
  # @return [String]
11475
11503
  #
11504
+ # @!attribute [rw] space_name
11505
+ # The name of the space. If this value is not set, then
11506
+ # `UserProfileName` must be set.
11507
+ # @return [String]
11508
+ #
11476
11509
  # @!attribute [rw] status
11477
11510
  # The status.
11478
11511
  # @return [String]
@@ -11501,11 +11534,6 @@ module Aws::SageMaker
11501
11534
  # SageMaker image created on the instance.
11502
11535
  # @return [Types::ResourceSpec]
11503
11536
  #
11504
- # @!attribute [rw] space_name
11505
- # The name of the space. If this value is not set, then
11506
- # `UserProfileName` must be set.
11507
- # @return [String]
11508
- #
11509
11537
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeAppResponse AWS API Documentation
11510
11538
  #
11511
11539
  class DescribeAppResponse < Struct.new(
@@ -11514,13 +11542,13 @@ module Aws::SageMaker
11514
11542
  :app_name,
11515
11543
  :domain_id,
11516
11544
  :user_profile_name,
11545
+ :space_name,
11517
11546
  :status,
11518
11547
  :last_health_check_timestamp,
11519
11548
  :last_user_activity_timestamp,
11520
11549
  :creation_time,
11521
11550
  :failure_reason,
11522
- :resource_spec,
11523
- :space_name)
11551
+ :resource_spec)
11524
11552
  SENSITIVE = []
11525
11553
  include Aws::Structure
11526
11554
  end
@@ -11783,6 +11811,11 @@ module Aws::SageMaker
11783
11811
  # AutoML job V2.
11784
11812
  # @return [Types::AutoMLProblemTypeConfig]
11785
11813
  #
11814
+ # @!attribute [rw] auto_ml_problem_type_config_name
11815
+ # Returns the name of the problem type configuration set for the
11816
+ # AutoML job V2.
11817
+ # @return [String]
11818
+ #
11786
11819
  # @!attribute [rw] creation_time
11787
11820
  # Returns the creation time of the AutoML job V2.
11788
11821
  # @return [Time]
@@ -11818,6 +11851,14 @@ module Aws::SageMaker
11818
11851
  # Returns the secondary status of the AutoML job V2.
11819
11852
  # @return [String]
11820
11853
  #
11854
+ # @!attribute [rw] auto_ml_job_artifacts
11855
+ # The artifacts that are generated during an AutoML job.
11856
+ # @return [Types::AutoMLJobArtifacts]
11857
+ #
11858
+ # @!attribute [rw] resolved_attributes
11859
+ # Returns the resolved attributes used by the AutoML job V2.
11860
+ # @return [Types::AutoMLResolvedAttributes]
11861
+ #
11821
11862
  # @!attribute [rw] model_deploy_config
11822
11863
  # Indicates whether the model was deployed automatically to an
11823
11864
  # endpoint and the name of that endpoint if deployed automatically.
@@ -11837,19 +11878,6 @@ module Aws::SageMaker
11837
11878
  # VPC settings.
11838
11879
  # @return [Types::AutoMLSecurityConfig]
11839
11880
  #
11840
- # @!attribute [rw] auto_ml_job_artifacts
11841
- # The artifacts that are generated during an AutoML job.
11842
- # @return [Types::AutoMLJobArtifacts]
11843
- #
11844
- # @!attribute [rw] resolved_attributes
11845
- # Returns the resolved attributes used by the AutoML job V2.
11846
- # @return [Types::AutoMLResolvedAttributes]
11847
- #
11848
- # @!attribute [rw] auto_ml_problem_type_config_name
11849
- # Returns the name of the problem type configuration set for the
11850
- # AutoML job V2.
11851
- # @return [String]
11852
- #
11853
11881
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeAutoMLJobV2Response AWS API Documentation
11854
11882
  #
11855
11883
  class DescribeAutoMLJobV2Response < Struct.new(
@@ -11860,6 +11888,7 @@ module Aws::SageMaker
11860
11888
  :role_arn,
11861
11889
  :auto_ml_job_objective,
11862
11890
  :auto_ml_problem_type_config,
11891
+ :auto_ml_problem_type_config_name,
11863
11892
  :creation_time,
11864
11893
  :end_time,
11865
11894
  :last_modified_time,
@@ -11868,13 +11897,12 @@ module Aws::SageMaker
11868
11897
  :best_candidate,
11869
11898
  :auto_ml_job_status,
11870
11899
  :auto_ml_job_secondary_status,
11900
+ :auto_ml_job_artifacts,
11901
+ :resolved_attributes,
11871
11902
  :model_deploy_config,
11872
11903
  :model_deploy_result,
11873
11904
  :data_split_config,
11874
- :security_config,
11875
- :auto_ml_job_artifacts,
11876
- :resolved_attributes,
11877
- :auto_ml_problem_type_config_name)
11905
+ :security_config)
11878
11906
  SENSITIVE = []
11879
11907
  include Aws::Structure
11880
11908
  end
@@ -12499,7 +12527,7 @@ module Aws::SageMaker
12499
12527
  # @!attribute [rw] single_sign_on_application_arn
12500
12528
  # The ARN of the application managed by SageMaker in IAM Identity
12501
12529
  # Center. This value is only returned for domains created after
12502
- # September 19, 2023.
12530
+ # October 1, 2023.
12503
12531
  # @return [String]
12504
12532
  #
12505
12533
  # @!attribute [rw] status
@@ -12518,6 +12546,11 @@ module Aws::SageMaker
12518
12546
  # The failure reason.
12519
12547
  # @return [String]
12520
12548
  #
12549
+ # @!attribute [rw] security_group_id_for_domain_boundary
12550
+ # The ID of the security group that authorizes traffic between the
12551
+ # `RSessionGateway` apps and the `RStudioServerPro` app.
12552
+ # @return [String]
12553
+ #
12521
12554
  # @!attribute [rw] auth_mode
12522
12555
  # The domain's authentication mode.
12523
12556
  # @return [String]
@@ -12527,6 +12560,10 @@ module Aws::SageMaker
12527
12560
  # settings are not explicitly specified in a given UserProfile.
12528
12561
  # @return [Types::UserSettings]
12529
12562
  #
12563
+ # @!attribute [rw] domain_settings
12564
+ # A collection of `Domain` settings.
12565
+ # @return [Types::DomainSettings]
12566
+ #
12530
12567
  # @!attribute [rw] app_network_access_type
12531
12568
  # Specifies the VPC used for non-EFS traffic. The default value is
12532
12569
  # `PublicInternetOnly`.
@@ -12559,10 +12596,6 @@ module Aws::SageMaker
12559
12596
  # EFS volume attached to the domain.
12560
12597
  # @return [String]
12561
12598
  #
12562
- # @!attribute [rw] domain_settings
12563
- # A collection of `Domain` settings.
12564
- # @return [Types::DomainSettings]
12565
- #
12566
12599
  # @!attribute [rw] app_security_group_management
12567
12600
  # The entity that creates and manages the required security groups for
12568
12601
  # inter-app communication in `VPCOnly` mode. Required when
@@ -12571,11 +12604,6 @@ module Aws::SageMaker
12571
12604
  # is provided.
12572
12605
  # @return [String]
12573
12606
  #
12574
- # @!attribute [rw] security_group_id_for_domain_boundary
12575
- # The ID of the security group that authorizes traffic between the
12576
- # `RSessionGateway` apps and the `RStudioServerPro` app.
12577
- # @return [String]
12578
- #
12579
12607
  # @!attribute [rw] default_space_settings
12580
12608
  # The default settings used to create a space.
12581
12609
  # @return [Types::DefaultSpaceSettings]
@@ -12593,17 +12621,17 @@ module Aws::SageMaker
12593
12621
  :creation_time,
12594
12622
  :last_modified_time,
12595
12623
  :failure_reason,
12624
+ :security_group_id_for_domain_boundary,
12596
12625
  :auth_mode,
12597
12626
  :default_user_settings,
12627
+ :domain_settings,
12598
12628
  :app_network_access_type,
12599
12629
  :home_efs_file_system_kms_key_id,
12600
12630
  :subnet_ids,
12601
12631
  :url,
12602
12632
  :vpc_id,
12603
12633
  :kms_key_id,
12604
- :domain_settings,
12605
12634
  :app_security_group_management,
12606
- :security_group_id_for_domain_boundary,
12607
12635
  :default_space_settings)
12608
12636
  SENSITIVE = []
12609
12637
  include Aws::Structure
@@ -13749,6 +13777,11 @@ module Aws::SageMaker
13749
13777
  # job.
13750
13778
  # @return [Types::HyperParameterTuningJobWarmStartConfig]
13751
13779
  #
13780
+ # @!attribute [rw] autotune
13781
+ # A flag to indicate if autotune is enabled for the hyperparameter
13782
+ # tuning job.
13783
+ # @return [Types::Autotune]
13784
+ #
13752
13785
  # @!attribute [rw] failure_reason
13753
13786
  # If the tuning job failed, the reason it failed.
13754
13787
  # @return [String]
@@ -13765,11 +13798,6 @@ module Aws::SageMaker
13765
13798
  # The total resources consumed by your hyperparameter tuning job.
13766
13799
  # @return [Types::HyperParameterTuningJobConsumedResources]
13767
13800
  #
13768
- # @!attribute [rw] autotune
13769
- # A flag to indicate if autotune is enabled for the hyperparameter
13770
- # tuning job.
13771
- # @return [Types::Autotune]
13772
- #
13773
13801
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeHyperParameterTuningJobResponse AWS API Documentation
13774
13802
  #
13775
13803
  class DescribeHyperParameterTuningJobResponse < Struct.new(
@@ -13787,10 +13815,10 @@ module Aws::SageMaker
13787
13815
  :best_training_job,
13788
13816
  :overall_best_training_job,
13789
13817
  :warm_start_config,
13818
+ :autotune,
13790
13819
  :failure_reason,
13791
13820
  :tuning_job_completion_details,
13792
- :consumed_resources,
13793
- :autotune)
13821
+ :consumed_resources)
13794
13822
  SENSITIVE = []
13795
13823
  include Aws::Structure
13796
13824
  end
@@ -15129,21 +15157,6 @@ module Aws::SageMaker
15129
15157
  # A description provided for the model approval.
15130
15158
  # @return [String]
15131
15159
  #
15132
- # @!attribute [rw] customer_metadata_properties
15133
- # The metadata properties associated with the model package versions.
15134
- # @return [Hash<String,String>]
15135
- #
15136
- # @!attribute [rw] drift_check_baselines
15137
- # Represents the drift check baselines that can be used when the model
15138
- # monitor is set using the model package. For more information, see
15139
- # the topic on [Drift Detection against Previous Baselines in
15140
- # SageMaker Pipelines][1] in the *Amazon SageMaker Developer Guide*.
15141
- #
15142
- #
15143
- #
15144
- # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/pipelines-quality-clarify-baseline-lifecycle.html#pipelines-quality-clarify-baseline-drift-detection
15145
- # @return [Types::DriftCheckBaselines]
15146
- #
15147
15160
  # @!attribute [rw] domain
15148
15161
  # The machine learning domain of the model package you specified.
15149
15162
  # Common machine learning domains include computer vision and natural
@@ -15162,6 +15175,21 @@ module Aws::SageMaker
15162
15175
  # archive (.tar.gz suffix).
15163
15176
  # @return [String]
15164
15177
  #
15178
+ # @!attribute [rw] customer_metadata_properties
15179
+ # The metadata properties associated with the model package versions.
15180
+ # @return [Hash<String,String>]
15181
+ #
15182
+ # @!attribute [rw] drift_check_baselines
15183
+ # Represents the drift check baselines that can be used when the model
15184
+ # monitor is set using the model package. For more information, see
15185
+ # the topic on [Drift Detection against Previous Baselines in
15186
+ # SageMaker Pipelines][1] in the *Amazon SageMaker Developer Guide*.
15187
+ #
15188
+ #
15189
+ #
15190
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/pipelines-quality-clarify-baseline-lifecycle.html#pipelines-quality-clarify-baseline-drift-detection
15191
+ # @return [Types::DriftCheckBaselines]
15192
+ #
15165
15193
  # @!attribute [rw] additional_inference_specifications
15166
15194
  # An array of additional Inference Specification objects. Each
15167
15195
  # additional Inference Specification specifies artifacts based on this
@@ -15195,11 +15223,11 @@ module Aws::SageMaker
15195
15223
  :last_modified_time,
15196
15224
  :last_modified_by,
15197
15225
  :approval_description,
15198
- :customer_metadata_properties,
15199
- :drift_check_baselines,
15200
15226
  :domain,
15201
15227
  :task,
15202
15228
  :sample_payload_url,
15229
+ :customer_metadata_properties,
15230
+ :drift_check_baselines,
15203
15231
  :additional_inference_specifications,
15204
15232
  :skip_model_validation)
15205
15233
  SENSITIVE = []
@@ -16082,6 +16110,19 @@ module Aws::SageMaker
16082
16110
  # A collection of space settings.
16083
16111
  # @return [Types::SpaceSettings]
16084
16112
  #
16113
+ # @!attribute [rw] ownership_settings
16114
+ # The collection of ownership settings for a space.
16115
+ # @return [Types::OwnershipSettings]
16116
+ #
16117
+ # @!attribute [rw] space_sharing_settings
16118
+ # The collection of space sharing settings for a space.
16119
+ # @return [Types::SpaceSharingSettings]
16120
+ #
16121
+ # @!attribute [rw] space_display_name
16122
+ # The name of the space that appears in the Amazon SageMaker Studio
16123
+ # UI.
16124
+ # @return [String]
16125
+ #
16085
16126
  # @!attribute [rw] url
16086
16127
  # Returns the URL of the space. If the space is created with Amazon
16087
16128
  # Web Services IAM Identity Center (Successor to Amazon Web Services
@@ -16094,21 +16135,11 @@ module Aws::SageMaker
16094
16135
  # * Studio Classic: `&redirect=JupyterServer`
16095
16136
  #
16096
16137
  # * JupyterLab: `&redirect=JupyterLab`
16097
- # @return [String]
16098
16138
  #
16099
- # @!attribute [rw] space_display_name
16100
- # The name of the space that appears in the Amazon SageMaker Studio
16101
- # UI.
16139
+ # * Code Editor, based on Code-OSS, Visual Studio Code - Open Source:
16140
+ # `&redirect=CodeEditor`
16102
16141
  # @return [String]
16103
16142
  #
16104
- # @!attribute [rw] ownership_settings
16105
- # The collection of ownership settings for a space.
16106
- # @return [Types::OwnershipSettings]
16107
- #
16108
- # @!attribute [rw] space_sharing_settings
16109
- # The collection of space sharing settings for a space.
16110
- # @return [Types::SpaceSharingSettings]
16111
- #
16112
16143
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeSpaceResponse AWS API Documentation
16113
16144
  #
16114
16145
  class DescribeSpaceResponse < Struct.new(
@@ -16121,10 +16152,10 @@ module Aws::SageMaker
16121
16152
  :creation_time,
16122
16153
  :failure_reason,
16123
16154
  :space_settings,
16124
- :url,
16125
- :space_display_name,
16126
16155
  :ownership_settings,
16127
- :space_sharing_settings)
16156
+ :space_sharing_settings,
16157
+ :space_display_name,
16158
+ :url)
16128
16159
  SENSITIVE = []
16129
16160
  include Aws::Structure
16130
16161
  end
@@ -16366,6 +16397,10 @@ module Aws::SageMaker
16366
16397
  # that are configured for model training.
16367
16398
  # @return [Types::ResourceConfig]
16368
16399
  #
16400
+ # @!attribute [rw] warm_pool_status
16401
+ # The status of the warm pool associated with the training job.
16402
+ # @return [Types::WarmPoolStatus]
16403
+ #
16369
16404
  # @!attribute [rw] vpc_config
16370
16405
  # A [VpcConfig][1] object that specifies the VPC that this training
16371
16406
  # job has access to. For more information, see [Protect Training Jobs
@@ -16536,18 +16571,25 @@ module Aws::SageMaker
16536
16571
  # Profiling status of a training job.
16537
16572
  # @return [String]
16538
16573
  #
16574
+ # @!attribute [rw] environment
16575
+ # The environment variables to set in the Docker container.
16576
+ # @return [Hash<String,String>]
16577
+ #
16539
16578
  # @!attribute [rw] retry_strategy
16540
16579
  # The number of times to retry the job when the job fails due to an
16541
16580
  # `InternalServerError`.
16542
16581
  # @return [Types::RetryStrategy]
16543
16582
  #
16544
- # @!attribute [rw] environment
16545
- # The environment variables to set in the Docker container.
16546
- # @return [Hash<String,String>]
16583
+ # @!attribute [rw] remote_debug_config
16584
+ # Configuration for remote debugging. To learn more about the remote
16585
+ # debugging functionality of SageMaker, see [Access a training
16586
+ # container through Amazon Web Services Systems Manager (SSM) for
16587
+ # remote debugging][1].
16588
+ #
16547
16589
  #
16548
- # @!attribute [rw] warm_pool_status
16549
- # The status of the warm pool associated with the training job.
16550
- # @return [Types::WarmPoolStatus]
16590
+ #
16591
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/train-remote-debugging.html
16592
+ # @return [Types::RemoteDebugConfig]
16551
16593
  #
16552
16594
  # @!attribute [rw] infra_check_config
16553
16595
  # Contains information about the infrastructure health check
@@ -16572,6 +16614,7 @@ module Aws::SageMaker
16572
16614
  :input_data_config,
16573
16615
  :output_data_config,
16574
16616
  :resource_config,
16617
+ :warm_pool_status,
16575
16618
  :vpc_config,
16576
16619
  :stopping_condition,
16577
16620
  :creation_time,
@@ -16595,9 +16638,9 @@ module Aws::SageMaker
16595
16638
  :profiler_rule_configurations,
16596
16639
  :profiler_rule_evaluation_statuses,
16597
16640
  :profiling_status,
16598
- :retry_strategy,
16599
16641
  :environment,
16600
- :warm_pool_status,
16642
+ :retry_strategy,
16643
+ :remote_debug_config,
16601
16644
  :infra_check_config)
16602
16645
  SENSITIVE = []
16603
16646
  include Aws::Structure
@@ -18396,6 +18439,10 @@ module Aws::SageMaker
18396
18439
  # The instance types to use for the load test.
18397
18440
  # @return [String]
18398
18441
  #
18442
+ # @!attribute [rw] serverless_config
18443
+ # Specifies the serverless configuration for an endpoint variant.
18444
+ # @return [Types::ProductionVariantServerlessConfig]
18445
+ #
18399
18446
  # @!attribute [rw] inference_specification_name
18400
18447
  # The inference specification name in the model package version.
18401
18448
  # @return [String]
@@ -18404,17 +18451,13 @@ module Aws::SageMaker
18404
18451
  # The parameter you want to benchmark against.
18405
18452
  # @return [Types::EnvironmentParameterRanges]
18406
18453
  #
18407
- # @!attribute [rw] serverless_config
18408
- # Specifies the serverless configuration for an endpoint variant.
18409
- # @return [Types::ProductionVariantServerlessConfig]
18410
- #
18411
18454
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/EndpointInputConfiguration AWS API Documentation
18412
18455
  #
18413
18456
  class EndpointInputConfiguration < Struct.new(
18414
18457
  :instance_type,
18458
+ :serverless_config,
18415
18459
  :inference_specification_name,
18416
- :environment_parameter_ranges,
18417
- :serverless_config)
18460
+ :environment_parameter_ranges)
18418
18461
  SENSITIVE = []
18419
18462
  include Aws::Structure
18420
18463
  end
@@ -21374,6 +21417,15 @@ module Aws::SageMaker
21374
21417
  # </note>
21375
21418
  # @return [Types::ResourceConfig]
21376
21419
  #
21420
+ # @!attribute [rw] hyper_parameter_tuning_resource_config
21421
+ # The configuration for the hyperparameter tuning resources, including
21422
+ # the compute instances and storage volumes, used for training jobs
21423
+ # launched by the tuning job. By default, storage volumes hold model
21424
+ # artifacts and incremental states. Choose `File` for
21425
+ # `TrainingInputMode` in the `AlgorithmSpecification` parameter to
21426
+ # additionally store training data in the storage volume (optional).
21427
+ # @return [Types::HyperParameterTuningResourceConfig]
21428
+ #
21377
21429
  # @!attribute [rw] stopping_condition
21378
21430
  # Specifies a limit to how long a model hyperparameter training job
21379
21431
  # can run. It also specifies how long a managed spot training job has
@@ -21414,15 +21466,6 @@ module Aws::SageMaker
21414
21466
  # `InternalServerError`.
21415
21467
  # @return [Types::RetryStrategy]
21416
21468
  #
21417
- # @!attribute [rw] hyper_parameter_tuning_resource_config
21418
- # The configuration for the hyperparameter tuning resources, including
21419
- # the compute instances and storage volumes, used for training jobs
21420
- # launched by the tuning job. By default, storage volumes hold model
21421
- # artifacts and incremental states. Choose `File` for
21422
- # `TrainingInputMode` in the `AlgorithmSpecification` parameter to
21423
- # additionally store training data in the storage volume (optional).
21424
- # @return [Types::HyperParameterTuningResourceConfig]
21425
- #
21426
21469
  # @!attribute [rw] environment
21427
21470
  # An environment variable that you can pass into the SageMaker
21428
21471
  # [CreateTrainingJob][1] API. You can use an existing [environment
@@ -21458,13 +21501,13 @@ module Aws::SageMaker
21458
21501
  :vpc_config,
21459
21502
  :output_data_config,
21460
21503
  :resource_config,
21504
+ :hyper_parameter_tuning_resource_config,
21461
21505
  :stopping_condition,
21462
21506
  :enable_network_isolation,
21463
21507
  :enable_inter_container_traffic_encryption,
21464
21508
  :enable_managed_spot_training,
21465
21509
  :checkpoint_config,
21466
21510
  :retry_strategy,
21467
- :hyper_parameter_tuning_resource_config,
21468
21511
  :environment)
21469
21512
  SENSITIVE = []
21470
21513
  include Aws::Structure
@@ -21873,15 +21916,6 @@ module Aws::SageMaker
21873
21916
  # The error that was created when a hyperparameter tuning job failed.
21874
21917
  # @return [String]
21875
21918
  #
21876
- # @!attribute [rw] tags
21877
- # The tags associated with a hyperparameter tuning job. For more
21878
- # information see [Tagging Amazon Web Services resources][1].
21879
- #
21880
- #
21881
- #
21882
- # [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html
21883
- # @return [Array<Types::Tag>]
21884
- #
21885
21919
  # @!attribute [rw] tuning_job_completion_details
21886
21920
  # Information about either a current or completed hyperparameter
21887
21921
  # tuning job.
@@ -21892,6 +21926,15 @@ module Aws::SageMaker
21892
21926
  # job.
21893
21927
  # @return [Types::HyperParameterTuningJobConsumedResources]
21894
21928
  #
21929
+ # @!attribute [rw] tags
21930
+ # The tags associated with a hyperparameter tuning job. For more
21931
+ # information see [Tagging Amazon Web Services resources][1].
21932
+ #
21933
+ #
21934
+ #
21935
+ # [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html
21936
+ # @return [Array<Types::Tag>]
21937
+ #
21895
21938
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/HyperParameterTuningJobSearchEntity AWS API Documentation
21896
21939
  #
21897
21940
  class HyperParameterTuningJobSearchEntity < Struct.new(
@@ -21910,9 +21953,9 @@ module Aws::SageMaker
21910
21953
  :overall_best_training_job,
21911
21954
  :warm_start_config,
21912
21955
  :failure_reason,
21913
- :tags,
21914
21956
  :tuning_job_completion_details,
21915
- :consumed_resources)
21957
+ :consumed_resources,
21958
+ :tags)
21916
21959
  SENSITIVE = []
21917
21960
  include Aws::Structure
21918
21961
  end
@@ -23002,6 +23045,10 @@ module Aws::SageMaker
23002
23045
  # A list of recommendations made by Amazon SageMaker Inference
23003
23046
  # Recommender.
23004
23047
  #
23048
+ # @!attribute [rw] recommendation_id
23049
+ # The recommendation ID which uniquely identifies each recommendation.
23050
+ # @return [String]
23051
+ #
23005
23052
  # @!attribute [rw] metrics
23006
23053
  # The metrics used to decide what recommendation to make.
23007
23054
  # @return [Types::RecommendationMetrics]
@@ -23014,10 +23061,6 @@ module Aws::SageMaker
23014
23061
  # Defines the model configuration.
23015
23062
  # @return [Types::ModelConfiguration]
23016
23063
  #
23017
- # @!attribute [rw] recommendation_id
23018
- # The recommendation ID which uniquely identifies each recommendation.
23019
- # @return [String]
23020
- #
23021
23064
  # @!attribute [rw] invocation_end_time
23022
23065
  # A timestamp that shows when the benchmark completed.
23023
23066
  # @return [Time]
@@ -23029,10 +23072,10 @@ module Aws::SageMaker
23029
23072
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/InferenceRecommendation AWS API Documentation
23030
23073
  #
23031
23074
  class InferenceRecommendation < Struct.new(
23075
+ :recommendation_id,
23032
23076
  :metrics,
23033
23077
  :endpoint_configuration,
23034
23078
  :model_configuration,
23035
- :recommendation_id,
23036
23079
  :invocation_end_time,
23037
23080
  :invocation_start_time)
23038
23081
  SENSITIVE = []
@@ -23570,6 +23613,11 @@ module Aws::SageMaker
23570
23613
  # The configuration for the file system and kernels in a SageMaker image
23571
23614
  # running as a JupyterLab app.
23572
23615
  #
23616
+ # @!attribute [rw] file_system_config
23617
+ # The Amazon Elastic File System (EFS) storage configuration for a
23618
+ # SageMaker image.
23619
+ # @return [Types::FileSystemConfig]
23620
+ #
23573
23621
  # @!attribute [rw] container_config
23574
23622
  # The configuration used to run the application image container.
23575
23623
  # @return [Types::ContainerConfig]
@@ -23577,6 +23625,7 @@ module Aws::SageMaker
23577
23625
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/JupyterLabAppImageConfig AWS API Documentation
23578
23626
  #
23579
23627
  class JupyterLabAppImageConfig < Struct.new(
23628
+ :file_system_config,
23580
23629
  :container_config)
23581
23630
  SENSITIVE = []
23582
23631
  include Aws::Structure
@@ -33560,13 +33609,12 @@ module Aws::SageMaker
33560
33609
  # If you use a KMS key ID or an alias of your KMS key, the SageMaker
33561
33610
  # execution role must include permissions to call `kms:Encrypt`. If
33562
33611
  # you don't provide a KMS key ID, SageMaker uses the default KMS key
33563
- # for Amazon S3 for your role's account. SageMaker uses server-side
33564
- # encryption with KMS-managed keys for `OutputDataConfig`. If you use
33565
- # a bucket policy with an `s3:PutObject` permission that only allows
33566
- # objects with server-side encryption, set the condition key of
33567
- # `s3:x-amz-server-side-encryption` to `"aws:kms"`. For more
33568
- # information, see [KMS-Managed Encryption Keys][1] in the *Amazon
33569
- # Simple Storage Service Developer Guide.*
33612
+ # for Amazon S3 for your role's account. For more information, see
33613
+ # [KMS-Managed Encryption Keys][1] in the *Amazon Simple Storage
33614
+ # Service Developer Guide*. If the output data is stored in Amazon S3
33615
+ # Express One Zone, it is encrypted with server-side encryption with
33616
+ # Amazon S3 managed keys (SSE-S3). KMS key is not supported for Amazon
33617
+ # S3 Express One Zone
33570
33618
  #
33571
33619
  # The KMS key policy must grant permission to the IAM role that you
33572
33620
  # specify in your `CreateTrainingJob`, `CreateTransformJob`, or
@@ -34144,14 +34192,14 @@ module Aws::SageMaker
34144
34192
  # The parallelism configuration applied to the pipeline execution.
34145
34193
  # @return [Types::ParallelismConfiguration]
34146
34194
  #
34147
- # @!attribute [rw] pipeline_parameters
34148
- # Contains a list of pipeline parameters. This list can be empty.
34149
- # @return [Array<Types::Parameter>]
34150
- #
34151
34195
  # @!attribute [rw] selective_execution_config
34152
34196
  # The selective execution configuration applied to the pipeline run.
34153
34197
  # @return [Types::SelectiveExecutionConfig]
34154
34198
  #
34199
+ # @!attribute [rw] pipeline_parameters
34200
+ # Contains a list of pipeline parameters. This list can be empty.
34201
+ # @return [Array<Types::Parameter>]
34202
+ #
34155
34203
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/PipelineExecution AWS API Documentation
34156
34204
  #
34157
34205
  class PipelineExecution < Struct.new(
@@ -34167,8 +34215,8 @@ module Aws::SageMaker
34167
34215
  :created_by,
34168
34216
  :last_modified_by,
34169
34217
  :parallelism_configuration,
34170
- :pipeline_parameters,
34171
- :selective_execution_config)
34218
+ :selective_execution_config,
34219
+ :pipeline_parameters)
34172
34220
  SENSITIVE = []
34173
34221
  include Aws::Structure
34174
34222
  end
@@ -34204,15 +34252,6 @@ module Aws::SageMaker
34204
34252
  # hit.
34205
34253
  # @return [Types::CacheHitResult]
34206
34254
  #
34207
- # @!attribute [rw] attempt_count
34208
- # The current attempt of the execution step. For more information, see
34209
- # [Retry Policy for SageMaker Pipelines steps][1].
34210
- #
34211
- #
34212
- #
34213
- # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/pipelines-retry-policy.html
34214
- # @return [Integer]
34215
- #
34216
34255
  # @!attribute [rw] failure_reason
34217
34256
  # The reason why the step failed execution. This is only returned if
34218
34257
  # the step failed its execution.
@@ -34222,6 +34261,15 @@ module Aws::SageMaker
34222
34261
  # Metadata to run the pipeline step.
34223
34262
  # @return [Types::PipelineExecutionStepMetadata]
34224
34263
  #
34264
+ # @!attribute [rw] attempt_count
34265
+ # The current attempt of the execution step. For more information, see
34266
+ # [Retry Policy for SageMaker Pipelines steps][1].
34267
+ #
34268
+ #
34269
+ #
34270
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/pipelines-retry-policy.html
34271
+ # @return [Integer]
34272
+ #
34225
34273
  # @!attribute [rw] selective_execution_result
34226
34274
  # The ARN from an execution of the current pipeline from which results
34227
34275
  # are reused for this step.
@@ -34237,9 +34285,9 @@ module Aws::SageMaker
34237
34285
  :end_time,
34238
34286
  :step_status,
34239
34287
  :cache_hit_result,
34240
- :attempt_count,
34241
34288
  :failure_reason,
34242
34289
  :metadata,
34290
+ :attempt_count,
34243
34291
  :selective_execution_result)
34244
34292
  SENSITIVE = []
34245
34293
  include Aws::Structure
@@ -34292,6 +34340,10 @@ module Aws::SageMaker
34292
34340
  # by this step execution and a list of output parameters.
34293
34341
  # @return [Types::LambdaStepMetadata]
34294
34342
  #
34343
+ # @!attribute [rw] emr
34344
+ # The configurations and outcomes of an Amazon EMR step execution.
34345
+ # @return [Types::EMRStepMetadata]
34346
+ #
34295
34347
  # @!attribute [rw] quality_check
34296
34348
  # The configurations and outcomes of the check step execution. This
34297
34349
  # includes:
@@ -34343,10 +34395,6 @@ module Aws::SageMaker
34343
34395
  # `CalculatedBaseline`.
34344
34396
  # @return [Types::ClarifyCheckStepMetadata]
34345
34397
  #
34346
- # @!attribute [rw] emr
34347
- # The configurations and outcomes of an Amazon EMR step execution.
34348
- # @return [Types::EMRStepMetadata]
34349
- #
34350
34398
  # @!attribute [rw] fail
34351
34399
  # The configurations and outcomes of a Fail step execution.
34352
34400
  # @return [Types::FailStepMetadata]
@@ -34368,9 +34416,9 @@ module Aws::SageMaker
34368
34416
  :condition,
34369
34417
  :callback,
34370
34418
  :lambda,
34419
+ :emr,
34371
34420
  :quality_check,
34372
34421
  :clarify_check,
34373
- :emr,
34374
34422
  :fail,
34375
34423
  :auto_ml_job)
34376
34424
  SENSITIVE = []
@@ -36488,6 +36536,14 @@ module Aws::SageMaker
36488
36536
  # real-time.
36489
36537
  # @return [Array<String>]
36490
36538
  #
36539
+ # @!attribute [rw] supported_endpoint_type
36540
+ # The endpoint type to receive recommendations for. By default this is
36541
+ # null, and the results of the inference recommendation job return a
36542
+ # combined list of both real-time and serverless benchmarks. By
36543
+ # specifying a value for this field, you can receive a longer list of
36544
+ # benchmarks for the desired endpoint type.
36545
+ # @return [String]
36546
+ #
36491
36547
  # @!attribute [rw] data_input_config
36492
36548
  # Specifies the name and shape of the expected data inputs for your
36493
36549
  # trained model with a JSON dictionary form. This field is used for
@@ -36499,14 +36555,6 @@ module Aws::SageMaker
36499
36555
  # [1]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_InputConfig.html#sagemaker-Type-InputConfig-DataInputConfig
36500
36556
  # @return [String]
36501
36557
  #
36502
- # @!attribute [rw] supported_endpoint_type
36503
- # The endpoint type to receive recommendations for. By default this is
36504
- # null, and the results of the inference recommendation job return a
36505
- # combined list of both real-time and serverless benchmarks. By
36506
- # specifying a value for this field, you can receive a longer list of
36507
- # benchmarks for the desired endpoint type.
36508
- # @return [String]
36509
- #
36510
36558
  # @!attribute [rw] supported_response_mime_types
36511
36559
  # The supported MIME types for the output data.
36512
36560
  # @return [Array<String>]
@@ -36521,8 +36569,8 @@ module Aws::SageMaker
36521
36569
  :payload_config,
36522
36570
  :nearest_model_name,
36523
36571
  :supported_instance_types,
36524
- :data_input_config,
36525
36572
  :supported_endpoint_type,
36573
+ :data_input_config,
36526
36574
  :supported_response_mime_types)
36527
36575
  SENSITIVE = []
36528
36576
  include Aws::Structure
@@ -36535,6 +36583,11 @@ module Aws::SageMaker
36535
36583
  # The metrics of recommendations.
36536
36584
  # @return [Types::RecommendationMetrics]
36537
36585
  #
36586
+ # @!attribute [rw] endpoint_metrics
36587
+ # The metrics for an existing endpoint compared in an Inference
36588
+ # Recommender job.
36589
+ # @return [Types::InferenceMetrics]
36590
+ #
36538
36591
  # @!attribute [rw] endpoint_configuration
36539
36592
  # The endpoint configuration made by Inference Recommender during a
36540
36593
  # recommendation job.
@@ -36549,11 +36602,6 @@ module Aws::SageMaker
36549
36602
  # The reason why a benchmark failed.
36550
36603
  # @return [String]
36551
36604
  #
36552
- # @!attribute [rw] endpoint_metrics
36553
- # The metrics for an existing endpoint compared in an Inference
36554
- # Recommender job.
36555
- # @return [Types::InferenceMetrics]
36556
- #
36557
36605
  # @!attribute [rw] invocation_end_time
36558
36606
  # A timestamp that shows when the benchmark completed.
36559
36607
  # @return [Time]
@@ -36566,10 +36614,10 @@ module Aws::SageMaker
36566
36614
  #
36567
36615
  class RecommendationJobInferenceBenchmark < Struct.new(
36568
36616
  :metrics,
36617
+ :endpoint_metrics,
36569
36618
  :endpoint_configuration,
36570
36619
  :model_configuration,
36571
36620
  :failure_reason,
36572
- :endpoint_metrics,
36573
36621
  :invocation_end_time,
36574
36622
  :invocation_start_time)
36575
36623
  SENSITIVE = []
@@ -36582,6 +36630,10 @@ module Aws::SageMaker
36582
36630
  # The Amazon Resource Name (ARN) of a versioned model package.
36583
36631
  # @return [String]
36584
36632
  #
36633
+ # @!attribute [rw] model_name
36634
+ # The name of the created model.
36635
+ # @return [String]
36636
+ #
36585
36637
  # @!attribute [rw] job_duration_in_seconds
36586
36638
  # Specifies the maximum duration of the job, in seconds. The maximum
36587
36639
  # value is 18,000 seconds.
@@ -36655,14 +36707,11 @@ module Aws::SageMaker
36655
36707
  # VPC in the inference recommendation job.
36656
36708
  # @return [Types::RecommendationJobVpcConfig]
36657
36709
  #
36658
- # @!attribute [rw] model_name
36659
- # The name of the created model.
36660
- # @return [String]
36661
- #
36662
36710
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/RecommendationJobInputConfig AWS API Documentation
36663
36711
  #
36664
36712
  class RecommendationJobInputConfig < Struct.new(
36665
36713
  :model_package_version_arn,
36714
+ :model_name,
36666
36715
  :job_duration_in_seconds,
36667
36716
  :traffic_pattern,
36668
36717
  :resource_limit,
@@ -36670,8 +36719,7 @@ module Aws::SageMaker
36670
36719
  :volume_kms_key_id,
36671
36720
  :container_config,
36672
36721
  :endpoints,
36673
- :vpc_config,
36674
- :model_name)
36722
+ :vpc_config)
36675
36723
  SENSITIVE = []
36676
36724
  include Aws::Structure
36677
36725
  end
@@ -36972,6 +37020,50 @@ module Aws::SageMaker
36972
37020
  include Aws::Structure
36973
37021
  end
36974
37022
 
37023
+ # Configuration for remote debugging for the [CreateTrainingJob][1] API.
37024
+ # To learn more about the remote debugging functionality of SageMaker,
37025
+ # see [Access a training container through Amazon Web Services Systems
37026
+ # Manager (SSM) for remote debugging][2].
37027
+ #
37028
+ #
37029
+ #
37030
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingJob.html
37031
+ # [2]: https://docs.aws.amazon.com/sagemaker/latest/dg/train-remote-debugging.html
37032
+ #
37033
+ # @!attribute [rw] enable_remote_debug
37034
+ # If set to True, enables remote debugging.
37035
+ # @return [Boolean]
37036
+ #
37037
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/RemoteDebugConfig AWS API Documentation
37038
+ #
37039
+ class RemoteDebugConfig < Struct.new(
37040
+ :enable_remote_debug)
37041
+ SENSITIVE = []
37042
+ include Aws::Structure
37043
+ end
37044
+
37045
+ # Configuration for remote debugging for the [UpdateTrainingJob][1] API.
37046
+ # To learn more about the remote debugging functionality of SageMaker,
37047
+ # see [Access a training container through Amazon Web Services Systems
37048
+ # Manager (SSM) for remote debugging][2].
37049
+ #
37050
+ #
37051
+ #
37052
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_UpdateTrainingJob.html
37053
+ # [2]: https://docs.aws.amazon.com/sagemaker/latest/dg/train-remote-debugging.html
37054
+ #
37055
+ # @!attribute [rw] enable_remote_debug
37056
+ # If set to True, enables remote debugging.
37057
+ # @return [Boolean]
37058
+ #
37059
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/RemoteDebugConfigForUpdate AWS API Documentation
37060
+ #
37061
+ class RemoteDebugConfigForUpdate < Struct.new(
37062
+ :enable_remote_debug)
37063
+ SENSITIVE = []
37064
+ include Aws::Structure
37065
+ end
37066
+
36975
37067
  # @!attribute [rw] ui_template
36976
37068
  # A `Template` object containing the worker UI template to render.
36977
37069
  # @return [Types::UiTemplate]
@@ -37266,15 +37358,15 @@ module Aws::SageMaker
37266
37358
  # [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ssd-instance-store.html
37267
37359
  # @return [String]
37268
37360
  #
37269
- # @!attribute [rw] instance_groups
37270
- # The configuration of a heterogeneous cluster in JSON format.
37271
- # @return [Array<Types::InstanceGroup>]
37272
- #
37273
37361
  # @!attribute [rw] keep_alive_period_in_seconds
37274
37362
  # The duration of time in seconds to retain configured resources in a
37275
37363
  # warm pool for subsequent training jobs.
37276
37364
  # @return [Integer]
37277
37365
  #
37366
+ # @!attribute [rw] instance_groups
37367
+ # The configuration of a heterogeneous cluster in JSON format.
37368
+ # @return [Array<Types::InstanceGroup>]
37369
+ #
37278
37370
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ResourceConfig AWS API Documentation
37279
37371
  #
37280
37372
  class ResourceConfig < Struct.new(
@@ -37282,8 +37374,8 @@ module Aws::SageMaker
37282
37374
  :instance_count,
37283
37375
  :volume_size_in_gb,
37284
37376
  :volume_kms_key_id,
37285
- :instance_groups,
37286
- :keep_alive_period_in_seconds)
37377
+ :keep_alive_period_in_seconds,
37378
+ :instance_groups)
37287
37379
  SENSITIVE = []
37288
37380
  include Aws::Structure
37289
37381
  end
@@ -37384,7 +37476,8 @@ module Aws::SageMaker
37384
37476
  # @return [String]
37385
37477
  #
37386
37478
  # @!attribute [rw] sage_maker_image_version_alias
37387
- # The SageMakerImageVersionAlias.
37479
+ # The SageMakerImageVersionAlias of the image to launch with. This
37480
+ # value is in SemVer 2.0.0 versioning format.
37388
37481
  # @return [String]
37389
37482
  #
37390
37483
  # @!attribute [rw] instance_type
@@ -38060,27 +38153,27 @@ module Aws::SageMaker
38060
38153
  # composed of features and values per features.
38061
38154
  # @return [Types::FeatureGroup]
38062
38155
  #
38063
- # @!attribute [rw] project
38064
- # The properties of a project.
38065
- # @return [Types::Project]
38066
- #
38067
38156
  # @!attribute [rw] feature_metadata
38068
38157
  # The feature metadata used to search through the features.
38069
38158
  # @return [Types::FeatureMetadata]
38070
38159
  #
38160
+ # @!attribute [rw] project
38161
+ # The properties of a project.
38162
+ # @return [Types::Project]
38163
+ #
38071
38164
  # @!attribute [rw] hyper_parameter_tuning_job
38072
38165
  # The properties of a hyperparameter tuning job.
38073
38166
  # @return [Types::HyperParameterTuningJobSearchEntity]
38074
38167
  #
38075
- # @!attribute [rw] model
38076
- # A model displayed in the Amazon SageMaker Model Dashboard.
38077
- # @return [Types::ModelDashboardModel]
38078
- #
38079
38168
  # @!attribute [rw] model_card
38080
38169
  # An Amazon SageMaker Model Card that documents details about a
38081
38170
  # machine learning model.
38082
38171
  # @return [Types::ModelCard]
38083
38172
  #
38173
+ # @!attribute [rw] model
38174
+ # A model displayed in the Amazon SageMaker Model Dashboard.
38175
+ # @return [Types::ModelDashboardModel]
38176
+ #
38084
38177
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/SearchRecord AWS API Documentation
38085
38178
  #
38086
38179
  class SearchRecord < Struct.new(
@@ -38094,11 +38187,11 @@ module Aws::SageMaker
38094
38187
  :pipeline,
38095
38188
  :pipeline_execution,
38096
38189
  :feature_group,
38097
- :project,
38098
38190
  :feature_metadata,
38191
+ :project,
38099
38192
  :hyper_parameter_tuning_job,
38100
- :model,
38101
- :model_card)
38193
+ :model_card,
38194
+ :model)
38102
38195
  SENSITIVE = []
38103
38196
  include Aws::Structure
38104
38197
  end
@@ -38151,6 +38244,11 @@ module Aws::SageMaker
38151
38244
  # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/feature-store-cross-account-discoverability-use.html
38152
38245
  # @return [String]
38153
38246
  #
38247
+ # @!attribute [rw] visibility_conditions
38248
+ # Limits the results of your search request to the resources that you
38249
+ # can access.
38250
+ # @return [Array<Types::VisibilityConditions>]
38251
+ #
38154
38252
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/SearchRequest AWS API Documentation
38155
38253
  #
38156
38254
  class SearchRequest < Struct.new(
@@ -38160,7 +38258,8 @@ module Aws::SageMaker
38160
38258
  :sort_order,
38161
38259
  :next_token,
38162
38260
  :max_results,
38163
- :cross_account_filter_option)
38261
+ :cross_account_filter_option,
38262
+ :visibility_conditions)
38164
38263
  SENSITIVE = []
38165
38264
  include Aws::Structure
38166
38265
  end
@@ -38279,9 +38378,9 @@ module Aws::SageMaker
38279
38378
  # * Preparing the instances for training.
38280
38379
  #
38281
38380
  # Training
38282
- # : * Downloading the training image.
38381
+ # : * Training image download completed. Training in progress.
38283
38382
  #
38284
- # * Training image download completed. Training in progress.
38383
+ # ^
38285
38384
  #
38286
38385
  # Status messages are subject to change. Therefore, we recommend not
38287
38386
  # including them in code that programmatically initiates actions. For
@@ -38785,10 +38884,6 @@ module Aws::SageMaker
38785
38884
  # The last modified time.
38786
38885
  # @return [Time]
38787
38886
  #
38788
- # @!attribute [rw] space_display_name
38789
- # The name of the space that appears in the Studio UI.
38790
- # @return [String]
38791
- #
38792
38887
  # @!attribute [rw] space_settings_summary
38793
38888
  # Specifies summary information about the space settings.
38794
38889
  # @return [Types::SpaceSettingsSummary]
@@ -38801,6 +38896,10 @@ module Aws::SageMaker
38801
38896
  # Specifies summary information about the ownership settings.
38802
38897
  # @return [Types::OwnershipSettingsSummary]
38803
38898
  #
38899
+ # @!attribute [rw] space_display_name
38900
+ # The name of the space that appears in the Studio UI.
38901
+ # @return [String]
38902
+ #
38804
38903
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/SpaceDetails AWS API Documentation
38805
38904
  #
38806
38905
  class SpaceDetails < Struct.new(
@@ -38809,10 +38908,10 @@ module Aws::SageMaker
38809
38908
  :status,
38810
38909
  :creation_time,
38811
38910
  :last_modified_time,
38812
- :space_display_name,
38813
38911
  :space_settings_summary,
38814
38912
  :space_sharing_settings_summary,
38815
- :ownership_settings_summary)
38913
+ :ownership_settings_summary,
38914
+ :space_display_name)
38816
38915
  SENSITIVE = []
38817
38916
  include Aws::Structure
38818
38917
  end
@@ -38848,22 +38947,22 @@ module Aws::SageMaker
38848
38947
  # The KernelGateway app settings.
38849
38948
  # @return [Types::KernelGatewayAppSettings]
38850
38949
  #
38851
- # @!attribute [rw] jupyter_lab_app_settings
38852
- # The settings for the JupyterLab application.
38853
- # @return [Types::SpaceJupyterLabAppSettings]
38854
- #
38855
38950
  # @!attribute [rw] code_editor_app_settings
38856
38951
  # The Code Editor application settings.
38857
38952
  # @return [Types::SpaceCodeEditorAppSettings]
38858
38953
  #
38859
- # @!attribute [rw] space_storage_settings
38860
- # The storage settings for a private space.
38861
- # @return [Types::SpaceStorageSettings]
38954
+ # @!attribute [rw] jupyter_lab_app_settings
38955
+ # The settings for the JupyterLab application.
38956
+ # @return [Types::SpaceJupyterLabAppSettings]
38862
38957
  #
38863
38958
  # @!attribute [rw] app_type
38864
38959
  # The type of app created within the space.
38865
38960
  # @return [String]
38866
38961
  #
38962
+ # @!attribute [rw] space_storage_settings
38963
+ # The storage settings for a private space.
38964
+ # @return [Types::SpaceStorageSettings]
38965
+ #
38867
38966
  # @!attribute [rw] custom_file_systems
38868
38967
  # A file system, created by you, that you assign to a space for an
38869
38968
  # Amazon SageMaker Domain. Permitted users can access this file system
@@ -38875,10 +38974,10 @@ module Aws::SageMaker
38875
38974
  class SpaceSettings < Struct.new(
38876
38975
  :jupyter_server_app_settings,
38877
38976
  :kernel_gateway_app_settings,
38878
- :jupyter_lab_app_settings,
38879
38977
  :code_editor_app_settings,
38880
- :space_storage_settings,
38978
+ :jupyter_lab_app_settings,
38881
38979
  :app_type,
38980
+ :space_storage_settings,
38882
38981
  :custom_file_systems)
38883
38982
  SENSITIVE = []
38884
38983
  include Aws::Structure
@@ -39913,12 +40012,24 @@ module Aws::SageMaker
39913
40012
  # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-llms-finetuning-set-hyperparameters.html
39914
40013
  # @return [Hash<String,String>]
39915
40014
  #
40015
+ # @!attribute [rw] model_access_config
40016
+ # The access configuration file for the ML model. You can explicitly
40017
+ # accept the model end-user license agreement (EULA) within the
40018
+ # `ModelAccessConfig`. For more information, see [End-user license
40019
+ # agreements][1].
40020
+ #
40021
+ #
40022
+ #
40023
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/jumpstart-foundation-models-choose.html#jumpstart-foundation-models-choose-eula
40024
+ # @return [Types::ModelAccessConfig]
40025
+ #
39916
40026
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/TextGenerationJobConfig AWS API Documentation
39917
40027
  #
39918
40028
  class TextGenerationJobConfig < Struct.new(
39919
40029
  :completion_criteria,
39920
40030
  :base_model_name,
39921
- :text_generation_hyper_parameters)
40031
+ :text_generation_hyper_parameters,
40032
+ :model_access_config)
39922
40033
  SENSITIVE = []
39923
40034
  include Aws::Structure
39924
40035
  end
@@ -41065,6 +41176,11 @@ module Aws::SageMaker
41065
41176
  # Describes the results of a transform job.
41066
41177
  # @return [Types::TransformOutput]
41067
41178
  #
41179
+ # @!attribute [rw] data_capture_config
41180
+ # Configuration to control how SageMaker captures inference data for
41181
+ # batch transform jobs.
41182
+ # @return [Types::BatchDataCaptureConfig]
41183
+ #
41068
41184
  # @!attribute [rw] transform_resources
41069
41185
  # Describes the resources, including ML instance types and ML instance
41070
41186
  # count, to use for transform job.
@@ -41132,11 +41248,6 @@ module Aws::SageMaker
41132
41248
  # A list of tags associated with the transform job.
41133
41249
  # @return [Array<Types::Tag>]
41134
41250
  #
41135
- # @!attribute [rw] data_capture_config
41136
- # Configuration to control how SageMaker captures inference data for
41137
- # batch transform jobs.
41138
- # @return [Types::BatchDataCaptureConfig]
41139
- #
41140
41251
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/TransformJob AWS API Documentation
41141
41252
  #
41142
41253
  class TransformJob < Struct.new(
@@ -41152,6 +41263,7 @@ module Aws::SageMaker
41152
41263
  :environment,
41153
41264
  :transform_input,
41154
41265
  :transform_output,
41266
+ :data_capture_config,
41155
41267
  :transform_resources,
41156
41268
  :creation_time,
41157
41269
  :transform_start_time,
@@ -41160,8 +41272,7 @@ module Aws::SageMaker
41160
41272
  :auto_ml_job_arn,
41161
41273
  :data_processing,
41162
41274
  :experiment_config,
41163
- :tags,
41164
- :data_capture_config)
41275
+ :tags)
41165
41276
  SENSITIVE = []
41166
41277
  include Aws::Structure
41167
41278
  end
@@ -42582,10 +42693,6 @@ module Aws::SageMaker
42582
42693
  # A collection of `DomainSettings` configuration values to update.
42583
42694
  # @return [Types::DomainSettingsForUpdate]
42584
42695
  #
42585
- # @!attribute [rw] default_space_settings
42586
- # The default settings used to create a space within the Domain.
42587
- # @return [Types::DefaultSpaceSettings]
42588
- #
42589
42696
  # @!attribute [rw] app_security_group_management
42590
42697
  # The entity that creates and manages the required security groups for
42591
42698
  # inter-app communication in `VPCOnly` mode. Required when
@@ -42595,6 +42702,10 @@ module Aws::SageMaker
42595
42702
  # value must be set to `Service`.
42596
42703
  # @return [String]
42597
42704
  #
42705
+ # @!attribute [rw] default_space_settings
42706
+ # The default settings used to create a space within the Domain.
42707
+ # @return [Types::DefaultSpaceSettings]
42708
+ #
42598
42709
  # @!attribute [rw] subnet_ids
42599
42710
  # The VPC subnets that Studio uses for communication.
42600
42711
  #
@@ -42626,8 +42737,8 @@ module Aws::SageMaker
42626
42737
  :domain_id,
42627
42738
  :default_user_settings,
42628
42739
  :domain_settings_for_update,
42629
- :default_space_settings,
42630
42740
  :app_security_group_management,
42741
+ :default_space_settings,
42631
42742
  :subnet_ids,
42632
42743
  :app_network_access_type)
42633
42744
  SENSITIVE = []
@@ -43755,13 +43866,27 @@ module Aws::SageMaker
43755
43866
  # length.
43756
43867
  # @return [Types::ResourceConfigForUpdate]
43757
43868
  #
43869
+ # @!attribute [rw] remote_debug_config
43870
+ # Configuration for remote debugging while the training job is
43871
+ # running. You can update the remote debugging configuration when the
43872
+ # `SecondaryStatus` of the job is `Downloading` or `Training`.To learn
43873
+ # more about the remote debugging functionality of SageMaker, see
43874
+ # [Access a training container through Amazon Web Services Systems
43875
+ # Manager (SSM) for remote debugging][1].
43876
+ #
43877
+ #
43878
+ #
43879
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/train-remote-debugging.html
43880
+ # @return [Types::RemoteDebugConfigForUpdate]
43881
+ #
43758
43882
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateTrainingJobRequest AWS API Documentation
43759
43883
  #
43760
43884
  class UpdateTrainingJobRequest < Struct.new(
43761
43885
  :training_job_name,
43762
43886
  :profiler_config,
43763
43887
  :profiler_rule_configurations,
43764
- :resource_config)
43888
+ :resource_config,
43889
+ :remote_debug_config)
43765
43890
  SENSITIVE = []
43766
43891
  include Aws::Structure
43767
43892
  end
@@ -44179,14 +44304,14 @@ module Aws::SageMaker
44179
44304
  # The Canvas app settings.
44180
44305
  # @return [Types::CanvasAppSettings]
44181
44306
  #
44182
- # @!attribute [rw] jupyter_lab_app_settings
44183
- # The settings for the JupyterLab application.
44184
- # @return [Types::JupyterLabAppSettings]
44185
- #
44186
44307
  # @!attribute [rw] code_editor_app_settings
44187
44308
  # The Code Editor application settings.
44188
44309
  # @return [Types::CodeEditorAppSettings]
44189
44310
  #
44311
+ # @!attribute [rw] jupyter_lab_app_settings
44312
+ # The settings for the JupyterLab application.
44313
+ # @return [Types::JupyterLabAppSettings]
44314
+ #
44190
44315
  # @!attribute [rw] space_storage_settings
44191
44316
  # The storage settings for a private space.
44192
44317
  # @return [Types::DefaultSpaceStorageSettings]
@@ -44231,8 +44356,8 @@ module Aws::SageMaker
44231
44356
  :r_studio_server_pro_app_settings,
44232
44357
  :r_session_app_settings,
44233
44358
  :canvas_app_settings,
44234
- :jupyter_lab_app_settings,
44235
44359
  :code_editor_app_settings,
44360
+ :jupyter_lab_app_settings,
44236
44361
  :space_storage_settings,
44237
44362
  :default_landing_uri,
44238
44363
  :studio_web_portal,
@@ -44320,6 +44445,27 @@ module Aws::SageMaker
44320
44445
  include Aws::Structure
44321
44446
  end
44322
44447
 
44448
+ # The list of key-value pairs that you specify for your resources.
44449
+ #
44450
+ # @!attribute [rw] key
44451
+ # The key for that specifies the tag that you're using to filter the
44452
+ # search results. The key must start with `Tags.`.
44453
+ # @return [String]
44454
+ #
44455
+ # @!attribute [rw] value
44456
+ # The value for the tag that you're using to filter the search
44457
+ # results.
44458
+ # @return [String]
44459
+ #
44460
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/VisibilityConditions AWS API Documentation
44461
+ #
44462
+ class VisibilityConditions < Struct.new(
44463
+ :key,
44464
+ :value)
44465
+ SENSITIVE = []
44466
+ include Aws::Structure
44467
+ end
44468
+
44323
44469
  # Specifies an Amazon Virtual Private Cloud (VPC) that your SageMaker
44324
44470
  # jobs, hosted models, and compute resources have access to. You can
44325
44471
  # control access to and from your resources by configuring a VPC. For