aws-sdk-sagemaker 1.61.0 → 1.66.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 +2 -2
- data/lib/aws-sdk-sagemaker/client.rb +569 -105
- data/lib/aws-sdk-sagemaker/client_api.rb +199 -14
- data/lib/aws-sdk-sagemaker/types.rb +2199 -277
- metadata +2 -2
@@ -108,6 +108,8 @@ module Aws::SageMaker
|
|
108
108
|
CheckpointConfig = Shapes::StructureShape.new(name: 'CheckpointConfig')
|
109
109
|
Cidr = Shapes::StringShape.new(name: 'Cidr')
|
110
110
|
Cidrs = Shapes::ListShape.new(name: 'Cidrs')
|
111
|
+
ClientId = Shapes::StringShape.new(name: 'ClientId')
|
112
|
+
ClientSecret = Shapes::StringShape.new(name: 'ClientSecret')
|
111
113
|
CodeRepositoryArn = Shapes::StringShape.new(name: 'CodeRepositoryArn')
|
112
114
|
CodeRepositoryContains = Shapes::StringShape.new(name: 'CodeRepositoryContains')
|
113
115
|
CodeRepositoryNameContains = Shapes::StringShape.new(name: 'CodeRepositoryNameContains')
|
@@ -116,7 +118,7 @@ module Aws::SageMaker
|
|
116
118
|
CodeRepositorySortOrder = Shapes::StringShape.new(name: 'CodeRepositorySortOrder')
|
117
119
|
CodeRepositorySummary = Shapes::StructureShape.new(name: 'CodeRepositorySummary')
|
118
120
|
CodeRepositorySummaryList = Shapes::ListShape.new(name: 'CodeRepositorySummaryList')
|
119
|
-
|
121
|
+
CognitoConfig = Shapes::StructureShape.new(name: 'CognitoConfig')
|
120
122
|
CognitoMemberDefinition = Shapes::StructureShape.new(name: 'CognitoMemberDefinition')
|
121
123
|
CognitoUserGroup = Shapes::StringShape.new(name: 'CognitoUserGroup')
|
122
124
|
CognitoUserPool = Shapes::StringShape.new(name: 'CognitoUserPool')
|
@@ -128,6 +130,7 @@ module Aws::SageMaker
|
|
128
130
|
CompilationJobStatus = Shapes::StringShape.new(name: 'CompilationJobStatus')
|
129
131
|
CompilationJobSummaries = Shapes::ListShape.new(name: 'CompilationJobSummaries')
|
130
132
|
CompilationJobSummary = Shapes::StructureShape.new(name: 'CompilationJobSummary')
|
133
|
+
CompilerOptions = Shapes::StringShape.new(name: 'CompilerOptions')
|
131
134
|
CompressionType = Shapes::StringShape.new(name: 'CompressionType')
|
132
135
|
CompressionTypes = Shapes::ListShape.new(name: 'CompressionTypes')
|
133
136
|
ConfigKey = Shapes::StringShape.new(name: 'ConfigKey')
|
@@ -140,6 +143,7 @@ module Aws::SageMaker
|
|
140
143
|
ContainerEntrypoint = Shapes::ListShape.new(name: 'ContainerEntrypoint')
|
141
144
|
ContainerEntrypointString = Shapes::StringShape.new(name: 'ContainerEntrypointString')
|
142
145
|
ContainerHostname = Shapes::StringShape.new(name: 'ContainerHostname')
|
146
|
+
ContainerImage = Shapes::StringShape.new(name: 'ContainerImage')
|
143
147
|
ContainerMode = Shapes::StringShape.new(name: 'ContainerMode')
|
144
148
|
ContentClassifier = Shapes::StringShape.new(name: 'ContentClassifier')
|
145
149
|
ContentClassifiers = Shapes::ListShape.new(name: 'ContentClassifiers')
|
@@ -200,6 +204,8 @@ module Aws::SageMaker
|
|
200
204
|
CreateTrialResponse = Shapes::StructureShape.new(name: 'CreateTrialResponse')
|
201
205
|
CreateUserProfileRequest = Shapes::StructureShape.new(name: 'CreateUserProfileRequest')
|
202
206
|
CreateUserProfileResponse = Shapes::StructureShape.new(name: 'CreateUserProfileResponse')
|
207
|
+
CreateWorkforceRequest = Shapes::StructureShape.new(name: 'CreateWorkforceRequest')
|
208
|
+
CreateWorkforceResponse = Shapes::StructureShape.new(name: 'CreateWorkforceResponse')
|
203
209
|
CreateWorkteamRequest = Shapes::StructureShape.new(name: 'CreateWorkteamRequest')
|
204
210
|
CreateWorkteamResponse = Shapes::StructureShape.new(name: 'CreateWorkteamResponse')
|
205
211
|
CreationTime = Shapes::TimestampShape.new(name: 'CreationTime')
|
@@ -226,6 +232,8 @@ module Aws::SageMaker
|
|
226
232
|
DeleteExperimentResponse = Shapes::StructureShape.new(name: 'DeleteExperimentResponse')
|
227
233
|
DeleteFlowDefinitionRequest = Shapes::StructureShape.new(name: 'DeleteFlowDefinitionRequest')
|
228
234
|
DeleteFlowDefinitionResponse = Shapes::StructureShape.new(name: 'DeleteFlowDefinitionResponse')
|
235
|
+
DeleteHumanTaskUiRequest = Shapes::StructureShape.new(name: 'DeleteHumanTaskUiRequest')
|
236
|
+
DeleteHumanTaskUiResponse = Shapes::StructureShape.new(name: 'DeleteHumanTaskUiResponse')
|
229
237
|
DeleteModelInput = Shapes::StructureShape.new(name: 'DeleteModelInput')
|
230
238
|
DeleteModelPackageInput = Shapes::StructureShape.new(name: 'DeleteModelPackageInput')
|
231
239
|
DeleteMonitoringScheduleRequest = Shapes::StructureShape.new(name: 'DeleteMonitoringScheduleRequest')
|
@@ -238,6 +246,8 @@ module Aws::SageMaker
|
|
238
246
|
DeleteTrialRequest = Shapes::StructureShape.new(name: 'DeleteTrialRequest')
|
239
247
|
DeleteTrialResponse = Shapes::StructureShape.new(name: 'DeleteTrialResponse')
|
240
248
|
DeleteUserProfileRequest = Shapes::StructureShape.new(name: 'DeleteUserProfileRequest')
|
249
|
+
DeleteWorkforceRequest = Shapes::StructureShape.new(name: 'DeleteWorkforceRequest')
|
250
|
+
DeleteWorkforceResponse = Shapes::StructureShape.new(name: 'DeleteWorkforceResponse')
|
241
251
|
DeleteWorkteamRequest = Shapes::StructureShape.new(name: 'DeleteWorkteamRequest')
|
242
252
|
DeleteWorkteamResponse = Shapes::StructureShape.new(name: 'DeleteWorkteamResponse')
|
243
253
|
DeployedImage = Shapes::StructureShape.new(name: 'DeployedImage')
|
@@ -381,6 +391,8 @@ module Aws::SageMaker
|
|
381
391
|
GitConfig = Shapes::StructureShape.new(name: 'GitConfig')
|
382
392
|
GitConfigForUpdate = Shapes::StructureShape.new(name: 'GitConfigForUpdate')
|
383
393
|
GitConfigUrl = Shapes::StringShape.new(name: 'GitConfigUrl')
|
394
|
+
Group = Shapes::StringShape.new(name: 'Group')
|
395
|
+
Groups = Shapes::ListShape.new(name: 'Groups')
|
384
396
|
HookParameters = Shapes::MapShape.new(name: 'HookParameters')
|
385
397
|
HumanLoopActivationConditions = Shapes::StringShape.new(name: 'HumanLoopActivationConditions')
|
386
398
|
HumanLoopActivationConditionsConfig = Shapes::StructureShape.new(name: 'HumanLoopActivationConditionsConfig')
|
@@ -390,6 +402,7 @@ module Aws::SageMaker
|
|
390
402
|
HumanTaskConfig = Shapes::StructureShape.new(name: 'HumanTaskConfig')
|
391
403
|
HumanTaskUiArn = Shapes::StringShape.new(name: 'HumanTaskUiArn')
|
392
404
|
HumanTaskUiName = Shapes::StringShape.new(name: 'HumanTaskUiName')
|
405
|
+
HumanTaskUiStatus = Shapes::StringShape.new(name: 'HumanTaskUiStatus')
|
393
406
|
HumanTaskUiSummaries = Shapes::ListShape.new(name: 'HumanTaskUiSummaries')
|
394
407
|
HumanTaskUiSummary = Shapes::StructureShape.new(name: 'HumanTaskUiSummary')
|
395
408
|
HyperParameterAlgorithmSpecification = Shapes::StructureShape.new(name: 'HyperParameterAlgorithmSpecification')
|
@@ -415,7 +428,8 @@ module Aws::SageMaker
|
|
415
428
|
HyperParameterTuningJobWarmStartConfig = Shapes::StructureShape.new(name: 'HyperParameterTuningJobWarmStartConfig')
|
416
429
|
HyperParameterTuningJobWarmStartType = Shapes::StringShape.new(name: 'HyperParameterTuningJobWarmStartType')
|
417
430
|
HyperParameters = Shapes::MapShape.new(name: 'HyperParameters')
|
418
|
-
|
431
|
+
ImageArn = Shapes::StringShape.new(name: 'ImageArn')
|
432
|
+
ImageConfig = Shapes::StructureShape.new(name: 'ImageConfig')
|
419
433
|
ImageDigest = Shapes::StringShape.new(name: 'ImageDigest')
|
420
434
|
ImageUri = Shapes::StringShape.new(name: 'ImageUri')
|
421
435
|
InferenceSpecification = Shapes::StructureShape.new(name: 'InferenceSpecification')
|
@@ -426,6 +440,8 @@ module Aws::SageMaker
|
|
426
440
|
IntegerParameterRange = Shapes::StructureShape.new(name: 'IntegerParameterRange')
|
427
441
|
IntegerParameterRangeSpecification = Shapes::StructureShape.new(name: 'IntegerParameterRangeSpecification')
|
428
442
|
IntegerParameterRanges = Shapes::ListShape.new(name: 'IntegerParameterRanges')
|
443
|
+
InvocationsMaxRetries = Shapes::IntegerShape.new(name: 'InvocationsMaxRetries')
|
444
|
+
InvocationsTimeoutInSeconds = Shapes::IntegerShape.new(name: 'InvocationsTimeoutInSeconds')
|
429
445
|
JobReferenceCode = Shapes::StringShape.new(name: 'JobReferenceCode')
|
430
446
|
JobReferenceCodeContains = Shapes::StringShape.new(name: 'JobReferenceCodeContains')
|
431
447
|
JoinSource = Shapes::StringShape.new(name: 'JoinSource')
|
@@ -522,6 +538,9 @@ module Aws::SageMaker
|
|
522
538
|
ListTrialsResponse = Shapes::StructureShape.new(name: 'ListTrialsResponse')
|
523
539
|
ListUserProfilesRequest = Shapes::StructureShape.new(name: 'ListUserProfilesRequest')
|
524
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')
|
525
544
|
ListWorkteamsRequest = Shapes::StructureShape.new(name: 'ListWorkteamsRequest')
|
526
545
|
ListWorkteamsResponse = Shapes::StructureShape.new(name: 'ListWorkteamsResponse')
|
527
546
|
ListWorkteamsSortByOptions = Shapes::StringShape.new(name: 'ListWorkteamsSortByOptions')
|
@@ -549,6 +568,7 @@ module Aws::SageMaker
|
|
549
568
|
MetricValue = Shapes::FloatShape.new(name: 'MetricValue')
|
550
569
|
ModelArn = Shapes::StringShape.new(name: 'ModelArn')
|
551
570
|
ModelArtifacts = Shapes::StructureShape.new(name: 'ModelArtifacts')
|
571
|
+
ModelClientConfig = Shapes::StructureShape.new(name: 'ModelClientConfig')
|
552
572
|
ModelName = Shapes::StringShape.new(name: 'ModelName')
|
553
573
|
ModelNameContains = Shapes::StringShape.new(name: 'ModelNameContains')
|
554
574
|
ModelPackageArn = Shapes::StringShape.new(name: 'ModelPackageArn')
|
@@ -629,6 +649,10 @@ module Aws::SageMaker
|
|
629
649
|
ObjectiveStatus = Shapes::StringShape.new(name: 'ObjectiveStatus')
|
630
650
|
ObjectiveStatusCounter = Shapes::IntegerShape.new(name: 'ObjectiveStatusCounter')
|
631
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')
|
632
656
|
Operator = Shapes::StringShape.new(name: 'Operator')
|
633
657
|
OptionalDouble = Shapes::FloatShape.new(name: 'OptionalDouble')
|
634
658
|
OptionalInteger = Shapes::IntegerShape.new(name: 'OptionalInteger')
|
@@ -699,6 +723,7 @@ module Aws::SageMaker
|
|
699
723
|
RenderableTask = Shapes::StructureShape.new(name: 'RenderableTask')
|
700
724
|
RenderingError = Shapes::StructureShape.new(name: 'RenderingError')
|
701
725
|
RenderingErrorList = Shapes::ListShape.new(name: 'RenderingErrorList')
|
726
|
+
RepositoryAccessMode = Shapes::StringShape.new(name: 'RepositoryAccessMode')
|
702
727
|
ResolvedAttributes = Shapes::StructureShape.new(name: 'ResolvedAttributes')
|
703
728
|
ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
|
704
729
|
ResourceConfig = Shapes::StructureShape.new(name: 'ResourceConfig')
|
@@ -723,7 +748,6 @@ module Aws::SageMaker
|
|
723
748
|
S3DataSource = Shapes::StructureShape.new(name: 'S3DataSource')
|
724
749
|
S3DataType = Shapes::StringShape.new(name: 'S3DataType')
|
725
750
|
S3Uri = Shapes::StringShape.new(name: 'S3Uri')
|
726
|
-
SageMakerImageArn = Shapes::StringShape.new(name: 'SageMakerImageArn')
|
727
751
|
SamplingPercentage = Shapes::IntegerShape.new(name: 'SamplingPercentage')
|
728
752
|
ScheduleConfig = Shapes::StructureShape.new(name: 'ScheduleConfig')
|
729
753
|
ScheduleExpression = Shapes::StringShape.new(name: 'ScheduleExpression')
|
@@ -790,6 +814,10 @@ module Aws::SageMaker
|
|
790
814
|
TargetAttributeName = Shapes::StringShape.new(name: 'TargetAttributeName')
|
791
815
|
TargetDevice = Shapes::StringShape.new(name: 'TargetDevice')
|
792
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')
|
793
821
|
TaskAvailabilityLifetimeInSeconds = Shapes::IntegerShape.new(name: 'TaskAvailabilityLifetimeInSeconds')
|
794
822
|
TaskCount = Shapes::IntegerShape.new(name: 'TaskCount')
|
795
823
|
TaskDescription = Shapes::StringShape.new(name: 'TaskDescription')
|
@@ -830,6 +858,7 @@ module Aws::SageMaker
|
|
830
858
|
TransformInstanceCount = Shapes::IntegerShape.new(name: 'TransformInstanceCount')
|
831
859
|
TransformInstanceType = Shapes::StringShape.new(name: 'TransformInstanceType')
|
832
860
|
TransformInstanceTypes = Shapes::ListShape.new(name: 'TransformInstanceTypes')
|
861
|
+
TransformJob = Shapes::StructureShape.new(name: 'TransformJob')
|
833
862
|
TransformJobArn = Shapes::StringShape.new(name: 'TransformJobArn')
|
834
863
|
TransformJobDefinition = Shapes::StructureShape.new(name: 'TransformJobDefinition')
|
835
864
|
TransformJobName = Shapes::StringShape.new(name: 'TransformJobName')
|
@@ -918,6 +947,7 @@ module Aws::SageMaker
|
|
918
947
|
Workforce = Shapes::StructureShape.new(name: 'Workforce')
|
919
948
|
WorkforceArn = Shapes::StringShape.new(name: 'WorkforceArn')
|
920
949
|
WorkforceName = Shapes::StringShape.new(name: 'WorkforceName')
|
950
|
+
Workforces = Shapes::ListShape.new(name: 'Workforces')
|
921
951
|
Workteam = Shapes::StructureShape.new(name: 'Workteam')
|
922
952
|
WorkteamArn = Shapes::StringShape.new(name: 'WorkteamArn')
|
923
953
|
WorkteamName = Shapes::StringShape.new(name: 'WorkteamName')
|
@@ -1022,7 +1052,7 @@ module Aws::SageMaker
|
|
1022
1052
|
AutoMLChannel.add_member(:target_attribute_name, Shapes::ShapeRef.new(shape: TargetAttributeName, required: true, location_name: "TargetAttributeName"))
|
1023
1053
|
AutoMLChannel.struct_class = Types::AutoMLChannel
|
1024
1054
|
|
1025
|
-
AutoMLContainerDefinition.add_member(:image, Shapes::ShapeRef.new(shape:
|
1055
|
+
AutoMLContainerDefinition.add_member(:image, Shapes::ShapeRef.new(shape: ContainerImage, required: true, location_name: "Image"))
|
1026
1056
|
AutoMLContainerDefinition.add_member(:model_data_url, Shapes::ShapeRef.new(shape: Url, required: true, location_name: "ModelDataUrl"))
|
1027
1057
|
AutoMLContainerDefinition.add_member(:environment, Shapes::ShapeRef.new(shape: EnvironmentMap, location_name: "Environment"))
|
1028
1058
|
AutoMLContainerDefinition.struct_class = Types::AutoMLContainerDefinition
|
@@ -1129,9 +1159,13 @@ module Aws::SageMaker
|
|
1129
1159
|
|
1130
1160
|
CodeRepositorySummaryList.member = Shapes::ShapeRef.new(shape: CodeRepositorySummary)
|
1131
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
|
+
|
1132
1166
|
CognitoMemberDefinition.add_member(:user_pool, Shapes::ShapeRef.new(shape: CognitoUserPool, required: true, location_name: "UserPool"))
|
1133
1167
|
CognitoMemberDefinition.add_member(:user_group, Shapes::ShapeRef.new(shape: CognitoUserGroup, required: true, location_name: "UserGroup"))
|
1134
|
-
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"))
|
1135
1169
|
CognitoMemberDefinition.struct_class = Types::CognitoMemberDefinition
|
1136
1170
|
|
1137
1171
|
CollectionConfiguration.add_member(:collection_name, Shapes::ShapeRef.new(shape: CollectionName, location_name: "CollectionName"))
|
@@ -1150,7 +1184,10 @@ module Aws::SageMaker
|
|
1150
1184
|
CompilationJobSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "CreationTime"))
|
1151
1185
|
CompilationJobSummary.add_member(:compilation_start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CompilationStartTime"))
|
1152
1186
|
CompilationJobSummary.add_member(:compilation_end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CompilationEndTime"))
|
1153
|
-
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"))
|
1154
1191
|
CompilationJobSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: LastModifiedTime, location_name: "LastModifiedTime"))
|
1155
1192
|
CompilationJobSummary.add_member(:compilation_job_status, Shapes::ShapeRef.new(shape: CompilationJobStatus, required: true, location_name: "CompilationJobStatus"))
|
1156
1193
|
CompilationJobSummary.struct_class = Types::CompilationJobSummary
|
@@ -1163,7 +1200,8 @@ module Aws::SageMaker
|
|
1163
1200
|
ContainerArguments.member = Shapes::ShapeRef.new(shape: ContainerArgument)
|
1164
1201
|
|
1165
1202
|
ContainerDefinition.add_member(:container_hostname, Shapes::ShapeRef.new(shape: ContainerHostname, location_name: "ContainerHostname"))
|
1166
|
-
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"))
|
1167
1205
|
ContainerDefinition.add_member(:mode, Shapes::ShapeRef.new(shape: ContainerMode, location_name: "Mode"))
|
1168
1206
|
ContainerDefinition.add_member(:model_data_url, Shapes::ShapeRef.new(shape: Url, location_name: "ModelDataUrl"))
|
1169
1207
|
ContainerDefinition.add_member(:environment, Shapes::ShapeRef.new(shape: EnvironmentMap, location_name: "Environment"))
|
@@ -1444,6 +1482,7 @@ module Aws::SageMaker
|
|
1444
1482
|
CreateTransformJobRequest.add_member(:transform_job_name, Shapes::ShapeRef.new(shape: TransformJobName, required: true, location_name: "TransformJobName"))
|
1445
1483
|
CreateTransformJobRequest.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, required: true, location_name: "ModelName"))
|
1446
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"))
|
1447
1486
|
CreateTransformJobRequest.add_member(:max_payload_in_mb, Shapes::ShapeRef.new(shape: MaxPayloadInMB, location_name: "MaxPayloadInMB"))
|
1448
1487
|
CreateTransformJobRequest.add_member(:batch_strategy, Shapes::ShapeRef.new(shape: BatchStrategy, location_name: "BatchStrategy"))
|
1449
1488
|
CreateTransformJobRequest.add_member(:environment, Shapes::ShapeRef.new(shape: TransformEnvironmentMap, location_name: "Environment"))
|
@@ -1492,7 +1531,18 @@ module Aws::SageMaker
|
|
1492
1531
|
CreateUserProfileResponse.add_member(:user_profile_arn, Shapes::ShapeRef.new(shape: UserProfileArn, location_name: "UserProfileArn"))
|
1493
1532
|
CreateUserProfileResponse.struct_class = Types::CreateUserProfileResponse
|
1494
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
|
+
|
1495
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"))
|
1496
1546
|
CreateWorkteamRequest.add_member(:member_definitions, Shapes::ShapeRef.new(shape: MemberDefinitions, required: true, location_name: "MemberDefinitions"))
|
1497
1547
|
CreateWorkteamRequest.add_member(:description, Shapes::ShapeRef.new(shape: String200, required: true, location_name: "Description"))
|
1498
1548
|
CreateWorkteamRequest.add_member(:notification_configuration, Shapes::ShapeRef.new(shape: NotificationConfiguration, location_name: "NotificationConfiguration"))
|
@@ -1587,6 +1637,11 @@ module Aws::SageMaker
|
|
1587
1637
|
|
1588
1638
|
DeleteFlowDefinitionResponse.struct_class = Types::DeleteFlowDefinitionResponse
|
1589
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
|
+
|
1590
1645
|
DeleteModelInput.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, required: true, location_name: "ModelName"))
|
1591
1646
|
DeleteModelInput.struct_class = Types::DeleteModelInput
|
1592
1647
|
|
@@ -1624,14 +1679,19 @@ module Aws::SageMaker
|
|
1624
1679
|
DeleteUserProfileRequest.add_member(:user_profile_name, Shapes::ShapeRef.new(shape: UserProfileName, required: true, location_name: "UserProfileName"))
|
1625
1680
|
DeleteUserProfileRequest.struct_class = Types::DeleteUserProfileRequest
|
1626
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
|
+
|
1627
1687
|
DeleteWorkteamRequest.add_member(:workteam_name, Shapes::ShapeRef.new(shape: WorkteamName, required: true, location_name: "WorkteamName"))
|
1628
1688
|
DeleteWorkteamRequest.struct_class = Types::DeleteWorkteamRequest
|
1629
1689
|
|
1630
1690
|
DeleteWorkteamResponse.add_member(:success, Shapes::ShapeRef.new(shape: Success, required: true, location_name: "Success"))
|
1631
1691
|
DeleteWorkteamResponse.struct_class = Types::DeleteWorkteamResponse
|
1632
1692
|
|
1633
|
-
DeployedImage.add_member(:specified_image, Shapes::ShapeRef.new(shape:
|
1634
|
-
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"))
|
1635
1695
|
DeployedImage.add_member(:resolution_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ResolutionTime"))
|
1636
1696
|
DeployedImage.struct_class = Types::DeployedImage
|
1637
1697
|
|
@@ -1802,6 +1862,7 @@ module Aws::SageMaker
|
|
1802
1862
|
|
1803
1863
|
DescribeHumanTaskUiResponse.add_member(:human_task_ui_arn, Shapes::ShapeRef.new(shape: HumanTaskUiArn, required: true, location_name: "HumanTaskUiArn"))
|
1804
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"))
|
1805
1866
|
DescribeHumanTaskUiResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
1806
1867
|
DescribeHumanTaskUiResponse.add_member(:ui_template, Shapes::ShapeRef.new(shape: UiTemplateInfo, required: true, location_name: "UiTemplate"))
|
1807
1868
|
DescribeHumanTaskUiResponse.struct_class = Types::DescribeHumanTaskUiResponse
|
@@ -2007,6 +2068,7 @@ module Aws::SageMaker
|
|
2007
2068
|
DescribeTransformJobResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
2008
2069
|
DescribeTransformJobResponse.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, required: true, location_name: "ModelName"))
|
2009
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"))
|
2010
2072
|
DescribeTransformJobResponse.add_member(:max_payload_in_mb, Shapes::ShapeRef.new(shape: MaxPayloadInMB, location_name: "MaxPayloadInMB"))
|
2011
2073
|
DescribeTransformJobResponse.add_member(:batch_strategy, Shapes::ShapeRef.new(shape: BatchStrategy, location_name: "BatchStrategy"))
|
2012
2074
|
DescribeTransformJobResponse.add_member(:environment, Shapes::ShapeRef.new(shape: TransformEnvironmentMap, location_name: "Environment"))
|
@@ -2222,6 +2284,8 @@ module Aws::SageMaker
|
|
2222
2284
|
GitConfigForUpdate.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretArn, location_name: "SecretArn"))
|
2223
2285
|
GitConfigForUpdate.struct_class = Types::GitConfigForUpdate
|
2224
2286
|
|
2287
|
+
Groups.member = Shapes::ShapeRef.new(shape: Group)
|
2288
|
+
|
2225
2289
|
HookParameters.key = Shapes::ShapeRef.new(shape: ConfigKey)
|
2226
2290
|
HookParameters.value = Shapes::ShapeRef.new(shape: ConfigValue)
|
2227
2291
|
|
@@ -2353,6 +2417,9 @@ module Aws::SageMaker
|
|
2353
2417
|
HyperParameters.key = Shapes::ShapeRef.new(shape: ParameterKey)
|
2354
2418
|
HyperParameters.value = Shapes::ShapeRef.new(shape: ParameterValue)
|
2355
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
|
+
|
2356
2423
|
InferenceSpecification.add_member(:containers, Shapes::ShapeRef.new(shape: ModelPackageContainerDefinitionList, required: true, location_name: "Containers"))
|
2357
2424
|
InferenceSpecification.add_member(:supported_transform_instance_types, Shapes::ShapeRef.new(shape: TransformInstanceTypes, required: true, location_name: "SupportedTransformInstanceTypes"))
|
2358
2425
|
InferenceSpecification.add_member(:supported_realtime_inference_instance_types, Shapes::ShapeRef.new(shape: RealtimeInferenceInstanceTypes, required: true, location_name: "SupportedRealtimeInferenceInstanceTypes"))
|
@@ -2409,7 +2476,7 @@ module Aws::SageMaker
|
|
2409
2476
|
LabelingJobDataAttributes.add_member(:content_classifiers, Shapes::ShapeRef.new(shape: ContentClassifiers, location_name: "ContentClassifiers"))
|
2410
2477
|
LabelingJobDataAttributes.struct_class = Types::LabelingJobDataAttributes
|
2411
2478
|
|
2412
|
-
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"))
|
2413
2480
|
LabelingJobDataSource.struct_class = Types::LabelingJobDataSource
|
2414
2481
|
|
2415
2482
|
LabelingJobForWorkteamSummary.add_member(:labeling_job_name, Shapes::ShapeRef.new(shape: LabelingJobName, location_name: "LabelingJobName"))
|
@@ -2879,6 +2946,17 @@ module Aws::SageMaker
|
|
2879
2946
|
ListUserProfilesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
2880
2947
|
ListUserProfilesResponse.struct_class = Types::ListUserProfilesResponse
|
2881
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
|
+
|
2882
2960
|
ListWorkteamsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: ListWorkteamsSortByOptions, location_name: "SortBy"))
|
2883
2961
|
ListWorkteamsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
2884
2962
|
ListWorkteamsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: WorkteamName, location_name: "NameContains"))
|
@@ -2891,6 +2969,7 @@ module Aws::SageMaker
|
|
2891
2969
|
ListWorkteamsResponse.struct_class = Types::ListWorkteamsResponse
|
2892
2970
|
|
2893
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"))
|
2894
2973
|
MemberDefinition.struct_class = Types::MemberDefinition
|
2895
2974
|
|
2896
2975
|
MemberDefinitions.member = Shapes::ShapeRef.new(shape: MemberDefinition)
|
@@ -2909,8 +2988,12 @@ module Aws::SageMaker
|
|
2909
2988
|
ModelArtifacts.add_member(:s3_model_artifacts, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3ModelArtifacts"))
|
2910
2989
|
ModelArtifacts.struct_class = Types::ModelArtifacts
|
2911
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
|
+
|
2912
2995
|
ModelPackageContainerDefinition.add_member(:container_hostname, Shapes::ShapeRef.new(shape: ContainerHostname, location_name: "ContainerHostname"))
|
2913
|
-
ModelPackageContainerDefinition.add_member(:image, Shapes::ShapeRef.new(shape:
|
2996
|
+
ModelPackageContainerDefinition.add_member(:image, Shapes::ShapeRef.new(shape: ContainerImage, required: true, location_name: "Image"))
|
2914
2997
|
ModelPackageContainerDefinition.add_member(:image_digest, Shapes::ShapeRef.new(shape: ImageDigest, location_name: "ImageDigest"))
|
2915
2998
|
ModelPackageContainerDefinition.add_member(:model_data_url, Shapes::ShapeRef.new(shape: Url, location_name: "ModelDataUrl"))
|
2916
2999
|
ModelPackageContainerDefinition.add_member(:product_id, Shapes::ShapeRef.new(shape: ProductId, location_name: "ProductId"))
|
@@ -3093,8 +3176,32 @@ module Aws::SageMaker
|
|
3093
3176
|
ObjectiveStatusCounters.add_member(:failed, Shapes::ShapeRef.new(shape: ObjectiveStatusCounter, location_name: "Failed"))
|
3094
3177
|
ObjectiveStatusCounters.struct_class = Types::ObjectiveStatusCounters
|
3095
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
|
+
|
3096
3201
|
OutputConfig.add_member(:s3_output_location, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3OutputLocation"))
|
3097
|
-
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"))
|
3098
3205
|
OutputConfig.struct_class = Types::OutputConfig
|
3099
3206
|
|
3100
3207
|
OutputDataConfig.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
|
@@ -3282,7 +3389,7 @@ module Aws::SageMaker
|
|
3282
3389
|
ResourceNotFound.add_member(:message, Shapes::ShapeRef.new(shape: FailureReason, location_name: "Message"))
|
3283
3390
|
ResourceNotFound.struct_class = Types::ResourceNotFound
|
3284
3391
|
|
3285
|
-
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"))
|
3286
3393
|
ResourceSpec.add_member(:instance_type, Shapes::ShapeRef.new(shape: AppInstanceType, location_name: "InstanceType"))
|
3287
3394
|
ResourceSpec.struct_class = Types::ResourceSpec
|
3288
3395
|
|
@@ -3420,6 +3527,11 @@ module Aws::SageMaker
|
|
3420
3527
|
|
3421
3528
|
TagList.member = Shapes::ShapeRef.new(shape: Tag)
|
3422
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
|
+
|
3423
3535
|
TaskKeywords.member = Shapes::ShapeRef.new(shape: TaskKeyword)
|
3424
3536
|
|
3425
3537
|
TensorBoardAppSettings.add_member(:default_resource_spec, Shapes::ShapeRef.new(shape: ResourceSpec, location_name: "DefaultResourceSpec"))
|
@@ -3493,7 +3605,7 @@ module Aws::SageMaker
|
|
3493
3605
|
TrainingJobSummary.add_member(:training_job_status, Shapes::ShapeRef.new(shape: TrainingJobStatus, required: true, location_name: "TrainingJobStatus"))
|
3494
3606
|
TrainingJobSummary.struct_class = Types::TrainingJobSummary
|
3495
3607
|
|
3496
|
-
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"))
|
3497
3609
|
TrainingSpecification.add_member(:training_image_digest, Shapes::ShapeRef.new(shape: ImageDigest, location_name: "TrainingImageDigest"))
|
3498
3610
|
TrainingSpecification.add_member(:supported_hyper_parameters, Shapes::ShapeRef.new(shape: HyperParameterSpecifications, location_name: "SupportedHyperParameters"))
|
3499
3611
|
TrainingSpecification.add_member(:supported_training_instance_types, Shapes::ShapeRef.new(shape: TrainingInstanceTypes, required: true, location_name: "SupportedTrainingInstanceTypes"))
|
@@ -3517,6 +3629,29 @@ module Aws::SageMaker
|
|
3517
3629
|
|
3518
3630
|
TransformInstanceTypes.member = Shapes::ShapeRef.new(shape: TransformInstanceType)
|
3519
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
|
+
|
3520
3655
|
TransformJobDefinition.add_member(:max_concurrent_transforms, Shapes::ShapeRef.new(shape: MaxConcurrentTransforms, location_name: "MaxConcurrentTransforms"))
|
3521
3656
|
TransformJobDefinition.add_member(:max_payload_in_mb, Shapes::ShapeRef.new(shape: MaxPayloadInMB, location_name: "MaxPayloadInMB"))
|
3522
3657
|
TransformJobDefinition.add_member(:batch_strategy, Shapes::ShapeRef.new(shape: BatchStrategy, location_name: "BatchStrategy"))
|
@@ -3628,6 +3763,7 @@ module Aws::SageMaker
|
|
3628
3763
|
TrialComponentSourceDetail.add_member(:source_arn, Shapes::ShapeRef.new(shape: TrialComponentSourceArn, location_name: "SourceArn"))
|
3629
3764
|
TrialComponentSourceDetail.add_member(:training_job, Shapes::ShapeRef.new(shape: TrainingJob, location_name: "TrainingJob"))
|
3630
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"))
|
3631
3767
|
TrialComponentSourceDetail.struct_class = Types::TrialComponentSourceDetail
|
3632
3768
|
|
3633
3769
|
TrialComponentStatus.add_member(:primary_status, Shapes::ShapeRef.new(shape: TrialComponentPrimaryStatus, location_name: "PrimaryStatus"))
|
@@ -3784,6 +3920,7 @@ module Aws::SageMaker
|
|
3784
3920
|
|
3785
3921
|
UpdateWorkforceRequest.add_member(:workforce_name, Shapes::ShapeRef.new(shape: WorkforceName, required: true, location_name: "WorkforceName"))
|
3786
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"))
|
3787
3924
|
UpdateWorkforceRequest.struct_class = Types::UpdateWorkforceRequest
|
3788
3925
|
|
3789
3926
|
UpdateWorkforceResponse.add_member(:workforce, Shapes::ShapeRef.new(shape: Workforce, required: true, location_name: "Workforce"))
|
@@ -3835,11 +3972,18 @@ module Aws::SageMaker
|
|
3835
3972
|
Workforce.add_member(:workforce_arn, Shapes::ShapeRef.new(shape: WorkforceArn, required: true, location_name: "WorkforceArn"))
|
3836
3973
|
Workforce.add_member(:last_updated_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedDate"))
|
3837
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"))
|
3838
3979
|
Workforce.struct_class = Types::Workforce
|
3839
3980
|
|
3981
|
+
Workforces.member = Shapes::ShapeRef.new(shape: Workforce)
|
3982
|
+
|
3840
3983
|
Workteam.add_member(:workteam_name, Shapes::ShapeRef.new(shape: WorkteamName, required: true, location_name: "WorkteamName"))
|
3841
3984
|
Workteam.add_member(:member_definitions, Shapes::ShapeRef.new(shape: MemberDefinitions, required: true, location_name: "MemberDefinitions"))
|
3842
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"))
|
3843
3987
|
Workteam.add_member(:product_listing_ids, Shapes::ShapeRef.new(shape: ProductListings, location_name: "ProductListingIds"))
|
3844
3988
|
Workteam.add_member(:description, Shapes::ShapeRef.new(shape: String200, required: true, location_name: "Description"))
|
3845
3989
|
Workteam.add_member(:sub_domain, Shapes::ShapeRef.new(shape: String, location_name: "SubDomain"))
|
@@ -4135,6 +4279,14 @@ module Aws::SageMaker
|
|
4135
4279
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
4136
4280
|
end)
|
4137
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
|
+
|
4138
4290
|
api.add_operation(:create_workteam, Seahorse::Model::Operation.new.tap do |o|
|
4139
4291
|
o.name = "CreateWorkteam"
|
4140
4292
|
o.http_method = "POST"
|
@@ -4212,6 +4364,16 @@ module Aws::SageMaker
|
|
4212
4364
|
o.http_request_uri = "/"
|
4213
4365
|
o.input = Shapes::ShapeRef.new(shape: DeleteFlowDefinitionRequest)
|
4214
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)
|
4215
4377
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
4216
4378
|
end)
|
4217
4379
|
|
@@ -4292,6 +4454,14 @@ module Aws::SageMaker
|
|
4292
4454
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
4293
4455
|
end)
|
4294
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
|
+
|
4295
4465
|
api.add_operation(:delete_workteam, Seahorse::Model::Operation.new.tap do |o|
|
4296
4466
|
o.name = "DeleteWorkteam"
|
4297
4467
|
o.http_method = "POST"
|
@@ -4975,6 +5145,20 @@ module Aws::SageMaker
|
|
4975
5145
|
)
|
4976
5146
|
end)
|
4977
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
|
+
|
4978
5162
|
api.add_operation(:list_workteams, Seahorse::Model::Operation.new.tap do |o|
|
4979
5163
|
o.name = "ListWorkteams"
|
4980
5164
|
o.http_method = "POST"
|
@@ -4995,6 +5179,7 @@ module Aws::SageMaker
|
|
4995
5179
|
o.http_request_uri = "/"
|
4996
5180
|
o.input = Shapes::ShapeRef.new(shape: RenderUiTemplateRequest)
|
4997
5181
|
o.output = Shapes::ShapeRef.new(shape: RenderUiTemplateResponse)
|
5182
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
4998
5183
|
end)
|
4999
5184
|
|
5000
5185
|
api.add_operation(:search, Seahorse::Model::Operation.new.tap do |o|
|