aws-sdk-sagemaker 1.60.1 → 1.65.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-sagemaker.rb +3 -1
- data/lib/aws-sdk-sagemaker/client.rb +549 -98
- data/lib/aws-sdk-sagemaker/client_api.rb +201 -14
- data/lib/aws-sdk-sagemaker/errors.rb +2 -0
- data/lib/aws-sdk-sagemaker/resource.rb +2 -0
- data/lib/aws-sdk-sagemaker/types.rb +2658 -284
- data/lib/aws-sdk-sagemaker/waiters.rb +2 -0
- metadata +2 -2
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -106,6 +108,8 @@ module Aws::SageMaker
|
|
106
108
|
CheckpointConfig = Shapes::StructureShape.new(name: 'CheckpointConfig')
|
107
109
|
Cidr = Shapes::StringShape.new(name: 'Cidr')
|
108
110
|
Cidrs = Shapes::ListShape.new(name: 'Cidrs')
|
111
|
+
ClientId = Shapes::StringShape.new(name: 'ClientId')
|
112
|
+
ClientSecret = Shapes::StringShape.new(name: 'ClientSecret')
|
109
113
|
CodeRepositoryArn = Shapes::StringShape.new(name: 'CodeRepositoryArn')
|
110
114
|
CodeRepositoryContains = Shapes::StringShape.new(name: 'CodeRepositoryContains')
|
111
115
|
CodeRepositoryNameContains = Shapes::StringShape.new(name: 'CodeRepositoryNameContains')
|
@@ -114,7 +118,7 @@ module Aws::SageMaker
|
|
114
118
|
CodeRepositorySortOrder = Shapes::StringShape.new(name: 'CodeRepositorySortOrder')
|
115
119
|
CodeRepositorySummary = Shapes::StructureShape.new(name: 'CodeRepositorySummary')
|
116
120
|
CodeRepositorySummaryList = Shapes::ListShape.new(name: 'CodeRepositorySummaryList')
|
117
|
-
|
121
|
+
CognitoConfig = Shapes::StructureShape.new(name: 'CognitoConfig')
|
118
122
|
CognitoMemberDefinition = Shapes::StructureShape.new(name: 'CognitoMemberDefinition')
|
119
123
|
CognitoUserGroup = Shapes::StringShape.new(name: 'CognitoUserGroup')
|
120
124
|
CognitoUserPool = Shapes::StringShape.new(name: 'CognitoUserPool')
|
@@ -126,6 +130,7 @@ module Aws::SageMaker
|
|
126
130
|
CompilationJobStatus = Shapes::StringShape.new(name: 'CompilationJobStatus')
|
127
131
|
CompilationJobSummaries = Shapes::ListShape.new(name: 'CompilationJobSummaries')
|
128
132
|
CompilationJobSummary = Shapes::StructureShape.new(name: 'CompilationJobSummary')
|
133
|
+
CompilerOptions = Shapes::StringShape.new(name: 'CompilerOptions')
|
129
134
|
CompressionType = Shapes::StringShape.new(name: 'CompressionType')
|
130
135
|
CompressionTypes = Shapes::ListShape.new(name: 'CompressionTypes')
|
131
136
|
ConfigKey = Shapes::StringShape.new(name: 'ConfigKey')
|
@@ -138,6 +143,7 @@ module Aws::SageMaker
|
|
138
143
|
ContainerEntrypoint = Shapes::ListShape.new(name: 'ContainerEntrypoint')
|
139
144
|
ContainerEntrypointString = Shapes::StringShape.new(name: 'ContainerEntrypointString')
|
140
145
|
ContainerHostname = Shapes::StringShape.new(name: 'ContainerHostname')
|
146
|
+
ContainerImage = Shapes::StringShape.new(name: 'ContainerImage')
|
141
147
|
ContainerMode = Shapes::StringShape.new(name: 'ContainerMode')
|
142
148
|
ContentClassifier = Shapes::StringShape.new(name: 'ContentClassifier')
|
143
149
|
ContentClassifiers = Shapes::ListShape.new(name: 'ContentClassifiers')
|
@@ -198,6 +204,8 @@ module Aws::SageMaker
|
|
198
204
|
CreateTrialResponse = Shapes::StructureShape.new(name: 'CreateTrialResponse')
|
199
205
|
CreateUserProfileRequest = Shapes::StructureShape.new(name: 'CreateUserProfileRequest')
|
200
206
|
CreateUserProfileResponse = Shapes::StructureShape.new(name: 'CreateUserProfileResponse')
|
207
|
+
CreateWorkforceRequest = Shapes::StructureShape.new(name: 'CreateWorkforceRequest')
|
208
|
+
CreateWorkforceResponse = Shapes::StructureShape.new(name: 'CreateWorkforceResponse')
|
201
209
|
CreateWorkteamRequest = Shapes::StructureShape.new(name: 'CreateWorkteamRequest')
|
202
210
|
CreateWorkteamResponse = Shapes::StructureShape.new(name: 'CreateWorkteamResponse')
|
203
211
|
CreationTime = Shapes::TimestampShape.new(name: 'CreationTime')
|
@@ -224,6 +232,8 @@ module Aws::SageMaker
|
|
224
232
|
DeleteExperimentResponse = Shapes::StructureShape.new(name: 'DeleteExperimentResponse')
|
225
233
|
DeleteFlowDefinitionRequest = Shapes::StructureShape.new(name: 'DeleteFlowDefinitionRequest')
|
226
234
|
DeleteFlowDefinitionResponse = Shapes::StructureShape.new(name: 'DeleteFlowDefinitionResponse')
|
235
|
+
DeleteHumanTaskUiRequest = Shapes::StructureShape.new(name: 'DeleteHumanTaskUiRequest')
|
236
|
+
DeleteHumanTaskUiResponse = Shapes::StructureShape.new(name: 'DeleteHumanTaskUiResponse')
|
227
237
|
DeleteModelInput = Shapes::StructureShape.new(name: 'DeleteModelInput')
|
228
238
|
DeleteModelPackageInput = Shapes::StructureShape.new(name: 'DeleteModelPackageInput')
|
229
239
|
DeleteMonitoringScheduleRequest = Shapes::StructureShape.new(name: 'DeleteMonitoringScheduleRequest')
|
@@ -236,6 +246,8 @@ module Aws::SageMaker
|
|
236
246
|
DeleteTrialRequest = Shapes::StructureShape.new(name: 'DeleteTrialRequest')
|
237
247
|
DeleteTrialResponse = Shapes::StructureShape.new(name: 'DeleteTrialResponse')
|
238
248
|
DeleteUserProfileRequest = Shapes::StructureShape.new(name: 'DeleteUserProfileRequest')
|
249
|
+
DeleteWorkforceRequest = Shapes::StructureShape.new(name: 'DeleteWorkforceRequest')
|
250
|
+
DeleteWorkforceResponse = Shapes::StructureShape.new(name: 'DeleteWorkforceResponse')
|
239
251
|
DeleteWorkteamRequest = Shapes::StructureShape.new(name: 'DeleteWorkteamRequest')
|
240
252
|
DeleteWorkteamResponse = Shapes::StructureShape.new(name: 'DeleteWorkteamResponse')
|
241
253
|
DeployedImage = Shapes::StructureShape.new(name: 'DeployedImage')
|
@@ -379,6 +391,8 @@ module Aws::SageMaker
|
|
379
391
|
GitConfig = Shapes::StructureShape.new(name: 'GitConfig')
|
380
392
|
GitConfigForUpdate = Shapes::StructureShape.new(name: 'GitConfigForUpdate')
|
381
393
|
GitConfigUrl = Shapes::StringShape.new(name: 'GitConfigUrl')
|
394
|
+
Group = Shapes::StringShape.new(name: 'Group')
|
395
|
+
Groups = Shapes::ListShape.new(name: 'Groups')
|
382
396
|
HookParameters = Shapes::MapShape.new(name: 'HookParameters')
|
383
397
|
HumanLoopActivationConditions = Shapes::StringShape.new(name: 'HumanLoopActivationConditions')
|
384
398
|
HumanLoopActivationConditionsConfig = Shapes::StructureShape.new(name: 'HumanLoopActivationConditionsConfig')
|
@@ -388,6 +402,7 @@ module Aws::SageMaker
|
|
388
402
|
HumanTaskConfig = Shapes::StructureShape.new(name: 'HumanTaskConfig')
|
389
403
|
HumanTaskUiArn = Shapes::StringShape.new(name: 'HumanTaskUiArn')
|
390
404
|
HumanTaskUiName = Shapes::StringShape.new(name: 'HumanTaskUiName')
|
405
|
+
HumanTaskUiStatus = Shapes::StringShape.new(name: 'HumanTaskUiStatus')
|
391
406
|
HumanTaskUiSummaries = Shapes::ListShape.new(name: 'HumanTaskUiSummaries')
|
392
407
|
HumanTaskUiSummary = Shapes::StructureShape.new(name: 'HumanTaskUiSummary')
|
393
408
|
HyperParameterAlgorithmSpecification = Shapes::StructureShape.new(name: 'HyperParameterAlgorithmSpecification')
|
@@ -413,7 +428,8 @@ module Aws::SageMaker
|
|
413
428
|
HyperParameterTuningJobWarmStartConfig = Shapes::StructureShape.new(name: 'HyperParameterTuningJobWarmStartConfig')
|
414
429
|
HyperParameterTuningJobWarmStartType = Shapes::StringShape.new(name: 'HyperParameterTuningJobWarmStartType')
|
415
430
|
HyperParameters = Shapes::MapShape.new(name: 'HyperParameters')
|
416
|
-
|
431
|
+
ImageArn = Shapes::StringShape.new(name: 'ImageArn')
|
432
|
+
ImageConfig = Shapes::StructureShape.new(name: 'ImageConfig')
|
417
433
|
ImageDigest = Shapes::StringShape.new(name: 'ImageDigest')
|
418
434
|
ImageUri = Shapes::StringShape.new(name: 'ImageUri')
|
419
435
|
InferenceSpecification = Shapes::StructureShape.new(name: 'InferenceSpecification')
|
@@ -424,6 +440,8 @@ module Aws::SageMaker
|
|
424
440
|
IntegerParameterRange = Shapes::StructureShape.new(name: 'IntegerParameterRange')
|
425
441
|
IntegerParameterRangeSpecification = Shapes::StructureShape.new(name: 'IntegerParameterRangeSpecification')
|
426
442
|
IntegerParameterRanges = Shapes::ListShape.new(name: 'IntegerParameterRanges')
|
443
|
+
InvocationsMaxRetries = Shapes::IntegerShape.new(name: 'InvocationsMaxRetries')
|
444
|
+
InvocationsTimeoutInSeconds = Shapes::IntegerShape.new(name: 'InvocationsTimeoutInSeconds')
|
427
445
|
JobReferenceCode = Shapes::StringShape.new(name: 'JobReferenceCode')
|
428
446
|
JobReferenceCodeContains = Shapes::StringShape.new(name: 'JobReferenceCodeContains')
|
429
447
|
JoinSource = Shapes::StringShape.new(name: 'JoinSource')
|
@@ -520,6 +538,9 @@ module Aws::SageMaker
|
|
520
538
|
ListTrialsResponse = Shapes::StructureShape.new(name: 'ListTrialsResponse')
|
521
539
|
ListUserProfilesRequest = Shapes::StructureShape.new(name: 'ListUserProfilesRequest')
|
522
540
|
ListUserProfilesResponse = Shapes::StructureShape.new(name: 'ListUserProfilesResponse')
|
541
|
+
ListWorkforcesRequest = Shapes::StructureShape.new(name: 'ListWorkforcesRequest')
|
542
|
+
ListWorkforcesResponse = Shapes::StructureShape.new(name: 'ListWorkforcesResponse')
|
543
|
+
ListWorkforcesSortByOptions = Shapes::StringShape.new(name: 'ListWorkforcesSortByOptions')
|
523
544
|
ListWorkteamsRequest = Shapes::StructureShape.new(name: 'ListWorkteamsRequest')
|
524
545
|
ListWorkteamsResponse = Shapes::StructureShape.new(name: 'ListWorkteamsResponse')
|
525
546
|
ListWorkteamsSortByOptions = Shapes::StringShape.new(name: 'ListWorkteamsSortByOptions')
|
@@ -547,6 +568,7 @@ module Aws::SageMaker
|
|
547
568
|
MetricValue = Shapes::FloatShape.new(name: 'MetricValue')
|
548
569
|
ModelArn = Shapes::StringShape.new(name: 'ModelArn')
|
549
570
|
ModelArtifacts = Shapes::StructureShape.new(name: 'ModelArtifacts')
|
571
|
+
ModelClientConfig = Shapes::StructureShape.new(name: 'ModelClientConfig')
|
550
572
|
ModelName = Shapes::StringShape.new(name: 'ModelName')
|
551
573
|
ModelNameContains = Shapes::StringShape.new(name: 'ModelNameContains')
|
552
574
|
ModelPackageArn = Shapes::StringShape.new(name: 'ModelPackageArn')
|
@@ -627,6 +649,10 @@ module Aws::SageMaker
|
|
627
649
|
ObjectiveStatus = Shapes::StringShape.new(name: 'ObjectiveStatus')
|
628
650
|
ObjectiveStatusCounter = Shapes::IntegerShape.new(name: 'ObjectiveStatusCounter')
|
629
651
|
ObjectiveStatusCounters = Shapes::StructureShape.new(name: 'ObjectiveStatusCounters')
|
652
|
+
OidcConfig = Shapes::StructureShape.new(name: 'OidcConfig')
|
653
|
+
OidcConfigForResponse = Shapes::StructureShape.new(name: 'OidcConfigForResponse')
|
654
|
+
OidcEndpoint = Shapes::StringShape.new(name: 'OidcEndpoint')
|
655
|
+
OidcMemberDefinition = Shapes::StructureShape.new(name: 'OidcMemberDefinition')
|
630
656
|
Operator = Shapes::StringShape.new(name: 'Operator')
|
631
657
|
OptionalDouble = Shapes::FloatShape.new(name: 'OptionalDouble')
|
632
658
|
OptionalInteger = Shapes::IntegerShape.new(name: 'OptionalInteger')
|
@@ -697,6 +723,7 @@ module Aws::SageMaker
|
|
697
723
|
RenderableTask = Shapes::StructureShape.new(name: 'RenderableTask')
|
698
724
|
RenderingError = Shapes::StructureShape.new(name: 'RenderingError')
|
699
725
|
RenderingErrorList = Shapes::ListShape.new(name: 'RenderingErrorList')
|
726
|
+
RepositoryAccessMode = Shapes::StringShape.new(name: 'RepositoryAccessMode')
|
700
727
|
ResolvedAttributes = Shapes::StructureShape.new(name: 'ResolvedAttributes')
|
701
728
|
ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
|
702
729
|
ResourceConfig = Shapes::StructureShape.new(name: 'ResourceConfig')
|
@@ -721,7 +748,6 @@ module Aws::SageMaker
|
|
721
748
|
S3DataSource = Shapes::StructureShape.new(name: 'S3DataSource')
|
722
749
|
S3DataType = Shapes::StringShape.new(name: 'S3DataType')
|
723
750
|
S3Uri = Shapes::StringShape.new(name: 'S3Uri')
|
724
|
-
SageMakerImageArn = Shapes::StringShape.new(name: 'SageMakerImageArn')
|
725
751
|
SamplingPercentage = Shapes::IntegerShape.new(name: 'SamplingPercentage')
|
726
752
|
ScheduleConfig = Shapes::StructureShape.new(name: 'ScheduleConfig')
|
727
753
|
ScheduleExpression = Shapes::StringShape.new(name: 'ScheduleExpression')
|
@@ -788,6 +814,10 @@ module Aws::SageMaker
|
|
788
814
|
TargetAttributeName = Shapes::StringShape.new(name: 'TargetAttributeName')
|
789
815
|
TargetDevice = Shapes::StringShape.new(name: 'TargetDevice')
|
790
816
|
TargetObjectiveMetricValue = Shapes::FloatShape.new(name: 'TargetObjectiveMetricValue')
|
817
|
+
TargetPlatform = Shapes::StructureShape.new(name: 'TargetPlatform')
|
818
|
+
TargetPlatformAccelerator = Shapes::StringShape.new(name: 'TargetPlatformAccelerator')
|
819
|
+
TargetPlatformArch = Shapes::StringShape.new(name: 'TargetPlatformArch')
|
820
|
+
TargetPlatformOs = Shapes::StringShape.new(name: 'TargetPlatformOs')
|
791
821
|
TaskAvailabilityLifetimeInSeconds = Shapes::IntegerShape.new(name: 'TaskAvailabilityLifetimeInSeconds')
|
792
822
|
TaskCount = Shapes::IntegerShape.new(name: 'TaskCount')
|
793
823
|
TaskDescription = Shapes::StringShape.new(name: 'TaskDescription')
|
@@ -828,6 +858,7 @@ module Aws::SageMaker
|
|
828
858
|
TransformInstanceCount = Shapes::IntegerShape.new(name: 'TransformInstanceCount')
|
829
859
|
TransformInstanceType = Shapes::StringShape.new(name: 'TransformInstanceType')
|
830
860
|
TransformInstanceTypes = Shapes::ListShape.new(name: 'TransformInstanceTypes')
|
861
|
+
TransformJob = Shapes::StructureShape.new(name: 'TransformJob')
|
831
862
|
TransformJobArn = Shapes::StringShape.new(name: 'TransformJobArn')
|
832
863
|
TransformJobDefinition = Shapes::StructureShape.new(name: 'TransformJobDefinition')
|
833
864
|
TransformJobName = Shapes::StringShape.new(name: 'TransformJobName')
|
@@ -916,6 +947,7 @@ module Aws::SageMaker
|
|
916
947
|
Workforce = Shapes::StructureShape.new(name: 'Workforce')
|
917
948
|
WorkforceArn = Shapes::StringShape.new(name: 'WorkforceArn')
|
918
949
|
WorkforceName = Shapes::StringShape.new(name: 'WorkforceName')
|
950
|
+
Workforces = Shapes::ListShape.new(name: 'Workforces')
|
919
951
|
Workteam = Shapes::StructureShape.new(name: 'Workteam')
|
920
952
|
WorkteamArn = Shapes::StringShape.new(name: 'WorkteamArn')
|
921
953
|
WorkteamName = Shapes::StringShape.new(name: 'WorkteamName')
|
@@ -1020,7 +1052,7 @@ module Aws::SageMaker
|
|
1020
1052
|
AutoMLChannel.add_member(:target_attribute_name, Shapes::ShapeRef.new(shape: TargetAttributeName, required: true, location_name: "TargetAttributeName"))
|
1021
1053
|
AutoMLChannel.struct_class = Types::AutoMLChannel
|
1022
1054
|
|
1023
|
-
AutoMLContainerDefinition.add_member(:image, Shapes::ShapeRef.new(shape:
|
1055
|
+
AutoMLContainerDefinition.add_member(:image, Shapes::ShapeRef.new(shape: ContainerImage, required: true, location_name: "Image"))
|
1024
1056
|
AutoMLContainerDefinition.add_member(:model_data_url, Shapes::ShapeRef.new(shape: Url, required: true, location_name: "ModelDataUrl"))
|
1025
1057
|
AutoMLContainerDefinition.add_member(:environment, Shapes::ShapeRef.new(shape: EnvironmentMap, location_name: "Environment"))
|
1026
1058
|
AutoMLContainerDefinition.struct_class = Types::AutoMLContainerDefinition
|
@@ -1127,9 +1159,13 @@ module Aws::SageMaker
|
|
1127
1159
|
|
1128
1160
|
CodeRepositorySummaryList.member = Shapes::ShapeRef.new(shape: CodeRepositorySummary)
|
1129
1161
|
|
1162
|
+
CognitoConfig.add_member(:user_pool, Shapes::ShapeRef.new(shape: CognitoUserPool, required: true, location_name: "UserPool"))
|
1163
|
+
CognitoConfig.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientId, required: true, location_name: "ClientId"))
|
1164
|
+
CognitoConfig.struct_class = Types::CognitoConfig
|
1165
|
+
|
1130
1166
|
CognitoMemberDefinition.add_member(:user_pool, Shapes::ShapeRef.new(shape: CognitoUserPool, required: true, location_name: "UserPool"))
|
1131
1167
|
CognitoMemberDefinition.add_member(:user_group, Shapes::ShapeRef.new(shape: CognitoUserGroup, required: true, location_name: "UserGroup"))
|
1132
|
-
CognitoMemberDefinition.add_member(:client_id, Shapes::ShapeRef.new(shape:
|
1168
|
+
CognitoMemberDefinition.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientId, required: true, location_name: "ClientId"))
|
1133
1169
|
CognitoMemberDefinition.struct_class = Types::CognitoMemberDefinition
|
1134
1170
|
|
1135
1171
|
CollectionConfiguration.add_member(:collection_name, Shapes::ShapeRef.new(shape: CollectionName, location_name: "CollectionName"))
|
@@ -1148,7 +1184,10 @@ module Aws::SageMaker
|
|
1148
1184
|
CompilationJobSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "CreationTime"))
|
1149
1185
|
CompilationJobSummary.add_member(:compilation_start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CompilationStartTime"))
|
1150
1186
|
CompilationJobSummary.add_member(:compilation_end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CompilationEndTime"))
|
1151
|
-
CompilationJobSummary.add_member(:compilation_target_device, Shapes::ShapeRef.new(shape: TargetDevice,
|
1187
|
+
CompilationJobSummary.add_member(:compilation_target_device, Shapes::ShapeRef.new(shape: TargetDevice, location_name: "CompilationTargetDevice"))
|
1188
|
+
CompilationJobSummary.add_member(:compilation_target_platform_os, Shapes::ShapeRef.new(shape: TargetPlatformOs, location_name: "CompilationTargetPlatformOs"))
|
1189
|
+
CompilationJobSummary.add_member(:compilation_target_platform_arch, Shapes::ShapeRef.new(shape: TargetPlatformArch, location_name: "CompilationTargetPlatformArch"))
|
1190
|
+
CompilationJobSummary.add_member(:compilation_target_platform_accelerator, Shapes::ShapeRef.new(shape: TargetPlatformAccelerator, location_name: "CompilationTargetPlatformAccelerator"))
|
1152
1191
|
CompilationJobSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: LastModifiedTime, location_name: "LastModifiedTime"))
|
1153
1192
|
CompilationJobSummary.add_member(:compilation_job_status, Shapes::ShapeRef.new(shape: CompilationJobStatus, required: true, location_name: "CompilationJobStatus"))
|
1154
1193
|
CompilationJobSummary.struct_class = Types::CompilationJobSummary
|
@@ -1161,7 +1200,8 @@ module Aws::SageMaker
|
|
1161
1200
|
ContainerArguments.member = Shapes::ShapeRef.new(shape: ContainerArgument)
|
1162
1201
|
|
1163
1202
|
ContainerDefinition.add_member(:container_hostname, Shapes::ShapeRef.new(shape: ContainerHostname, location_name: "ContainerHostname"))
|
1164
|
-
ContainerDefinition.add_member(:image, Shapes::ShapeRef.new(shape:
|
1203
|
+
ContainerDefinition.add_member(:image, Shapes::ShapeRef.new(shape: ContainerImage, location_name: "Image"))
|
1204
|
+
ContainerDefinition.add_member(:image_config, Shapes::ShapeRef.new(shape: ImageConfig, location_name: "ImageConfig"))
|
1165
1205
|
ContainerDefinition.add_member(:mode, Shapes::ShapeRef.new(shape: ContainerMode, location_name: "Mode"))
|
1166
1206
|
ContainerDefinition.add_member(:model_data_url, Shapes::ShapeRef.new(shape: Url, location_name: "ModelDataUrl"))
|
1167
1207
|
ContainerDefinition.add_member(:environment, Shapes::ShapeRef.new(shape: EnvironmentMap, location_name: "Environment"))
|
@@ -1442,6 +1482,7 @@ module Aws::SageMaker
|
|
1442
1482
|
CreateTransformJobRequest.add_member(:transform_job_name, Shapes::ShapeRef.new(shape: TransformJobName, required: true, location_name: "TransformJobName"))
|
1443
1483
|
CreateTransformJobRequest.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, required: true, location_name: "ModelName"))
|
1444
1484
|
CreateTransformJobRequest.add_member(:max_concurrent_transforms, Shapes::ShapeRef.new(shape: MaxConcurrentTransforms, location_name: "MaxConcurrentTransforms"))
|
1485
|
+
CreateTransformJobRequest.add_member(:model_client_config, Shapes::ShapeRef.new(shape: ModelClientConfig, location_name: "ModelClientConfig"))
|
1445
1486
|
CreateTransformJobRequest.add_member(:max_payload_in_mb, Shapes::ShapeRef.new(shape: MaxPayloadInMB, location_name: "MaxPayloadInMB"))
|
1446
1487
|
CreateTransformJobRequest.add_member(:batch_strategy, Shapes::ShapeRef.new(shape: BatchStrategy, location_name: "BatchStrategy"))
|
1447
1488
|
CreateTransformJobRequest.add_member(:environment, Shapes::ShapeRef.new(shape: TransformEnvironmentMap, location_name: "Environment"))
|
@@ -1490,7 +1531,18 @@ module Aws::SageMaker
|
|
1490
1531
|
CreateUserProfileResponse.add_member(:user_profile_arn, Shapes::ShapeRef.new(shape: UserProfileArn, location_name: "UserProfileArn"))
|
1491
1532
|
CreateUserProfileResponse.struct_class = Types::CreateUserProfileResponse
|
1492
1533
|
|
1534
|
+
CreateWorkforceRequest.add_member(:cognito_config, Shapes::ShapeRef.new(shape: CognitoConfig, location_name: "CognitoConfig"))
|
1535
|
+
CreateWorkforceRequest.add_member(:oidc_config, Shapes::ShapeRef.new(shape: OidcConfig, location_name: "OidcConfig"))
|
1536
|
+
CreateWorkforceRequest.add_member(:source_ip_config, Shapes::ShapeRef.new(shape: SourceIpConfig, location_name: "SourceIpConfig"))
|
1537
|
+
CreateWorkforceRequest.add_member(:workforce_name, Shapes::ShapeRef.new(shape: WorkforceName, required: true, location_name: "WorkforceName"))
|
1538
|
+
CreateWorkforceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1539
|
+
CreateWorkforceRequest.struct_class = Types::CreateWorkforceRequest
|
1540
|
+
|
1541
|
+
CreateWorkforceResponse.add_member(:workforce_arn, Shapes::ShapeRef.new(shape: WorkforceArn, required: true, location_name: "WorkforceArn"))
|
1542
|
+
CreateWorkforceResponse.struct_class = Types::CreateWorkforceResponse
|
1543
|
+
|
1493
1544
|
CreateWorkteamRequest.add_member(:workteam_name, Shapes::ShapeRef.new(shape: WorkteamName, required: true, location_name: "WorkteamName"))
|
1545
|
+
CreateWorkteamRequest.add_member(:workforce_name, Shapes::ShapeRef.new(shape: WorkforceName, location_name: "WorkforceName"))
|
1494
1546
|
CreateWorkteamRequest.add_member(:member_definitions, Shapes::ShapeRef.new(shape: MemberDefinitions, required: true, location_name: "MemberDefinitions"))
|
1495
1547
|
CreateWorkteamRequest.add_member(:description, Shapes::ShapeRef.new(shape: String200, required: true, location_name: "Description"))
|
1496
1548
|
CreateWorkteamRequest.add_member(:notification_configuration, Shapes::ShapeRef.new(shape: NotificationConfiguration, location_name: "NotificationConfiguration"))
|
@@ -1585,6 +1637,11 @@ module Aws::SageMaker
|
|
1585
1637
|
|
1586
1638
|
DeleteFlowDefinitionResponse.struct_class = Types::DeleteFlowDefinitionResponse
|
1587
1639
|
|
1640
|
+
DeleteHumanTaskUiRequest.add_member(:human_task_ui_name, Shapes::ShapeRef.new(shape: HumanTaskUiName, required: true, location_name: "HumanTaskUiName"))
|
1641
|
+
DeleteHumanTaskUiRequest.struct_class = Types::DeleteHumanTaskUiRequest
|
1642
|
+
|
1643
|
+
DeleteHumanTaskUiResponse.struct_class = Types::DeleteHumanTaskUiResponse
|
1644
|
+
|
1588
1645
|
DeleteModelInput.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, required: true, location_name: "ModelName"))
|
1589
1646
|
DeleteModelInput.struct_class = Types::DeleteModelInput
|
1590
1647
|
|
@@ -1622,14 +1679,19 @@ module Aws::SageMaker
|
|
1622
1679
|
DeleteUserProfileRequest.add_member(:user_profile_name, Shapes::ShapeRef.new(shape: UserProfileName, required: true, location_name: "UserProfileName"))
|
1623
1680
|
DeleteUserProfileRequest.struct_class = Types::DeleteUserProfileRequest
|
1624
1681
|
|
1682
|
+
DeleteWorkforceRequest.add_member(:workforce_name, Shapes::ShapeRef.new(shape: WorkforceName, required: true, location_name: "WorkforceName"))
|
1683
|
+
DeleteWorkforceRequest.struct_class = Types::DeleteWorkforceRequest
|
1684
|
+
|
1685
|
+
DeleteWorkforceResponse.struct_class = Types::DeleteWorkforceResponse
|
1686
|
+
|
1625
1687
|
DeleteWorkteamRequest.add_member(:workteam_name, Shapes::ShapeRef.new(shape: WorkteamName, required: true, location_name: "WorkteamName"))
|
1626
1688
|
DeleteWorkteamRequest.struct_class = Types::DeleteWorkteamRequest
|
1627
1689
|
|
1628
1690
|
DeleteWorkteamResponse.add_member(:success, Shapes::ShapeRef.new(shape: Success, required: true, location_name: "Success"))
|
1629
1691
|
DeleteWorkteamResponse.struct_class = Types::DeleteWorkteamResponse
|
1630
1692
|
|
1631
|
-
DeployedImage.add_member(:specified_image, Shapes::ShapeRef.new(shape:
|
1632
|
-
DeployedImage.add_member(:resolved_image, Shapes::ShapeRef.new(shape:
|
1693
|
+
DeployedImage.add_member(:specified_image, Shapes::ShapeRef.new(shape: ContainerImage, location_name: "SpecifiedImage"))
|
1694
|
+
DeployedImage.add_member(:resolved_image, Shapes::ShapeRef.new(shape: ContainerImage, location_name: "ResolvedImage"))
|
1633
1695
|
DeployedImage.add_member(:resolution_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ResolutionTime"))
|
1634
1696
|
DeployedImage.struct_class = Types::DeployedImage
|
1635
1697
|
|
@@ -1800,6 +1862,7 @@ module Aws::SageMaker
|
|
1800
1862
|
|
1801
1863
|
DescribeHumanTaskUiResponse.add_member(:human_task_ui_arn, Shapes::ShapeRef.new(shape: HumanTaskUiArn, required: true, location_name: "HumanTaskUiArn"))
|
1802
1864
|
DescribeHumanTaskUiResponse.add_member(:human_task_ui_name, Shapes::ShapeRef.new(shape: HumanTaskUiName, required: true, location_name: "HumanTaskUiName"))
|
1865
|
+
DescribeHumanTaskUiResponse.add_member(:human_task_ui_status, Shapes::ShapeRef.new(shape: HumanTaskUiStatus, location_name: "HumanTaskUiStatus"))
|
1803
1866
|
DescribeHumanTaskUiResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
1804
1867
|
DescribeHumanTaskUiResponse.add_member(:ui_template, Shapes::ShapeRef.new(shape: UiTemplateInfo, required: true, location_name: "UiTemplate"))
|
1805
1868
|
DescribeHumanTaskUiResponse.struct_class = Types::DescribeHumanTaskUiResponse
|
@@ -2005,6 +2068,7 @@ module Aws::SageMaker
|
|
2005
2068
|
DescribeTransformJobResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
2006
2069
|
DescribeTransformJobResponse.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, required: true, location_name: "ModelName"))
|
2007
2070
|
DescribeTransformJobResponse.add_member(:max_concurrent_transforms, Shapes::ShapeRef.new(shape: MaxConcurrentTransforms, location_name: "MaxConcurrentTransforms"))
|
2071
|
+
DescribeTransformJobResponse.add_member(:model_client_config, Shapes::ShapeRef.new(shape: ModelClientConfig, location_name: "ModelClientConfig"))
|
2008
2072
|
DescribeTransformJobResponse.add_member(:max_payload_in_mb, Shapes::ShapeRef.new(shape: MaxPayloadInMB, location_name: "MaxPayloadInMB"))
|
2009
2073
|
DescribeTransformJobResponse.add_member(:batch_strategy, Shapes::ShapeRef.new(shape: BatchStrategy, location_name: "BatchStrategy"))
|
2010
2074
|
DescribeTransformJobResponse.add_member(:environment, Shapes::ShapeRef.new(shape: TransformEnvironmentMap, location_name: "Environment"))
|
@@ -2220,6 +2284,8 @@ module Aws::SageMaker
|
|
2220
2284
|
GitConfigForUpdate.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretArn, location_name: "SecretArn"))
|
2221
2285
|
GitConfigForUpdate.struct_class = Types::GitConfigForUpdate
|
2222
2286
|
|
2287
|
+
Groups.member = Shapes::ShapeRef.new(shape: Group)
|
2288
|
+
|
2223
2289
|
HookParameters.key = Shapes::ShapeRef.new(shape: ConfigKey)
|
2224
2290
|
HookParameters.value = Shapes::ShapeRef.new(shape: ConfigValue)
|
2225
2291
|
|
@@ -2351,6 +2417,9 @@ module Aws::SageMaker
|
|
2351
2417
|
HyperParameters.key = Shapes::ShapeRef.new(shape: ParameterKey)
|
2352
2418
|
HyperParameters.value = Shapes::ShapeRef.new(shape: ParameterValue)
|
2353
2419
|
|
2420
|
+
ImageConfig.add_member(:repository_access_mode, Shapes::ShapeRef.new(shape: RepositoryAccessMode, required: true, location_name: "RepositoryAccessMode"))
|
2421
|
+
ImageConfig.struct_class = Types::ImageConfig
|
2422
|
+
|
2354
2423
|
InferenceSpecification.add_member(:containers, Shapes::ShapeRef.new(shape: ModelPackageContainerDefinitionList, required: true, location_name: "Containers"))
|
2355
2424
|
InferenceSpecification.add_member(:supported_transform_instance_types, Shapes::ShapeRef.new(shape: TransformInstanceTypes, required: true, location_name: "SupportedTransformInstanceTypes"))
|
2356
2425
|
InferenceSpecification.add_member(:supported_realtime_inference_instance_types, Shapes::ShapeRef.new(shape: RealtimeInferenceInstanceTypes, required: true, location_name: "SupportedRealtimeInferenceInstanceTypes"))
|
@@ -2407,7 +2476,7 @@ module Aws::SageMaker
|
|
2407
2476
|
LabelingJobDataAttributes.add_member(:content_classifiers, Shapes::ShapeRef.new(shape: ContentClassifiers, location_name: "ContentClassifiers"))
|
2408
2477
|
LabelingJobDataAttributes.struct_class = Types::LabelingJobDataAttributes
|
2409
2478
|
|
2410
|
-
LabelingJobDataSource.add_member(:s3_data_source, Shapes::ShapeRef.new(shape: LabelingJobS3DataSource,
|
2479
|
+
LabelingJobDataSource.add_member(:s3_data_source, Shapes::ShapeRef.new(shape: LabelingJobS3DataSource, location_name: "S3DataSource"))
|
2411
2480
|
LabelingJobDataSource.struct_class = Types::LabelingJobDataSource
|
2412
2481
|
|
2413
2482
|
LabelingJobForWorkteamSummary.add_member(:labeling_job_name, Shapes::ShapeRef.new(shape: LabelingJobName, location_name: "LabelingJobName"))
|
@@ -2877,6 +2946,17 @@ module Aws::SageMaker
|
|
2877
2946
|
ListUserProfilesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
2878
2947
|
ListUserProfilesResponse.struct_class = Types::ListUserProfilesResponse
|
2879
2948
|
|
2949
|
+
ListWorkforcesRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: ListWorkforcesSortByOptions, location_name: "SortBy"))
|
2950
|
+
ListWorkforcesRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
2951
|
+
ListWorkforcesRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: WorkforceName, location_name: "NameContains"))
|
2952
|
+
ListWorkforcesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
2953
|
+
ListWorkforcesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
2954
|
+
ListWorkforcesRequest.struct_class = Types::ListWorkforcesRequest
|
2955
|
+
|
2956
|
+
ListWorkforcesResponse.add_member(:workforces, Shapes::ShapeRef.new(shape: Workforces, required: true, location_name: "Workforces"))
|
2957
|
+
ListWorkforcesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
2958
|
+
ListWorkforcesResponse.struct_class = Types::ListWorkforcesResponse
|
2959
|
+
|
2880
2960
|
ListWorkteamsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: ListWorkteamsSortByOptions, location_name: "SortBy"))
|
2881
2961
|
ListWorkteamsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
2882
2962
|
ListWorkteamsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: WorkteamName, location_name: "NameContains"))
|
@@ -2889,6 +2969,7 @@ module Aws::SageMaker
|
|
2889
2969
|
ListWorkteamsResponse.struct_class = Types::ListWorkteamsResponse
|
2890
2970
|
|
2891
2971
|
MemberDefinition.add_member(:cognito_member_definition, Shapes::ShapeRef.new(shape: CognitoMemberDefinition, location_name: "CognitoMemberDefinition"))
|
2972
|
+
MemberDefinition.add_member(:oidc_member_definition, Shapes::ShapeRef.new(shape: OidcMemberDefinition, location_name: "OidcMemberDefinition"))
|
2892
2973
|
MemberDefinition.struct_class = Types::MemberDefinition
|
2893
2974
|
|
2894
2975
|
MemberDefinitions.member = Shapes::ShapeRef.new(shape: MemberDefinition)
|
@@ -2907,8 +2988,12 @@ module Aws::SageMaker
|
|
2907
2988
|
ModelArtifacts.add_member(:s3_model_artifacts, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3ModelArtifacts"))
|
2908
2989
|
ModelArtifacts.struct_class = Types::ModelArtifacts
|
2909
2990
|
|
2991
|
+
ModelClientConfig.add_member(:invocations_timeout_in_seconds, Shapes::ShapeRef.new(shape: InvocationsTimeoutInSeconds, location_name: "InvocationsTimeoutInSeconds"))
|
2992
|
+
ModelClientConfig.add_member(:invocations_max_retries, Shapes::ShapeRef.new(shape: InvocationsMaxRetries, location_name: "InvocationsMaxRetries"))
|
2993
|
+
ModelClientConfig.struct_class = Types::ModelClientConfig
|
2994
|
+
|
2910
2995
|
ModelPackageContainerDefinition.add_member(:container_hostname, Shapes::ShapeRef.new(shape: ContainerHostname, location_name: "ContainerHostname"))
|
2911
|
-
ModelPackageContainerDefinition.add_member(:image, Shapes::ShapeRef.new(shape:
|
2996
|
+
ModelPackageContainerDefinition.add_member(:image, Shapes::ShapeRef.new(shape: ContainerImage, required: true, location_name: "Image"))
|
2912
2997
|
ModelPackageContainerDefinition.add_member(:image_digest, Shapes::ShapeRef.new(shape: ImageDigest, location_name: "ImageDigest"))
|
2913
2998
|
ModelPackageContainerDefinition.add_member(:model_data_url, Shapes::ShapeRef.new(shape: Url, location_name: "ModelDataUrl"))
|
2914
2999
|
ModelPackageContainerDefinition.add_member(:product_id, Shapes::ShapeRef.new(shape: ProductId, location_name: "ProductId"))
|
@@ -3091,8 +3176,32 @@ module Aws::SageMaker
|
|
3091
3176
|
ObjectiveStatusCounters.add_member(:failed, Shapes::ShapeRef.new(shape: ObjectiveStatusCounter, location_name: "Failed"))
|
3092
3177
|
ObjectiveStatusCounters.struct_class = Types::ObjectiveStatusCounters
|
3093
3178
|
|
3179
|
+
OidcConfig.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientId, required: true, location_name: "ClientId"))
|
3180
|
+
OidcConfig.add_member(:client_secret, Shapes::ShapeRef.new(shape: ClientSecret, required: true, location_name: "ClientSecret"))
|
3181
|
+
OidcConfig.add_member(:issuer, Shapes::ShapeRef.new(shape: OidcEndpoint, required: true, location_name: "Issuer"))
|
3182
|
+
OidcConfig.add_member(:authorization_endpoint, Shapes::ShapeRef.new(shape: OidcEndpoint, required: true, location_name: "AuthorizationEndpoint"))
|
3183
|
+
OidcConfig.add_member(:token_endpoint, Shapes::ShapeRef.new(shape: OidcEndpoint, required: true, location_name: "TokenEndpoint"))
|
3184
|
+
OidcConfig.add_member(:user_info_endpoint, Shapes::ShapeRef.new(shape: OidcEndpoint, required: true, location_name: "UserInfoEndpoint"))
|
3185
|
+
OidcConfig.add_member(:logout_endpoint, Shapes::ShapeRef.new(shape: OidcEndpoint, required: true, location_name: "LogoutEndpoint"))
|
3186
|
+
OidcConfig.add_member(:jwks_uri, Shapes::ShapeRef.new(shape: OidcEndpoint, required: true, location_name: "JwksUri"))
|
3187
|
+
OidcConfig.struct_class = Types::OidcConfig
|
3188
|
+
|
3189
|
+
OidcConfigForResponse.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientId, location_name: "ClientId"))
|
3190
|
+
OidcConfigForResponse.add_member(:issuer, Shapes::ShapeRef.new(shape: OidcEndpoint, location_name: "Issuer"))
|
3191
|
+
OidcConfigForResponse.add_member(:authorization_endpoint, Shapes::ShapeRef.new(shape: OidcEndpoint, location_name: "AuthorizationEndpoint"))
|
3192
|
+
OidcConfigForResponse.add_member(:token_endpoint, Shapes::ShapeRef.new(shape: OidcEndpoint, location_name: "TokenEndpoint"))
|
3193
|
+
OidcConfigForResponse.add_member(:user_info_endpoint, Shapes::ShapeRef.new(shape: OidcEndpoint, location_name: "UserInfoEndpoint"))
|
3194
|
+
OidcConfigForResponse.add_member(:logout_endpoint, Shapes::ShapeRef.new(shape: OidcEndpoint, location_name: "LogoutEndpoint"))
|
3195
|
+
OidcConfigForResponse.add_member(:jwks_uri, Shapes::ShapeRef.new(shape: OidcEndpoint, location_name: "JwksUri"))
|
3196
|
+
OidcConfigForResponse.struct_class = Types::OidcConfigForResponse
|
3197
|
+
|
3198
|
+
OidcMemberDefinition.add_member(:groups, Shapes::ShapeRef.new(shape: Groups, required: true, location_name: "Groups"))
|
3199
|
+
OidcMemberDefinition.struct_class = Types::OidcMemberDefinition
|
3200
|
+
|
3094
3201
|
OutputConfig.add_member(:s3_output_location, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3OutputLocation"))
|
3095
|
-
OutputConfig.add_member(:target_device, Shapes::ShapeRef.new(shape: TargetDevice,
|
3202
|
+
OutputConfig.add_member(:target_device, Shapes::ShapeRef.new(shape: TargetDevice, location_name: "TargetDevice"))
|
3203
|
+
OutputConfig.add_member(:target_platform, Shapes::ShapeRef.new(shape: TargetPlatform, location_name: "TargetPlatform"))
|
3204
|
+
OutputConfig.add_member(:compiler_options, Shapes::ShapeRef.new(shape: CompilerOptions, location_name: "CompilerOptions"))
|
3096
3205
|
OutputConfig.struct_class = Types::OutputConfig
|
3097
3206
|
|
3098
3207
|
OutputDataConfig.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
|
@@ -3280,7 +3389,7 @@ module Aws::SageMaker
|
|
3280
3389
|
ResourceNotFound.add_member(:message, Shapes::ShapeRef.new(shape: FailureReason, location_name: "Message"))
|
3281
3390
|
ResourceNotFound.struct_class = Types::ResourceNotFound
|
3282
3391
|
|
3283
|
-
ResourceSpec.add_member(:sage_maker_image_arn, Shapes::ShapeRef.new(shape:
|
3392
|
+
ResourceSpec.add_member(:sage_maker_image_arn, Shapes::ShapeRef.new(shape: ImageArn, location_name: "SageMakerImageArn"))
|
3284
3393
|
ResourceSpec.add_member(:instance_type, Shapes::ShapeRef.new(shape: AppInstanceType, location_name: "InstanceType"))
|
3285
3394
|
ResourceSpec.struct_class = Types::ResourceSpec
|
3286
3395
|
|
@@ -3418,6 +3527,11 @@ module Aws::SageMaker
|
|
3418
3527
|
|
3419
3528
|
TagList.member = Shapes::ShapeRef.new(shape: Tag)
|
3420
3529
|
|
3530
|
+
TargetPlatform.add_member(:os, Shapes::ShapeRef.new(shape: TargetPlatformOs, required: true, location_name: "Os"))
|
3531
|
+
TargetPlatform.add_member(:arch, Shapes::ShapeRef.new(shape: TargetPlatformArch, required: true, location_name: "Arch"))
|
3532
|
+
TargetPlatform.add_member(:accelerator, Shapes::ShapeRef.new(shape: TargetPlatformAccelerator, location_name: "Accelerator"))
|
3533
|
+
TargetPlatform.struct_class = Types::TargetPlatform
|
3534
|
+
|
3421
3535
|
TaskKeywords.member = Shapes::ShapeRef.new(shape: TaskKeyword)
|
3422
3536
|
|
3423
3537
|
TensorBoardAppSettings.add_member(:default_resource_spec, Shapes::ShapeRef.new(shape: ResourceSpec, location_name: "DefaultResourceSpec"))
|
@@ -3491,7 +3605,7 @@ module Aws::SageMaker
|
|
3491
3605
|
TrainingJobSummary.add_member(:training_job_status, Shapes::ShapeRef.new(shape: TrainingJobStatus, required: true, location_name: "TrainingJobStatus"))
|
3492
3606
|
TrainingJobSummary.struct_class = Types::TrainingJobSummary
|
3493
3607
|
|
3494
|
-
TrainingSpecification.add_member(:training_image, Shapes::ShapeRef.new(shape:
|
3608
|
+
TrainingSpecification.add_member(:training_image, Shapes::ShapeRef.new(shape: ContainerImage, required: true, location_name: "TrainingImage"))
|
3495
3609
|
TrainingSpecification.add_member(:training_image_digest, Shapes::ShapeRef.new(shape: ImageDigest, location_name: "TrainingImageDigest"))
|
3496
3610
|
TrainingSpecification.add_member(:supported_hyper_parameters, Shapes::ShapeRef.new(shape: HyperParameterSpecifications, location_name: "SupportedHyperParameters"))
|
3497
3611
|
TrainingSpecification.add_member(:supported_training_instance_types, Shapes::ShapeRef.new(shape: TrainingInstanceTypes, required: true, location_name: "SupportedTrainingInstanceTypes"))
|
@@ -3515,6 +3629,29 @@ module Aws::SageMaker
|
|
3515
3629
|
|
3516
3630
|
TransformInstanceTypes.member = Shapes::ShapeRef.new(shape: TransformInstanceType)
|
3517
3631
|
|
3632
|
+
TransformJob.add_member(:transform_job_name, Shapes::ShapeRef.new(shape: TransformJobName, location_name: "TransformJobName"))
|
3633
|
+
TransformJob.add_member(:transform_job_arn, Shapes::ShapeRef.new(shape: TransformJobArn, location_name: "TransformJobArn"))
|
3634
|
+
TransformJob.add_member(:transform_job_status, Shapes::ShapeRef.new(shape: TransformJobStatus, location_name: "TransformJobStatus"))
|
3635
|
+
TransformJob.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
3636
|
+
TransformJob.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, location_name: "ModelName"))
|
3637
|
+
TransformJob.add_member(:max_concurrent_transforms, Shapes::ShapeRef.new(shape: MaxConcurrentTransforms, location_name: "MaxConcurrentTransforms"))
|
3638
|
+
TransformJob.add_member(:model_client_config, Shapes::ShapeRef.new(shape: ModelClientConfig, location_name: "ModelClientConfig"))
|
3639
|
+
TransformJob.add_member(:max_payload_in_mb, Shapes::ShapeRef.new(shape: MaxPayloadInMB, location_name: "MaxPayloadInMB"))
|
3640
|
+
TransformJob.add_member(:batch_strategy, Shapes::ShapeRef.new(shape: BatchStrategy, location_name: "BatchStrategy"))
|
3641
|
+
TransformJob.add_member(:environment, Shapes::ShapeRef.new(shape: TransformEnvironmentMap, location_name: "Environment"))
|
3642
|
+
TransformJob.add_member(:transform_input, Shapes::ShapeRef.new(shape: TransformInput, location_name: "TransformInput"))
|
3643
|
+
TransformJob.add_member(:transform_output, Shapes::ShapeRef.new(shape: TransformOutput, location_name: "TransformOutput"))
|
3644
|
+
TransformJob.add_member(:transform_resources, Shapes::ShapeRef.new(shape: TransformResources, location_name: "TransformResources"))
|
3645
|
+
TransformJob.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
3646
|
+
TransformJob.add_member(:transform_start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "TransformStartTime"))
|
3647
|
+
TransformJob.add_member(:transform_end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "TransformEndTime"))
|
3648
|
+
TransformJob.add_member(:labeling_job_arn, Shapes::ShapeRef.new(shape: LabelingJobArn, location_name: "LabelingJobArn"))
|
3649
|
+
TransformJob.add_member(:auto_ml_job_arn, Shapes::ShapeRef.new(shape: AutoMLJobArn, location_name: "AutoMLJobArn"))
|
3650
|
+
TransformJob.add_member(:data_processing, Shapes::ShapeRef.new(shape: DataProcessing, location_name: "DataProcessing"))
|
3651
|
+
TransformJob.add_member(:experiment_config, Shapes::ShapeRef.new(shape: ExperimentConfig, location_name: "ExperimentConfig"))
|
3652
|
+
TransformJob.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
3653
|
+
TransformJob.struct_class = Types::TransformJob
|
3654
|
+
|
3518
3655
|
TransformJobDefinition.add_member(:max_concurrent_transforms, Shapes::ShapeRef.new(shape: MaxConcurrentTransforms, location_name: "MaxConcurrentTransforms"))
|
3519
3656
|
TransformJobDefinition.add_member(:max_payload_in_mb, Shapes::ShapeRef.new(shape: MaxPayloadInMB, location_name: "MaxPayloadInMB"))
|
3520
3657
|
TransformJobDefinition.add_member(:batch_strategy, Shapes::ShapeRef.new(shape: BatchStrategy, location_name: "BatchStrategy"))
|
@@ -3626,6 +3763,7 @@ module Aws::SageMaker
|
|
3626
3763
|
TrialComponentSourceDetail.add_member(:source_arn, Shapes::ShapeRef.new(shape: TrialComponentSourceArn, location_name: "SourceArn"))
|
3627
3764
|
TrialComponentSourceDetail.add_member(:training_job, Shapes::ShapeRef.new(shape: TrainingJob, location_name: "TrainingJob"))
|
3628
3765
|
TrialComponentSourceDetail.add_member(:processing_job, Shapes::ShapeRef.new(shape: ProcessingJob, location_name: "ProcessingJob"))
|
3766
|
+
TrialComponentSourceDetail.add_member(:transform_job, Shapes::ShapeRef.new(shape: TransformJob, location_name: "TransformJob"))
|
3629
3767
|
TrialComponentSourceDetail.struct_class = Types::TrialComponentSourceDetail
|
3630
3768
|
|
3631
3769
|
TrialComponentStatus.add_member(:primary_status, Shapes::ShapeRef.new(shape: TrialComponentPrimaryStatus, location_name: "PrimaryStatus"))
|
@@ -3782,6 +3920,7 @@ module Aws::SageMaker
|
|
3782
3920
|
|
3783
3921
|
UpdateWorkforceRequest.add_member(:workforce_name, Shapes::ShapeRef.new(shape: WorkforceName, required: true, location_name: "WorkforceName"))
|
3784
3922
|
UpdateWorkforceRequest.add_member(:source_ip_config, Shapes::ShapeRef.new(shape: SourceIpConfig, location_name: "SourceIpConfig"))
|
3923
|
+
UpdateWorkforceRequest.add_member(:oidc_config, Shapes::ShapeRef.new(shape: OidcConfig, location_name: "OidcConfig"))
|
3785
3924
|
UpdateWorkforceRequest.struct_class = Types::UpdateWorkforceRequest
|
3786
3925
|
|
3787
3926
|
UpdateWorkforceResponse.add_member(:workforce, Shapes::ShapeRef.new(shape: Workforce, required: true, location_name: "Workforce"))
|
@@ -3833,11 +3972,18 @@ module Aws::SageMaker
|
|
3833
3972
|
Workforce.add_member(:workforce_arn, Shapes::ShapeRef.new(shape: WorkforceArn, required: true, location_name: "WorkforceArn"))
|
3834
3973
|
Workforce.add_member(:last_updated_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedDate"))
|
3835
3974
|
Workforce.add_member(:source_ip_config, Shapes::ShapeRef.new(shape: SourceIpConfig, location_name: "SourceIpConfig"))
|
3975
|
+
Workforce.add_member(:sub_domain, Shapes::ShapeRef.new(shape: String, location_name: "SubDomain"))
|
3976
|
+
Workforce.add_member(:cognito_config, Shapes::ShapeRef.new(shape: CognitoConfig, location_name: "CognitoConfig"))
|
3977
|
+
Workforce.add_member(:oidc_config, Shapes::ShapeRef.new(shape: OidcConfigForResponse, location_name: "OidcConfig"))
|
3978
|
+
Workforce.add_member(:create_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreateDate"))
|
3836
3979
|
Workforce.struct_class = Types::Workforce
|
3837
3980
|
|
3981
|
+
Workforces.member = Shapes::ShapeRef.new(shape: Workforce)
|
3982
|
+
|
3838
3983
|
Workteam.add_member(:workteam_name, Shapes::ShapeRef.new(shape: WorkteamName, required: true, location_name: "WorkteamName"))
|
3839
3984
|
Workteam.add_member(:member_definitions, Shapes::ShapeRef.new(shape: MemberDefinitions, required: true, location_name: "MemberDefinitions"))
|
3840
3985
|
Workteam.add_member(:workteam_arn, Shapes::ShapeRef.new(shape: WorkteamArn, required: true, location_name: "WorkteamArn"))
|
3986
|
+
Workteam.add_member(:workforce_arn, Shapes::ShapeRef.new(shape: WorkforceArn, location_name: "WorkforceArn"))
|
3841
3987
|
Workteam.add_member(:product_listing_ids, Shapes::ShapeRef.new(shape: ProductListings, location_name: "ProductListingIds"))
|
3842
3988
|
Workteam.add_member(:description, Shapes::ShapeRef.new(shape: String200, required: true, location_name: "Description"))
|
3843
3989
|
Workteam.add_member(:sub_domain, Shapes::ShapeRef.new(shape: String, location_name: "SubDomain"))
|
@@ -4133,6 +4279,14 @@ module Aws::SageMaker
|
|
4133
4279
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
4134
4280
|
end)
|
4135
4281
|
|
4282
|
+
api.add_operation(:create_workforce, Seahorse::Model::Operation.new.tap do |o|
|
4283
|
+
o.name = "CreateWorkforce"
|
4284
|
+
o.http_method = "POST"
|
4285
|
+
o.http_request_uri = "/"
|
4286
|
+
o.input = Shapes::ShapeRef.new(shape: CreateWorkforceRequest)
|
4287
|
+
o.output = Shapes::ShapeRef.new(shape: CreateWorkforceResponse)
|
4288
|
+
end)
|
4289
|
+
|
4136
4290
|
api.add_operation(:create_workteam, Seahorse::Model::Operation.new.tap do |o|
|
4137
4291
|
o.name = "CreateWorkteam"
|
4138
4292
|
o.http_method = "POST"
|
@@ -4210,6 +4364,16 @@ module Aws::SageMaker
|
|
4210
4364
|
o.http_request_uri = "/"
|
4211
4365
|
o.input = Shapes::ShapeRef.new(shape: DeleteFlowDefinitionRequest)
|
4212
4366
|
o.output = Shapes::ShapeRef.new(shape: DeleteFlowDefinitionResponse)
|
4367
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
4368
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
4369
|
+
end)
|
4370
|
+
|
4371
|
+
api.add_operation(:delete_human_task_ui, Seahorse::Model::Operation.new.tap do |o|
|
4372
|
+
o.name = "DeleteHumanTaskUi"
|
4373
|
+
o.http_method = "POST"
|
4374
|
+
o.http_request_uri = "/"
|
4375
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteHumanTaskUiRequest)
|
4376
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteHumanTaskUiResponse)
|
4213
4377
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
4214
4378
|
end)
|
4215
4379
|
|
@@ -4290,6 +4454,14 @@ module Aws::SageMaker
|
|
4290
4454
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
4291
4455
|
end)
|
4292
4456
|
|
4457
|
+
api.add_operation(:delete_workforce, Seahorse::Model::Operation.new.tap do |o|
|
4458
|
+
o.name = "DeleteWorkforce"
|
4459
|
+
o.http_method = "POST"
|
4460
|
+
o.http_request_uri = "/"
|
4461
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteWorkforceRequest)
|
4462
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteWorkforceResponse)
|
4463
|
+
end)
|
4464
|
+
|
4293
4465
|
api.add_operation(:delete_workteam, Seahorse::Model::Operation.new.tap do |o|
|
4294
4466
|
o.name = "DeleteWorkteam"
|
4295
4467
|
o.http_method = "POST"
|
@@ -4973,6 +5145,20 @@ module Aws::SageMaker
|
|
4973
5145
|
)
|
4974
5146
|
end)
|
4975
5147
|
|
5148
|
+
api.add_operation(:list_workforces, Seahorse::Model::Operation.new.tap do |o|
|
5149
|
+
o.name = "ListWorkforces"
|
5150
|
+
o.http_method = "POST"
|
5151
|
+
o.http_request_uri = "/"
|
5152
|
+
o.input = Shapes::ShapeRef.new(shape: ListWorkforcesRequest)
|
5153
|
+
o.output = Shapes::ShapeRef.new(shape: ListWorkforcesResponse)
|
5154
|
+
o[:pager] = Aws::Pager.new(
|
5155
|
+
limit_key: "max_results",
|
5156
|
+
tokens: {
|
5157
|
+
"next_token" => "next_token"
|
5158
|
+
}
|
5159
|
+
)
|
5160
|
+
end)
|
5161
|
+
|
4976
5162
|
api.add_operation(:list_workteams, Seahorse::Model::Operation.new.tap do |o|
|
4977
5163
|
o.name = "ListWorkteams"
|
4978
5164
|
o.http_method = "POST"
|
@@ -4993,6 +5179,7 @@ module Aws::SageMaker
|
|
4993
5179
|
o.http_request_uri = "/"
|
4994
5180
|
o.input = Shapes::ShapeRef.new(shape: RenderUiTemplateRequest)
|
4995
5181
|
o.output = Shapes::ShapeRef.new(shape: RenderUiTemplateResponse)
|
5182
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
4996
5183
|
end)
|
4997
5184
|
|
4998
5185
|
api.add_operation(:search, Seahorse::Model::Operation.new.tap do |o|
|