aws-sdk-sagemaker 1.204.0 → 1.206.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 17f57dda778ec518f494d5084684f9577bd0f96e9043af3d29ee5f5ebb0a14e8
4
- data.tar.gz: 4e2e0e0cd36750238c339fca44d4cc092e0693fc7e1992ab94998f413391d473
3
+ metadata.gz: 2354ca99d8df88b8cf1b13b2dec606d01ca2e2ea73b69160f1a1e2d1fde2f311
4
+ data.tar.gz: 043bfb723af93d22198fea3d0a09e721f21048271553f20914edab0e0b3c74ab
5
5
  SHA512:
6
- metadata.gz: e673736563b0f55cefa2690e240ce31aac273ddf49e1b9866dafec8fb3c55180103762b3eb5351a1b54935a6703700d57a0e6c40386817b9924c60ff58eb9aa1
7
- data.tar.gz: 1d56663f95ab026b57b27fa2117e28a212a742cc6921fa1417571d050ef04fdc4dcf952743378d9097568918c36ab3b57eeec4132cbd9ff814d0f47fc94a0d21
6
+ metadata.gz: fe0b43f103abb68bd5a0d9058c9b2fc71199d95f5a776a282c50ad933720128e4084c7c04a560c2aebffc9290d50ccb661cf96addedb66fa91a28bf8b0425091
7
+ data.tar.gz: e434f4151c84dfcfeb5846b5e919d131882245ec7b6d8cf99fa9abb49873016b386a78351275d9a85bb6fd0a199afbf5541a62b6218156f86c8faf4aa23a7c85
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.206.0 (2023-08-15)
5
+ ------------------
6
+
7
+ * Feature - SageMaker Inference Recommender now provides SupportedResponseMIMETypes from DescribeInferenceRecommendationsJob response
8
+
9
+ 1.205.0 (2023-08-09)
10
+ ------------------
11
+
12
+ * Feature - This release adds support for cross account access for SageMaker Model Cards through AWS RAM.
13
+
4
14
  1.204.0 (2023-08-04)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.204.0
1
+ 1.206.0
@@ -2606,10 +2606,6 @@ module Aws::SageMaker
2606
2606
  #
2607
2607
  # Use this API to deploy models using SageMaker hosting services.
2608
2608
  #
2609
- # For an example that calls this method when deploying a model to
2610
- # SageMaker hosting services, see the [Create Endpoint example
2611
- # notebook.][2]
2612
- #
2613
2609
  # <note markdown="1"> You must not delete an `EndpointConfig` that is in use by an endpoint
2614
2610
  # that is live or while the `UpdateEndpoint` or `CreateEndpoint`
2615
2611
  # operations are being performed on the endpoint. To update an endpoint,
@@ -2624,16 +2620,16 @@ module Aws::SageMaker
2624
2620
  # the resources (ML compute instances), and deploys the model(s) on
2625
2621
  # them.
2626
2622
  #
2627
- # <note markdown="1"> When you call [CreateEndpoint][3], a load call is made to DynamoDB to
2623
+ # <note markdown="1"> When you call [CreateEndpoint][2], a load call is made to DynamoDB to
2628
2624
  # verify that your endpoint configuration exists. When you read data
2629
- # from a DynamoDB table supporting [ `Eventually Consistent Reads` ][4],
2625
+ # from a DynamoDB table supporting [ `Eventually Consistent Reads` ][3],
2630
2626
  # the response might not reflect the results of a recently completed
2631
2627
  # write operation. The response might include some stale data. If the
2632
2628
  # dependent entities are not yet in DynamoDB, this causes a validation
2633
2629
  # error. If you repeat your read request after a short time, the
2634
2630
  # response should return the latest data. So retry logic is recommended
2635
2631
  # to handle these possible issues. We also recommend that customers call
2636
- # [DescribeEndpointConfig][5] before calling [CreateEndpoint][3] to
2632
+ # [DescribeEndpointConfig][4] before calling [CreateEndpoint][2] to
2637
2633
  # minimize the potential impact of a DynamoDB eventually consistent
2638
2634
  # read.
2639
2635
  #
@@ -2643,7 +2639,7 @@ module Aws::SageMaker
2643
2639
  # `Creating`. After it creates the endpoint, it sets the status to
2644
2640
  # `InService`. SageMaker can then process incoming requests for
2645
2641
  # inferences. To check the status of an endpoint, use the
2646
- # [DescribeEndpoint][6] API.
2642
+ # [DescribeEndpoint][5] API.
2647
2643
  #
2648
2644
  # If any of the models hosted at this endpoint get model data from an
2649
2645
  # Amazon S3 location, SageMaker uses Amazon Web Services Security Token
@@ -2652,13 +2648,13 @@ module Aws::SageMaker
2652
2648
  # account by default. If you previously deactivated Amazon Web Services
2653
2649
  # STS for a region, you need to reactivate Amazon Web Services STS for
2654
2650
  # that region. For more information, see [Activating and Deactivating
2655
- # Amazon Web Services STS in an Amazon Web Services Region][7] in the
2651
+ # Amazon Web Services STS in an Amazon Web Services Region][6] in the
2656
2652
  # *Amazon Web Services Identity and Access Management User Guide*.
2657
2653
  #
2658
2654
  # <note markdown="1"> To add the IAM role policies for using this API operation, go to the
2659
- # [IAM console][8], and choose Roles in the left navigation pane. Search
2655
+ # [IAM console][7], and choose Roles in the left navigation pane. Search
2660
2656
  # the IAM role that you want to grant access to use the
2661
- # [CreateEndpoint][3] and [CreateEndpointConfig][1] API operations, add
2657
+ # [CreateEndpoint][2] and [CreateEndpointConfig][1] API operations, add
2662
2658
  # the following policies to the role.
2663
2659
  #
2664
2660
  # * Option 1: For a full SageMaker access, search and attach the
@@ -2680,21 +2676,20 @@ module Aws::SageMaker
2680
2676
  # `]`
2681
2677
  #
2682
2678
  # For more information, see [SageMaker API Permissions: Actions,
2683
- # Permissions, and Resources Reference][9].
2679
+ # Permissions, and Resources Reference][8].
2684
2680
  #
2685
2681
  # </note>
2686
2682
  #
2687
2683
  #
2688
2684
  #
2689
2685
  # [1]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateEndpointConfig.html
2690
- # [2]: https://github.com/aws/amazon-sagemaker-examples/blob/master/sagemaker-fundamentals/create-endpoint/create_endpoint.ipynb
2691
- # [3]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateEndpoint.html
2692
- # [4]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.ReadConsistency.html
2693
- # [5]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeEndpointConfig.html
2694
- # [6]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeEndpoint.html
2695
- # [7]: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html
2696
- # [8]: https://console.aws.amazon.com/iam/
2697
- # [9]: https://docs.aws.amazon.com/sagemaker/latest/dg/api-permissions-reference.html
2686
+ # [2]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateEndpoint.html
2687
+ # [3]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.ReadConsistency.html
2688
+ # [4]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeEndpointConfig.html
2689
+ # [5]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeEndpoint.html
2690
+ # [6]: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html
2691
+ # [7]: https://console.aws.amazon.com/iam/
2692
+ # [8]: https://docs.aws.amazon.com/sagemaker/latest/dg/api-permissions-reference.html
2698
2693
  #
2699
2694
  # @option params [required, String] :endpoint_name
2700
2695
  # The name of the endpoint.The name must be unique within an Amazon Web
@@ -4514,6 +4509,7 @@ module Aws::SageMaker
4514
4509
  # supported_instance_types: ["String"],
4515
4510
  # data_input_config: "RecommendationJobDataInputConfig",
4516
4511
  # supported_endpoint_type: "RealTime", # accepts RealTime, Serverless
4512
+ # supported_response_mime_types: ["RecommendationJobSupportedResponseMIMEType"],
4517
4513
  # },
4518
4514
  # endpoints: [
4519
4515
  # {
@@ -5293,7 +5289,7 @@ module Aws::SageMaker
5293
5289
  # Creates an Amazon SageMaker Model Card export job.
5294
5290
  #
5295
5291
  # @option params [required, String] :model_card_name
5296
- # The name of the model card to export.
5292
+ # The name or Amazon Resource Name (ARN) of the model card to export.
5297
5293
  #
5298
5294
  # @option params [Integer] :model_card_version
5299
5295
  # The version of the model card to export. If a version is not provided,
@@ -5313,7 +5309,7 @@ module Aws::SageMaker
5313
5309
  # @example Request syntax with placeholder values
5314
5310
  #
5315
5311
  # resp = client.create_model_card_export_job({
5316
- # model_card_name: "EntityName", # required
5312
+ # model_card_name: "ModelCardNameOrArn", # required
5317
5313
  # model_card_version: 1,
5318
5314
  # model_card_export_job_name: "EntityName", # required
5319
5315
  # output_config: { # required
@@ -5557,6 +5553,10 @@ module Aws::SageMaker
5557
5553
  # information, see [Tagging Amazon Web Services resources][1] in the
5558
5554
  # *Amazon Web Services General Reference Guide*.
5559
5555
  #
5556
+ # If you supply `ModelPackageGroupName`, your model package belongs to
5557
+ # the model group you specify and uses the tags associated with the
5558
+ # model group. In this case, you cannot supply a `tag` argument.
5559
+ #
5560
5560
  #
5561
5561
  #
5562
5562
  # [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html
@@ -12354,6 +12354,8 @@ module Aws::SageMaker
12354
12354
  # resp.input_config.container_config.supported_instance_types[0] #=> String
12355
12355
  # resp.input_config.container_config.data_input_config #=> String
12356
12356
  # resp.input_config.container_config.supported_endpoint_type #=> String, one of "RealTime", "Serverless"
12357
+ # resp.input_config.container_config.supported_response_mime_types #=> Array
12358
+ # resp.input_config.container_config.supported_response_mime_types[0] #=> String
12357
12359
  # resp.input_config.endpoints #=> Array
12358
12360
  # resp.input_config.endpoints[0].endpoint_name #=> String
12359
12361
  # resp.input_config.vpc_config.security_group_ids #=> Array
@@ -12731,7 +12733,7 @@ module Aws::SageMaker
12731
12733
  # Amazon SageMaker Model Card.
12732
12734
  #
12733
12735
  # @option params [required, String] :model_card_name
12734
- # The name of the model card to describe.
12736
+ # The name or Amazon Resource Name (ARN) of the model card to describe.
12735
12737
  #
12736
12738
  # @option params [Integer] :model_card_version
12737
12739
  # The version of the model card to describe. If a version is not
@@ -12754,7 +12756,7 @@ module Aws::SageMaker
12754
12756
  # @example Request syntax with placeholder values
12755
12757
  #
12756
12758
  # resp = client.describe_model_card({
12757
- # model_card_name: "EntityName", # required
12759
+ # model_card_name: "ModelCardNameOrArn", # required
12758
12760
  # model_card_version: 1,
12759
12761
  # })
12760
12762
  #
@@ -18030,7 +18032,8 @@ module Aws::SageMaker
18030
18032
  # The maximum number of model card versions to list.
18031
18033
  #
18032
18034
  # @option params [required, String] :model_card_name
18033
- # List model card versions for the model card with the specified name.
18035
+ # List model card versions for the model card with the specified name or
18036
+ # Amazon Resource Name (ARN).
18034
18037
  #
18035
18038
  # @option params [String] :model_card_status
18036
18039
  # Only list model card versions with the specified approval status.
@@ -18060,7 +18063,7 @@ module Aws::SageMaker
18060
18063
  # creation_time_after: Time.now,
18061
18064
  # creation_time_before: Time.now,
18062
18065
  # max_results: 1,
18063
- # model_card_name: "EntityName", # required
18066
+ # model_card_name: "ModelCardNameOrArn", # required
18064
18067
  # model_card_status: "Draft", # accepts Draft, PendingReview, Approved, Archived
18065
18068
  # next_token: "NextToken",
18066
18069
  # sort_by: "Version", # accepts Version
@@ -22781,7 +22784,7 @@ module Aws::SageMaker
22781
22784
  # single call.
22782
22785
  #
22783
22786
  # @option params [required, String] :model_card_name
22784
- # The name of the model card to update.
22787
+ # The name or Amazon Resource Name (ARN) of the model card to update.
22785
22788
  #
22786
22789
  # @option params [String] :content
22787
22790
  # The updated model card content. Content must be in [model card JSON
@@ -22815,7 +22818,7 @@ module Aws::SageMaker
22815
22818
  # @example Request syntax with placeholder values
22816
22819
  #
22817
22820
  # resp = client.update_model_card({
22818
- # model_card_name: "EntityName", # required
22821
+ # model_card_name: "ModelCardNameOrArn", # required
22819
22822
  # content: "ModelCardContent",
22820
22823
  # model_card_status: "Draft", # accepts Draft, PendingReview, Approved, Archived
22821
22824
  # })
@@ -24091,7 +24094,7 @@ module Aws::SageMaker
24091
24094
  params: params,
24092
24095
  config: config)
24093
24096
  context[:gem_name] = 'aws-sdk-sagemaker'
24094
- context[:gem_version] = '1.204.0'
24097
+ context[:gem_version] = '1.206.0'
24095
24098
  Seahorse::Client::Request.new(handlers, context)
24096
24099
  end
24097
24100
 
@@ -1261,6 +1261,7 @@ module Aws::SageMaker
1261
1261
  ModelCardExportJobSummary = Shapes::StructureShape.new(name: 'ModelCardExportJobSummary')
1262
1262
  ModelCardExportJobSummaryList = Shapes::ListShape.new(name: 'ModelCardExportJobSummaryList')
1263
1263
  ModelCardExportOutputConfig = Shapes::StructureShape.new(name: 'ModelCardExportOutputConfig')
1264
+ ModelCardNameOrArn = Shapes::StringShape.new(name: 'ModelCardNameOrArn')
1264
1265
  ModelCardProcessingStatus = Shapes::StringShape.new(name: 'ModelCardProcessingStatus')
1265
1266
  ModelCardSecurityConfig = Shapes::StructureShape.new(name: 'ModelCardSecurityConfig')
1266
1267
  ModelCardSortBy = Shapes::StringShape.new(name: 'ModelCardSortBy')
@@ -1633,6 +1634,8 @@ module Aws::SageMaker
1633
1634
  RecommendationJobSupportedContentTypes = Shapes::ListShape.new(name: 'RecommendationJobSupportedContentTypes')
1634
1635
  RecommendationJobSupportedEndpointType = Shapes::StringShape.new(name: 'RecommendationJobSupportedEndpointType')
1635
1636
  RecommendationJobSupportedInstanceTypes = Shapes::ListShape.new(name: 'RecommendationJobSupportedInstanceTypes')
1637
+ RecommendationJobSupportedResponseMIMEType = Shapes::StringShape.new(name: 'RecommendationJobSupportedResponseMIMEType')
1638
+ RecommendationJobSupportedResponseMIMETypes = Shapes::ListShape.new(name: 'RecommendationJobSupportedResponseMIMETypes')
1636
1639
  RecommendationJobType = Shapes::StringShape.new(name: 'RecommendationJobType')
1637
1640
  RecommendationJobVpcConfig = Shapes::StructureShape.new(name: 'RecommendationJobVpcConfig')
1638
1641
  RecommendationJobVpcSecurityGroupId = Shapes::StringShape.new(name: 'RecommendationJobVpcSecurityGroupId')
@@ -3091,7 +3094,7 @@ module Aws::SageMaker
3091
3094
  CreateModelBiasJobDefinitionResponse.add_member(:job_definition_arn, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionArn, required: true, location_name: "JobDefinitionArn"))
3092
3095
  CreateModelBiasJobDefinitionResponse.struct_class = Types::CreateModelBiasJobDefinitionResponse
3093
3096
 
3094
- CreateModelCardExportJobRequest.add_member(:model_card_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelCardName"))
3097
+ CreateModelCardExportJobRequest.add_member(:model_card_name, Shapes::ShapeRef.new(shape: ModelCardNameOrArn, required: true, location_name: "ModelCardName"))
3095
3098
  CreateModelCardExportJobRequest.add_member(:model_card_version, Shapes::ShapeRef.new(shape: Integer, location_name: "ModelCardVersion"))
3096
3099
  CreateModelCardExportJobRequest.add_member(:model_card_export_job_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelCardExportJobName"))
3097
3100
  CreateModelCardExportJobRequest.add_member(:output_config, Shapes::ShapeRef.new(shape: ModelCardExportOutputConfig, required: true, location_name: "OutputConfig"))
@@ -4342,7 +4345,7 @@ module Aws::SageMaker
4342
4345
  DescribeModelCardExportJobResponse.add_member(:export_artifacts, Shapes::ShapeRef.new(shape: ModelCardExportArtifacts, location_name: "ExportArtifacts"))
4343
4346
  DescribeModelCardExportJobResponse.struct_class = Types::DescribeModelCardExportJobResponse
4344
4347
 
4345
- DescribeModelCardRequest.add_member(:model_card_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelCardName"))
4348
+ DescribeModelCardRequest.add_member(:model_card_name, Shapes::ShapeRef.new(shape: ModelCardNameOrArn, required: true, location_name: "ModelCardName"))
4346
4349
  DescribeModelCardRequest.add_member(:model_card_version, Shapes::ShapeRef.new(shape: Integer, location_name: "ModelCardVersion"))
4347
4350
  DescribeModelCardRequest.struct_class = Types::DescribeModelCardRequest
4348
4351
 
@@ -6341,7 +6344,7 @@ module Aws::SageMaker
6341
6344
  ListModelCardVersionsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
6342
6345
  ListModelCardVersionsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
6343
6346
  ListModelCardVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
6344
- ListModelCardVersionsRequest.add_member(:model_card_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelCardName"))
6347
+ ListModelCardVersionsRequest.add_member(:model_card_name, Shapes::ShapeRef.new(shape: ModelCardNameOrArn, required: true, location_name: "ModelCardName"))
6345
6348
  ListModelCardVersionsRequest.add_member(:model_card_status, Shapes::ShapeRef.new(shape: ModelCardStatus, location_name: "ModelCardStatus"))
6346
6349
  ListModelCardVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
6347
6350
  ListModelCardVersionsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: ModelCardVersionSortBy, location_name: "SortBy"))
@@ -7956,6 +7959,7 @@ module Aws::SageMaker
7956
7959
  RecommendationJobContainerConfig.add_member(:supported_instance_types, Shapes::ShapeRef.new(shape: RecommendationJobSupportedInstanceTypes, location_name: "SupportedInstanceTypes"))
7957
7960
  RecommendationJobContainerConfig.add_member(:data_input_config, Shapes::ShapeRef.new(shape: RecommendationJobDataInputConfig, location_name: "DataInputConfig"))
7958
7961
  RecommendationJobContainerConfig.add_member(:supported_endpoint_type, Shapes::ShapeRef.new(shape: RecommendationJobSupportedEndpointType, location_name: "SupportedEndpointType"))
7962
+ RecommendationJobContainerConfig.add_member(:supported_response_mime_types, Shapes::ShapeRef.new(shape: RecommendationJobSupportedResponseMIMETypes, location_name: "SupportedResponseMIMETypes"))
7959
7963
  RecommendationJobContainerConfig.struct_class = Types::RecommendationJobContainerConfig
7960
7964
 
7961
7965
  RecommendationJobInferenceBenchmark.add_member(:metrics, Shapes::ShapeRef.new(shape: RecommendationMetrics, location_name: "Metrics"))
@@ -8000,6 +8004,8 @@ module Aws::SageMaker
8000
8004
 
8001
8005
  RecommendationJobSupportedInstanceTypes.member = Shapes::ShapeRef.new(shape: String)
8002
8006
 
8007
+ RecommendationJobSupportedResponseMIMETypes.member = Shapes::ShapeRef.new(shape: RecommendationJobSupportedResponseMIMEType)
8008
+
8003
8009
  RecommendationJobVpcConfig.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: RecommendationJobVpcSecurityGroupIds, required: true, location_name: "SecurityGroupIds"))
8004
8010
  RecommendationJobVpcConfig.add_member(:subnets, Shapes::ShapeRef.new(shape: RecommendationJobVpcSubnets, required: true, location_name: "Subnets"))
8005
8011
  RecommendationJobVpcConfig.struct_class = Types::RecommendationJobVpcConfig
@@ -8960,7 +8966,7 @@ module Aws::SageMaker
8960
8966
  UpdateInferenceExperimentResponse.add_member(:inference_experiment_arn, Shapes::ShapeRef.new(shape: InferenceExperimentArn, required: true, location_name: "InferenceExperimentArn"))
8961
8967
  UpdateInferenceExperimentResponse.struct_class = Types::UpdateInferenceExperimentResponse
8962
8968
 
8963
- UpdateModelCardRequest.add_member(:model_card_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelCardName"))
8969
+ UpdateModelCardRequest.add_member(:model_card_name, Shapes::ShapeRef.new(shape: ModelCardNameOrArn, required: true, location_name: "ModelCardName"))
8964
8970
  UpdateModelCardRequest.add_member(:content, Shapes::ShapeRef.new(shape: ModelCardContent, location_name: "Content"))
8965
8971
  UpdateModelCardRequest.add_member(:model_card_status, Shapes::ShapeRef.new(shape: ModelCardStatus, location_name: "ModelCardStatus"))
8966
8972
  UpdateModelCardRequest.struct_class = Types::UpdateModelCardRequest
@@ -6774,7 +6774,7 @@ module Aws::SageMaker
6774
6774
  end
6775
6775
 
6776
6776
  # @!attribute [rw] model_card_name
6777
- # The name of the model card to export.
6777
+ # The name or Amazon Resource Name (ARN) of the model card to export.
6778
6778
  # @return [String]
6779
6779
  #
6780
6780
  # @!attribute [rw] model_card_version
@@ -7148,6 +7148,10 @@ module Aws::SageMaker
7148
7148
  # information, see [Tagging Amazon Web Services resources][1] in the
7149
7149
  # *Amazon Web Services General Reference Guide*.
7150
7150
  #
7151
+ # If you supply `ModelPackageGroupName`, your model package belongs to
7152
+ # the model group you specify and uses the tags associated with the
7153
+ # model group. In this case, you cannot supply a `tag` argument.
7154
+ #
7151
7155
  #
7152
7156
  #
7153
7157
  # [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html
@@ -13596,7 +13600,8 @@ module Aws::SageMaker
13596
13600
  # @return [String]
13597
13601
  #
13598
13602
  # @!attribute [rw] model_card_name
13599
- # The name of the model card that the model export job exports.
13603
+ # The name or Amazon Resource Name (ARN) of the model card that the
13604
+ # model export job exports.
13600
13605
  # @return [String]
13601
13606
  #
13602
13607
  # @!attribute [rw] model_card_version
@@ -13641,7 +13646,8 @@ module Aws::SageMaker
13641
13646
  end
13642
13647
 
13643
13648
  # @!attribute [rw] model_card_name
13644
- # The name of the model card to describe.
13649
+ # The name or Amazon Resource Name (ARN) of the model card to
13650
+ # describe.
13645
13651
  # @return [String]
13646
13652
  #
13647
13653
  # @!attribute [rw] model_card_version
@@ -25480,7 +25486,8 @@ module Aws::SageMaker
25480
25486
  # @return [Integer]
25481
25487
  #
25482
25488
  # @!attribute [rw] model_card_name
25483
- # List model card versions for the model card with the specified name.
25489
+ # List model card versions for the model card with the specified name
25490
+ # or Amazon Resource Name (ARN).
25484
25491
  # @return [String]
25485
25492
  #
25486
25493
  # @!attribute [rw] model_card_status
@@ -31463,7 +31470,7 @@ module Aws::SageMaker
31463
31470
  # `"CompilerOptions": ""--verbose 1 --num-neuroncores 2 -O2""`.
31464
31471
  #
31465
31472
  # For information about supported compiler options, see [ Neuron
31466
- # Compiler CLI][1].
31473
+ # Compiler CLI Reference Guide][1].
31467
31474
  #
31468
31475
  # * `CoreML`: Compilation for the CoreML [OutputConfig][2]
31469
31476
  # `TargetDevice` supports the following compiler options:
@@ -31494,7 +31501,7 @@ module Aws::SageMaker
31494
31501
  #
31495
31502
  #
31496
31503
  #
31497
- # [1]: https://github.com/aws/aws-neuron-sdk/blob/master/docs/neuron-cc/command-line-reference.md
31504
+ # [1]: https://awsdocs-neuron.readthedocs-hosted.com/en/latest/compiler/neuronx-cc/api-reference-guide/neuron-compiler-cli-reference-guide.html
31498
31505
  # [2]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_OutputConfig.html
31499
31506
  # @return [String]
31500
31507
  #
@@ -34399,6 +34406,10 @@ module Aws::SageMaker
34399
34406
  # benchmarks for the desired endpoint type.
34400
34407
  # @return [String]
34401
34408
  #
34409
+ # @!attribute [rw] supported_response_mime_types
34410
+ # The supported MIME types for the output data.
34411
+ # @return [Array<String>]
34412
+ #
34402
34413
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/RecommendationJobContainerConfig AWS API Documentation
34403
34414
  #
34404
34415
  class RecommendationJobContainerConfig < Struct.new(
@@ -34410,7 +34421,8 @@ module Aws::SageMaker
34410
34421
  :nearest_model_name,
34411
34422
  :supported_instance_types,
34412
34423
  :data_input_config,
34413
- :supported_endpoint_type)
34424
+ :supported_endpoint_type,
34425
+ :supported_response_mime_types)
34414
34426
  SENSITIVE = []
34415
34427
  include Aws::Structure
34416
34428
  end
@@ -40617,7 +40629,7 @@ module Aws::SageMaker
40617
40629
  end
40618
40630
 
40619
40631
  # @!attribute [rw] model_card_name
40620
- # The name of the model card to update.
40632
+ # The name or Amazon Resource Name (ARN) of the model card to update.
40621
40633
  # @return [String]
40622
40634
  #
40623
40635
  # @!attribute [rw] content
@@ -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.204.0'
56
+ GEM_VERSION = '1.206.0'
57
57
 
58
58
  end
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.204.0
4
+ version: 1.206.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: 2023-08-04 00:00:00.000000000 Z
11
+ date: 2023-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core