aws-sdk-sagemaker 1.132.0 → 1.133.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +3 -3
- data/lib/aws-sdk-sagemaker/client_api.rb +1 -1
- data/lib/aws-sdk-sagemaker/types.rb +1 -1
- 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: 9ce89c0650d553eabd39c87af9a5d773b9b2e4b3cf85c9f26462e28bf2048051
|
|
4
|
+
data.tar.gz: c4ac9ffaa82b7caad47eb72fbffe479dc5f2cac32581bf586b832be315ffc1ce
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8242062616c0f5d05cd88439734c7cb04b8cc16352d7165dfd6302f8c917a7865589088443ddb3585d4860dd30322265f34fd90eb942c874627e580650967b74
|
|
7
|
+
data.tar.gz: 19b8b28206a72093bc5295f32640cb26f3675067b698916aa8af631b4e0f6ee3a94a00cee7134bb505fa3a157f8c537b4b0b600dd45a873bbe44713c33a2891c
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.133.0
|
|
@@ -16743,7 +16743,7 @@ module Aws::SageMaker
|
|
|
16743
16743
|
#
|
|
16744
16744
|
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/querying-lineage-entities.html
|
|
16745
16745
|
#
|
|
16746
|
-
# @option params [
|
|
16746
|
+
# @option params [Array<String>] :start_arns
|
|
16747
16747
|
# A list of resource Amazon Resource Name (ARN) that represent the
|
|
16748
16748
|
# starting point for your lineage query.
|
|
16749
16749
|
#
|
|
@@ -16802,7 +16802,7 @@ module Aws::SageMaker
|
|
|
16802
16802
|
# @example Request syntax with placeholder values
|
|
16803
16803
|
#
|
|
16804
16804
|
# resp = client.query_lineage({
|
|
16805
|
-
# start_arns: ["AssociationEntityArn"],
|
|
16805
|
+
# start_arns: ["AssociationEntityArn"],
|
|
16806
16806
|
# direction: "Both", # accepts Both, Ascendants, Descendants
|
|
16807
16807
|
# include_edges: false,
|
|
16808
16808
|
# filters: {
|
|
@@ -20269,7 +20269,7 @@ module Aws::SageMaker
|
|
|
20269
20269
|
params: params,
|
|
20270
20270
|
config: config)
|
|
20271
20271
|
context[:gem_name] = 'aws-sdk-sagemaker'
|
|
20272
|
-
context[:gem_version] = '1.
|
|
20272
|
+
context[:gem_version] = '1.133.0'
|
|
20273
20273
|
Seahorse::Client::Request.new(handlers, context)
|
|
20274
20274
|
end
|
|
20275
20275
|
|
|
@@ -6437,7 +6437,7 @@ module Aws::SageMaker
|
|
|
6437
6437
|
QueryFilters.add_member(:properties, Shapes::ShapeRef.new(shape: QueryProperties, location_name: "Properties"))
|
|
6438
6438
|
QueryFilters.struct_class = Types::QueryFilters
|
|
6439
6439
|
|
|
6440
|
-
QueryLineageRequest.add_member(:start_arns, Shapes::ShapeRef.new(shape: QueryLineageStartArns,
|
|
6440
|
+
QueryLineageRequest.add_member(:start_arns, Shapes::ShapeRef.new(shape: QueryLineageStartArns, location_name: "StartArns"))
|
|
6441
6441
|
QueryLineageRequest.add_member(:direction, Shapes::ShapeRef.new(shape: Direction, location_name: "Direction"))
|
|
6442
6442
|
QueryLineageRequest.add_member(:include_edges, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeEdges"))
|
|
6443
6443
|
QueryLineageRequest.add_member(:filters, Shapes::ShapeRef.new(shape: QueryFilters, location_name: "Filters"))
|
|
@@ -34717,7 +34717,7 @@ module Aws::SageMaker
|
|
|
34717
34717
|
# data as a hash:
|
|
34718
34718
|
#
|
|
34719
34719
|
# {
|
|
34720
|
-
# start_arns: ["AssociationEntityArn"],
|
|
34720
|
+
# start_arns: ["AssociationEntityArn"],
|
|
34721
34721
|
# direction: "Both", # accepts Both, Ascendants, Descendants
|
|
34722
34722
|
# include_edges: false,
|
|
34723
34723
|
# filters: {
|
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.133.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: 2022-07-
|
|
11
|
+
date: 2022-07-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|