aws-sdk-sagemaker 1.230.0 → 1.232.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1311,7 +1311,7 @@ module Aws::SageMaker
1311
1311
  # app.
1312
1312
  #
1313
1313
  # @!attribute [rw] app_image_config_arn
1314
- # The Amazon Resource Name (ARN) of the AppImageConfig.
1314
+ # The ARN of the AppImageConfig.
1315
1315
  # @return [String]
1316
1316
  #
1317
1317
  # @!attribute [rw] app_image_config_name
@@ -2313,14 +2313,13 @@ module Aws::SageMaker
2313
2313
  #
2314
2314
  # * List of available metrics:
2315
2315
  #
2316
- # * Regression: `InferenceLatency`, `MAE`, `MSE`, `R2`, `RMSE`
2316
+ # * Regression: `MAE`, `MSE`, `R2`, `RMSE`
2317
2317
  #
2318
2318
  # * Binary classification: `Accuracy`, `AUC`, `BalancedAccuracy`,
2319
- # `F1`, `InferenceLatency`, `LogLoss`, `Precision`, `Recall`
2319
+ # `F1`, `Precision`, `Recall`
2320
2320
  #
2321
2321
  # * Multiclass classification: `Accuracy`, `BalancedAccuracy`,
2322
- # `F1macro`, `InferenceLatency`, `LogLoss`, `PrecisionMacro`,
2323
- # `RecallMacro`
2322
+ # `F1macro`, `PrecisionMacro`, `RecallMacro`
2324
2323
  #
2325
2324
  # For a description of each metric, see [Autopilot metrics for
2326
2325
  # classification and regression][1].
@@ -2450,7 +2449,7 @@ module Aws::SageMaker
2450
2449
  # The output data configuration.
2451
2450
  #
2452
2451
  # @!attribute [rw] kms_key_id
2453
- # The Key Management Service (KMS) encryption key ID.
2452
+ # The Key Management Service encryption key ID.
2454
2453
  # @return [String]
2455
2454
  #
2456
2455
  # @!attribute [rw] s3_output_path
@@ -3234,6 +3233,10 @@ module Aws::SageMaker
3234
3233
  # The settings for document querying.
3235
3234
  # @return [Types::KendraSettings]
3236
3235
  #
3236
+ # @!attribute [rw] generative_ai_settings
3237
+ # The generative AI settings for the SageMaker Canvas application.
3238
+ # @return [Types::GenerativeAiSettings]
3239
+ #
3237
3240
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CanvasAppSettings AWS API Documentation
3238
3241
  #
3239
3242
  class CanvasAppSettings < Struct.new(
@@ -3242,7 +3245,8 @@ module Aws::SageMaker
3242
3245
  :workspace_settings,
3243
3246
  :identity_provider_o_auth_settings,
3244
3247
  :direct_deploy_settings,
3245
- :kendra_settings)
3248
+ :kendra_settings,
3249
+ :generative_ai_settings)
3246
3250
  SENSITIVE = []
3247
3251
  include Aws::Structure
3248
3252
  end
@@ -4992,7 +4996,7 @@ module Aws::SageMaker
4992
4996
  end
4993
4997
 
4994
4998
  # @!attribute [rw] app_image_config_arn
4995
- # The Amazon Resource Name (ARN) of the AppImageConfig.
4999
+ # The ARN of the AppImageConfig.
4996
5000
  # @return [String]
4997
5001
  #
4998
5002
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateAppImageConfigResponse AWS API Documentation
@@ -5148,8 +5152,8 @@ module Aws::SageMaker
5148
5152
  #
5149
5153
  # @!attribute [rw] problem_type
5150
5154
  # Defines the type of supervised learning problem available for the
5151
- # candidates. For more information, see [ Amazon SageMaker Autopilot
5152
- # problem types][1].
5155
+ # candidates. For more information, see [ SageMaker Autopilot problem
5156
+ # types][1].
5153
5157
  #
5154
5158
  #
5155
5159
  #
@@ -6744,8 +6748,8 @@ module Aws::SageMaker
6744
6748
 
6745
6749
  # @!attribute [rw] base_image
6746
6750
  # The registry path of the container image to use as the starting
6747
- # point for this version. The path is an Amazon Elastic Container
6748
- # Registry (ECR) URI in the following format:
6751
+ # point for this version. The path is an Amazon ECR URI in the
6752
+ # following format:
6749
6753
  #
6750
6754
  # `<acct-id>.dkr.ecr.<region>.amazonaws.com/<repo-name[:tag] or
6751
6755
  # [@digest]>`
@@ -7773,8 +7777,8 @@ module Aws::SageMaker
7773
7777
  # @return [String]
7774
7778
  #
7775
7779
  # @!attribute [rw] inference_specification
7776
- # Specifies details about inference jobs that can be run with models
7777
- # based on this model package, including the following:
7780
+ # Specifies details about inference jobs that you can run with models
7781
+ # based on this model package, including the following information:
7778
7782
  #
7779
7783
  # * The Amazon ECR paths of containers that contain the inference code
7780
7784
  # and model artifacts.
@@ -7900,6 +7904,12 @@ module Aws::SageMaker
7900
7904
  # Indicates if you want to skip model validation.
7901
7905
  # @return [String]
7902
7906
  #
7907
+ # @!attribute [rw] source_uri
7908
+ # The URI of the source for the model package. If you want to clone a
7909
+ # model package, set it to the model package Amazon Resource Name
7910
+ # (ARN). If you want to register a model, set it to the model ARN.
7911
+ # @return [String]
7912
+ #
7903
7913
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateModelPackageInput AWS API Documentation
7904
7914
  #
7905
7915
  class CreateModelPackageInput < Struct.new(
@@ -7921,7 +7931,8 @@ module Aws::SageMaker
7921
7931
  :customer_metadata_properties,
7922
7932
  :drift_check_baselines,
7923
7933
  :additional_inference_specifications,
7924
- :skip_model_validation)
7934
+ :skip_model_validation,
7935
+ :source_uri)
7925
7936
  SENSITIVE = []
7926
7937
  include Aws::Structure
7927
7938
  end
@@ -8624,7 +8635,7 @@ module Aws::SageMaker
8624
8635
  end
8625
8636
 
8626
8637
  # @!attribute [rw] domain_id
8627
- # The ID of the associated Domain.
8638
+ # The ID of the associated domain.
8628
8639
  # @return [String]
8629
8640
  #
8630
8641
  # @!attribute [rw] space_name
@@ -10176,15 +10187,15 @@ module Aws::SageMaker
10176
10187
  include Aws::Structure
10177
10188
  end
10178
10189
 
10179
- # A collection of settings that apply to spaces created in the Domain.
10190
+ # A collection of settings that apply to spaces created in the domain.
10180
10191
  #
10181
10192
  # @!attribute [rw] execution_role
10182
10193
  # The ARN of the execution role for the space.
10183
10194
  # @return [String]
10184
10195
  #
10185
10196
  # @!attribute [rw] security_groups
10186
- # The security group IDs for the Amazon Virtual Private Cloud that the
10187
- # space uses for communication.
10197
+ # The security group IDs for the Amazon VPC that the space uses for
10198
+ # communication.
10188
10199
  # @return [Array<String>]
10189
10200
  #
10190
10201
  # @!attribute [rw] jupyter_server_app_settings
@@ -10920,7 +10931,7 @@ module Aws::SageMaker
10920
10931
  end
10921
10932
 
10922
10933
  # @!attribute [rw] domain_id
10923
- # The ID of the associated Domain.
10934
+ # The ID of the associated domain.
10924
10935
  # @return [String]
10925
10936
  #
10926
10937
  # @!attribute [rw] space_name
@@ -11447,7 +11458,7 @@ module Aws::SageMaker
11447
11458
  end
11448
11459
 
11449
11460
  # @!attribute [rw] app_image_config_arn
11450
- # The Amazon Resource Name (ARN) of the AppImageConfig.
11461
+ # The ARN of the AppImageConfig.
11451
11462
  # @return [String]
11452
11463
  #
11453
11464
  # @!attribute [rw] app_image_config_name
@@ -11557,7 +11568,16 @@ module Aws::SageMaker
11557
11568
  # @return [Time]
11558
11569
  #
11559
11570
  # @!attribute [rw] creation_time
11560
- # The creation time.
11571
+ # The creation time of the application.
11572
+ #
11573
+ # <note markdown="1"> After an application has been shut down for 24 hours, SageMaker
11574
+ # deletes all metadata for the application. To be considered an update
11575
+ # and retain application metadata, applications must be restarted
11576
+ # within 24 hours after the previous application has been shut down.
11577
+ # After this time window, creation of an application is considered a
11578
+ # new application rather than an update of the previous application.
11579
+ #
11580
+ # </note>
11561
11581
  # @return [Time]
11562
11582
  #
11563
11583
  # @!attribute [rw] failure_reason
@@ -11694,9 +11714,9 @@ module Aws::SageMaker
11694
11714
  # @return [Types::AutoMLOutputDataConfig]
11695
11715
  #
11696
11716
  # @!attribute [rw] role_arn
11697
- # The Amazon Resource Name (ARN) of the Identity and Access Management
11698
- # (IAM) role that has read permission to the input data location and
11699
- # write permission to the output data location in Amazon S3.
11717
+ # The ARN of the IAM role that has read permission to the input data
11718
+ # location and write permission to the output data location in Amazon
11719
+ # S3.
11700
11720
  # @return [String]
11701
11721
  #
11702
11722
  # @!attribute [rw] auto_ml_job_objective
@@ -11832,9 +11852,9 @@ module Aws::SageMaker
11832
11852
  # @return [Types::AutoMLOutputDataConfig]
11833
11853
  #
11834
11854
  # @!attribute [rw] role_arn
11835
- # The ARN of the Identity and Access Management role that has read
11836
- # permission to the input data location and write permission to the
11837
- # output data location in Amazon S3.
11855
+ # The ARN of the IAM role that has read permission to the input data
11856
+ # location and write permission to the output data location in Amazon
11857
+ # S3.
11838
11858
  # @return [String]
11839
11859
  #
11840
11860
  # @!attribute [rw] auto_ml_job_objective
@@ -15155,7 +15175,7 @@ module Aws::SageMaker
15155
15175
  # @return [Time]
15156
15176
  #
15157
15177
  # @!attribute [rw] inference_specification
15158
- # Details about inference jobs that can be run with models based on
15178
+ # Details about inference jobs that you can run with models based on
15159
15179
  # this model package.
15160
15180
  # @return [Types::InferenceSpecification]
15161
15181
  #
@@ -15257,6 +15277,10 @@ module Aws::SageMaker
15257
15277
  # Indicates if you want to skip model validation.
15258
15278
  # @return [String]
15259
15279
  #
15280
+ # @!attribute [rw] source_uri
15281
+ # The URI of the source for the model package.
15282
+ # @return [String]
15283
+ #
15260
15284
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModelPackageOutput AWS API Documentation
15261
15285
  #
15262
15286
  class DescribeModelPackageOutput < Struct.new(
@@ -15285,7 +15309,8 @@ module Aws::SageMaker
15285
15309
  :customer_metadata_properties,
15286
15310
  :drift_check_baselines,
15287
15311
  :additional_inference_specifications,
15288
- :skip_model_validation)
15312
+ :skip_model_validation,
15313
+ :source_uri)
15289
15314
  SENSITIVE = []
15290
15315
  include Aws::Structure
15291
15316
  end
@@ -16113,7 +16138,7 @@ module Aws::SageMaker
16113
16138
  end
16114
16139
 
16115
16140
  # @!attribute [rw] domain_id
16116
- # The ID of the associated Domain.
16141
+ # The ID of the associated domain.
16117
16142
  # @return [String]
16118
16143
  #
16119
16144
  # @!attribute [rw] space_name
@@ -16130,7 +16155,7 @@ module Aws::SageMaker
16130
16155
  end
16131
16156
 
16132
16157
  # @!attribute [rw] domain_id
16133
- # The ID of the associated Domain.
16158
+ # The ID of the associated domain.
16134
16159
  # @return [String]
16135
16160
  #
16136
16161
  # @!attribute [rw] space_arn
@@ -16142,8 +16167,7 @@ module Aws::SageMaker
16142
16167
  # @return [String]
16143
16168
  #
16144
16169
  # @!attribute [rw] home_efs_file_system_uid
16145
- # The ID of the space's profile in the Amazon Elastic File System
16146
- # volume.
16170
+ # The ID of the space's profile in the Amazon EFS volume.
16147
16171
  # @return [String]
16148
16172
  #
16149
16173
  # @!attribute [rw] status
@@ -17098,7 +17122,7 @@ module Aws::SageMaker
17098
17122
  #
17099
17123
  # @!attribute [rw] home_efs_file_system_uid
17100
17124
  # The ID of the user's profile in the Amazon Elastic File System
17101
- # (EFS) volume.
17125
+ # volume.
17102
17126
  # @return [String]
17103
17127
  #
17104
17128
  # @!attribute [rw] status
@@ -19292,8 +19316,8 @@ module Aws::SageMaker
19292
19316
  include Aws::Structure
19293
19317
  end
19294
19318
 
19295
- # The Amazon Elastic File System (EFS) storage configuration for a
19296
- # SageMaker image.
19319
+ # The Amazon Elastic File System storage configuration for a SageMaker
19320
+ # image.
19297
19321
  #
19298
19322
  # @!attribute [rw] mount_path
19299
19323
  # The path within the image to mount the user's EFS home directory.
@@ -19661,6 +19685,32 @@ module Aws::SageMaker
19661
19685
  include Aws::Structure
19662
19686
  end
19663
19687
 
19688
+ # The generative AI settings for the SageMaker Canvas application.
19689
+ #
19690
+ # Configure these settings for Canvas users starting chats with
19691
+ # generative AI foundation models. For more information, see [ Use
19692
+ # generative AI with foundation models][1].
19693
+ #
19694
+ #
19695
+ #
19696
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/canvas-fm-chat.html
19697
+ #
19698
+ # @!attribute [rw] amazon_bedrock_role_arn
19699
+ # The ARN of an Amazon Web Services IAM role that allows fine-tuning
19700
+ # of large language models (LLMs) in Amazon Bedrock. The IAM role
19701
+ # should have Amazon S3 read and write permissions, as well as a trust
19702
+ # relationship that establishes `bedrock.amazonaws.com` as a service
19703
+ # principal.
19704
+ # @return [String]
19705
+ #
19706
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/GenerativeAiSettings AWS API Documentation
19707
+ #
19708
+ class GenerativeAiSettings < Struct.new(
19709
+ :amazon_bedrock_role_arn)
19710
+ SENSITIVE = []
19711
+ include Aws::Structure
19712
+ end
19713
+
19664
19714
  # @!attribute [rw] device_fleet_name
19665
19715
  # The name of the fleet.
19666
19716
  # @return [String]
@@ -22366,7 +22416,7 @@ module Aws::SageMaker
22366
22416
  # a training job launched by a hyperparameter tuning job. Once a job
22367
22417
  # reaches the `MaxResource` value, it is stopped. If a value for
22368
22418
  # `MaxResource` is not provided, and `Hyperband` is selected as the
22369
- # hyperparameter tuning strategy, `HyperbandTrainingJ` attempts to
22419
+ # hyperparameter tuning strategy, `HyperbandTraining` attempts to
22370
22420
  # infer `MaxResource` from the following keys (if present) in
22371
22421
  # [StaticsHyperParameters][1]:
22372
22422
  #
@@ -22384,7 +22434,7 @@ module Aws::SageMaker
22384
22434
  # `MaxResource`, it generates a validation error. The maximum value is
22385
22435
  # 20,000 epochs. All metrics that correspond to an objective metric
22386
22436
  # are used to derive [early stopping decisions][2]. For
22387
- # [distributive][3] training jobs, ensure that duplicate metrics are
22437
+ # [distributed][3] training jobs, ensure that duplicate metrics are
22388
22438
  # not printed in the logs across the individual nodes in a training
22389
22439
  # job. If multiple nodes are publishing duplicate or incorrect
22390
22440
  # metrics, training jobs may make an incorrect stopping decision and
@@ -23700,11 +23750,12 @@ module Aws::SageMaker
23700
23750
  end
23701
23751
 
23702
23752
  # The configuration for the file system and kernels in a SageMaker image
23703
- # running as a JupyterLab app.
23753
+ # running as a JupyterLab app. The `FileSystemConfig` object is not
23754
+ # supported.
23704
23755
  #
23705
23756
  # @!attribute [rw] file_system_config
23706
- # The Amazon Elastic File System (EFS) storage configuration for a
23707
- # SageMaker image.
23757
+ # The Amazon Elastic File System storage configuration for a SageMaker
23758
+ # image.
23708
23759
  # @return [Types::FileSystemConfig]
23709
23760
  #
23710
23761
  # @!attribute [rw] container_config
@@ -23813,8 +23864,7 @@ module Aws::SageMaker
23813
23864
  #
23814
23865
  # <note markdown="1"> The Amazon SageMaker Studio UI does not use the default instance
23815
23866
  # type value set here. The default instance type set here is used when
23816
- # Apps are created using the Amazon Web Services Command Line
23817
- # Interface or Amazon Web Services CloudFormation and the instance
23867
+ # Apps are created using the CLI or CloudFormation and the instance
23818
23868
  # type parameter value is not passed.
23819
23869
  #
23820
23870
  # </note>
@@ -23853,8 +23903,8 @@ module Aws::SageMaker
23853
23903
  # @return [Array<Types::KernelSpec>]
23854
23904
  #
23855
23905
  # @!attribute [rw] file_system_config
23856
- # The Amazon Elastic File System (EFS) storage configuration for a
23857
- # SageMaker image.
23906
+ # The Amazon Elastic File System storage configuration for a SageMaker
23907
+ # image.
23858
23908
  # @return [Types::FileSystemConfig]
23859
23909
  #
23860
23910
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/KernelGatewayImageConfig AWS API Documentation
@@ -29103,7 +29153,7 @@ module Aws::SageMaker
29103
29153
  # @return [String]
29104
29154
  #
29105
29155
  # @!attribute [rw] domain_id_equals
29106
- # A parameter to search for the Domain ID.
29156
+ # A parameter to search for the domain ID.
29107
29157
  # @return [String]
29108
29158
  #
29109
29159
  # @!attribute [rw] space_name_contains
@@ -30258,9 +30308,12 @@ module Aws::SageMaker
30258
30308
  # Provides information about the location that is configured for storing
30259
30309
  # model artifacts.
30260
30310
  #
30261
- # Model artifacts are the output that results from training a model, and
30311
+ # Model artifacts are outputs that result from training a model. They
30262
30312
  # typically consist of trained parameters, a model definition that
30263
- # describes how to compute inferences, and other metadata.
30313
+ # describes how to compute inferences, and other metadata. A SageMaker
30314
+ # container stores your trained model artifacts in the `/opt/ml/model`
30315
+ # directory. After training has completed, by default, these artifacts
30316
+ # are uploaded to your Amazon S3 bucket as compressed files.
30264
30317
  #
30265
30318
  # @!attribute [rw] s3_model_artifacts
30266
30319
  # The path of the S3 object that contains the model artifacts. For
@@ -31236,7 +31289,7 @@ module Aws::SageMaker
31236
31289
  # @return [Types::ModelDataQuality]
31237
31290
  #
31238
31291
  # @!attribute [rw] bias
31239
- # Metrics that measure bais in a model.
31292
+ # Metrics that measure bias in a model.
31240
31293
  # @return [Types::Bias]
31241
31294
  #
31242
31295
  # @!attribute [rw] explainability
@@ -31387,6 +31440,10 @@ module Aws::SageMaker
31387
31440
  # An array of additional Inference Specification objects.
31388
31441
  # @return [Array<Types::AdditionalInferenceSpecificationDefinition>]
31389
31442
  #
31443
+ # @!attribute [rw] source_uri
31444
+ # The URI of the source for the model package.
31445
+ # @return [String]
31446
+ #
31390
31447
  # @!attribute [rw] tags
31391
31448
  # A list of the tags associated with the model package. For more
31392
31449
  # information, see [Tagging Amazon Web Services resources][1] in the
@@ -31436,6 +31493,7 @@ module Aws::SageMaker
31436
31493
  :task,
31437
31494
  :sample_payload_url,
31438
31495
  :additional_inference_specifications,
31496
+ :source_uri,
31439
31497
  :tags,
31440
31498
  :customer_metadata_properties,
31441
31499
  :drift_check_baselines,
@@ -31482,6 +31540,11 @@ module Aws::SageMaker
31482
31540
  # </note>
31483
31541
  # @return [String]
31484
31542
  #
31543
+ # @!attribute [rw] model_data_source
31544
+ # Specifies the location of ML model data to deploy during endpoint
31545
+ # creation.
31546
+ # @return [Types::ModelDataSource]
31547
+ #
31485
31548
  # @!attribute [rw] product_id
31486
31549
  # The Amazon Web Services Marketplace product ID of the model package.
31487
31550
  # @return [String]
@@ -31523,6 +31586,7 @@ module Aws::SageMaker
31523
31586
  :image,
31524
31587
  :image_digest,
31525
31588
  :model_data_url,
31589
+ :model_data_source,
31526
31590
  :product_id,
31527
31591
  :environment,
31528
31592
  :model_input,
@@ -32976,9 +33040,9 @@ module Aws::SageMaker
32976
33040
  # The value of the `$PATH` environment variable that is available to
32977
33041
  # both scripts is `/sbin:bin:/usr/sbin:/usr/bin`.
32978
33042
  #
32979
- # View CloudWatch Logs for notebook instance lifecycle configurations in
32980
- # log group `/aws/sagemaker/NotebookInstances` in log stream
32981
- # `[notebook-instance-name]/[LifecycleConfigHook]`.
33043
+ # View Amazon CloudWatch Logs for notebook instance lifecycle
33044
+ # configurations in log group `/aws/sagemaker/NotebookInstances` in log
33045
+ # stream `[notebook-instance-name]/[LifecycleConfigHook]`.
32982
33046
  #
32983
33047
  # Lifecycle configuration scripts cannot run for longer than 5 minutes.
32984
33048
  # If a script runs for longer than 5 minutes, it fails and the notebook
@@ -37607,13 +37671,13 @@ module Aws::SageMaker
37607
37671
  end
37608
37672
 
37609
37673
  # The retention policy for data stored on an Amazon Elastic File System
37610
- # (EFS) volume.
37674
+ # volume.
37611
37675
  #
37612
37676
  # @!attribute [rw] home_efs_file_system
37613
37677
  # The default is `Retain`, which specifies to keep the data stored on
37614
- # the EFS volume.
37678
+ # the Amazon EFS volume.
37615
37679
  #
37616
- # Specify `Delete` to delete the data stored on the EFS volume.
37680
+ # Specify `Delete` to delete the data stored on the Amazon EFS volume.
37617
37681
  # @return [String]
37618
37682
  #
37619
37683
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/RetentionPolicy AWS API Documentation
@@ -38881,6 +38945,11 @@ module Aws::SageMaker
38881
38945
  # </note>
38882
38946
  # @return [String]
38883
38947
  #
38948
+ # @!attribute [rw] model_data_source
38949
+ # Specifies the location of ML model data to deploy during endpoint
38950
+ # creation.
38951
+ # @return [Types::ModelDataSource]
38952
+ #
38884
38953
  # @!attribute [rw] algorithm_name
38885
38954
  # The name of an algorithm that was used to create the model package.
38886
38955
  # The algorithm must be either an algorithm resource in your SageMaker
@@ -38892,6 +38961,7 @@ module Aws::SageMaker
38892
38961
  #
38893
38962
  class SourceAlgorithm < Struct.new(
38894
38963
  :model_data_url,
38964
+ :model_data_source,
38895
38965
  :algorithm_name)
38896
38966
  SENSITIVE = []
38897
38967
  include Aws::Structure
@@ -38962,7 +39032,7 @@ module Aws::SageMaker
38962
39032
  # The space's details.
38963
39033
  #
38964
39034
  # @!attribute [rw] domain_id
38965
- # The ID of the associated Domain.
39035
+ # The ID of the associated domain.
38966
39036
  # @return [String]
38967
39037
  #
38968
39038
  # @!attribute [rw] space_name
@@ -39784,7 +39854,7 @@ module Aws::SageMaker
39784
39854
  #
39785
39855
  # @!attribute [rw] problem_type
39786
39856
  # The type of supervised learning problem available for the model
39787
- # candidates of the AutoML job V2. For more information, see [ Amazon
39857
+ # candidates of the AutoML job V2. For more information, see [
39788
39858
  # SageMaker Autopilot problem types][1].
39789
39859
  #
39790
39860
  # <note markdown="1"> You must either specify the type of supervised learning problem in
@@ -39845,8 +39915,8 @@ module Aws::SageMaker
39845
39915
  # @!attribute [rw] problem_type
39846
39916
  # The type of supervised learning problem available for the model
39847
39917
  # candidates of the AutoML job V2 (Binary Classification, Multiclass
39848
- # Classification, Regression). For more information, see [ Amazon
39849
- # SageMaker Autopilot problem types][1].
39918
+ # Classification, Regression). For more information, see [ SageMaker
39919
+ # Autopilot problem types][1].
39850
39920
  #
39851
39921
  #
39852
39922
  #
@@ -42711,7 +42781,7 @@ module Aws::SageMaker
42711
42781
  end
42712
42782
 
42713
42783
  # @!attribute [rw] app_image_config_arn
42714
- # The Amazon Resource Name (ARN) for the AppImageConfig.
42784
+ # The ARN for the AppImageConfig.
42715
42785
  # @return [String]
42716
42786
  #
42717
42787
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateAppImageConfigResponse AWS API Documentation
@@ -42792,6 +42862,32 @@ module Aws::SageMaker
42792
42862
  include Aws::Structure
42793
42863
  end
42794
42864
 
42865
+ # @!attribute [rw] cluster_name
42866
+ # Specify the name or the Amazon Resource Name (ARN) of the SageMaker
42867
+ # HyperPod cluster you want to update for security patching.
42868
+ # @return [String]
42869
+ #
42870
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateClusterSoftwareRequest AWS API Documentation
42871
+ #
42872
+ class UpdateClusterSoftwareRequest < Struct.new(
42873
+ :cluster_name)
42874
+ SENSITIVE = []
42875
+ include Aws::Structure
42876
+ end
42877
+
42878
+ # @!attribute [rw] cluster_arn
42879
+ # The Amazon Resource Name (ARN) of the SageMaker HyperPod cluster
42880
+ # being updated for security patching.
42881
+ # @return [String]
42882
+ #
42883
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateClusterSoftwareResponse AWS API Documentation
42884
+ #
42885
+ class UpdateClusterSoftwareResponse < Struct.new(
42886
+ :cluster_arn)
42887
+ SENSITIVE = []
42888
+ include Aws::Structure
42889
+ end
42890
+
42795
42891
  # @!attribute [rw] code_repository_name
42796
42892
  # The name of the Git repository to update.
42797
42893
  # @return [String]
@@ -42942,7 +43038,7 @@ module Aws::SageMaker
42942
43038
  # @return [String]
42943
43039
  #
42944
43040
  # @!attribute [rw] default_space_settings
42945
- # The default settings used to create a space within the Domain.
43041
+ # The default settings used to create a space within the domain.
42946
43042
  # @return [Types::DefaultSpaceSettings]
42947
43043
  #
42948
43044
  # @!attribute [rw] subnet_ids
@@ -43612,6 +43708,24 @@ module Aws::SageMaker
43612
43708
  # Generally used with SageMaker Neo to store the compiled artifacts.
43613
43709
  # @return [Array<Types::AdditionalInferenceSpecificationDefinition>]
43614
43710
  #
43711
+ # @!attribute [rw] inference_specification
43712
+ # Specifies details about inference jobs that you can run with models
43713
+ # based on this model package, including the following information:
43714
+ #
43715
+ # * The Amazon ECR paths of containers that contain the inference code
43716
+ # and model artifacts.
43717
+ #
43718
+ # * The instance types that the model package supports for transform
43719
+ # jobs and real-time endpoints used for inference.
43720
+ #
43721
+ # * The input and output content formats that the model package
43722
+ # supports for inference.
43723
+ # @return [Types::InferenceSpecification]
43724
+ #
43725
+ # @!attribute [rw] source_uri
43726
+ # The URI of the source for the model package.
43727
+ # @return [String]
43728
+ #
43615
43729
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateModelPackageInput AWS API Documentation
43616
43730
  #
43617
43731
  class UpdateModelPackageInput < Struct.new(
@@ -43620,7 +43734,9 @@ module Aws::SageMaker
43620
43734
  :approval_description,
43621
43735
  :customer_metadata_properties,
43622
43736
  :customer_metadata_properties_to_remove,
43623
- :additional_inference_specifications_to_add)
43737
+ :additional_inference_specifications_to_add,
43738
+ :inference_specification,
43739
+ :source_uri)
43624
43740
  SENSITIVE = []
43625
43741
  include Aws::Structure
43626
43742
  end
@@ -44054,7 +44170,7 @@ module Aws::SageMaker
44054
44170
  end
44055
44171
 
44056
44172
  # @!attribute [rw] domain_id
44057
- # The ID of the associated Domain.
44173
+ # The ID of the associated domain.
44058
44174
  # @return [String]
44059
44175
  #
44060
44176
  # @!attribute [rw] space_name
@@ -44692,11 +44808,17 @@ module Aws::SageMaker
44692
44808
  include Aws::Structure
44693
44809
  end
44694
44810
 
44695
- # The list of key-value pairs that you specify for your resources.
44811
+ # The list of key-value pairs used to filter your search results. If a
44812
+ # search result contains a key from your list, it is included in the
44813
+ # final search response if the value associated with the key in the
44814
+ # result matches the value you specified. If the value doesn't match,
44815
+ # the result is excluded from the search response. Any resources that
44816
+ # don't have a key from the list that you've provided will also be
44817
+ # included in the search response.
44696
44818
  #
44697
44819
  # @!attribute [rw] key
44698
- # The key for that specifies the tag that you're using to filter the
44699
- # search results. The key must start with `Tags.`.
44820
+ # The key that specifies the tag that you're using to filter the
44821
+ # search results. It must be in the following format: `Tags.<key>`.
44700
44822
  # @return [String]
44701
44823
  #
44702
44824
  # @!attribute [rw] value
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-sagemaker/customizations'
53
53
  # @!group service
54
54
  module Aws::SageMaker
55
55
 
56
- GEM_VERSION = '1.230.0'
56
+ GEM_VERSION = '1.232.0'
57
57
 
58
58
  end