aws-sdk-machinelearning 1.49.0 → 1.50.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/waiters.rbs ADDED
@@ -0,0 +1,93 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module MachineLearning
10
+ module Waiters
11
+
12
+ class BatchPredictionAvailable
13
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
14
+ | (?Hash[Symbol, untyped]) -> void
15
+
16
+ def wait: (
17
+ ?filter_variable: ("CreatedAt" | "LastUpdatedAt" | "Status" | "Name" | "IAMUser" | "MLModelId" | "DataSourceId" | "DataURI"),
18
+ ?eq: ::String,
19
+ ?gt: ::String,
20
+ ?lt: ::String,
21
+ ?ge: ::String,
22
+ ?le: ::String,
23
+ ?ne: ::String,
24
+ ?prefix: ::String,
25
+ ?sort_order: ("asc" | "dsc"),
26
+ ?next_token: ::String,
27
+ ?limit: ::Integer
28
+ ) -> Client::_DescribeBatchPredictionsResponseSuccess
29
+ | (?Hash[Symbol, untyped]) -> Client::_DescribeBatchPredictionsResponseSuccess
30
+ end
31
+
32
+ class DataSourceAvailable
33
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
34
+ | (?Hash[Symbol, untyped]) -> void
35
+
36
+ def wait: (
37
+ ?filter_variable: ("CreatedAt" | "LastUpdatedAt" | "Status" | "Name" | "DataLocationS3" | "IAMUser"),
38
+ ?eq: ::String,
39
+ ?gt: ::String,
40
+ ?lt: ::String,
41
+ ?ge: ::String,
42
+ ?le: ::String,
43
+ ?ne: ::String,
44
+ ?prefix: ::String,
45
+ ?sort_order: ("asc" | "dsc"),
46
+ ?next_token: ::String,
47
+ ?limit: ::Integer
48
+ ) -> Client::_DescribeDataSourcesResponseSuccess
49
+ | (?Hash[Symbol, untyped]) -> Client::_DescribeDataSourcesResponseSuccess
50
+ end
51
+
52
+ class EvaluationAvailable
53
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
54
+ | (?Hash[Symbol, untyped]) -> void
55
+
56
+ def wait: (
57
+ ?filter_variable: ("CreatedAt" | "LastUpdatedAt" | "Status" | "Name" | "IAMUser" | "MLModelId" | "DataSourceId" | "DataURI"),
58
+ ?eq: ::String,
59
+ ?gt: ::String,
60
+ ?lt: ::String,
61
+ ?ge: ::String,
62
+ ?le: ::String,
63
+ ?ne: ::String,
64
+ ?prefix: ::String,
65
+ ?sort_order: ("asc" | "dsc"),
66
+ ?next_token: ::String,
67
+ ?limit: ::Integer
68
+ ) -> Client::_DescribeEvaluationsResponseSuccess
69
+ | (?Hash[Symbol, untyped]) -> Client::_DescribeEvaluationsResponseSuccess
70
+ end
71
+
72
+ class MLModelAvailable
73
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
74
+ | (?Hash[Symbol, untyped]) -> void
75
+
76
+ def wait: (
77
+ ?filter_variable: ("CreatedAt" | "LastUpdatedAt" | "Status" | "Name" | "IAMUser" | "TrainingDataSourceId" | "RealtimeEndpointStatus" | "MLModelType" | "Algorithm" | "TrainingDataURI"),
78
+ ?eq: ::String,
79
+ ?gt: ::String,
80
+ ?lt: ::String,
81
+ ?ge: ::String,
82
+ ?le: ::String,
83
+ ?ne: ::String,
84
+ ?prefix: ::String,
85
+ ?sort_order: ("asc" | "dsc"),
86
+ ?next_token: ::String,
87
+ ?limit: ::Integer
88
+ ) -> Client::_DescribeMLModelsResponseSuccess
89
+ | (?Hash[Symbol, untyped]) -> Client::_DescribeMLModelsResponseSuccess
90
+ end
91
+ end
92
+ end
93
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-machinelearning
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.49.0
4
+ version: 1.50.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-28 00:00:00.000000000 Z
11
+ date: 2024-01-26 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.188.0
22
+ version: 3.191.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.188.0
32
+ version: 3.191.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -68,13 +68,18 @@ files:
68
68
  - lib/aws-sdk-machinelearning/resource.rb
69
69
  - lib/aws-sdk-machinelearning/types.rb
70
70
  - lib/aws-sdk-machinelearning/waiters.rb
71
+ - sig/client.rbs
72
+ - sig/errors.rbs
73
+ - sig/resource.rbs
74
+ - sig/types.rbs
75
+ - sig/waiters.rbs
71
76
  homepage: https://github.com/aws/aws-sdk-ruby
72
77
  licenses:
73
78
  - Apache-2.0
74
79
  metadata:
75
80
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-machinelearning
76
81
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-machinelearning/CHANGELOG.md
77
- post_install_message:
82
+ post_install_message:
78
83
  rdoc_options: []
79
84
  require_paths:
80
85
  - lib
@@ -89,8 +94,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
89
94
  - !ruby/object:Gem::Version
90
95
  version: '0'
91
96
  requirements: []
92
- rubygems_version: 3.1.6
93
- signing_key:
97
+ rubygems_version: 3.4.10
98
+ signing_key:
94
99
  specification_version: 4
95
100
  summary: AWS SDK for Ruby - Amazon Machine Learning
96
101
  test_files: []