aws-sdk-sagemaker 1.190.0 → 1.191.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8953db051e1dac139e51b19da6df9abf774ab717601ee34a250b124863d8d314
4
- data.tar.gz: 1f8d8fb9af2d2f1eec3a226cda316912993ae515b3484aee34faf69de7dfd258
3
+ metadata.gz: c5a11a92ae9b1f7dd4576c7bb6eae1b62aa9a1c0ed7ae60f9e9ed65530576e78
4
+ data.tar.gz: 20605cdbe5d1510b493fc76073591c26216eda6e4f87c492a119b07981bde826
5
5
  SHA512:
6
- metadata.gz: cc46416a136c19e15e3b9e2c12bf497a5d181d2c514552bd1890a5b917a871f6beac5413db3cd30d296662e55f96a9df4ffb5cdace8ccc46edeb2f8bbc4ea579
7
- data.tar.gz: b95d619ca2cd9deceab158d09d46b7db69bbaf56b38369d03e73fc67632f0501fec23baa70256b38915b5f5efe75361419ca4052efe37a883ec57332a90b5498
6
+ metadata.gz: ff5009d9104e86b816c8d1e5c888b5a62685dde25be5409dff164ecefb2f1e12bc3f45d48eb09871d0bd2913235b361230a8dfd13328def19821dc6e30953e4f
7
+ data.tar.gz: ae8df2ffe98ba597b35358eb42a32387d2371c05192aa72630445205b11fe68018b1d9f79f52ffa1052139abf3c452fb6dd5b4869da308e9ce294d6f06d0688e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.191.0 (2023-06-28)
5
+ ------------------
6
+
7
+ * Feature - This release adds support for Model Cards Model Registry integration.
8
+
4
9
  1.190.0 (2023-06-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.190.0
1
+ 1.191.0
@@ -6459,7 +6459,11 @@ module Aws::SageMaker
6459
6459
  # The display name of the pipeline.
6460
6460
  #
6461
6461
  # @option params [String] :pipeline_definition
6462
- # The JSON pipeline definition of the pipeline.
6462
+ # The [JSON pipeline definition][1] of the pipeline.
6463
+ #
6464
+ #
6465
+ #
6466
+ # [1]: https://aws-sagemaker-mlops.github.io/sagemaker-model-building-pipeline-definition-JSON-schema/
6463
6467
  #
6464
6468
  # @option params [Types::PipelineDefinitionS3Location] :pipeline_definition_s3_location
6465
6469
  # The location of the pipeline definition stored in Amazon S3. If
@@ -23758,7 +23762,7 @@ module Aws::SageMaker
23758
23762
  params: params,
23759
23763
  config: config)
23760
23764
  context[:gem_name] = 'aws-sdk-sagemaker'
23761
- context[:gem_version] = '1.190.0'
23765
+ context[:gem_version] = '1.191.0'
23762
23766
  Seahorse::Client::Request.new(handlers, context)
23763
23767
  end
23764
23768
 
@@ -6762,6 +6762,7 @@ module Aws::SageMaker
6762
6762
  ModelCard.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
6763
6763
  ModelCard.add_member(:model_id, Shapes::ShapeRef.new(shape: String, location_name: "ModelId"))
6764
6764
  ModelCard.add_member(:risk_rating, Shapes::ShapeRef.new(shape: String, location_name: "RiskRating"))
6765
+ ModelCard.add_member(:model_package_group_name, Shapes::ShapeRef.new(shape: String, location_name: "ModelPackageGroupName"))
6765
6766
  ModelCard.struct_class = Types::ModelCard
6766
6767
 
6767
6768
  ModelCardExportArtifacts.add_member(:s3_export_artifacts, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3ExportArtifacts"))
@@ -7566,7 +7566,11 @@ module Aws::SageMaker
7566
7566
  # @return [String]
7567
7567
  #
7568
7568
  # @!attribute [rw] pipeline_definition
7569
- # The JSON pipeline definition of the pipeline.
7569
+ # The [JSON pipeline definition][1] of the pipeline.
7570
+ #
7571
+ #
7572
+ #
7573
+ # [1]: https://aws-sagemaker-mlops.github.io/sagemaker-model-building-pipeline-definition-JSON-schema/
7570
7574
  # @return [String]
7571
7575
  #
7572
7576
  # @!attribute [rw] pipeline_definition_s3_location
@@ -27982,6 +27986,12 @@ module Aws::SageMaker
27982
27986
  # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/model-cards-risk-rating.html
27983
27987
  # @return [String]
27984
27988
  #
27989
+ # @!attribute [rw] model_package_group_name
27990
+ # The model package group that contains the model package. Only
27991
+ # relevant for model cards created for model packages in the Amazon
27992
+ # SageMaker Model Registry.
27993
+ # @return [String]
27994
+ #
27985
27995
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ModelCard AWS API Documentation
27986
27996
  #
27987
27997
  class ModelCard < Struct.new(
@@ -27997,7 +28007,8 @@ module Aws::SageMaker
27997
28007
  :last_modified_by,
27998
28008
  :tags,
27999
28009
  :model_id,
28000
- :risk_rating)
28010
+ :risk_rating,
28011
+ :model_package_group_name)
28001
28012
  SENSITIVE = [:content]
28002
28013
  include Aws::Structure
28003
28014
  end
@@ -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.190.0'
56
+ GEM_VERSION = '1.191.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.190.0
4
+ version: 1.191.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-06-27 00:00:00.000000000 Z
11
+ date: 2023-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.174.0
22
+ version: 3.176.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.174.0
32
+ version: 3.176.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement