aws-sdk-sagemaker 1.104.0 → 1.105.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +176 -12
- data/lib/aws-sdk-sagemaker/client_api.rb +88 -2
- data/lib/aws-sdk-sagemaker/types.rb +287 -12
- data/lib/aws-sdk-sagemaker.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 309e5046a944d0337c59af75f056bd81c8878fc269128a7e9bd9be3572ea1700
|
4
|
+
data.tar.gz: d371d7f593d09a8ff0ef3097cb92f6456e755205290dc62c58cae48b2ff68b91
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eba4a07ffa818c27f25b02c822ced11d69e14496e565ae392d2c1ce05dc8e0d61501ee860f19c1a2d18734086540bd59c22493566754706200b3110844145610
|
7
|
+
data.tar.gz: c54933b4ac4e7896275cdb1d8761c7bf51156d6116b880cc426d4929159c97689a91358f12e154a011a396f7e4a6517bf205ee8ca657e098716174c07e8df07d
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.105.0 (2021-10-27)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release allows customers to describe one or more versioned model packages through BatchDescribeModelPackage, update project via UpdateProject, modify and read customer metadata properties using Create, Update and Describe ModelPackage and enables cross account registration of model packages.
|
8
|
+
|
4
9
|
1.104.0 (2021-10-18)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.105.0
|
@@ -514,6 +514,61 @@ module Aws::SageMaker
|
|
514
514
|
req.send_request(options)
|
515
515
|
end
|
516
516
|
|
517
|
+
# This action batch describes a list of versioned model packages
|
518
|
+
#
|
519
|
+
# @option params [required, Array<String>] :model_package_arn_list
|
520
|
+
# The list of Amazon Resource Name (ARN) of the model package groups.
|
521
|
+
#
|
522
|
+
# @return [Types::BatchDescribeModelPackageOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
523
|
+
#
|
524
|
+
# * {Types::BatchDescribeModelPackageOutput#model_package_summaries #model_package_summaries} => Hash<String,Types::BatchDescribeModelPackageSummary>
|
525
|
+
# * {Types::BatchDescribeModelPackageOutput#batch_describe_model_package_error_map #batch_describe_model_package_error_map} => Hash<String,Types::BatchDescribeModelPackageError>
|
526
|
+
#
|
527
|
+
# @example Request syntax with placeholder values
|
528
|
+
#
|
529
|
+
# resp = client.batch_describe_model_package({
|
530
|
+
# model_package_arn_list: ["ModelPackageArn"], # required
|
531
|
+
# })
|
532
|
+
#
|
533
|
+
# @example Response structure
|
534
|
+
#
|
535
|
+
# resp.model_package_summaries #=> Hash
|
536
|
+
# resp.model_package_summaries["ModelPackageArn"].model_package_group_name #=> String
|
537
|
+
# resp.model_package_summaries["ModelPackageArn"].model_package_version #=> Integer
|
538
|
+
# resp.model_package_summaries["ModelPackageArn"].model_package_arn #=> String
|
539
|
+
# resp.model_package_summaries["ModelPackageArn"].model_package_description #=> String
|
540
|
+
# resp.model_package_summaries["ModelPackageArn"].creation_time #=> Time
|
541
|
+
# resp.model_package_summaries["ModelPackageArn"].inference_specification.containers #=> Array
|
542
|
+
# resp.model_package_summaries["ModelPackageArn"].inference_specification.containers[0].container_hostname #=> String
|
543
|
+
# resp.model_package_summaries["ModelPackageArn"].inference_specification.containers[0].image #=> String
|
544
|
+
# resp.model_package_summaries["ModelPackageArn"].inference_specification.containers[0].image_digest #=> String
|
545
|
+
# resp.model_package_summaries["ModelPackageArn"].inference_specification.containers[0].model_data_url #=> String
|
546
|
+
# resp.model_package_summaries["ModelPackageArn"].inference_specification.containers[0].product_id #=> String
|
547
|
+
# resp.model_package_summaries["ModelPackageArn"].inference_specification.containers[0].environment #=> Hash
|
548
|
+
# resp.model_package_summaries["ModelPackageArn"].inference_specification.containers[0].environment["EnvironmentKey"] #=> String
|
549
|
+
# resp.model_package_summaries["ModelPackageArn"].inference_specification.supported_transform_instance_types #=> Array
|
550
|
+
# resp.model_package_summaries["ModelPackageArn"].inference_specification.supported_transform_instance_types[0] #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge"
|
551
|
+
# resp.model_package_summaries["ModelPackageArn"].inference_specification.supported_realtime_inference_instance_types #=> Array
|
552
|
+
# resp.model_package_summaries["ModelPackageArn"].inference_specification.supported_realtime_inference_instance_types[0] #=> String, one of "ml.t2.medium", "ml.t2.large", "ml.t2.xlarge", "ml.t2.2xlarge", "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.m5d.large", "ml.m5d.xlarge", "ml.m5d.2xlarge", "ml.m5d.4xlarge", "ml.m5d.12xlarge", "ml.m5d.24xlarge", "ml.c4.large", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.c5.large", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5d.large", "ml.c5d.xlarge", "ml.c5d.2xlarge", "ml.c5d.4xlarge", "ml.c5d.9xlarge", "ml.c5d.18xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.r5.large", "ml.r5.xlarge", "ml.r5.2xlarge", "ml.r5.4xlarge", "ml.r5.12xlarge", "ml.r5.24xlarge", "ml.r5d.large", "ml.r5d.xlarge", "ml.r5d.2xlarge", "ml.r5d.4xlarge", "ml.r5d.12xlarge", "ml.r5d.24xlarge", "ml.inf1.xlarge", "ml.inf1.2xlarge", "ml.inf1.6xlarge", "ml.inf1.24xlarge"
|
553
|
+
# resp.model_package_summaries["ModelPackageArn"].inference_specification.supported_content_types #=> Array
|
554
|
+
# resp.model_package_summaries["ModelPackageArn"].inference_specification.supported_content_types[0] #=> String
|
555
|
+
# resp.model_package_summaries["ModelPackageArn"].inference_specification.supported_response_mime_types #=> Array
|
556
|
+
# resp.model_package_summaries["ModelPackageArn"].inference_specification.supported_response_mime_types[0] #=> String
|
557
|
+
# resp.model_package_summaries["ModelPackageArn"].model_package_status #=> String, one of "Pending", "InProgress", "Completed", "Failed", "Deleting"
|
558
|
+
# resp.model_package_summaries["ModelPackageArn"].model_approval_status #=> String, one of "Approved", "Rejected", "PendingManualApproval"
|
559
|
+
# resp.batch_describe_model_package_error_map #=> Hash
|
560
|
+
# resp.batch_describe_model_package_error_map["ModelPackageArn"].error_code #=> String
|
561
|
+
# resp.batch_describe_model_package_error_map["ModelPackageArn"].error_response #=> String
|
562
|
+
#
|
563
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/BatchDescribeModelPackage AWS API Documentation
|
564
|
+
#
|
565
|
+
# @overload batch_describe_model_package(params = {})
|
566
|
+
# @param [Hash] params ({})
|
567
|
+
def batch_describe_model_package(params = {}, options = {})
|
568
|
+
req = build_request(:batch_describe_model_package, params)
|
569
|
+
req.send_request(options)
|
570
|
+
end
|
571
|
+
|
517
572
|
# Creates an *action*. An action is a lineage tracking entity that
|
518
573
|
# represents an action or activity. For example, a model deployment or
|
519
574
|
# an HPO job. Generally, an action involves at least one input or output
|
@@ -3848,7 +3903,8 @@ module Aws::SageMaker
|
|
3848
3903
|
# applicable to versioned models.
|
3849
3904
|
#
|
3850
3905
|
# @option params [String] :model_package_group_name
|
3851
|
-
# The name
|
3906
|
+
# The name or Amazon Resource Name (ARN) of the model package group that
|
3907
|
+
# this model version belongs to.
|
3852
3908
|
#
|
3853
3909
|
# This parameter is required for versioned models, and does not apply to
|
3854
3910
|
# unversioned models.
|
@@ -3914,6 +3970,9 @@ module Aws::SageMaker
|
|
3914
3970
|
# **A suitable default value is auto-generated.** You should normally
|
3915
3971
|
# not need to pass this option.**
|
3916
3972
|
#
|
3973
|
+
# @option params [Hash<String,String>] :customer_metadata_properties
|
3974
|
+
# The metadata properties associated with the model package versions.
|
3975
|
+
#
|
3917
3976
|
# @return [Types::CreateModelPackageOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3918
3977
|
#
|
3919
3978
|
# * {Types::CreateModelPackageOutput#model_package_arn #model_package_arn} => String
|
@@ -3922,7 +3981,7 @@ module Aws::SageMaker
|
|
3922
3981
|
#
|
3923
3982
|
# resp = client.create_model_package({
|
3924
3983
|
# model_package_name: "EntityName",
|
3925
|
-
# model_package_group_name: "
|
3984
|
+
# model_package_group_name: "ArnOrName",
|
3926
3985
|
# model_package_description: "EntityDescription",
|
3927
3986
|
# inference_specification: {
|
3928
3987
|
# containers: [ # required
|
@@ -4043,6 +4102,9 @@ module Aws::SageMaker
|
|
4043
4102
|
# },
|
4044
4103
|
# },
|
4045
4104
|
# client_token: "ClientToken",
|
4105
|
+
# customer_metadata_properties: {
|
4106
|
+
# "CustomerMetadataKey" => "CustomerMetadataValue",
|
4107
|
+
# },
|
4046
4108
|
# })
|
4047
4109
|
#
|
4048
4110
|
# @example Response structure
|
@@ -9348,11 +9410,11 @@ module Aws::SageMaker
|
|
9348
9410
|
end
|
9349
9411
|
|
9350
9412
|
# Returns a description of the specified model package, which is used to
|
9351
|
-
# create
|
9413
|
+
# create SageMaker models or list them on Amazon Web Services
|
9352
9414
|
# Marketplace.
|
9353
9415
|
#
|
9354
|
-
# To create models in
|
9355
|
-
#
|
9416
|
+
# To create models in SageMaker, buyers can subscribe to model packages
|
9417
|
+
# listed on Amazon Web Services Marketplace.
|
9356
9418
|
#
|
9357
9419
|
# @option params [required, String] :model_package_name
|
9358
9420
|
# The name or Amazon Resource Name (ARN) of the model package to
|
@@ -9382,6 +9444,7 @@ module Aws::SageMaker
|
|
9382
9444
|
# * {Types::DescribeModelPackageOutput#last_modified_time #last_modified_time} => Time
|
9383
9445
|
# * {Types::DescribeModelPackageOutput#last_modified_by #last_modified_by} => Types::UserContext
|
9384
9446
|
# * {Types::DescribeModelPackageOutput#approval_description #approval_description} => String
|
9447
|
+
# * {Types::DescribeModelPackageOutput#customer_metadata_properties #customer_metadata_properties} => Hash<String,String>
|
9385
9448
|
#
|
9386
9449
|
# @example Request syntax with placeholder values
|
9387
9450
|
#
|
@@ -9477,6 +9540,8 @@ module Aws::SageMaker
|
|
9477
9540
|
# resp.last_modified_by.user_profile_name #=> String
|
9478
9541
|
# resp.last_modified_by.domain_id #=> String
|
9479
9542
|
# resp.approval_description #=> String
|
9543
|
+
# resp.customer_metadata_properties #=> Hash
|
9544
|
+
# resp.customer_metadata_properties["CustomerMetadataKey"] #=> String
|
9480
9545
|
#
|
9481
9546
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModelPackage AWS API Documentation
|
9482
9547
|
#
|
@@ -10107,6 +10172,8 @@ module Aws::SageMaker
|
|
10107
10172
|
# * {Types::DescribeProjectOutput#project_status #project_status} => String
|
10108
10173
|
# * {Types::DescribeProjectOutput#created_by #created_by} => Types::UserContext
|
10109
10174
|
# * {Types::DescribeProjectOutput#creation_time #creation_time} => Time
|
10175
|
+
# * {Types::DescribeProjectOutput#last_modified_time #last_modified_time} => Time
|
10176
|
+
# * {Types::DescribeProjectOutput#last_modified_by #last_modified_by} => Types::UserContext
|
10110
10177
|
#
|
10111
10178
|
# @example Request syntax with placeholder values
|
10112
10179
|
#
|
@@ -10128,11 +10195,15 @@ module Aws::SageMaker
|
|
10128
10195
|
# resp.service_catalog_provisioning_details.provisioning_parameters[0].value #=> String
|
10129
10196
|
# resp.service_catalog_provisioned_product_details.provisioned_product_id #=> String
|
10130
10197
|
# resp.service_catalog_provisioned_product_details.provisioned_product_status_message #=> String
|
10131
|
-
# resp.project_status #=> String, one of "Pending", "CreateInProgress", "CreateCompleted", "CreateFailed", "DeleteInProgress", "DeleteFailed", "DeleteCompleted"
|
10198
|
+
# resp.project_status #=> String, one of "Pending", "CreateInProgress", "CreateCompleted", "CreateFailed", "DeleteInProgress", "DeleteFailed", "DeleteCompleted", "UpdateInProgress", "UpdateCompleted", "UpdateFailed"
|
10132
10199
|
# resp.created_by.user_profile_arn #=> String
|
10133
10200
|
# resp.created_by.user_profile_name #=> String
|
10134
10201
|
# resp.created_by.domain_id #=> String
|
10135
10202
|
# resp.creation_time #=> Time
|
10203
|
+
# resp.last_modified_time #=> Time
|
10204
|
+
# resp.last_modified_by.user_profile_arn #=> String
|
10205
|
+
# resp.last_modified_by.user_profile_name #=> String
|
10206
|
+
# resp.last_modified_by.domain_id #=> String
|
10136
10207
|
#
|
10137
10208
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeProject AWS API Documentation
|
10138
10209
|
#
|
@@ -14260,7 +14331,7 @@ module Aws::SageMaker
|
|
14260
14331
|
# resp.project_summary_list[0].project_arn #=> String
|
14261
14332
|
# resp.project_summary_list[0].project_id #=> String
|
14262
14333
|
# resp.project_summary_list[0].creation_time #=> Time
|
14263
|
-
# resp.project_summary_list[0].project_status #=> String, one of "Pending", "CreateInProgress", "CreateCompleted", "CreateFailed", "DeleteInProgress", "DeleteFailed", "DeleteCompleted"
|
14334
|
+
# resp.project_summary_list[0].project_status #=> String, one of "Pending", "CreateInProgress", "CreateCompleted", "CreateFailed", "DeleteInProgress", "DeleteFailed", "DeleteCompleted", "UpdateInProgress", "UpdateCompleted", "UpdateFailed"
|
14264
14335
|
# resp.next_token #=> String
|
14265
14336
|
#
|
14266
14337
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListProjects AWS API Documentation
|
@@ -15928,6 +15999,8 @@ module Aws::SageMaker
|
|
15928
15999
|
# resp.results[0].model_package.tags #=> Array
|
15929
16000
|
# resp.results[0].model_package.tags[0].key #=> String
|
15930
16001
|
# resp.results[0].model_package.tags[0].value #=> String
|
16002
|
+
# resp.results[0].model_package.customer_metadata_properties #=> Hash
|
16003
|
+
# resp.results[0].model_package.customer_metadata_properties["CustomerMetadataKey"] #=> String
|
15931
16004
|
# resp.results[0].model_package_group.model_package_group_name #=> String
|
15932
16005
|
# resp.results[0].model_package_group.model_package_group_arn #=> String
|
15933
16006
|
# resp.results[0].model_package_group.model_package_group_description #=> String
|
@@ -16014,7 +16087,7 @@ module Aws::SageMaker
|
|
16014
16087
|
# resp.results[0].project.service_catalog_provisioning_details.provisioning_parameters[0].value #=> String
|
16015
16088
|
# resp.results[0].project.service_catalog_provisioned_product_details.provisioned_product_id #=> String
|
16016
16089
|
# resp.results[0].project.service_catalog_provisioned_product_details.provisioned_product_status_message #=> String
|
16017
|
-
# resp.results[0].project.project_status #=> String, one of "Pending", "CreateInProgress", "CreateCompleted", "CreateFailed", "DeleteInProgress", "DeleteFailed", "DeleteCompleted"
|
16090
|
+
# resp.results[0].project.project_status #=> String, one of "Pending", "CreateInProgress", "CreateCompleted", "CreateFailed", "DeleteInProgress", "DeleteFailed", "DeleteCompleted", "UpdateInProgress", "UpdateCompleted", "UpdateFailed"
|
16018
16091
|
# resp.results[0].project.created_by.user_profile_arn #=> String
|
16019
16092
|
# resp.results[0].project.created_by.user_profile_name #=> String
|
16020
16093
|
# resp.results[0].project.created_by.domain_id #=> String
|
@@ -16022,6 +16095,10 @@ module Aws::SageMaker
|
|
16022
16095
|
# resp.results[0].project.tags #=> Array
|
16023
16096
|
# resp.results[0].project.tags[0].key #=> String
|
16024
16097
|
# resp.results[0].project.tags[0].value #=> String
|
16098
|
+
# resp.results[0].project.last_modified_time #=> Time
|
16099
|
+
# resp.results[0].project.last_modified_by.user_profile_arn #=> String
|
16100
|
+
# resp.results[0].project.last_modified_by.user_profile_name #=> String
|
16101
|
+
# resp.results[0].project.last_modified_by.domain_id #=> String
|
16025
16102
|
# resp.next_token #=> String
|
16026
16103
|
#
|
16027
16104
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/Search AWS API Documentation
|
@@ -17160,14 +17237,21 @@ module Aws::SageMaker
|
|
17160
17237
|
# Updates a versioned model.
|
17161
17238
|
#
|
17162
17239
|
# @option params [required, String] :model_package_arn
|
17163
|
-
# The Amazon Resource Name (ARN) of the model.
|
17240
|
+
# The Amazon Resource Name (ARN) of the model package.
|
17164
17241
|
#
|
17165
|
-
# @option params [
|
17242
|
+
# @option params [String] :model_approval_status
|
17166
17243
|
# The approval status of the model.
|
17167
17244
|
#
|
17168
17245
|
# @option params [String] :approval_description
|
17169
17246
|
# A description for the approval status of the model.
|
17170
17247
|
#
|
17248
|
+
# @option params [Hash<String,String>] :customer_metadata_properties
|
17249
|
+
# The metadata properties associated with the model package versions.
|
17250
|
+
#
|
17251
|
+
# @option params [Array<String>] :customer_metadata_properties_to_remove
|
17252
|
+
# The metadata properties associated with the model package versions to
|
17253
|
+
# remove.
|
17254
|
+
#
|
17171
17255
|
# @return [Types::UpdateModelPackageOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
17172
17256
|
#
|
17173
17257
|
# * {Types::UpdateModelPackageOutput#model_package_arn #model_package_arn} => String
|
@@ -17176,8 +17260,12 @@ module Aws::SageMaker
|
|
17176
17260
|
#
|
17177
17261
|
# resp = client.update_model_package({
|
17178
17262
|
# model_package_arn: "ModelPackageArn", # required
|
17179
|
-
# model_approval_status: "Approved", #
|
17263
|
+
# model_approval_status: "Approved", # accepts Approved, Rejected, PendingManualApproval
|
17180
17264
|
# approval_description: "ApprovalDescription",
|
17265
|
+
# customer_metadata_properties: {
|
17266
|
+
# "CustomerMetadataKey" => "CustomerMetadataValue",
|
17267
|
+
# },
|
17268
|
+
# customer_metadata_properties_to_remove: ["CustomerMetadataKey"],
|
17181
17269
|
# })
|
17182
17270
|
#
|
17183
17271
|
# @example Response structure
|
@@ -17571,6 +17659,82 @@ module Aws::SageMaker
|
|
17571
17659
|
req.send_request(options)
|
17572
17660
|
end
|
17573
17661
|
|
17662
|
+
# Updates a machine learning (ML) project that is created from a
|
17663
|
+
# template that sets up an ML pipeline from training to deploying an
|
17664
|
+
# approved model.
|
17665
|
+
#
|
17666
|
+
# <note markdown="1"> You must not update a project that is in use. If you update the
|
17667
|
+
# `ServiceCatalogProvisioningUpdateDetails` of a project that is active
|
17668
|
+
# or being created, or updated, you may lose resources already created
|
17669
|
+
# by the project.
|
17670
|
+
#
|
17671
|
+
# </note>
|
17672
|
+
#
|
17673
|
+
# @option params [required, String] :project_name
|
17674
|
+
# The name of the project.
|
17675
|
+
#
|
17676
|
+
# @option params [String] :project_description
|
17677
|
+
# The description for the project.
|
17678
|
+
#
|
17679
|
+
# @option params [Types::ServiceCatalogProvisioningUpdateDetails] :service_catalog_provisioning_update_details
|
17680
|
+
# The product ID and provisioning artifact ID to provision a service
|
17681
|
+
# catalog. The provisioning artifact ID will default to the latest
|
17682
|
+
# provisioning artifact ID of the product, if you don't provide the
|
17683
|
+
# provisioning artifact ID. For more information, see [What is AWS
|
17684
|
+
# Service Catalog][1].
|
17685
|
+
#
|
17686
|
+
#
|
17687
|
+
#
|
17688
|
+
# [1]: https://docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html
|
17689
|
+
#
|
17690
|
+
# @option params [Array<Types::Tag>] :tags
|
17691
|
+
# An array of key-value pairs. You can use tags to categorize your AWS
|
17692
|
+
# resources in different ways, for example, by purpose, owner, or
|
17693
|
+
# environment. For more information, see [Tagging AWS Resources][1].
|
17694
|
+
#
|
17695
|
+
#
|
17696
|
+
#
|
17697
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html
|
17698
|
+
#
|
17699
|
+
# @return [Types::UpdateProjectOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
17700
|
+
#
|
17701
|
+
# * {Types::UpdateProjectOutput#project_arn #project_arn} => String
|
17702
|
+
#
|
17703
|
+
# @example Request syntax with placeholder values
|
17704
|
+
#
|
17705
|
+
# resp = client.update_project({
|
17706
|
+
# project_name: "ProjectEntityName", # required
|
17707
|
+
# project_description: "EntityDescription",
|
17708
|
+
# service_catalog_provisioning_update_details: {
|
17709
|
+
# provisioning_artifact_id: "ServiceCatalogEntityId",
|
17710
|
+
# provisioning_parameters: [
|
17711
|
+
# {
|
17712
|
+
# key: "ProvisioningParameterKey",
|
17713
|
+
# value: "ProvisioningParameterValue",
|
17714
|
+
# },
|
17715
|
+
# ],
|
17716
|
+
# },
|
17717
|
+
# tags: [
|
17718
|
+
# {
|
17719
|
+
# key: "TagKey", # required
|
17720
|
+
# value: "TagValue", # required
|
17721
|
+
# },
|
17722
|
+
# ],
|
17723
|
+
# })
|
17724
|
+
#
|
17725
|
+
# @example Response structure
|
17726
|
+
#
|
17727
|
+
# resp.project_arn #=> String
|
17728
|
+
#
|
17729
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateProject AWS API Documentation
|
17730
|
+
#
|
17731
|
+
# @overload update_project(params = {})
|
17732
|
+
# @param [Hash] params ({})
|
17733
|
+
def update_project(params = {}, options = {})
|
17734
|
+
req = build_request(:update_project, params)
|
17735
|
+
req.send_request(options)
|
17736
|
+
end
|
17737
|
+
|
17574
17738
|
# Update a model training job to request a new Debugger profiling
|
17575
17739
|
# configuration.
|
17576
17740
|
#
|
@@ -18041,7 +18205,7 @@ module Aws::SageMaker
|
|
18041
18205
|
params: params,
|
18042
18206
|
config: config)
|
18043
18207
|
context[:gem_name] = 'aws-sdk-sagemaker'
|
18044
|
-
context[:gem_version] = '1.
|
18208
|
+
context[:gem_version] = '1.105.0'
|
18045
18209
|
Seahorse::Client::Request.new(handlers, context)
|
18046
18210
|
end
|
18047
18211
|
|
@@ -125,6 +125,11 @@ module Aws::SageMaker
|
|
125
125
|
AutoMLSortOrder = Shapes::StringShape.new(name: 'AutoMLSortOrder')
|
126
126
|
AutoRollbackConfig = Shapes::StructureShape.new(name: 'AutoRollbackConfig')
|
127
127
|
AwsManagedHumanLoopRequestSource = Shapes::StringShape.new(name: 'AwsManagedHumanLoopRequestSource')
|
128
|
+
BatchDescribeModelPackageError = Shapes::StructureShape.new(name: 'BatchDescribeModelPackageError')
|
129
|
+
BatchDescribeModelPackageErrorMap = Shapes::MapShape.new(name: 'BatchDescribeModelPackageErrorMap')
|
130
|
+
BatchDescribeModelPackageInput = Shapes::StructureShape.new(name: 'BatchDescribeModelPackageInput')
|
131
|
+
BatchDescribeModelPackageOutput = Shapes::StructureShape.new(name: 'BatchDescribeModelPackageOutput')
|
132
|
+
BatchDescribeModelPackageSummary = Shapes::StructureShape.new(name: 'BatchDescribeModelPackageSummary')
|
128
133
|
BatchStrategy = Shapes::StringShape.new(name: 'BatchStrategy')
|
129
134
|
Bias = Shapes::StructureShape.new(name: 'Bias')
|
130
135
|
BillableTimeInSeconds = Shapes::IntegerShape.new(name: 'BillableTimeInSeconds')
|
@@ -312,6 +317,10 @@ module Aws::SageMaker
|
|
312
317
|
CsvContentTypes = Shapes::ListShape.new(name: 'CsvContentTypes')
|
313
318
|
CustomImage = Shapes::StructureShape.new(name: 'CustomImage')
|
314
319
|
CustomImages = Shapes::ListShape.new(name: 'CustomImages')
|
320
|
+
CustomerMetadataKey = Shapes::StringShape.new(name: 'CustomerMetadataKey')
|
321
|
+
CustomerMetadataKeyList = Shapes::ListShape.new(name: 'CustomerMetadataKeyList')
|
322
|
+
CustomerMetadataMap = Shapes::MapShape.new(name: 'CustomerMetadataMap')
|
323
|
+
CustomerMetadataValue = Shapes::StringShape.new(name: 'CustomerMetadataValue')
|
315
324
|
DataCaptureConfig = Shapes::StructureShape.new(name: 'DataCaptureConfig')
|
316
325
|
DataCaptureConfigSummary = Shapes::StructureShape.new(name: 'DataCaptureConfigSummary')
|
317
326
|
DataCatalogConfig = Shapes::StructureShape.new(name: 'DataCatalogConfig')
|
@@ -922,6 +931,7 @@ module Aws::SageMaker
|
|
922
931
|
ModelNameContains = Shapes::StringShape.new(name: 'ModelNameContains')
|
923
932
|
ModelPackage = Shapes::StructureShape.new(name: 'ModelPackage')
|
924
933
|
ModelPackageArn = Shapes::StringShape.new(name: 'ModelPackageArn')
|
934
|
+
ModelPackageArnList = Shapes::ListShape.new(name: 'ModelPackageArnList')
|
925
935
|
ModelPackageContainerDefinition = Shapes::StructureShape.new(name: 'ModelPackageContainerDefinition')
|
926
936
|
ModelPackageContainerDefinitionList = Shapes::ListShape.new(name: 'ModelPackageContainerDefinitionList')
|
927
937
|
ModelPackageGroup = Shapes::StructureShape.new(name: 'ModelPackageGroup')
|
@@ -935,6 +945,7 @@ module Aws::SageMaker
|
|
935
945
|
ModelPackageStatusDetails = Shapes::StructureShape.new(name: 'ModelPackageStatusDetails')
|
936
946
|
ModelPackageStatusItem = Shapes::StructureShape.new(name: 'ModelPackageStatusItem')
|
937
947
|
ModelPackageStatusItemList = Shapes::ListShape.new(name: 'ModelPackageStatusItemList')
|
948
|
+
ModelPackageSummaries = Shapes::MapShape.new(name: 'ModelPackageSummaries')
|
938
949
|
ModelPackageSummary = Shapes::StructureShape.new(name: 'ModelPackageSummary')
|
939
950
|
ModelPackageSummaryList = Shapes::ListShape.new(name: 'ModelPackageSummaryList')
|
940
951
|
ModelPackageType = Shapes::StringShape.new(name: 'ModelPackageType')
|
@@ -1232,6 +1243,7 @@ module Aws::SageMaker
|
|
1232
1243
|
ServiceCatalogEntityId = Shapes::StringShape.new(name: 'ServiceCatalogEntityId')
|
1233
1244
|
ServiceCatalogProvisionedProductDetails = Shapes::StructureShape.new(name: 'ServiceCatalogProvisionedProductDetails')
|
1234
1245
|
ServiceCatalogProvisioningDetails = Shapes::StructureShape.new(name: 'ServiceCatalogProvisioningDetails')
|
1246
|
+
ServiceCatalogProvisioningUpdateDetails = Shapes::StructureShape.new(name: 'ServiceCatalogProvisioningUpdateDetails')
|
1235
1247
|
SessionExpirationDurationInSeconds = Shapes::IntegerShape.new(name: 'SessionExpirationDurationInSeconds')
|
1236
1248
|
SharingSettings = Shapes::StructureShape.new(name: 'SharingSettings')
|
1237
1249
|
ShuffleConfig = Shapes::StructureShape.new(name: 'ShuffleConfig')
|
@@ -1435,6 +1447,8 @@ module Aws::SageMaker
|
|
1435
1447
|
UpdatePipelineExecutionResponse = Shapes::StructureShape.new(name: 'UpdatePipelineExecutionResponse')
|
1436
1448
|
UpdatePipelineRequest = Shapes::StructureShape.new(name: 'UpdatePipelineRequest')
|
1437
1449
|
UpdatePipelineResponse = Shapes::StructureShape.new(name: 'UpdatePipelineResponse')
|
1450
|
+
UpdateProjectInput = Shapes::StructureShape.new(name: 'UpdateProjectInput')
|
1451
|
+
UpdateProjectOutput = Shapes::StructureShape.new(name: 'UpdateProjectOutput')
|
1438
1452
|
UpdateTrainingJobRequest = Shapes::StructureShape.new(name: 'UpdateTrainingJobRequest')
|
1439
1453
|
UpdateTrainingJobResponse = Shapes::StructureShape.new(name: 'UpdateTrainingJobResponse')
|
1440
1454
|
UpdateTrialComponentRequest = Shapes::StructureShape.new(name: 'UpdateTrialComponentRequest')
|
@@ -1742,6 +1756,30 @@ module Aws::SageMaker
|
|
1742
1756
|
AutoRollbackConfig.add_member(:alarms, Shapes::ShapeRef.new(shape: AlarmList, location_name: "Alarms"))
|
1743
1757
|
AutoRollbackConfig.struct_class = Types::AutoRollbackConfig
|
1744
1758
|
|
1759
|
+
BatchDescribeModelPackageError.add_member(:error_code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ErrorCode"))
|
1760
|
+
BatchDescribeModelPackageError.add_member(:error_response, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ErrorResponse"))
|
1761
|
+
BatchDescribeModelPackageError.struct_class = Types::BatchDescribeModelPackageError
|
1762
|
+
|
1763
|
+
BatchDescribeModelPackageErrorMap.key = Shapes::ShapeRef.new(shape: ModelPackageArn)
|
1764
|
+
BatchDescribeModelPackageErrorMap.value = Shapes::ShapeRef.new(shape: BatchDescribeModelPackageError)
|
1765
|
+
|
1766
|
+
BatchDescribeModelPackageInput.add_member(:model_package_arn_list, Shapes::ShapeRef.new(shape: ModelPackageArnList, required: true, location_name: "ModelPackageArnList"))
|
1767
|
+
BatchDescribeModelPackageInput.struct_class = Types::BatchDescribeModelPackageInput
|
1768
|
+
|
1769
|
+
BatchDescribeModelPackageOutput.add_member(:model_package_summaries, Shapes::ShapeRef.new(shape: ModelPackageSummaries, location_name: "ModelPackageSummaries"))
|
1770
|
+
BatchDescribeModelPackageOutput.add_member(:batch_describe_model_package_error_map, Shapes::ShapeRef.new(shape: BatchDescribeModelPackageErrorMap, location_name: "BatchDescribeModelPackageErrorMap"))
|
1771
|
+
BatchDescribeModelPackageOutput.struct_class = Types::BatchDescribeModelPackageOutput
|
1772
|
+
|
1773
|
+
BatchDescribeModelPackageSummary.add_member(:model_package_group_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelPackageGroupName"))
|
1774
|
+
BatchDescribeModelPackageSummary.add_member(:model_package_version, Shapes::ShapeRef.new(shape: ModelPackageVersion, location_name: "ModelPackageVersion"))
|
1775
|
+
BatchDescribeModelPackageSummary.add_member(:model_package_arn, Shapes::ShapeRef.new(shape: ModelPackageArn, required: true, location_name: "ModelPackageArn"))
|
1776
|
+
BatchDescribeModelPackageSummary.add_member(:model_package_description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "ModelPackageDescription"))
|
1777
|
+
BatchDescribeModelPackageSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "CreationTime"))
|
1778
|
+
BatchDescribeModelPackageSummary.add_member(:inference_specification, Shapes::ShapeRef.new(shape: InferenceSpecification, required: true, location_name: "InferenceSpecification"))
|
1779
|
+
BatchDescribeModelPackageSummary.add_member(:model_package_status, Shapes::ShapeRef.new(shape: ModelPackageStatus, required: true, location_name: "ModelPackageStatus"))
|
1780
|
+
BatchDescribeModelPackageSummary.add_member(:model_approval_status, Shapes::ShapeRef.new(shape: ModelApprovalStatus, location_name: "ModelApprovalStatus"))
|
1781
|
+
BatchDescribeModelPackageSummary.struct_class = Types::BatchDescribeModelPackageSummary
|
1782
|
+
|
1745
1783
|
Bias.add_member(:report, Shapes::ShapeRef.new(shape: MetricsSource, location_name: "Report"))
|
1746
1784
|
Bias.struct_class = Types::Bias
|
1747
1785
|
|
@@ -2218,7 +2256,7 @@ module Aws::SageMaker
|
|
2218
2256
|
CreateModelPackageGroupOutput.struct_class = Types::CreateModelPackageGroupOutput
|
2219
2257
|
|
2220
2258
|
CreateModelPackageInput.add_member(:model_package_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "ModelPackageName"))
|
2221
|
-
CreateModelPackageInput.add_member(:model_package_group_name, Shapes::ShapeRef.new(shape:
|
2259
|
+
CreateModelPackageInput.add_member(:model_package_group_name, Shapes::ShapeRef.new(shape: ArnOrName, location_name: "ModelPackageGroupName"))
|
2222
2260
|
CreateModelPackageInput.add_member(:model_package_description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "ModelPackageDescription"))
|
2223
2261
|
CreateModelPackageInput.add_member(:inference_specification, Shapes::ShapeRef.new(shape: InferenceSpecification, location_name: "InferenceSpecification"))
|
2224
2262
|
CreateModelPackageInput.add_member(:validation_specification, Shapes::ShapeRef.new(shape: ModelPackageValidationSpecification, location_name: "ValidationSpecification"))
|
@@ -2229,6 +2267,7 @@ module Aws::SageMaker
|
|
2229
2267
|
CreateModelPackageInput.add_member(:metadata_properties, Shapes::ShapeRef.new(shape: MetadataProperties, location_name: "MetadataProperties"))
|
2230
2268
|
CreateModelPackageInput.add_member(:model_metrics, Shapes::ShapeRef.new(shape: ModelMetrics, location_name: "ModelMetrics"))
|
2231
2269
|
CreateModelPackageInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
2270
|
+
CreateModelPackageInput.add_member(:customer_metadata_properties, Shapes::ShapeRef.new(shape: CustomerMetadataMap, location_name: "CustomerMetadataProperties"))
|
2232
2271
|
CreateModelPackageInput.struct_class = Types::CreateModelPackageInput
|
2233
2272
|
|
2234
2273
|
CreateModelPackageOutput.add_member(:model_package_arn, Shapes::ShapeRef.new(shape: ModelPackageArn, required: true, location_name: "ModelPackageArn"))
|
@@ -2459,6 +2498,11 @@ module Aws::SageMaker
|
|
2459
2498
|
|
2460
2499
|
CustomImages.member = Shapes::ShapeRef.new(shape: CustomImage)
|
2461
2500
|
|
2501
|
+
CustomerMetadataKeyList.member = Shapes::ShapeRef.new(shape: CustomerMetadataKey)
|
2502
|
+
|
2503
|
+
CustomerMetadataMap.key = Shapes::ShapeRef.new(shape: CustomerMetadataKey)
|
2504
|
+
CustomerMetadataMap.value = Shapes::ShapeRef.new(shape: CustomerMetadataValue)
|
2505
|
+
|
2462
2506
|
DataCaptureConfig.add_member(:enable_capture, Shapes::ShapeRef.new(shape: EnableCapture, location_name: "EnableCapture"))
|
2463
2507
|
DataCaptureConfig.add_member(:initial_sampling_percentage, Shapes::ShapeRef.new(shape: SamplingPercentage, required: true, location_name: "InitialSamplingPercentage"))
|
2464
2508
|
DataCaptureConfig.add_member(:destination_s3_uri, Shapes::ShapeRef.new(shape: DestinationS3Uri, required: true, location_name: "DestinationS3Uri"))
|
@@ -3191,6 +3235,7 @@ module Aws::SageMaker
|
|
3191
3235
|
DescribeModelPackageOutput.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
3192
3236
|
DescribeModelPackageOutput.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
|
3193
3237
|
DescribeModelPackageOutput.add_member(:approval_description, Shapes::ShapeRef.new(shape: ApprovalDescription, location_name: "ApprovalDescription"))
|
3238
|
+
DescribeModelPackageOutput.add_member(:customer_metadata_properties, Shapes::ShapeRef.new(shape: CustomerMetadataMap, location_name: "CustomerMetadataProperties"))
|
3194
3239
|
DescribeModelPackageOutput.struct_class = Types::DescribeModelPackageOutput
|
3195
3240
|
|
3196
3241
|
DescribeModelQualityJobDefinitionRequest.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
|
@@ -3339,6 +3384,8 @@ module Aws::SageMaker
|
|
3339
3384
|
DescribeProjectOutput.add_member(:project_status, Shapes::ShapeRef.new(shape: ProjectStatus, required: true, location_name: "ProjectStatus"))
|
3340
3385
|
DescribeProjectOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
|
3341
3386
|
DescribeProjectOutput.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
3387
|
+
DescribeProjectOutput.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
3388
|
+
DescribeProjectOutput.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
|
3342
3389
|
DescribeProjectOutput.struct_class = Types::DescribeProjectOutput
|
3343
3390
|
|
3344
3391
|
DescribeStudioLifecycleConfigRequest.add_member(:studio_lifecycle_config_name, Shapes::ShapeRef.new(shape: StudioLifecycleConfigName, required: true, location_name: "StudioLifecycleConfigName"))
|
@@ -4964,8 +5011,11 @@ module Aws::SageMaker
|
|
4964
5011
|
ModelPackage.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
|
4965
5012
|
ModelPackage.add_member(:approval_description, Shapes::ShapeRef.new(shape: ApprovalDescription, location_name: "ApprovalDescription"))
|
4966
5013
|
ModelPackage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
5014
|
+
ModelPackage.add_member(:customer_metadata_properties, Shapes::ShapeRef.new(shape: CustomerMetadataMap, location_name: "CustomerMetadataProperties"))
|
4967
5015
|
ModelPackage.struct_class = Types::ModelPackage
|
4968
5016
|
|
5017
|
+
ModelPackageArnList.member = Shapes::ShapeRef.new(shape: ModelPackageArn)
|
5018
|
+
|
4969
5019
|
ModelPackageContainerDefinition.add_member(:container_hostname, Shapes::ShapeRef.new(shape: ContainerHostname, location_name: "ContainerHostname"))
|
4970
5020
|
ModelPackageContainerDefinition.add_member(:image, Shapes::ShapeRef.new(shape: ContainerImage, required: true, location_name: "Image"))
|
4971
5021
|
ModelPackageContainerDefinition.add_member(:image_digest, Shapes::ShapeRef.new(shape: ImageDigest, location_name: "ImageDigest"))
|
@@ -5005,6 +5055,9 @@ module Aws::SageMaker
|
|
5005
5055
|
|
5006
5056
|
ModelPackageStatusItemList.member = Shapes::ShapeRef.new(shape: ModelPackageStatusItem)
|
5007
5057
|
|
5058
|
+
ModelPackageSummaries.key = Shapes::ShapeRef.new(shape: ModelPackageArn)
|
5059
|
+
ModelPackageSummaries.value = Shapes::ShapeRef.new(shape: BatchDescribeModelPackageSummary)
|
5060
|
+
|
5008
5061
|
ModelPackageSummary.add_member(:model_package_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelPackageName"))
|
5009
5062
|
ModelPackageSummary.add_member(:model_package_group_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "ModelPackageGroupName"))
|
5010
5063
|
ModelPackageSummary.add_member(:model_package_version, Shapes::ShapeRef.new(shape: ModelPackageVersion, location_name: "ModelPackageVersion"))
|
@@ -5565,6 +5618,8 @@ module Aws::SageMaker
|
|
5565
5618
|
Project.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
|
5566
5619
|
Project.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
5567
5620
|
Project.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
5621
|
+
Project.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
5622
|
+
Project.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
|
5568
5623
|
Project.struct_class = Types::Project
|
5569
5624
|
|
5570
5625
|
ProjectSummary.add_member(:project_name, Shapes::ShapeRef.new(shape: ProjectEntityName, required: true, location_name: "ProjectName"))
|
@@ -5777,6 +5832,10 @@ module Aws::SageMaker
|
|
5777
5832
|
ServiceCatalogProvisioningDetails.add_member(:provisioning_parameters, Shapes::ShapeRef.new(shape: ProvisioningParameters, location_name: "ProvisioningParameters"))
|
5778
5833
|
ServiceCatalogProvisioningDetails.struct_class = Types::ServiceCatalogProvisioningDetails
|
5779
5834
|
|
5835
|
+
ServiceCatalogProvisioningUpdateDetails.add_member(:provisioning_artifact_id, Shapes::ShapeRef.new(shape: ServiceCatalogEntityId, location_name: "ProvisioningArtifactId"))
|
5836
|
+
ServiceCatalogProvisioningUpdateDetails.add_member(:provisioning_parameters, Shapes::ShapeRef.new(shape: ProvisioningParameters, location_name: "ProvisioningParameters"))
|
5837
|
+
ServiceCatalogProvisioningUpdateDetails.struct_class = Types::ServiceCatalogProvisioningUpdateDetails
|
5838
|
+
|
5780
5839
|
SharingSettings.add_member(:notebook_output_option, Shapes::ShapeRef.new(shape: NotebookOutputOption, location_name: "NotebookOutputOption"))
|
5781
5840
|
SharingSettings.add_member(:s3_output_path, Shapes::ShapeRef.new(shape: S3Uri, location_name: "S3OutputPath"))
|
5782
5841
|
SharingSettings.add_member(:s3_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "S3KmsKeyId"))
|
@@ -6293,8 +6352,10 @@ module Aws::SageMaker
|
|
6293
6352
|
UpdateImageResponse.struct_class = Types::UpdateImageResponse
|
6294
6353
|
|
6295
6354
|
UpdateModelPackageInput.add_member(:model_package_arn, Shapes::ShapeRef.new(shape: ModelPackageArn, required: true, location_name: "ModelPackageArn"))
|
6296
|
-
UpdateModelPackageInput.add_member(:model_approval_status, Shapes::ShapeRef.new(shape: ModelApprovalStatus,
|
6355
|
+
UpdateModelPackageInput.add_member(:model_approval_status, Shapes::ShapeRef.new(shape: ModelApprovalStatus, location_name: "ModelApprovalStatus"))
|
6297
6356
|
UpdateModelPackageInput.add_member(:approval_description, Shapes::ShapeRef.new(shape: ApprovalDescription, location_name: "ApprovalDescription"))
|
6357
|
+
UpdateModelPackageInput.add_member(:customer_metadata_properties, Shapes::ShapeRef.new(shape: CustomerMetadataMap, location_name: "CustomerMetadataProperties"))
|
6358
|
+
UpdateModelPackageInput.add_member(:customer_metadata_properties_to_remove, Shapes::ShapeRef.new(shape: CustomerMetadataKeyList, location_name: "CustomerMetadataPropertiesToRemove"))
|
6298
6359
|
UpdateModelPackageInput.struct_class = Types::UpdateModelPackageInput
|
6299
6360
|
|
6300
6361
|
UpdateModelPackageOutput.add_member(:model_package_arn, Shapes::ShapeRef.new(shape: ModelPackageArn, required: true, location_name: "ModelPackageArn"))
|
@@ -6349,6 +6410,15 @@ module Aws::SageMaker
|
|
6349
6410
|
UpdatePipelineResponse.add_member(:pipeline_arn, Shapes::ShapeRef.new(shape: PipelineArn, location_name: "PipelineArn"))
|
6350
6411
|
UpdatePipelineResponse.struct_class = Types::UpdatePipelineResponse
|
6351
6412
|
|
6413
|
+
UpdateProjectInput.add_member(:project_name, Shapes::ShapeRef.new(shape: ProjectEntityName, required: true, location_name: "ProjectName"))
|
6414
|
+
UpdateProjectInput.add_member(:project_description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "ProjectDescription"))
|
6415
|
+
UpdateProjectInput.add_member(:service_catalog_provisioning_update_details, Shapes::ShapeRef.new(shape: ServiceCatalogProvisioningUpdateDetails, location_name: "ServiceCatalogProvisioningUpdateDetails"))
|
6416
|
+
UpdateProjectInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
6417
|
+
UpdateProjectInput.struct_class = Types::UpdateProjectInput
|
6418
|
+
|
6419
|
+
UpdateProjectOutput.add_member(:project_arn, Shapes::ShapeRef.new(shape: ProjectArn, required: true, location_name: "ProjectArn"))
|
6420
|
+
UpdateProjectOutput.struct_class = Types::UpdateProjectOutput
|
6421
|
+
|
6352
6422
|
UpdateTrainingJobRequest.add_member(:training_job_name, Shapes::ShapeRef.new(shape: TrainingJobName, required: true, location_name: "TrainingJobName"))
|
6353
6423
|
UpdateTrainingJobRequest.add_member(:profiler_config, Shapes::ShapeRef.new(shape: ProfilerConfigForUpdate, location_name: "ProfilerConfig"))
|
6354
6424
|
UpdateTrainingJobRequest.add_member(:profiler_rule_configurations, Shapes::ShapeRef.new(shape: ProfilerRuleConfigurations, location_name: "ProfilerRuleConfigurations"))
|
@@ -6512,6 +6582,14 @@ module Aws::SageMaker
|
|
6512
6582
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
6513
6583
|
end)
|
6514
6584
|
|
6585
|
+
api.add_operation(:batch_describe_model_package, Seahorse::Model::Operation.new.tap do |o|
|
6586
|
+
o.name = "BatchDescribeModelPackage"
|
6587
|
+
o.http_method = "POST"
|
6588
|
+
o.http_request_uri = "/"
|
6589
|
+
o.input = Shapes::ShapeRef.new(shape: BatchDescribeModelPackageInput)
|
6590
|
+
o.output = Shapes::ShapeRef.new(shape: BatchDescribeModelPackageOutput)
|
6591
|
+
end)
|
6592
|
+
|
6515
6593
|
api.add_operation(:create_action, Seahorse::Model::Operation.new.tap do |o|
|
6516
6594
|
o.name = "CreateAction"
|
6517
6595
|
o.http_method = "POST"
|
@@ -8889,6 +8967,14 @@ module Aws::SageMaker
|
|
8889
8967
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
8890
8968
|
end)
|
8891
8969
|
|
8970
|
+
api.add_operation(:update_project, Seahorse::Model::Operation.new.tap do |o|
|
8971
|
+
o.name = "UpdateProject"
|
8972
|
+
o.http_method = "POST"
|
8973
|
+
o.http_request_uri = "/"
|
8974
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateProjectInput)
|
8975
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateProjectOutput)
|
8976
|
+
end)
|
8977
|
+
|
8892
8978
|
api.add_operation(:update_training_job, Seahorse::Model::Operation.new.tap do |o|
|
8893
8979
|
o.name = "UpdateTrainingJob"
|
8894
8980
|
o.http_method = "POST"
|
@@ -2426,6 +2426,110 @@ module Aws::SageMaker
|
|
2426
2426
|
include Aws::Structure
|
2427
2427
|
end
|
2428
2428
|
|
2429
|
+
# The error code and error description associated with the resource.
|
2430
|
+
#
|
2431
|
+
# @!attribute [rw] error_code
|
2432
|
+
# @return [String]
|
2433
|
+
#
|
2434
|
+
# @!attribute [rw] error_response
|
2435
|
+
# @return [String]
|
2436
|
+
#
|
2437
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/BatchDescribeModelPackageError AWS API Documentation
|
2438
|
+
#
|
2439
|
+
class BatchDescribeModelPackageError < Struct.new(
|
2440
|
+
:error_code,
|
2441
|
+
:error_response)
|
2442
|
+
SENSITIVE = []
|
2443
|
+
include Aws::Structure
|
2444
|
+
end
|
2445
|
+
|
2446
|
+
# @note When making an API call, you may pass BatchDescribeModelPackageInput
|
2447
|
+
# data as a hash:
|
2448
|
+
#
|
2449
|
+
# {
|
2450
|
+
# model_package_arn_list: ["ModelPackageArn"], # required
|
2451
|
+
# }
|
2452
|
+
#
|
2453
|
+
# @!attribute [rw] model_package_arn_list
|
2454
|
+
# The list of Amazon Resource Name (ARN) of the model package groups.
|
2455
|
+
# @return [Array<String>]
|
2456
|
+
#
|
2457
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/BatchDescribeModelPackageInput AWS API Documentation
|
2458
|
+
#
|
2459
|
+
class BatchDescribeModelPackageInput < Struct.new(
|
2460
|
+
:model_package_arn_list)
|
2461
|
+
SENSITIVE = []
|
2462
|
+
include Aws::Structure
|
2463
|
+
end
|
2464
|
+
|
2465
|
+
# @!attribute [rw] model_package_summaries
|
2466
|
+
# The summaries for the model package versions
|
2467
|
+
# @return [Hash<String,Types::BatchDescribeModelPackageSummary>]
|
2468
|
+
#
|
2469
|
+
# @!attribute [rw] batch_describe_model_package_error_map
|
2470
|
+
# A map of the resource and BatchDescribeModelPackageError objects
|
2471
|
+
# reporting the error associated with describing the model package.
|
2472
|
+
# @return [Hash<String,Types::BatchDescribeModelPackageError>]
|
2473
|
+
#
|
2474
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/BatchDescribeModelPackageOutput AWS API Documentation
|
2475
|
+
#
|
2476
|
+
class BatchDescribeModelPackageOutput < Struct.new(
|
2477
|
+
:model_package_summaries,
|
2478
|
+
:batch_describe_model_package_error_map)
|
2479
|
+
SENSITIVE = []
|
2480
|
+
include Aws::Structure
|
2481
|
+
end
|
2482
|
+
|
2483
|
+
# Provides summary information about the model package.
|
2484
|
+
#
|
2485
|
+
# @!attribute [rw] model_package_group_name
|
2486
|
+
# The group name for the model package
|
2487
|
+
# @return [String]
|
2488
|
+
#
|
2489
|
+
# @!attribute [rw] model_package_version
|
2490
|
+
# The version number of a versioned model.
|
2491
|
+
# @return [Integer]
|
2492
|
+
#
|
2493
|
+
# @!attribute [rw] model_package_arn
|
2494
|
+
# The Amazon Resource Name (ARN) of the model package.
|
2495
|
+
# @return [String]
|
2496
|
+
#
|
2497
|
+
# @!attribute [rw] model_package_description
|
2498
|
+
# The description of the model package.
|
2499
|
+
# @return [String]
|
2500
|
+
#
|
2501
|
+
# @!attribute [rw] creation_time
|
2502
|
+
# The creation time of the mortgage package summary.
|
2503
|
+
# @return [Time]
|
2504
|
+
#
|
2505
|
+
# @!attribute [rw] inference_specification
|
2506
|
+
# Defines how to perform inference generation after a training job is
|
2507
|
+
# run.
|
2508
|
+
# @return [Types::InferenceSpecification]
|
2509
|
+
#
|
2510
|
+
# @!attribute [rw] model_package_status
|
2511
|
+
# The status of the mortgage package.
|
2512
|
+
# @return [String]
|
2513
|
+
#
|
2514
|
+
# @!attribute [rw] model_approval_status
|
2515
|
+
# The approval status of the model.
|
2516
|
+
# @return [String]
|
2517
|
+
#
|
2518
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/BatchDescribeModelPackageSummary AWS API Documentation
|
2519
|
+
#
|
2520
|
+
class BatchDescribeModelPackageSummary < Struct.new(
|
2521
|
+
:model_package_group_name,
|
2522
|
+
:model_package_version,
|
2523
|
+
:model_package_arn,
|
2524
|
+
:model_package_description,
|
2525
|
+
:creation_time,
|
2526
|
+
:inference_specification,
|
2527
|
+
:model_package_status,
|
2528
|
+
:model_approval_status)
|
2529
|
+
SENSITIVE = []
|
2530
|
+
include Aws::Structure
|
2531
|
+
end
|
2532
|
+
|
2429
2533
|
# Contains bias metrics for a model.
|
2430
2534
|
#
|
2431
2535
|
# @note When making an API call, you may pass Bias
|
@@ -6772,7 +6876,7 @@ module Aws::SageMaker
|
|
6772
6876
|
#
|
6773
6877
|
# {
|
6774
6878
|
# model_package_name: "EntityName",
|
6775
|
-
# model_package_group_name: "
|
6879
|
+
# model_package_group_name: "ArnOrName",
|
6776
6880
|
# model_package_description: "EntityDescription",
|
6777
6881
|
# inference_specification: {
|
6778
6882
|
# containers: [ # required
|
@@ -6893,6 +6997,9 @@ module Aws::SageMaker
|
|
6893
6997
|
# },
|
6894
6998
|
# },
|
6895
6999
|
# client_token: "ClientToken",
|
7000
|
+
# customer_metadata_properties: {
|
7001
|
+
# "CustomerMetadataKey" => "CustomerMetadataValue",
|
7002
|
+
# },
|
6896
7003
|
# }
|
6897
7004
|
#
|
6898
7005
|
# @!attribute [rw] model_package_name
|
@@ -6904,7 +7011,8 @@ module Aws::SageMaker
|
|
6904
7011
|
# @return [String]
|
6905
7012
|
#
|
6906
7013
|
# @!attribute [rw] model_package_group_name
|
6907
|
-
# The name
|
7014
|
+
# The name or Amazon Resource Name (ARN) of the model package group
|
7015
|
+
# that this model version belongs to.
|
6908
7016
|
#
|
6909
7017
|
# This parameter is required for versioned models, and does not apply
|
6910
7018
|
# to unversioned models.
|
@@ -6983,6 +7091,10 @@ module Aws::SageMaker
|
|
6983
7091
|
# not need to pass this option.
|
6984
7092
|
# @return [String]
|
6985
7093
|
#
|
7094
|
+
# @!attribute [rw] customer_metadata_properties
|
7095
|
+
# The metadata properties associated with the model package versions.
|
7096
|
+
# @return [Hash<String,String>]
|
7097
|
+
#
|
6986
7098
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateModelPackageInput AWS API Documentation
|
6987
7099
|
#
|
6988
7100
|
class CreateModelPackageInput < Struct.new(
|
@@ -6997,7 +7109,8 @@ module Aws::SageMaker
|
|
6997
7109
|
:model_approval_status,
|
6998
7110
|
:metadata_properties,
|
6999
7111
|
:model_metrics,
|
7000
|
-
:client_token
|
7112
|
+
:client_token,
|
7113
|
+
:customer_metadata_properties)
|
7001
7114
|
SENSITIVE = []
|
7002
7115
|
include Aws::Structure
|
7003
7116
|
end
|
@@ -13535,8 +13648,8 @@ module Aws::SageMaker
|
|
13535
13648
|
# @return [Types::SourceAlgorithmSpecification]
|
13536
13649
|
#
|
13537
13650
|
# @!attribute [rw] validation_specification
|
13538
|
-
# Configurations for one or more transform jobs that
|
13539
|
-
#
|
13651
|
+
# Configurations for one or more transform jobs that SageMaker runs to
|
13652
|
+
# test the model package.
|
13540
13653
|
# @return [Types::ModelPackageValidationSpecification]
|
13541
13654
|
#
|
13542
13655
|
# @!attribute [rw] model_package_status
|
@@ -13583,6 +13696,10 @@ module Aws::SageMaker
|
|
13583
13696
|
# A description provided for the model approval.
|
13584
13697
|
# @return [String]
|
13585
13698
|
#
|
13699
|
+
# @!attribute [rw] customer_metadata_properties
|
13700
|
+
# The metadata properties associated with the model package versions.
|
13701
|
+
# @return [Hash<String,String>]
|
13702
|
+
#
|
13586
13703
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModelPackageOutput AWS API Documentation
|
13587
13704
|
#
|
13588
13705
|
class DescribeModelPackageOutput < Struct.new(
|
@@ -13604,7 +13721,8 @@ module Aws::SageMaker
|
|
13604
13721
|
:model_metrics,
|
13605
13722
|
:last_modified_time,
|
13606
13723
|
:last_modified_by,
|
13607
|
-
:approval_description
|
13724
|
+
:approval_description,
|
13725
|
+
:customer_metadata_properties)
|
13608
13726
|
SENSITIVE = []
|
13609
13727
|
include Aws::Structure
|
13610
13728
|
end
|
@@ -14449,6 +14567,15 @@ module Aws::SageMaker
|
|
14449
14567
|
# The time when the project was created.
|
14450
14568
|
# @return [Time]
|
14451
14569
|
#
|
14570
|
+
# @!attribute [rw] last_modified_time
|
14571
|
+
# The timestamp when project was last modified.
|
14572
|
+
# @return [Time]
|
14573
|
+
#
|
14574
|
+
# @!attribute [rw] last_modified_by
|
14575
|
+
# Information about the user who created or modified an experiment,
|
14576
|
+
# trial, trial component, or project.
|
14577
|
+
# @return [Types::UserContext]
|
14578
|
+
#
|
14452
14579
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeProjectOutput AWS API Documentation
|
14453
14580
|
#
|
14454
14581
|
class DescribeProjectOutput < Struct.new(
|
@@ -14460,7 +14587,9 @@ module Aws::SageMaker
|
|
14460
14587
|
:service_catalog_provisioned_product_details,
|
14461
14588
|
:project_status,
|
14462
14589
|
:created_by,
|
14463
|
-
:creation_time
|
14590
|
+
:creation_time,
|
14591
|
+
:last_modified_time,
|
14592
|
+
:last_modified_by)
|
14464
14593
|
SENSITIVE = []
|
14465
14594
|
include Aws::Structure
|
14466
14595
|
end
|
@@ -25919,6 +26048,10 @@ module Aws::SageMaker
|
|
25919
26048
|
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html
|
25920
26049
|
# @return [Array<Types::Tag>]
|
25921
26050
|
#
|
26051
|
+
# @!attribute [rw] customer_metadata_properties
|
26052
|
+
# The metadata properties for the model package.
|
26053
|
+
# @return [Hash<String,String>]
|
26054
|
+
#
|
25922
26055
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ModelPackage AWS API Documentation
|
25923
26056
|
#
|
25924
26057
|
class ModelPackage < Struct.new(
|
@@ -25941,7 +26074,8 @@ module Aws::SageMaker
|
|
25941
26074
|
:last_modified_time,
|
25942
26075
|
:last_modified_by,
|
25943
26076
|
:approval_description,
|
25944
|
-
:tags
|
26077
|
+
:tags,
|
26078
|
+
:customer_metadata_properties)
|
25945
26079
|
SENSITIVE = []
|
25946
26080
|
include Aws::Structure
|
25947
26081
|
end
|
@@ -30143,6 +30277,15 @@ module Aws::SageMaker
|
|
30143
30277
|
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html
|
30144
30278
|
# @return [Array<Types::Tag>]
|
30145
30279
|
#
|
30280
|
+
# @!attribute [rw] last_modified_time
|
30281
|
+
# A timestamp container for when the project was last modified.
|
30282
|
+
# @return [Time]
|
30283
|
+
#
|
30284
|
+
# @!attribute [rw] last_modified_by
|
30285
|
+
# Information about the user who created or modified an experiment,
|
30286
|
+
# trial, trial component, or project.
|
30287
|
+
# @return [Types::UserContext]
|
30288
|
+
#
|
30146
30289
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/Project AWS API Documentation
|
30147
30290
|
#
|
30148
30291
|
class Project < Struct.new(
|
@@ -30155,7 +30298,9 @@ module Aws::SageMaker
|
|
30155
30298
|
:project_status,
|
30156
30299
|
:created_by,
|
30157
30300
|
:creation_time,
|
30158
|
-
:tags
|
30301
|
+
:tags,
|
30302
|
+
:last_modified_time,
|
30303
|
+
:last_modified_by)
|
30159
30304
|
SENSITIVE = []
|
30160
30305
|
include Aws::Structure
|
30161
30306
|
end
|
@@ -31965,6 +32110,45 @@ module Aws::SageMaker
|
|
31965
32110
|
include Aws::Structure
|
31966
32111
|
end
|
31967
32112
|
|
32113
|
+
# Details that you specify to provision a service catalog product. For
|
32114
|
+
# information about service catalog, see [What is AWS Service
|
32115
|
+
# Catalog][1].
|
32116
|
+
#
|
32117
|
+
#
|
32118
|
+
#
|
32119
|
+
# [1]: https://docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html
|
32120
|
+
#
|
32121
|
+
# @note When making an API call, you may pass ServiceCatalogProvisioningUpdateDetails
|
32122
|
+
# data as a hash:
|
32123
|
+
#
|
32124
|
+
# {
|
32125
|
+
# provisioning_artifact_id: "ServiceCatalogEntityId",
|
32126
|
+
# provisioning_parameters: [
|
32127
|
+
# {
|
32128
|
+
# key: "ProvisioningParameterKey",
|
32129
|
+
# value: "ProvisioningParameterValue",
|
32130
|
+
# },
|
32131
|
+
# ],
|
32132
|
+
# }
|
32133
|
+
#
|
32134
|
+
# @!attribute [rw] provisioning_artifact_id
|
32135
|
+
# The ID of the provisioning artifact.
|
32136
|
+
# @return [String]
|
32137
|
+
#
|
32138
|
+
# @!attribute [rw] provisioning_parameters
|
32139
|
+
# A list of key value pairs that you specify when you provision a
|
32140
|
+
# product.
|
32141
|
+
# @return [Array<Types::ProvisioningParameter>]
|
32142
|
+
#
|
32143
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ServiceCatalogProvisioningUpdateDetails AWS API Documentation
|
32144
|
+
#
|
32145
|
+
class ServiceCatalogProvisioningUpdateDetails < Struct.new(
|
32146
|
+
:provisioning_artifact_id,
|
32147
|
+
:provisioning_parameters)
|
32148
|
+
SENSITIVE = []
|
32149
|
+
include Aws::Structure
|
32150
|
+
end
|
32151
|
+
|
31968
32152
|
# Specifies options for sharing SageMaker Studio notebooks. These
|
31969
32153
|
# settings are specified as part of `DefaultUserSettings` when the
|
31970
32154
|
# `CreateDomain` API is called, and as part of `UserSettings` when the
|
@@ -35641,12 +35825,16 @@ module Aws::SageMaker
|
|
35641
35825
|
#
|
35642
35826
|
# {
|
35643
35827
|
# model_package_arn: "ModelPackageArn", # required
|
35644
|
-
# model_approval_status: "Approved", #
|
35828
|
+
# model_approval_status: "Approved", # accepts Approved, Rejected, PendingManualApproval
|
35645
35829
|
# approval_description: "ApprovalDescription",
|
35830
|
+
# customer_metadata_properties: {
|
35831
|
+
# "CustomerMetadataKey" => "CustomerMetadataValue",
|
35832
|
+
# },
|
35833
|
+
# customer_metadata_properties_to_remove: ["CustomerMetadataKey"],
|
35646
35834
|
# }
|
35647
35835
|
#
|
35648
35836
|
# @!attribute [rw] model_package_arn
|
35649
|
-
# The Amazon Resource Name (ARN) of the model.
|
35837
|
+
# The Amazon Resource Name (ARN) of the model package.
|
35650
35838
|
# @return [String]
|
35651
35839
|
#
|
35652
35840
|
# @!attribute [rw] model_approval_status
|
@@ -35657,12 +35845,23 @@ module Aws::SageMaker
|
|
35657
35845
|
# A description for the approval status of the model.
|
35658
35846
|
# @return [String]
|
35659
35847
|
#
|
35848
|
+
# @!attribute [rw] customer_metadata_properties
|
35849
|
+
# The metadata properties associated with the model package versions.
|
35850
|
+
# @return [Hash<String,String>]
|
35851
|
+
#
|
35852
|
+
# @!attribute [rw] customer_metadata_properties_to_remove
|
35853
|
+
# The metadata properties associated with the model package versions
|
35854
|
+
# to remove.
|
35855
|
+
# @return [Array<String>]
|
35856
|
+
#
|
35660
35857
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateModelPackageInput AWS API Documentation
|
35661
35858
|
#
|
35662
35859
|
class UpdateModelPackageInput < Struct.new(
|
35663
35860
|
:model_package_arn,
|
35664
35861
|
:model_approval_status,
|
35665
|
-
:approval_description
|
35862
|
+
:approval_description,
|
35863
|
+
:customer_metadata_properties,
|
35864
|
+
:customer_metadata_properties_to_remove)
|
35666
35865
|
SENSITIVE = []
|
35667
35866
|
include Aws::Structure
|
35668
35867
|
end
|
@@ -36107,6 +36306,82 @@ module Aws::SageMaker
|
|
36107
36306
|
include Aws::Structure
|
36108
36307
|
end
|
36109
36308
|
|
36309
|
+
# @note When making an API call, you may pass UpdateProjectInput
|
36310
|
+
# data as a hash:
|
36311
|
+
#
|
36312
|
+
# {
|
36313
|
+
# project_name: "ProjectEntityName", # required
|
36314
|
+
# project_description: "EntityDescription",
|
36315
|
+
# service_catalog_provisioning_update_details: {
|
36316
|
+
# provisioning_artifact_id: "ServiceCatalogEntityId",
|
36317
|
+
# provisioning_parameters: [
|
36318
|
+
# {
|
36319
|
+
# key: "ProvisioningParameterKey",
|
36320
|
+
# value: "ProvisioningParameterValue",
|
36321
|
+
# },
|
36322
|
+
# ],
|
36323
|
+
# },
|
36324
|
+
# tags: [
|
36325
|
+
# {
|
36326
|
+
# key: "TagKey", # required
|
36327
|
+
# value: "TagValue", # required
|
36328
|
+
# },
|
36329
|
+
# ],
|
36330
|
+
# }
|
36331
|
+
#
|
36332
|
+
# @!attribute [rw] project_name
|
36333
|
+
# The name of the project.
|
36334
|
+
# @return [String]
|
36335
|
+
#
|
36336
|
+
# @!attribute [rw] project_description
|
36337
|
+
# The description for the project.
|
36338
|
+
# @return [String]
|
36339
|
+
#
|
36340
|
+
# @!attribute [rw] service_catalog_provisioning_update_details
|
36341
|
+
# The product ID and provisioning artifact ID to provision a service
|
36342
|
+
# catalog. The provisioning artifact ID will default to the latest
|
36343
|
+
# provisioning artifact ID of the product, if you don't provide the
|
36344
|
+
# provisioning artifact ID. For more information, see [What is AWS
|
36345
|
+
# Service Catalog][1].
|
36346
|
+
#
|
36347
|
+
#
|
36348
|
+
#
|
36349
|
+
# [1]: https://docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html
|
36350
|
+
# @return [Types::ServiceCatalogProvisioningUpdateDetails]
|
36351
|
+
#
|
36352
|
+
# @!attribute [rw] tags
|
36353
|
+
# An array of key-value pairs. You can use tags to categorize your AWS
|
36354
|
+
# resources in different ways, for example, by purpose, owner, or
|
36355
|
+
# environment. For more information, see [Tagging AWS Resources][1].
|
36356
|
+
#
|
36357
|
+
#
|
36358
|
+
#
|
36359
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html
|
36360
|
+
# @return [Array<Types::Tag>]
|
36361
|
+
#
|
36362
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateProjectInput AWS API Documentation
|
36363
|
+
#
|
36364
|
+
class UpdateProjectInput < Struct.new(
|
36365
|
+
:project_name,
|
36366
|
+
:project_description,
|
36367
|
+
:service_catalog_provisioning_update_details,
|
36368
|
+
:tags)
|
36369
|
+
SENSITIVE = []
|
36370
|
+
include Aws::Structure
|
36371
|
+
end
|
36372
|
+
|
36373
|
+
# @!attribute [rw] project_arn
|
36374
|
+
# The Amazon Resource Name (ARN) of the project.
|
36375
|
+
# @return [String]
|
36376
|
+
#
|
36377
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateProjectOutput AWS API Documentation
|
36378
|
+
#
|
36379
|
+
class UpdateProjectOutput < Struct.new(
|
36380
|
+
:project_arn)
|
36381
|
+
SENSITIVE = []
|
36382
|
+
include Aws::Structure
|
36383
|
+
end
|
36384
|
+
|
36110
36385
|
# @note When making an API call, you may pass UpdateTrainingJobRequest
|
36111
36386
|
# data as a hash:
|
36112
36387
|
#
|
data/lib/aws-sdk-sagemaker.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-sagemaker
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.105.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-10-
|
11
|
+
date: 2021-10-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|