aws-sdk-sagemaker 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/lib/aws-sdk-sagemaker.rb +48 -0
- data/lib/aws-sdk-sagemaker/client.rb +2030 -0
- data/lib/aws-sdk-sagemaker/client_api.rb +869 -0
- data/lib/aws-sdk-sagemaker/customizations.rb +0 -0
- data/lib/aws-sdk-sagemaker/errors.rb +14 -0
- data/lib/aws-sdk-sagemaker/resource.rb +23 -0
- data/lib/aws-sdk-sagemaker/types.rb +2514 -0
- data/lib/aws-sdk-sagemaker/waiters.rb +567 -0
- metadata +83 -0
@@ -0,0 +1,869 @@
|
|
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/master/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws::SageMaker
|
9
|
+
# @api private
|
10
|
+
module ClientApi
|
11
|
+
|
12
|
+
include Seahorse::Model
|
13
|
+
|
14
|
+
AddTagsInput = Shapes::StructureShape.new(name: 'AddTagsInput')
|
15
|
+
AddTagsOutput = Shapes::StructureShape.new(name: 'AddTagsOutput')
|
16
|
+
AlgorithmImage = Shapes::StringShape.new(name: 'AlgorithmImage')
|
17
|
+
AlgorithmSpecification = Shapes::StructureShape.new(name: 'AlgorithmSpecification')
|
18
|
+
Channel = Shapes::StructureShape.new(name: 'Channel')
|
19
|
+
ChannelName = Shapes::StringShape.new(name: 'ChannelName')
|
20
|
+
CompressionType = Shapes::StringShape.new(name: 'CompressionType')
|
21
|
+
ContainerDefinition = Shapes::StructureShape.new(name: 'ContainerDefinition')
|
22
|
+
ContainerDefinitionList = Shapes::ListShape.new(name: 'ContainerDefinitionList')
|
23
|
+
ContainerHostname = Shapes::StringShape.new(name: 'ContainerHostname')
|
24
|
+
ContentType = Shapes::StringShape.new(name: 'ContentType')
|
25
|
+
CreateEndpointConfigInput = Shapes::StructureShape.new(name: 'CreateEndpointConfigInput')
|
26
|
+
CreateEndpointConfigOutput = Shapes::StructureShape.new(name: 'CreateEndpointConfigOutput')
|
27
|
+
CreateEndpointInput = Shapes::StructureShape.new(name: 'CreateEndpointInput')
|
28
|
+
CreateEndpointOutput = Shapes::StructureShape.new(name: 'CreateEndpointOutput')
|
29
|
+
CreateModelInput = Shapes::StructureShape.new(name: 'CreateModelInput')
|
30
|
+
CreateModelOutput = Shapes::StructureShape.new(name: 'CreateModelOutput')
|
31
|
+
CreateNotebookInstanceInput = Shapes::StructureShape.new(name: 'CreateNotebookInstanceInput')
|
32
|
+
CreateNotebookInstanceOutput = Shapes::StructureShape.new(name: 'CreateNotebookInstanceOutput')
|
33
|
+
CreatePresignedNotebookInstanceUrlInput = Shapes::StructureShape.new(name: 'CreatePresignedNotebookInstanceUrlInput')
|
34
|
+
CreatePresignedNotebookInstanceUrlOutput = Shapes::StructureShape.new(name: 'CreatePresignedNotebookInstanceUrlOutput')
|
35
|
+
CreateTrainingJobRequest = Shapes::StructureShape.new(name: 'CreateTrainingJobRequest')
|
36
|
+
CreateTrainingJobResponse = Shapes::StructureShape.new(name: 'CreateTrainingJobResponse')
|
37
|
+
CreationTime = Shapes::TimestampShape.new(name: 'CreationTime')
|
38
|
+
DataSource = Shapes::StructureShape.new(name: 'DataSource')
|
39
|
+
DeleteEndpointConfigInput = Shapes::StructureShape.new(name: 'DeleteEndpointConfigInput')
|
40
|
+
DeleteEndpointInput = Shapes::StructureShape.new(name: 'DeleteEndpointInput')
|
41
|
+
DeleteModelInput = Shapes::StructureShape.new(name: 'DeleteModelInput')
|
42
|
+
DeleteNotebookInstanceInput = Shapes::StructureShape.new(name: 'DeleteNotebookInstanceInput')
|
43
|
+
DeleteTagsInput = Shapes::StructureShape.new(name: 'DeleteTagsInput')
|
44
|
+
DeleteTagsOutput = Shapes::StructureShape.new(name: 'DeleteTagsOutput')
|
45
|
+
DescribeEndpointConfigInput = Shapes::StructureShape.new(name: 'DescribeEndpointConfigInput')
|
46
|
+
DescribeEndpointConfigOutput = Shapes::StructureShape.new(name: 'DescribeEndpointConfigOutput')
|
47
|
+
DescribeEndpointInput = Shapes::StructureShape.new(name: 'DescribeEndpointInput')
|
48
|
+
DescribeEndpointOutput = Shapes::StructureShape.new(name: 'DescribeEndpointOutput')
|
49
|
+
DescribeModelInput = Shapes::StructureShape.new(name: 'DescribeModelInput')
|
50
|
+
DescribeModelOutput = Shapes::StructureShape.new(name: 'DescribeModelOutput')
|
51
|
+
DescribeNotebookInstanceInput = Shapes::StructureShape.new(name: 'DescribeNotebookInstanceInput')
|
52
|
+
DescribeNotebookInstanceOutput = Shapes::StructureShape.new(name: 'DescribeNotebookInstanceOutput')
|
53
|
+
DescribeTrainingJobRequest = Shapes::StructureShape.new(name: 'DescribeTrainingJobRequest')
|
54
|
+
DescribeTrainingJobResponse = Shapes::StructureShape.new(name: 'DescribeTrainingJobResponse')
|
55
|
+
DesiredWeightAndCapacity = Shapes::StructureShape.new(name: 'DesiredWeightAndCapacity')
|
56
|
+
DesiredWeightAndCapacityList = Shapes::ListShape.new(name: 'DesiredWeightAndCapacityList')
|
57
|
+
EndpointArn = Shapes::StringShape.new(name: 'EndpointArn')
|
58
|
+
EndpointConfigArn = Shapes::StringShape.new(name: 'EndpointConfigArn')
|
59
|
+
EndpointConfigName = Shapes::StringShape.new(name: 'EndpointConfigName')
|
60
|
+
EndpointConfigNameContains = Shapes::StringShape.new(name: 'EndpointConfigNameContains')
|
61
|
+
EndpointConfigSortKey = Shapes::StringShape.new(name: 'EndpointConfigSortKey')
|
62
|
+
EndpointConfigSummary = Shapes::StructureShape.new(name: 'EndpointConfigSummary')
|
63
|
+
EndpointConfigSummaryList = Shapes::ListShape.new(name: 'EndpointConfigSummaryList')
|
64
|
+
EndpointName = Shapes::StringShape.new(name: 'EndpointName')
|
65
|
+
EndpointNameContains = Shapes::StringShape.new(name: 'EndpointNameContains')
|
66
|
+
EndpointSortKey = Shapes::StringShape.new(name: 'EndpointSortKey')
|
67
|
+
EndpointStatus = Shapes::StringShape.new(name: 'EndpointStatus')
|
68
|
+
EndpointSummary = Shapes::StructureShape.new(name: 'EndpointSummary')
|
69
|
+
EndpointSummaryList = Shapes::ListShape.new(name: 'EndpointSummaryList')
|
70
|
+
EnvironmentKey = Shapes::StringShape.new(name: 'EnvironmentKey')
|
71
|
+
EnvironmentMap = Shapes::MapShape.new(name: 'EnvironmentMap')
|
72
|
+
EnvironmentValue = Shapes::StringShape.new(name: 'EnvironmentValue')
|
73
|
+
FailureReason = Shapes::StringShape.new(name: 'FailureReason')
|
74
|
+
HyperParameters = Shapes::MapShape.new(name: 'HyperParameters')
|
75
|
+
Image = Shapes::StringShape.new(name: 'Image')
|
76
|
+
InputDataConfig = Shapes::ListShape.new(name: 'InputDataConfig')
|
77
|
+
InstanceType = Shapes::StringShape.new(name: 'InstanceType')
|
78
|
+
KmsKeyId = Shapes::StringShape.new(name: 'KmsKeyId')
|
79
|
+
LastModifiedTime = Shapes::TimestampShape.new(name: 'LastModifiedTime')
|
80
|
+
ListEndpointConfigsInput = Shapes::StructureShape.new(name: 'ListEndpointConfigsInput')
|
81
|
+
ListEndpointConfigsOutput = Shapes::StructureShape.new(name: 'ListEndpointConfigsOutput')
|
82
|
+
ListEndpointsInput = Shapes::StructureShape.new(name: 'ListEndpointsInput')
|
83
|
+
ListEndpointsOutput = Shapes::StructureShape.new(name: 'ListEndpointsOutput')
|
84
|
+
ListModelsInput = Shapes::StructureShape.new(name: 'ListModelsInput')
|
85
|
+
ListModelsOutput = Shapes::StructureShape.new(name: 'ListModelsOutput')
|
86
|
+
ListNotebookInstancesInput = Shapes::StructureShape.new(name: 'ListNotebookInstancesInput')
|
87
|
+
ListNotebookInstancesOutput = Shapes::StructureShape.new(name: 'ListNotebookInstancesOutput')
|
88
|
+
ListTagsInput = Shapes::StructureShape.new(name: 'ListTagsInput')
|
89
|
+
ListTagsMaxResults = Shapes::IntegerShape.new(name: 'ListTagsMaxResults')
|
90
|
+
ListTagsOutput = Shapes::StructureShape.new(name: 'ListTagsOutput')
|
91
|
+
ListTrainingJobsRequest = Shapes::StructureShape.new(name: 'ListTrainingJobsRequest')
|
92
|
+
ListTrainingJobsResponse = Shapes::StructureShape.new(name: 'ListTrainingJobsResponse')
|
93
|
+
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
94
|
+
MaxRuntimeInSeconds = Shapes::IntegerShape.new(name: 'MaxRuntimeInSeconds')
|
95
|
+
ModelArn = Shapes::StringShape.new(name: 'ModelArn')
|
96
|
+
ModelArtifacts = Shapes::StructureShape.new(name: 'ModelArtifacts')
|
97
|
+
ModelName = Shapes::StringShape.new(name: 'ModelName')
|
98
|
+
ModelNameContains = Shapes::StringShape.new(name: 'ModelNameContains')
|
99
|
+
ModelSortKey = Shapes::StringShape.new(name: 'ModelSortKey')
|
100
|
+
ModelSummary = Shapes::StructureShape.new(name: 'ModelSummary')
|
101
|
+
ModelSummaryList = Shapes::ListShape.new(name: 'ModelSummaryList')
|
102
|
+
NameContains = Shapes::StringShape.new(name: 'NameContains')
|
103
|
+
NetworkInterfaceId = Shapes::StringShape.new(name: 'NetworkInterfaceId')
|
104
|
+
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
105
|
+
NotebookInstanceArn = Shapes::StringShape.new(name: 'NotebookInstanceArn')
|
106
|
+
NotebookInstanceName = Shapes::StringShape.new(name: 'NotebookInstanceName')
|
107
|
+
NotebookInstanceNameContains = Shapes::StringShape.new(name: 'NotebookInstanceNameContains')
|
108
|
+
NotebookInstanceSortKey = Shapes::StringShape.new(name: 'NotebookInstanceSortKey')
|
109
|
+
NotebookInstanceSortOrder = Shapes::StringShape.new(name: 'NotebookInstanceSortOrder')
|
110
|
+
NotebookInstanceStatus = Shapes::StringShape.new(name: 'NotebookInstanceStatus')
|
111
|
+
NotebookInstanceSummary = Shapes::StructureShape.new(name: 'NotebookInstanceSummary')
|
112
|
+
NotebookInstanceSummaryList = Shapes::ListShape.new(name: 'NotebookInstanceSummaryList')
|
113
|
+
NotebookInstanceUrl = Shapes::StringShape.new(name: 'NotebookInstanceUrl')
|
114
|
+
OrderKey = Shapes::StringShape.new(name: 'OrderKey')
|
115
|
+
OutputDataConfig = Shapes::StructureShape.new(name: 'OutputDataConfig')
|
116
|
+
PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
|
117
|
+
ParameterKey = Shapes::StringShape.new(name: 'ParameterKey')
|
118
|
+
ParameterValue = Shapes::StringShape.new(name: 'ParameterValue')
|
119
|
+
ProductionVariant = Shapes::StructureShape.new(name: 'ProductionVariant')
|
120
|
+
ProductionVariantInstanceType = Shapes::StringShape.new(name: 'ProductionVariantInstanceType')
|
121
|
+
ProductionVariantList = Shapes::ListShape.new(name: 'ProductionVariantList')
|
122
|
+
ProductionVariantSummary = Shapes::StructureShape.new(name: 'ProductionVariantSummary')
|
123
|
+
ProductionVariantSummaryList = Shapes::ListShape.new(name: 'ProductionVariantSummaryList')
|
124
|
+
RecordWrapper = Shapes::StringShape.new(name: 'RecordWrapper')
|
125
|
+
ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
|
126
|
+
ResourceConfig = Shapes::StructureShape.new(name: 'ResourceConfig')
|
127
|
+
ResourceInUse = Shapes::StructureShape.new(name: 'ResourceInUse')
|
128
|
+
ResourceLimitExceeded = Shapes::StructureShape.new(name: 'ResourceLimitExceeded')
|
129
|
+
ResourceNotFound = Shapes::StructureShape.new(name: 'ResourceNotFound')
|
130
|
+
RoleArn = Shapes::StringShape.new(name: 'RoleArn')
|
131
|
+
S3DataDistribution = Shapes::StringShape.new(name: 'S3DataDistribution')
|
132
|
+
S3DataSource = Shapes::StructureShape.new(name: 'S3DataSource')
|
133
|
+
S3DataType = Shapes::StringShape.new(name: 'S3DataType')
|
134
|
+
S3Uri = Shapes::StringShape.new(name: 'S3Uri')
|
135
|
+
SecondaryStatus = Shapes::StringShape.new(name: 'SecondaryStatus')
|
136
|
+
SecurityGroupId = Shapes::StringShape.new(name: 'SecurityGroupId')
|
137
|
+
SecurityGroupIds = Shapes::ListShape.new(name: 'SecurityGroupIds')
|
138
|
+
SessionExpirationDurationInSeconds = Shapes::IntegerShape.new(name: 'SessionExpirationDurationInSeconds')
|
139
|
+
SortBy = Shapes::StringShape.new(name: 'SortBy')
|
140
|
+
SortOrder = Shapes::StringShape.new(name: 'SortOrder')
|
141
|
+
StartNotebookInstanceInput = Shapes::StructureShape.new(name: 'StartNotebookInstanceInput')
|
142
|
+
StopNotebookInstanceInput = Shapes::StructureShape.new(name: 'StopNotebookInstanceInput')
|
143
|
+
StopTrainingJobRequest = Shapes::StructureShape.new(name: 'StopTrainingJobRequest')
|
144
|
+
StoppingCondition = Shapes::StructureShape.new(name: 'StoppingCondition')
|
145
|
+
SubnetId = Shapes::StringShape.new(name: 'SubnetId')
|
146
|
+
Tag = Shapes::StructureShape.new(name: 'Tag')
|
147
|
+
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
148
|
+
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
149
|
+
TagList = Shapes::ListShape.new(name: 'TagList')
|
150
|
+
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
151
|
+
TaskCount = Shapes::IntegerShape.new(name: 'TaskCount')
|
152
|
+
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
153
|
+
TrainingInputMode = Shapes::StringShape.new(name: 'TrainingInputMode')
|
154
|
+
TrainingInstanceCount = Shapes::IntegerShape.new(name: 'TrainingInstanceCount')
|
155
|
+
TrainingInstanceType = Shapes::StringShape.new(name: 'TrainingInstanceType')
|
156
|
+
TrainingJobArn = Shapes::StringShape.new(name: 'TrainingJobArn')
|
157
|
+
TrainingJobName = Shapes::StringShape.new(name: 'TrainingJobName')
|
158
|
+
TrainingJobStatus = Shapes::StringShape.new(name: 'TrainingJobStatus')
|
159
|
+
TrainingJobSummaries = Shapes::ListShape.new(name: 'TrainingJobSummaries')
|
160
|
+
TrainingJobSummary = Shapes::StructureShape.new(name: 'TrainingJobSummary')
|
161
|
+
UpdateEndpointInput = Shapes::StructureShape.new(name: 'UpdateEndpointInput')
|
162
|
+
UpdateEndpointOutput = Shapes::StructureShape.new(name: 'UpdateEndpointOutput')
|
163
|
+
UpdateEndpointWeightsAndCapacitiesInput = Shapes::StructureShape.new(name: 'UpdateEndpointWeightsAndCapacitiesInput')
|
164
|
+
UpdateEndpointWeightsAndCapacitiesOutput = Shapes::StructureShape.new(name: 'UpdateEndpointWeightsAndCapacitiesOutput')
|
165
|
+
UpdateNotebookInstanceInput = Shapes::StructureShape.new(name: 'UpdateNotebookInstanceInput')
|
166
|
+
UpdateNotebookInstanceOutput = Shapes::StructureShape.new(name: 'UpdateNotebookInstanceOutput')
|
167
|
+
Url = Shapes::StringShape.new(name: 'Url')
|
168
|
+
VariantName = Shapes::StringShape.new(name: 'VariantName')
|
169
|
+
VariantWeight = Shapes::FloatShape.new(name: 'VariantWeight')
|
170
|
+
VolumeSizeInGB = Shapes::IntegerShape.new(name: 'VolumeSizeInGB')
|
171
|
+
|
172
|
+
AddTagsInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "ResourceArn"))
|
173
|
+
AddTagsInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "Tags"))
|
174
|
+
AddTagsInput.struct_class = Types::AddTagsInput
|
175
|
+
|
176
|
+
AddTagsOutput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
177
|
+
AddTagsOutput.struct_class = Types::AddTagsOutput
|
178
|
+
|
179
|
+
AlgorithmSpecification.add_member(:training_image, Shapes::ShapeRef.new(shape: AlgorithmImage, required: true, location_name: "TrainingImage"))
|
180
|
+
AlgorithmSpecification.add_member(:training_input_mode, Shapes::ShapeRef.new(shape: TrainingInputMode, required: true, location_name: "TrainingInputMode"))
|
181
|
+
AlgorithmSpecification.struct_class = Types::AlgorithmSpecification
|
182
|
+
|
183
|
+
Channel.add_member(:channel_name, Shapes::ShapeRef.new(shape: ChannelName, required: true, location_name: "ChannelName"))
|
184
|
+
Channel.add_member(:data_source, Shapes::ShapeRef.new(shape: DataSource, required: true, location_name: "DataSource"))
|
185
|
+
Channel.add_member(:content_type, Shapes::ShapeRef.new(shape: ContentType, location_name: "ContentType"))
|
186
|
+
Channel.add_member(:compression_type, Shapes::ShapeRef.new(shape: CompressionType, location_name: "CompressionType"))
|
187
|
+
Channel.add_member(:record_wrapper_type, Shapes::ShapeRef.new(shape: RecordWrapper, location_name: "RecordWrapperType"))
|
188
|
+
Channel.struct_class = Types::Channel
|
189
|
+
|
190
|
+
ContainerDefinition.add_member(:container_hostname, Shapes::ShapeRef.new(shape: ContainerHostname, location_name: "ContainerHostname"))
|
191
|
+
ContainerDefinition.add_member(:image, Shapes::ShapeRef.new(shape: Image, required: true, location_name: "Image"))
|
192
|
+
ContainerDefinition.add_member(:model_data_url, Shapes::ShapeRef.new(shape: Url, location_name: "ModelDataUrl"))
|
193
|
+
ContainerDefinition.add_member(:environment, Shapes::ShapeRef.new(shape: EnvironmentMap, location_name: "Environment"))
|
194
|
+
ContainerDefinition.struct_class = Types::ContainerDefinition
|
195
|
+
|
196
|
+
ContainerDefinitionList.member = Shapes::ShapeRef.new(shape: ContainerDefinition)
|
197
|
+
|
198
|
+
CreateEndpointConfigInput.add_member(:endpoint_config_name, Shapes::ShapeRef.new(shape: EndpointConfigName, required: true, location_name: "EndpointConfigName"))
|
199
|
+
CreateEndpointConfigInput.add_member(:production_variants, Shapes::ShapeRef.new(shape: ProductionVariantList, required: true, location_name: "ProductionVariants"))
|
200
|
+
CreateEndpointConfigInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
201
|
+
CreateEndpointConfigInput.struct_class = Types::CreateEndpointConfigInput
|
202
|
+
|
203
|
+
CreateEndpointConfigOutput.add_member(:endpoint_config_arn, Shapes::ShapeRef.new(shape: EndpointConfigArn, required: true, location_name: "EndpointConfigArn"))
|
204
|
+
CreateEndpointConfigOutput.struct_class = Types::CreateEndpointConfigOutput
|
205
|
+
|
206
|
+
CreateEndpointInput.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, required: true, location_name: "EndpointName"))
|
207
|
+
CreateEndpointInput.add_member(:endpoint_config_name, Shapes::ShapeRef.new(shape: EndpointConfigName, required: true, location_name: "EndpointConfigName"))
|
208
|
+
CreateEndpointInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
209
|
+
CreateEndpointInput.struct_class = Types::CreateEndpointInput
|
210
|
+
|
211
|
+
CreateEndpointOutput.add_member(:endpoint_arn, Shapes::ShapeRef.new(shape: EndpointArn, required: true, location_name: "EndpointArn"))
|
212
|
+
CreateEndpointOutput.struct_class = Types::CreateEndpointOutput
|
213
|
+
|
214
|
+
CreateModelInput.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, required: true, location_name: "ModelName"))
|
215
|
+
CreateModelInput.add_member(:primary_container, Shapes::ShapeRef.new(shape: ContainerDefinition, required: true, location_name: "PrimaryContainer"))
|
216
|
+
CreateModelInput.add_member(:supplemental_containers, Shapes::ShapeRef.new(shape: ContainerDefinitionList, location_name: "SupplementalContainers"))
|
217
|
+
CreateModelInput.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "ExecutionRoleArn"))
|
218
|
+
CreateModelInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
219
|
+
CreateModelInput.struct_class = Types::CreateModelInput
|
220
|
+
|
221
|
+
CreateModelOutput.add_member(:model_arn, Shapes::ShapeRef.new(shape: ModelArn, required: true, location_name: "ModelArn"))
|
222
|
+
CreateModelOutput.struct_class = Types::CreateModelOutput
|
223
|
+
|
224
|
+
CreateNotebookInstanceInput.add_member(:notebook_instance_name, Shapes::ShapeRef.new(shape: NotebookInstanceName, required: true, location_name: "NotebookInstanceName"))
|
225
|
+
CreateNotebookInstanceInput.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, required: true, location_name: "InstanceType"))
|
226
|
+
CreateNotebookInstanceInput.add_member(:subnet_id, Shapes::ShapeRef.new(shape: SubnetId, location_name: "SubnetId"))
|
227
|
+
CreateNotebookInstanceInput.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIds, location_name: "SecurityGroupIds"))
|
228
|
+
CreateNotebookInstanceInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
|
229
|
+
CreateNotebookInstanceInput.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
|
230
|
+
CreateNotebookInstanceInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
231
|
+
CreateNotebookInstanceInput.struct_class = Types::CreateNotebookInstanceInput
|
232
|
+
|
233
|
+
CreateNotebookInstanceOutput.add_member(:notebook_instance_arn, Shapes::ShapeRef.new(shape: NotebookInstanceArn, location_name: "NotebookInstanceArn"))
|
234
|
+
CreateNotebookInstanceOutput.struct_class = Types::CreateNotebookInstanceOutput
|
235
|
+
|
236
|
+
CreatePresignedNotebookInstanceUrlInput.add_member(:notebook_instance_name, Shapes::ShapeRef.new(shape: NotebookInstanceName, required: true, location_name: "NotebookInstanceName"))
|
237
|
+
CreatePresignedNotebookInstanceUrlInput.add_member(:session_expiration_duration_in_seconds, Shapes::ShapeRef.new(shape: SessionExpirationDurationInSeconds, location_name: "SessionExpirationDurationInSeconds"))
|
238
|
+
CreatePresignedNotebookInstanceUrlInput.struct_class = Types::CreatePresignedNotebookInstanceUrlInput
|
239
|
+
|
240
|
+
CreatePresignedNotebookInstanceUrlOutput.add_member(:authorized_url, Shapes::ShapeRef.new(shape: NotebookInstanceUrl, location_name: "AuthorizedUrl"))
|
241
|
+
CreatePresignedNotebookInstanceUrlOutput.struct_class = Types::CreatePresignedNotebookInstanceUrlOutput
|
242
|
+
|
243
|
+
CreateTrainingJobRequest.add_member(:training_job_name, Shapes::ShapeRef.new(shape: TrainingJobName, required: true, location_name: "TrainingJobName"))
|
244
|
+
CreateTrainingJobRequest.add_member(:hyper_parameters, Shapes::ShapeRef.new(shape: HyperParameters, location_name: "HyperParameters"))
|
245
|
+
CreateTrainingJobRequest.add_member(:algorithm_specification, Shapes::ShapeRef.new(shape: AlgorithmSpecification, required: true, location_name: "AlgorithmSpecification"))
|
246
|
+
CreateTrainingJobRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
|
247
|
+
CreateTrainingJobRequest.add_member(:input_data_config, Shapes::ShapeRef.new(shape: InputDataConfig, required: true, location_name: "InputDataConfig"))
|
248
|
+
CreateTrainingJobRequest.add_member(:output_data_config, Shapes::ShapeRef.new(shape: OutputDataConfig, required: true, location_name: "OutputDataConfig"))
|
249
|
+
CreateTrainingJobRequest.add_member(:resource_config, Shapes::ShapeRef.new(shape: ResourceConfig, required: true, location_name: "ResourceConfig"))
|
250
|
+
CreateTrainingJobRequest.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: StoppingCondition, required: true, location_name: "StoppingCondition"))
|
251
|
+
CreateTrainingJobRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
252
|
+
CreateTrainingJobRequest.struct_class = Types::CreateTrainingJobRequest
|
253
|
+
|
254
|
+
CreateTrainingJobResponse.add_member(:training_job_arn, Shapes::ShapeRef.new(shape: TrainingJobArn, required: true, location_name: "TrainingJobArn"))
|
255
|
+
CreateTrainingJobResponse.struct_class = Types::CreateTrainingJobResponse
|
256
|
+
|
257
|
+
DataSource.add_member(:s3_data_source, Shapes::ShapeRef.new(shape: S3DataSource, required: true, location_name: "S3DataSource"))
|
258
|
+
DataSource.struct_class = Types::DataSource
|
259
|
+
|
260
|
+
DeleteEndpointConfigInput.add_member(:endpoint_config_name, Shapes::ShapeRef.new(shape: EndpointConfigName, required: true, location_name: "EndpointConfigName"))
|
261
|
+
DeleteEndpointConfigInput.struct_class = Types::DeleteEndpointConfigInput
|
262
|
+
|
263
|
+
DeleteEndpointInput.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, required: true, location_name: "EndpointName"))
|
264
|
+
DeleteEndpointInput.struct_class = Types::DeleteEndpointInput
|
265
|
+
|
266
|
+
DeleteModelInput.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, required: true, location_name: "ModelName"))
|
267
|
+
DeleteModelInput.struct_class = Types::DeleteModelInput
|
268
|
+
|
269
|
+
DeleteNotebookInstanceInput.add_member(:notebook_instance_name, Shapes::ShapeRef.new(shape: NotebookInstanceName, required: true, location_name: "NotebookInstanceName"))
|
270
|
+
DeleteNotebookInstanceInput.struct_class = Types::DeleteNotebookInstanceInput
|
271
|
+
|
272
|
+
DeleteTagsInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "ResourceArn"))
|
273
|
+
DeleteTagsInput.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location_name: "TagKeys"))
|
274
|
+
DeleteTagsInput.struct_class = Types::DeleteTagsInput
|
275
|
+
|
276
|
+
DeleteTagsOutput.struct_class = Types::DeleteTagsOutput
|
277
|
+
|
278
|
+
DescribeEndpointConfigInput.add_member(:endpoint_config_name, Shapes::ShapeRef.new(shape: EndpointConfigName, required: true, location_name: "EndpointConfigName"))
|
279
|
+
DescribeEndpointConfigInput.struct_class = Types::DescribeEndpointConfigInput
|
280
|
+
|
281
|
+
DescribeEndpointConfigOutput.add_member(:endpoint_config_name, Shapes::ShapeRef.new(shape: EndpointConfigName, required: true, location_name: "EndpointConfigName"))
|
282
|
+
DescribeEndpointConfigOutput.add_member(:endpoint_config_arn, Shapes::ShapeRef.new(shape: EndpointConfigArn, required: true, location_name: "EndpointConfigArn"))
|
283
|
+
DescribeEndpointConfigOutput.add_member(:production_variants, Shapes::ShapeRef.new(shape: ProductionVariantList, required: true, location_name: "ProductionVariants"))
|
284
|
+
DescribeEndpointConfigOutput.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
285
|
+
DescribeEndpointConfigOutput.struct_class = Types::DescribeEndpointConfigOutput
|
286
|
+
|
287
|
+
DescribeEndpointInput.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, required: true, location_name: "EndpointName"))
|
288
|
+
DescribeEndpointInput.struct_class = Types::DescribeEndpointInput
|
289
|
+
|
290
|
+
DescribeEndpointOutput.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, required: true, location_name: "EndpointName"))
|
291
|
+
DescribeEndpointOutput.add_member(:endpoint_arn, Shapes::ShapeRef.new(shape: EndpointArn, required: true, location_name: "EndpointArn"))
|
292
|
+
DescribeEndpointOutput.add_member(:endpoint_config_name, Shapes::ShapeRef.new(shape: EndpointConfigName, required: true, location_name: "EndpointConfigName"))
|
293
|
+
DescribeEndpointOutput.add_member(:production_variants, Shapes::ShapeRef.new(shape: ProductionVariantSummaryList, location_name: "ProductionVariants"))
|
294
|
+
DescribeEndpointOutput.add_member(:endpoint_status, Shapes::ShapeRef.new(shape: EndpointStatus, required: true, location_name: "EndpointStatus"))
|
295
|
+
DescribeEndpointOutput.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
296
|
+
DescribeEndpointOutput.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
297
|
+
DescribeEndpointOutput.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
|
298
|
+
DescribeEndpointOutput.struct_class = Types::DescribeEndpointOutput
|
299
|
+
|
300
|
+
DescribeModelInput.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, required: true, location_name: "ModelName"))
|
301
|
+
DescribeModelInput.struct_class = Types::DescribeModelInput
|
302
|
+
|
303
|
+
DescribeModelOutput.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, required: true, location_name: "ModelName"))
|
304
|
+
DescribeModelOutput.add_member(:primary_container, Shapes::ShapeRef.new(shape: ContainerDefinition, required: true, location_name: "PrimaryContainer"))
|
305
|
+
DescribeModelOutput.add_member(:supplemental_containers, Shapes::ShapeRef.new(shape: ContainerDefinitionList, required: true, location_name: "SupplementalContainers"))
|
306
|
+
DescribeModelOutput.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "ExecutionRoleArn"))
|
307
|
+
DescribeModelOutput.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
308
|
+
DescribeModelOutput.add_member(:model_arn, Shapes::ShapeRef.new(shape: ModelArn, required: true, location_name: "ModelArn"))
|
309
|
+
DescribeModelOutput.struct_class = Types::DescribeModelOutput
|
310
|
+
|
311
|
+
DescribeNotebookInstanceInput.add_member(:notebook_instance_name, Shapes::ShapeRef.new(shape: NotebookInstanceName, required: true, location_name: "NotebookInstanceName"))
|
312
|
+
DescribeNotebookInstanceInput.struct_class = Types::DescribeNotebookInstanceInput
|
313
|
+
|
314
|
+
DescribeNotebookInstanceOutput.add_member(:notebook_instance_arn, Shapes::ShapeRef.new(shape: NotebookInstanceArn, location_name: "NotebookInstanceArn"))
|
315
|
+
DescribeNotebookInstanceOutput.add_member(:notebook_instance_name, Shapes::ShapeRef.new(shape: NotebookInstanceName, location_name: "NotebookInstanceName"))
|
316
|
+
DescribeNotebookInstanceOutput.add_member(:notebook_instance_status, Shapes::ShapeRef.new(shape: NotebookInstanceStatus, location_name: "NotebookInstanceStatus"))
|
317
|
+
DescribeNotebookInstanceOutput.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
318
|
+
DescribeNotebookInstanceOutput.add_member(:url, Shapes::ShapeRef.new(shape: NotebookInstanceUrl, location_name: "Url"))
|
319
|
+
DescribeNotebookInstanceOutput.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, location_name: "InstanceType"))
|
320
|
+
DescribeNotebookInstanceOutput.add_member(:subnet_id, Shapes::ShapeRef.new(shape: SubnetId, location_name: "SubnetId"))
|
321
|
+
DescribeNotebookInstanceOutput.add_member(:security_groups, Shapes::ShapeRef.new(shape: SecurityGroupIds, location_name: "SecurityGroups"))
|
322
|
+
DescribeNotebookInstanceOutput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
323
|
+
DescribeNotebookInstanceOutput.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
|
324
|
+
DescribeNotebookInstanceOutput.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: NetworkInterfaceId, location_name: "NetworkInterfaceId"))
|
325
|
+
DescribeNotebookInstanceOutput.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: LastModifiedTime, location_name: "LastModifiedTime"))
|
326
|
+
DescribeNotebookInstanceOutput.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
|
327
|
+
DescribeNotebookInstanceOutput.struct_class = Types::DescribeNotebookInstanceOutput
|
328
|
+
|
329
|
+
DescribeTrainingJobRequest.add_member(:training_job_name, Shapes::ShapeRef.new(shape: TrainingJobName, required: true, location_name: "TrainingJobName"))
|
330
|
+
DescribeTrainingJobRequest.struct_class = Types::DescribeTrainingJobRequest
|
331
|
+
|
332
|
+
DescribeTrainingJobResponse.add_member(:training_job_name, Shapes::ShapeRef.new(shape: TrainingJobName, required: true, location_name: "TrainingJobName"))
|
333
|
+
DescribeTrainingJobResponse.add_member(:training_job_arn, Shapes::ShapeRef.new(shape: TrainingJobArn, required: true, location_name: "TrainingJobArn"))
|
334
|
+
DescribeTrainingJobResponse.add_member(:model_artifacts, Shapes::ShapeRef.new(shape: ModelArtifacts, required: true, location_name: "ModelArtifacts"))
|
335
|
+
DescribeTrainingJobResponse.add_member(:training_job_status, Shapes::ShapeRef.new(shape: TrainingJobStatus, required: true, location_name: "TrainingJobStatus"))
|
336
|
+
DescribeTrainingJobResponse.add_member(:secondary_status, Shapes::ShapeRef.new(shape: SecondaryStatus, required: true, location_name: "SecondaryStatus"))
|
337
|
+
DescribeTrainingJobResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
338
|
+
DescribeTrainingJobResponse.add_member(:hyper_parameters, Shapes::ShapeRef.new(shape: HyperParameters, location_name: "HyperParameters"))
|
339
|
+
DescribeTrainingJobResponse.add_member(:algorithm_specification, Shapes::ShapeRef.new(shape: AlgorithmSpecification, required: true, location_name: "AlgorithmSpecification"))
|
340
|
+
DescribeTrainingJobResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
341
|
+
DescribeTrainingJobResponse.add_member(:input_data_config, Shapes::ShapeRef.new(shape: InputDataConfig, required: true, location_name: "InputDataConfig"))
|
342
|
+
DescribeTrainingJobResponse.add_member(:output_data_config, Shapes::ShapeRef.new(shape: OutputDataConfig, location_name: "OutputDataConfig"))
|
343
|
+
DescribeTrainingJobResponse.add_member(:resource_config, Shapes::ShapeRef.new(shape: ResourceConfig, required: true, location_name: "ResourceConfig"))
|
344
|
+
DescribeTrainingJobResponse.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: StoppingCondition, required: true, location_name: "StoppingCondition"))
|
345
|
+
DescribeTrainingJobResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
346
|
+
DescribeTrainingJobResponse.add_member(:training_start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "TrainingStartTime"))
|
347
|
+
DescribeTrainingJobResponse.add_member(:training_end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "TrainingEndTime"))
|
348
|
+
DescribeTrainingJobResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
349
|
+
DescribeTrainingJobResponse.struct_class = Types::DescribeTrainingJobResponse
|
350
|
+
|
351
|
+
DesiredWeightAndCapacity.add_member(:variant_name, Shapes::ShapeRef.new(shape: VariantName, required: true, location_name: "VariantName"))
|
352
|
+
DesiredWeightAndCapacity.add_member(:desired_weight, Shapes::ShapeRef.new(shape: VariantWeight, location_name: "DesiredWeight"))
|
353
|
+
DesiredWeightAndCapacity.add_member(:desired_instance_count, Shapes::ShapeRef.new(shape: TaskCount, location_name: "DesiredInstanceCount"))
|
354
|
+
DesiredWeightAndCapacity.struct_class = Types::DesiredWeightAndCapacity
|
355
|
+
|
356
|
+
DesiredWeightAndCapacityList.member = Shapes::ShapeRef.new(shape: DesiredWeightAndCapacity)
|
357
|
+
|
358
|
+
EndpointConfigSummary.add_member(:endpoint_config_name, Shapes::ShapeRef.new(shape: EndpointConfigName, required: true, location_name: "EndpointConfigName"))
|
359
|
+
EndpointConfigSummary.add_member(:endpoint_config_arn, Shapes::ShapeRef.new(shape: EndpointConfigArn, required: true, location_name: "EndpointConfigArn"))
|
360
|
+
EndpointConfigSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
361
|
+
EndpointConfigSummary.struct_class = Types::EndpointConfigSummary
|
362
|
+
|
363
|
+
EndpointConfigSummaryList.member = Shapes::ShapeRef.new(shape: EndpointConfigSummary)
|
364
|
+
|
365
|
+
EndpointSummary.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, required: true, location_name: "EndpointName"))
|
366
|
+
EndpointSummary.add_member(:endpoint_arn, Shapes::ShapeRef.new(shape: EndpointArn, required: true, location_name: "EndpointArn"))
|
367
|
+
EndpointSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
368
|
+
EndpointSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
|
369
|
+
EndpointSummary.add_member(:endpoint_status, Shapes::ShapeRef.new(shape: EndpointStatus, required: true, location_name: "EndpointStatus"))
|
370
|
+
EndpointSummary.struct_class = Types::EndpointSummary
|
371
|
+
|
372
|
+
EndpointSummaryList.member = Shapes::ShapeRef.new(shape: EndpointSummary)
|
373
|
+
|
374
|
+
EnvironmentMap.key = Shapes::ShapeRef.new(shape: EnvironmentKey)
|
375
|
+
EnvironmentMap.value = Shapes::ShapeRef.new(shape: EnvironmentValue)
|
376
|
+
|
377
|
+
HyperParameters.key = Shapes::ShapeRef.new(shape: ParameterKey)
|
378
|
+
HyperParameters.value = Shapes::ShapeRef.new(shape: ParameterValue)
|
379
|
+
|
380
|
+
InputDataConfig.member = Shapes::ShapeRef.new(shape: Channel)
|
381
|
+
|
382
|
+
ListEndpointConfigsInput.add_member(:sort_by, Shapes::ShapeRef.new(shape: EndpointConfigSortKey, location_name: "SortBy"))
|
383
|
+
ListEndpointConfigsInput.add_member(:sort_order, Shapes::ShapeRef.new(shape: OrderKey, location_name: "SortOrder"))
|
384
|
+
ListEndpointConfigsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
385
|
+
ListEndpointConfigsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
386
|
+
ListEndpointConfigsInput.add_member(:name_contains, Shapes::ShapeRef.new(shape: EndpointConfigNameContains, location_name: "NameContains"))
|
387
|
+
ListEndpointConfigsInput.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
388
|
+
ListEndpointConfigsInput.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
|
389
|
+
ListEndpointConfigsInput.struct_class = Types::ListEndpointConfigsInput
|
390
|
+
|
391
|
+
ListEndpointConfigsOutput.add_member(:endpoint_configs, Shapes::ShapeRef.new(shape: EndpointConfigSummaryList, required: true, location_name: "EndpointConfigs"))
|
392
|
+
ListEndpointConfigsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
393
|
+
ListEndpointConfigsOutput.struct_class = Types::ListEndpointConfigsOutput
|
394
|
+
|
395
|
+
ListEndpointsInput.add_member(:sort_by, Shapes::ShapeRef.new(shape: EndpointSortKey, location_name: "SortBy"))
|
396
|
+
ListEndpointsInput.add_member(:sort_order, Shapes::ShapeRef.new(shape: OrderKey, location_name: "SortOrder"))
|
397
|
+
ListEndpointsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
398
|
+
ListEndpointsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
399
|
+
ListEndpointsInput.add_member(:name_contains, Shapes::ShapeRef.new(shape: EndpointNameContains, location_name: "NameContains"))
|
400
|
+
ListEndpointsInput.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
401
|
+
ListEndpointsInput.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
|
402
|
+
ListEndpointsInput.add_member(:last_modified_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeBefore"))
|
403
|
+
ListEndpointsInput.add_member(:last_modified_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeAfter"))
|
404
|
+
ListEndpointsInput.add_member(:status_equals, Shapes::ShapeRef.new(shape: EndpointStatus, location_name: "StatusEquals"))
|
405
|
+
ListEndpointsInput.struct_class = Types::ListEndpointsInput
|
406
|
+
|
407
|
+
ListEndpointsOutput.add_member(:endpoints, Shapes::ShapeRef.new(shape: EndpointSummaryList, required: true, location_name: "Endpoints"))
|
408
|
+
ListEndpointsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
409
|
+
ListEndpointsOutput.struct_class = Types::ListEndpointsOutput
|
410
|
+
|
411
|
+
ListModelsInput.add_member(:sort_by, Shapes::ShapeRef.new(shape: ModelSortKey, location_name: "SortBy"))
|
412
|
+
ListModelsInput.add_member(:sort_order, Shapes::ShapeRef.new(shape: OrderKey, location_name: "SortOrder"))
|
413
|
+
ListModelsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
414
|
+
ListModelsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
415
|
+
ListModelsInput.add_member(:name_contains, Shapes::ShapeRef.new(shape: ModelNameContains, location_name: "NameContains"))
|
416
|
+
ListModelsInput.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
417
|
+
ListModelsInput.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
|
418
|
+
ListModelsInput.struct_class = Types::ListModelsInput
|
419
|
+
|
420
|
+
ListModelsOutput.add_member(:models, Shapes::ShapeRef.new(shape: ModelSummaryList, required: true, location_name: "Models"))
|
421
|
+
ListModelsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
422
|
+
ListModelsOutput.struct_class = Types::ListModelsOutput
|
423
|
+
|
424
|
+
ListNotebookInstancesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
425
|
+
ListNotebookInstancesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
426
|
+
ListNotebookInstancesInput.add_member(:sort_by, Shapes::ShapeRef.new(shape: NotebookInstanceSortKey, location_name: "SortBy"))
|
427
|
+
ListNotebookInstancesInput.add_member(:sort_order, Shapes::ShapeRef.new(shape: NotebookInstanceSortOrder, location_name: "SortOrder"))
|
428
|
+
ListNotebookInstancesInput.add_member(:name_contains, Shapes::ShapeRef.new(shape: NotebookInstanceNameContains, location_name: "NameContains"))
|
429
|
+
ListNotebookInstancesInput.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTimeBefore"))
|
430
|
+
ListNotebookInstancesInput.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTimeAfter"))
|
431
|
+
ListNotebookInstancesInput.add_member(:last_modified_time_before, Shapes::ShapeRef.new(shape: LastModifiedTime, location_name: "LastModifiedTimeBefore"))
|
432
|
+
ListNotebookInstancesInput.add_member(:last_modified_time_after, Shapes::ShapeRef.new(shape: LastModifiedTime, location_name: "LastModifiedTimeAfter"))
|
433
|
+
ListNotebookInstancesInput.add_member(:status_equals, Shapes::ShapeRef.new(shape: NotebookInstanceStatus, location_name: "StatusEquals"))
|
434
|
+
ListNotebookInstancesInput.struct_class = Types::ListNotebookInstancesInput
|
435
|
+
|
436
|
+
ListNotebookInstancesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
437
|
+
ListNotebookInstancesOutput.add_member(:notebook_instances, Shapes::ShapeRef.new(shape: NotebookInstanceSummaryList, location_name: "NotebookInstances"))
|
438
|
+
ListNotebookInstancesOutput.struct_class = Types::ListNotebookInstancesOutput
|
439
|
+
|
440
|
+
ListTagsInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "ResourceArn"))
|
441
|
+
ListTagsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
442
|
+
ListTagsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListTagsMaxResults, location_name: "MaxResults"))
|
443
|
+
ListTagsInput.struct_class = Types::ListTagsInput
|
444
|
+
|
445
|
+
ListTagsOutput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
446
|
+
ListTagsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
447
|
+
ListTagsOutput.struct_class = Types::ListTagsOutput
|
448
|
+
|
449
|
+
ListTrainingJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
450
|
+
ListTrainingJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
451
|
+
ListTrainingJobsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
|
452
|
+
ListTrainingJobsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
453
|
+
ListTrainingJobsRequest.add_member(:last_modified_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeAfter"))
|
454
|
+
ListTrainingJobsRequest.add_member(:last_modified_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeBefore"))
|
455
|
+
ListTrainingJobsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: NameContains, location_name: "NameContains"))
|
456
|
+
ListTrainingJobsRequest.add_member(:status_equals, Shapes::ShapeRef.new(shape: TrainingJobStatus, location_name: "StatusEquals"))
|
457
|
+
ListTrainingJobsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortBy, location_name: "SortBy"))
|
458
|
+
ListTrainingJobsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
459
|
+
ListTrainingJobsRequest.struct_class = Types::ListTrainingJobsRequest
|
460
|
+
|
461
|
+
ListTrainingJobsResponse.add_member(:training_job_summaries, Shapes::ShapeRef.new(shape: TrainingJobSummaries, required: true, location_name: "TrainingJobSummaries"))
|
462
|
+
ListTrainingJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
463
|
+
ListTrainingJobsResponse.struct_class = Types::ListTrainingJobsResponse
|
464
|
+
|
465
|
+
ModelArtifacts.add_member(:s3_model_artifacts, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3ModelArtifacts"))
|
466
|
+
ModelArtifacts.struct_class = Types::ModelArtifacts
|
467
|
+
|
468
|
+
ModelSummary.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, required: true, location_name: "ModelName"))
|
469
|
+
ModelSummary.add_member(:model_arn, Shapes::ShapeRef.new(shape: ModelArn, required: true, location_name: "ModelArn"))
|
470
|
+
ModelSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
471
|
+
ModelSummary.struct_class = Types::ModelSummary
|
472
|
+
|
473
|
+
ModelSummaryList.member = Shapes::ShapeRef.new(shape: ModelSummary)
|
474
|
+
|
475
|
+
NotebookInstanceSummary.add_member(:notebook_instance_name, Shapes::ShapeRef.new(shape: NotebookInstanceName, required: true, location_name: "NotebookInstanceName"))
|
476
|
+
NotebookInstanceSummary.add_member(:notebook_instance_arn, Shapes::ShapeRef.new(shape: NotebookInstanceArn, required: true, location_name: "NotebookInstanceArn"))
|
477
|
+
NotebookInstanceSummary.add_member(:notebook_instance_status, Shapes::ShapeRef.new(shape: NotebookInstanceStatus, location_name: "NotebookInstanceStatus"))
|
478
|
+
NotebookInstanceSummary.add_member(:url, Shapes::ShapeRef.new(shape: NotebookInstanceUrl, location_name: "Url"))
|
479
|
+
NotebookInstanceSummary.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, location_name: "InstanceType"))
|
480
|
+
NotebookInstanceSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
|
481
|
+
NotebookInstanceSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: LastModifiedTime, location_name: "LastModifiedTime"))
|
482
|
+
NotebookInstanceSummary.struct_class = Types::NotebookInstanceSummary
|
483
|
+
|
484
|
+
NotebookInstanceSummaryList.member = Shapes::ShapeRef.new(shape: NotebookInstanceSummary)
|
485
|
+
|
486
|
+
OutputDataConfig.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
|
487
|
+
OutputDataConfig.add_member(:s3_output_path, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3OutputPath"))
|
488
|
+
OutputDataConfig.struct_class = Types::OutputDataConfig
|
489
|
+
|
490
|
+
ProductionVariant.add_member(:variant_name, Shapes::ShapeRef.new(shape: VariantName, required: true, location_name: "VariantName"))
|
491
|
+
ProductionVariant.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, required: true, location_name: "ModelName"))
|
492
|
+
ProductionVariant.add_member(:initial_instance_count, Shapes::ShapeRef.new(shape: TaskCount, required: true, location_name: "InitialInstanceCount"))
|
493
|
+
ProductionVariant.add_member(:instance_type, Shapes::ShapeRef.new(shape: ProductionVariantInstanceType, required: true, location_name: "InstanceType"))
|
494
|
+
ProductionVariant.add_member(:initial_variant_weight, Shapes::ShapeRef.new(shape: VariantWeight, location_name: "InitialVariantWeight"))
|
495
|
+
ProductionVariant.struct_class = Types::ProductionVariant
|
496
|
+
|
497
|
+
ProductionVariantList.member = Shapes::ShapeRef.new(shape: ProductionVariant)
|
498
|
+
|
499
|
+
ProductionVariantSummary.add_member(:variant_name, Shapes::ShapeRef.new(shape: VariantName, required: true, location_name: "VariantName"))
|
500
|
+
ProductionVariantSummary.add_member(:current_weight, Shapes::ShapeRef.new(shape: VariantWeight, location_name: "CurrentWeight"))
|
501
|
+
ProductionVariantSummary.add_member(:desired_weight, Shapes::ShapeRef.new(shape: VariantWeight, location_name: "DesiredWeight"))
|
502
|
+
ProductionVariantSummary.add_member(:current_instance_count, Shapes::ShapeRef.new(shape: TaskCount, location_name: "CurrentInstanceCount"))
|
503
|
+
ProductionVariantSummary.add_member(:desired_instance_count, Shapes::ShapeRef.new(shape: TaskCount, location_name: "DesiredInstanceCount"))
|
504
|
+
ProductionVariantSummary.struct_class = Types::ProductionVariantSummary
|
505
|
+
|
506
|
+
ProductionVariantSummaryList.member = Shapes::ShapeRef.new(shape: ProductionVariantSummary)
|
507
|
+
|
508
|
+
ResourceConfig.add_member(:instance_type, Shapes::ShapeRef.new(shape: TrainingInstanceType, required: true, location_name: "InstanceType"))
|
509
|
+
ResourceConfig.add_member(:instance_count, Shapes::ShapeRef.new(shape: TrainingInstanceCount, required: true, location_name: "InstanceCount"))
|
510
|
+
ResourceConfig.add_member(:volume_size_in_gb, Shapes::ShapeRef.new(shape: VolumeSizeInGB, required: true, location_name: "VolumeSizeInGB"))
|
511
|
+
ResourceConfig.struct_class = Types::ResourceConfig
|
512
|
+
|
513
|
+
S3DataSource.add_member(:s3_data_type, Shapes::ShapeRef.new(shape: S3DataType, required: true, location_name: "S3DataType"))
|
514
|
+
S3DataSource.add_member(:s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3Uri"))
|
515
|
+
S3DataSource.add_member(:s3_data_distribution_type, Shapes::ShapeRef.new(shape: S3DataDistribution, location_name: "S3DataDistributionType"))
|
516
|
+
S3DataSource.struct_class = Types::S3DataSource
|
517
|
+
|
518
|
+
SecurityGroupIds.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
|
519
|
+
|
520
|
+
StartNotebookInstanceInput.add_member(:notebook_instance_name, Shapes::ShapeRef.new(shape: NotebookInstanceName, required: true, location_name: "NotebookInstanceName"))
|
521
|
+
StartNotebookInstanceInput.struct_class = Types::StartNotebookInstanceInput
|
522
|
+
|
523
|
+
StopNotebookInstanceInput.add_member(:notebook_instance_name, Shapes::ShapeRef.new(shape: NotebookInstanceName, required: true, location_name: "NotebookInstanceName"))
|
524
|
+
StopNotebookInstanceInput.struct_class = Types::StopNotebookInstanceInput
|
525
|
+
|
526
|
+
StopTrainingJobRequest.add_member(:training_job_name, Shapes::ShapeRef.new(shape: TrainingJobName, required: true, location_name: "TrainingJobName"))
|
527
|
+
StopTrainingJobRequest.struct_class = Types::StopTrainingJobRequest
|
528
|
+
|
529
|
+
StoppingCondition.add_member(:max_runtime_in_seconds, Shapes::ShapeRef.new(shape: MaxRuntimeInSeconds, location_name: "MaxRuntimeInSeconds"))
|
530
|
+
StoppingCondition.struct_class = Types::StoppingCondition
|
531
|
+
|
532
|
+
Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
|
533
|
+
Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "Value"))
|
534
|
+
Tag.struct_class = Types::Tag
|
535
|
+
|
536
|
+
TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
|
537
|
+
|
538
|
+
TagList.member = Shapes::ShapeRef.new(shape: Tag)
|
539
|
+
|
540
|
+
TrainingJobSummaries.member = Shapes::ShapeRef.new(shape: TrainingJobSummary)
|
541
|
+
|
542
|
+
TrainingJobSummary.add_member(:training_job_name, Shapes::ShapeRef.new(shape: TrainingJobName, required: true, location_name: "TrainingJobName"))
|
543
|
+
TrainingJobSummary.add_member(:training_job_arn, Shapes::ShapeRef.new(shape: TrainingJobArn, required: true, location_name: "TrainingJobArn"))
|
544
|
+
TrainingJobSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
545
|
+
TrainingJobSummary.add_member(:training_end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "TrainingEndTime"))
|
546
|
+
TrainingJobSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
547
|
+
TrainingJobSummary.add_member(:training_job_status, Shapes::ShapeRef.new(shape: TrainingJobStatus, required: true, location_name: "TrainingJobStatus"))
|
548
|
+
TrainingJobSummary.struct_class = Types::TrainingJobSummary
|
549
|
+
|
550
|
+
UpdateEndpointInput.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, required: true, location_name: "EndpointName"))
|
551
|
+
UpdateEndpointInput.add_member(:endpoint_config_name, Shapes::ShapeRef.new(shape: EndpointConfigName, required: true, location_name: "EndpointConfigName"))
|
552
|
+
UpdateEndpointInput.struct_class = Types::UpdateEndpointInput
|
553
|
+
|
554
|
+
UpdateEndpointOutput.add_member(:endpoint_arn, Shapes::ShapeRef.new(shape: EndpointArn, required: true, location_name: "EndpointArn"))
|
555
|
+
UpdateEndpointOutput.struct_class = Types::UpdateEndpointOutput
|
556
|
+
|
557
|
+
UpdateEndpointWeightsAndCapacitiesInput.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, required: true, location_name: "EndpointName"))
|
558
|
+
UpdateEndpointWeightsAndCapacitiesInput.add_member(:desired_weights_and_capacities, Shapes::ShapeRef.new(shape: DesiredWeightAndCapacityList, required: true, location_name: "DesiredWeightsAndCapacities"))
|
559
|
+
UpdateEndpointWeightsAndCapacitiesInput.struct_class = Types::UpdateEndpointWeightsAndCapacitiesInput
|
560
|
+
|
561
|
+
UpdateEndpointWeightsAndCapacitiesOutput.add_member(:endpoint_arn, Shapes::ShapeRef.new(shape: EndpointArn, required: true, location_name: "EndpointArn"))
|
562
|
+
UpdateEndpointWeightsAndCapacitiesOutput.struct_class = Types::UpdateEndpointWeightsAndCapacitiesOutput
|
563
|
+
|
564
|
+
UpdateNotebookInstanceInput.add_member(:notebook_instance_name, Shapes::ShapeRef.new(shape: NotebookInstanceName, required: true, location_name: "NotebookInstanceName"))
|
565
|
+
UpdateNotebookInstanceInput.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, location_name: "InstanceType"))
|
566
|
+
UpdateNotebookInstanceInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
567
|
+
UpdateNotebookInstanceInput.struct_class = Types::UpdateNotebookInstanceInput
|
568
|
+
|
569
|
+
UpdateNotebookInstanceOutput.struct_class = Types::UpdateNotebookInstanceOutput
|
570
|
+
|
571
|
+
|
572
|
+
# @api private
|
573
|
+
API = Seahorse::Model::Api.new.tap do |api|
|
574
|
+
|
575
|
+
api.version = "2017-07-24"
|
576
|
+
|
577
|
+
api.metadata = {
|
578
|
+
"endpointPrefix" => "sagemaker",
|
579
|
+
"jsonVersion" => "1.1",
|
580
|
+
"protocol" => "json",
|
581
|
+
"serviceFullName" => "Amazon SageMaker Service",
|
582
|
+
"signatureVersion" => "v4",
|
583
|
+
"signingName" => "sagemaker",
|
584
|
+
"targetPrefix" => "SageMaker",
|
585
|
+
}
|
586
|
+
|
587
|
+
api.add_operation(:add_tags, Seahorse::Model::Operation.new.tap do |o|
|
588
|
+
o.name = "AddTags"
|
589
|
+
o.http_method = "POST"
|
590
|
+
o.http_request_uri = "/"
|
591
|
+
o.input = Shapes::ShapeRef.new(shape: AddTagsInput)
|
592
|
+
o.output = Shapes::ShapeRef.new(shape: AddTagsOutput)
|
593
|
+
end)
|
594
|
+
|
595
|
+
api.add_operation(:create_endpoint, Seahorse::Model::Operation.new.tap do |o|
|
596
|
+
o.name = "CreateEndpoint"
|
597
|
+
o.http_method = "POST"
|
598
|
+
o.http_request_uri = "/"
|
599
|
+
o.input = Shapes::ShapeRef.new(shape: CreateEndpointInput)
|
600
|
+
o.output = Shapes::ShapeRef.new(shape: CreateEndpointOutput)
|
601
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
602
|
+
end)
|
603
|
+
|
604
|
+
api.add_operation(:create_endpoint_config, Seahorse::Model::Operation.new.tap do |o|
|
605
|
+
o.name = "CreateEndpointConfig"
|
606
|
+
o.http_method = "POST"
|
607
|
+
o.http_request_uri = "/"
|
608
|
+
o.input = Shapes::ShapeRef.new(shape: CreateEndpointConfigInput)
|
609
|
+
o.output = Shapes::ShapeRef.new(shape: CreateEndpointConfigOutput)
|
610
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
611
|
+
end)
|
612
|
+
|
613
|
+
api.add_operation(:create_model, Seahorse::Model::Operation.new.tap do |o|
|
614
|
+
o.name = "CreateModel"
|
615
|
+
o.http_method = "POST"
|
616
|
+
o.http_request_uri = "/"
|
617
|
+
o.input = Shapes::ShapeRef.new(shape: CreateModelInput)
|
618
|
+
o.output = Shapes::ShapeRef.new(shape: CreateModelOutput)
|
619
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
620
|
+
end)
|
621
|
+
|
622
|
+
api.add_operation(:create_notebook_instance, Seahorse::Model::Operation.new.tap do |o|
|
623
|
+
o.name = "CreateNotebookInstance"
|
624
|
+
o.http_method = "POST"
|
625
|
+
o.http_request_uri = "/"
|
626
|
+
o.input = Shapes::ShapeRef.new(shape: CreateNotebookInstanceInput)
|
627
|
+
o.output = Shapes::ShapeRef.new(shape: CreateNotebookInstanceOutput)
|
628
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
629
|
+
end)
|
630
|
+
|
631
|
+
api.add_operation(:create_presigned_notebook_instance_url, Seahorse::Model::Operation.new.tap do |o|
|
632
|
+
o.name = "CreatePresignedNotebookInstanceUrl"
|
633
|
+
o.http_method = "POST"
|
634
|
+
o.http_request_uri = "/"
|
635
|
+
o.input = Shapes::ShapeRef.new(shape: CreatePresignedNotebookInstanceUrlInput)
|
636
|
+
o.output = Shapes::ShapeRef.new(shape: CreatePresignedNotebookInstanceUrlOutput)
|
637
|
+
end)
|
638
|
+
|
639
|
+
api.add_operation(:create_training_job, Seahorse::Model::Operation.new.tap do |o|
|
640
|
+
o.name = "CreateTrainingJob"
|
641
|
+
o.http_method = "POST"
|
642
|
+
o.http_request_uri = "/"
|
643
|
+
o.input = Shapes::ShapeRef.new(shape: CreateTrainingJobRequest)
|
644
|
+
o.output = Shapes::ShapeRef.new(shape: CreateTrainingJobResponse)
|
645
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
646
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
647
|
+
end)
|
648
|
+
|
649
|
+
api.add_operation(:delete_endpoint, Seahorse::Model::Operation.new.tap do |o|
|
650
|
+
o.name = "DeleteEndpoint"
|
651
|
+
o.http_method = "POST"
|
652
|
+
o.http_request_uri = "/"
|
653
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteEndpointInput)
|
654
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
655
|
+
end)
|
656
|
+
|
657
|
+
api.add_operation(:delete_endpoint_config, Seahorse::Model::Operation.new.tap do |o|
|
658
|
+
o.name = "DeleteEndpointConfig"
|
659
|
+
o.http_method = "POST"
|
660
|
+
o.http_request_uri = "/"
|
661
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteEndpointConfigInput)
|
662
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
663
|
+
end)
|
664
|
+
|
665
|
+
api.add_operation(:delete_model, Seahorse::Model::Operation.new.tap do |o|
|
666
|
+
o.name = "DeleteModel"
|
667
|
+
o.http_method = "POST"
|
668
|
+
o.http_request_uri = "/"
|
669
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteModelInput)
|
670
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
671
|
+
end)
|
672
|
+
|
673
|
+
api.add_operation(:delete_notebook_instance, Seahorse::Model::Operation.new.tap do |o|
|
674
|
+
o.name = "DeleteNotebookInstance"
|
675
|
+
o.http_method = "POST"
|
676
|
+
o.http_request_uri = "/"
|
677
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteNotebookInstanceInput)
|
678
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
679
|
+
end)
|
680
|
+
|
681
|
+
api.add_operation(:delete_tags, Seahorse::Model::Operation.new.tap do |o|
|
682
|
+
o.name = "DeleteTags"
|
683
|
+
o.http_method = "POST"
|
684
|
+
o.http_request_uri = "/"
|
685
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteTagsInput)
|
686
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteTagsOutput)
|
687
|
+
end)
|
688
|
+
|
689
|
+
api.add_operation(:describe_endpoint, Seahorse::Model::Operation.new.tap do |o|
|
690
|
+
o.name = "DescribeEndpoint"
|
691
|
+
o.http_method = "POST"
|
692
|
+
o.http_request_uri = "/"
|
693
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeEndpointInput)
|
694
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeEndpointOutput)
|
695
|
+
end)
|
696
|
+
|
697
|
+
api.add_operation(:describe_endpoint_config, Seahorse::Model::Operation.new.tap do |o|
|
698
|
+
o.name = "DescribeEndpointConfig"
|
699
|
+
o.http_method = "POST"
|
700
|
+
o.http_request_uri = "/"
|
701
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeEndpointConfigInput)
|
702
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeEndpointConfigOutput)
|
703
|
+
end)
|
704
|
+
|
705
|
+
api.add_operation(:describe_model, Seahorse::Model::Operation.new.tap do |o|
|
706
|
+
o.name = "DescribeModel"
|
707
|
+
o.http_method = "POST"
|
708
|
+
o.http_request_uri = "/"
|
709
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeModelInput)
|
710
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeModelOutput)
|
711
|
+
end)
|
712
|
+
|
713
|
+
api.add_operation(:describe_notebook_instance, Seahorse::Model::Operation.new.tap do |o|
|
714
|
+
o.name = "DescribeNotebookInstance"
|
715
|
+
o.http_method = "POST"
|
716
|
+
o.http_request_uri = "/"
|
717
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeNotebookInstanceInput)
|
718
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeNotebookInstanceOutput)
|
719
|
+
end)
|
720
|
+
|
721
|
+
api.add_operation(:describe_training_job, Seahorse::Model::Operation.new.tap do |o|
|
722
|
+
o.name = "DescribeTrainingJob"
|
723
|
+
o.http_method = "POST"
|
724
|
+
o.http_request_uri = "/"
|
725
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeTrainingJobRequest)
|
726
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeTrainingJobResponse)
|
727
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
728
|
+
end)
|
729
|
+
|
730
|
+
api.add_operation(:list_endpoint_configs, Seahorse::Model::Operation.new.tap do |o|
|
731
|
+
o.name = "ListEndpointConfigs"
|
732
|
+
o.http_method = "POST"
|
733
|
+
o.http_request_uri = "/"
|
734
|
+
o.input = Shapes::ShapeRef.new(shape: ListEndpointConfigsInput)
|
735
|
+
o.output = Shapes::ShapeRef.new(shape: ListEndpointConfigsOutput)
|
736
|
+
o[:pager] = Aws::Pager.new(
|
737
|
+
limit_key: "max_results",
|
738
|
+
tokens: {
|
739
|
+
"next_token" => "next_token"
|
740
|
+
}
|
741
|
+
)
|
742
|
+
end)
|
743
|
+
|
744
|
+
api.add_operation(:list_endpoints, Seahorse::Model::Operation.new.tap do |o|
|
745
|
+
o.name = "ListEndpoints"
|
746
|
+
o.http_method = "POST"
|
747
|
+
o.http_request_uri = "/"
|
748
|
+
o.input = Shapes::ShapeRef.new(shape: ListEndpointsInput)
|
749
|
+
o.output = Shapes::ShapeRef.new(shape: ListEndpointsOutput)
|
750
|
+
o[:pager] = Aws::Pager.new(
|
751
|
+
limit_key: "max_results",
|
752
|
+
tokens: {
|
753
|
+
"next_token" => "next_token"
|
754
|
+
}
|
755
|
+
)
|
756
|
+
end)
|
757
|
+
|
758
|
+
api.add_operation(:list_models, Seahorse::Model::Operation.new.tap do |o|
|
759
|
+
o.name = "ListModels"
|
760
|
+
o.http_method = "POST"
|
761
|
+
o.http_request_uri = "/"
|
762
|
+
o.input = Shapes::ShapeRef.new(shape: ListModelsInput)
|
763
|
+
o.output = Shapes::ShapeRef.new(shape: ListModelsOutput)
|
764
|
+
o[:pager] = Aws::Pager.new(
|
765
|
+
limit_key: "max_results",
|
766
|
+
tokens: {
|
767
|
+
"next_token" => "next_token"
|
768
|
+
}
|
769
|
+
)
|
770
|
+
end)
|
771
|
+
|
772
|
+
api.add_operation(:list_notebook_instances, Seahorse::Model::Operation.new.tap do |o|
|
773
|
+
o.name = "ListNotebookInstances"
|
774
|
+
o.http_method = "POST"
|
775
|
+
o.http_request_uri = "/"
|
776
|
+
o.input = Shapes::ShapeRef.new(shape: ListNotebookInstancesInput)
|
777
|
+
o.output = Shapes::ShapeRef.new(shape: ListNotebookInstancesOutput)
|
778
|
+
o[:pager] = Aws::Pager.new(
|
779
|
+
limit_key: "max_results",
|
780
|
+
tokens: {
|
781
|
+
"next_token" => "next_token"
|
782
|
+
}
|
783
|
+
)
|
784
|
+
end)
|
785
|
+
|
786
|
+
api.add_operation(:list_tags, Seahorse::Model::Operation.new.tap do |o|
|
787
|
+
o.name = "ListTags"
|
788
|
+
o.http_method = "POST"
|
789
|
+
o.http_request_uri = "/"
|
790
|
+
o.input = Shapes::ShapeRef.new(shape: ListTagsInput)
|
791
|
+
o.output = Shapes::ShapeRef.new(shape: ListTagsOutput)
|
792
|
+
o[:pager] = Aws::Pager.new(
|
793
|
+
limit_key: "max_results",
|
794
|
+
tokens: {
|
795
|
+
"next_token" => "next_token"
|
796
|
+
}
|
797
|
+
)
|
798
|
+
end)
|
799
|
+
|
800
|
+
api.add_operation(:list_training_jobs, Seahorse::Model::Operation.new.tap do |o|
|
801
|
+
o.name = "ListTrainingJobs"
|
802
|
+
o.http_method = "POST"
|
803
|
+
o.http_request_uri = "/"
|
804
|
+
o.input = Shapes::ShapeRef.new(shape: ListTrainingJobsRequest)
|
805
|
+
o.output = Shapes::ShapeRef.new(shape: ListTrainingJobsResponse)
|
806
|
+
o[:pager] = Aws::Pager.new(
|
807
|
+
limit_key: "max_results",
|
808
|
+
tokens: {
|
809
|
+
"next_token" => "next_token"
|
810
|
+
}
|
811
|
+
)
|
812
|
+
end)
|
813
|
+
|
814
|
+
api.add_operation(:start_notebook_instance, Seahorse::Model::Operation.new.tap do |o|
|
815
|
+
o.name = "StartNotebookInstance"
|
816
|
+
o.http_method = "POST"
|
817
|
+
o.http_request_uri = "/"
|
818
|
+
o.input = Shapes::ShapeRef.new(shape: StartNotebookInstanceInput)
|
819
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
820
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
821
|
+
end)
|
822
|
+
|
823
|
+
api.add_operation(:stop_notebook_instance, Seahorse::Model::Operation.new.tap do |o|
|
824
|
+
o.name = "StopNotebookInstance"
|
825
|
+
o.http_method = "POST"
|
826
|
+
o.http_request_uri = "/"
|
827
|
+
o.input = Shapes::ShapeRef.new(shape: StopNotebookInstanceInput)
|
828
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
829
|
+
end)
|
830
|
+
|
831
|
+
api.add_operation(:stop_training_job, Seahorse::Model::Operation.new.tap do |o|
|
832
|
+
o.name = "StopTrainingJob"
|
833
|
+
o.http_method = "POST"
|
834
|
+
o.http_request_uri = "/"
|
835
|
+
o.input = Shapes::ShapeRef.new(shape: StopTrainingJobRequest)
|
836
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
837
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
838
|
+
end)
|
839
|
+
|
840
|
+
api.add_operation(:update_endpoint, Seahorse::Model::Operation.new.tap do |o|
|
841
|
+
o.name = "UpdateEndpoint"
|
842
|
+
o.http_method = "POST"
|
843
|
+
o.http_request_uri = "/"
|
844
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateEndpointInput)
|
845
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateEndpointOutput)
|
846
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
847
|
+
end)
|
848
|
+
|
849
|
+
api.add_operation(:update_endpoint_weights_and_capacities, Seahorse::Model::Operation.new.tap do |o|
|
850
|
+
o.name = "UpdateEndpointWeightsAndCapacities"
|
851
|
+
o.http_method = "POST"
|
852
|
+
o.http_request_uri = "/"
|
853
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateEndpointWeightsAndCapacitiesInput)
|
854
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateEndpointWeightsAndCapacitiesOutput)
|
855
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
856
|
+
end)
|
857
|
+
|
858
|
+
api.add_operation(:update_notebook_instance, Seahorse::Model::Operation.new.tap do |o|
|
859
|
+
o.name = "UpdateNotebookInstance"
|
860
|
+
o.http_method = "POST"
|
861
|
+
o.http_request_uri = "/"
|
862
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateNotebookInstanceInput)
|
863
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateNotebookInstanceOutput)
|
864
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
865
|
+
end)
|
866
|
+
end
|
867
|
+
|
868
|
+
end
|
869
|
+
end
|