aws-sdk-sagemaker 1.59.0 → 1.64.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 +436 -54
- data/lib/aws-sdk-sagemaker/client_api.rb +195 -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 +2441 -251
- data/lib/aws-sdk-sagemaker/waiters.rb +2 -0
- metadata +4 -4
@@ -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,7 @@ 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')
|
417
432
|
ImageDigest = Shapes::StringShape.new(name: 'ImageDigest')
|
418
433
|
ImageUri = Shapes::StringShape.new(name: 'ImageUri')
|
419
434
|
InferenceSpecification = Shapes::StructureShape.new(name: 'InferenceSpecification')
|
@@ -424,6 +439,8 @@ module Aws::SageMaker
|
|
424
439
|
IntegerParameterRange = Shapes::StructureShape.new(name: 'IntegerParameterRange')
|
425
440
|
IntegerParameterRangeSpecification = Shapes::StructureShape.new(name: 'IntegerParameterRangeSpecification')
|
426
441
|
IntegerParameterRanges = Shapes::ListShape.new(name: 'IntegerParameterRanges')
|
442
|
+
InvocationsMaxRetries = Shapes::IntegerShape.new(name: 'InvocationsMaxRetries')
|
443
|
+
InvocationsTimeoutInSeconds = Shapes::IntegerShape.new(name: 'InvocationsTimeoutInSeconds')
|
427
444
|
JobReferenceCode = Shapes::StringShape.new(name: 'JobReferenceCode')
|
428
445
|
JobReferenceCodeContains = Shapes::StringShape.new(name: 'JobReferenceCodeContains')
|
429
446
|
JoinSource = Shapes::StringShape.new(name: 'JoinSource')
|
@@ -520,6 +537,9 @@ module Aws::SageMaker
|
|
520
537
|
ListTrialsResponse = Shapes::StructureShape.new(name: 'ListTrialsResponse')
|
521
538
|
ListUserProfilesRequest = Shapes::StructureShape.new(name: 'ListUserProfilesRequest')
|
522
539
|
ListUserProfilesResponse = Shapes::StructureShape.new(name: 'ListUserProfilesResponse')
|
540
|
+
ListWorkforcesRequest = Shapes::StructureShape.new(name: 'ListWorkforcesRequest')
|
541
|
+
ListWorkforcesResponse = Shapes::StructureShape.new(name: 'ListWorkforcesResponse')
|
542
|
+
ListWorkforcesSortByOptions = Shapes::StringShape.new(name: 'ListWorkforcesSortByOptions')
|
523
543
|
ListWorkteamsRequest = Shapes::StructureShape.new(name: 'ListWorkteamsRequest')
|
524
544
|
ListWorkteamsResponse = Shapes::StructureShape.new(name: 'ListWorkteamsResponse')
|
525
545
|
ListWorkteamsSortByOptions = Shapes::StringShape.new(name: 'ListWorkteamsSortByOptions')
|
@@ -547,6 +567,7 @@ module Aws::SageMaker
|
|
547
567
|
MetricValue = Shapes::FloatShape.new(name: 'MetricValue')
|
548
568
|
ModelArn = Shapes::StringShape.new(name: 'ModelArn')
|
549
569
|
ModelArtifacts = Shapes::StructureShape.new(name: 'ModelArtifacts')
|
570
|
+
ModelClientConfig = Shapes::StructureShape.new(name: 'ModelClientConfig')
|
550
571
|
ModelName = Shapes::StringShape.new(name: 'ModelName')
|
551
572
|
ModelNameContains = Shapes::StringShape.new(name: 'ModelNameContains')
|
552
573
|
ModelPackageArn = Shapes::StringShape.new(name: 'ModelPackageArn')
|
@@ -627,6 +648,10 @@ module Aws::SageMaker
|
|
627
648
|
ObjectiveStatus = Shapes::StringShape.new(name: 'ObjectiveStatus')
|
628
649
|
ObjectiveStatusCounter = Shapes::IntegerShape.new(name: 'ObjectiveStatusCounter')
|
629
650
|
ObjectiveStatusCounters = Shapes::StructureShape.new(name: 'ObjectiveStatusCounters')
|
651
|
+
OidcConfig = Shapes::StructureShape.new(name: 'OidcConfig')
|
652
|
+
OidcConfigForResponse = Shapes::StructureShape.new(name: 'OidcConfigForResponse')
|
653
|
+
OidcEndpoint = Shapes::StringShape.new(name: 'OidcEndpoint')
|
654
|
+
OidcMemberDefinition = Shapes::StructureShape.new(name: 'OidcMemberDefinition')
|
630
655
|
Operator = Shapes::StringShape.new(name: 'Operator')
|
631
656
|
OptionalDouble = Shapes::FloatShape.new(name: 'OptionalDouble')
|
632
657
|
OptionalInteger = Shapes::IntegerShape.new(name: 'OptionalInteger')
|
@@ -721,7 +746,6 @@ module Aws::SageMaker
|
|
721
746
|
S3DataSource = Shapes::StructureShape.new(name: 'S3DataSource')
|
722
747
|
S3DataType = Shapes::StringShape.new(name: 'S3DataType')
|
723
748
|
S3Uri = Shapes::StringShape.new(name: 'S3Uri')
|
724
|
-
SageMakerImageArn = Shapes::StringShape.new(name: 'SageMakerImageArn')
|
725
749
|
SamplingPercentage = Shapes::IntegerShape.new(name: 'SamplingPercentage')
|
726
750
|
ScheduleConfig = Shapes::StructureShape.new(name: 'ScheduleConfig')
|
727
751
|
ScheduleExpression = Shapes::StringShape.new(name: 'ScheduleExpression')
|
@@ -788,6 +812,10 @@ module Aws::SageMaker
|
|
788
812
|
TargetAttributeName = Shapes::StringShape.new(name: 'TargetAttributeName')
|
789
813
|
TargetDevice = Shapes::StringShape.new(name: 'TargetDevice')
|
790
814
|
TargetObjectiveMetricValue = Shapes::FloatShape.new(name: 'TargetObjectiveMetricValue')
|
815
|
+
TargetPlatform = Shapes::StructureShape.new(name: 'TargetPlatform')
|
816
|
+
TargetPlatformAccelerator = Shapes::StringShape.new(name: 'TargetPlatformAccelerator')
|
817
|
+
TargetPlatformArch = Shapes::StringShape.new(name: 'TargetPlatformArch')
|
818
|
+
TargetPlatformOs = Shapes::StringShape.new(name: 'TargetPlatformOs')
|
791
819
|
TaskAvailabilityLifetimeInSeconds = Shapes::IntegerShape.new(name: 'TaskAvailabilityLifetimeInSeconds')
|
792
820
|
TaskCount = Shapes::IntegerShape.new(name: 'TaskCount')
|
793
821
|
TaskDescription = Shapes::StringShape.new(name: 'TaskDescription')
|
@@ -828,6 +856,7 @@ module Aws::SageMaker
|
|
828
856
|
TransformInstanceCount = Shapes::IntegerShape.new(name: 'TransformInstanceCount')
|
829
857
|
TransformInstanceType = Shapes::StringShape.new(name: 'TransformInstanceType')
|
830
858
|
TransformInstanceTypes = Shapes::ListShape.new(name: 'TransformInstanceTypes')
|
859
|
+
TransformJob = Shapes::StructureShape.new(name: 'TransformJob')
|
831
860
|
TransformJobArn = Shapes::StringShape.new(name: 'TransformJobArn')
|
832
861
|
TransformJobDefinition = Shapes::StructureShape.new(name: 'TransformJobDefinition')
|
833
862
|
TransformJobName = Shapes::StringShape.new(name: 'TransformJobName')
|
@@ -916,6 +945,7 @@ module Aws::SageMaker
|
|
916
945
|
Workforce = Shapes::StructureShape.new(name: 'Workforce')
|
917
946
|
WorkforceArn = Shapes::StringShape.new(name: 'WorkforceArn')
|
918
947
|
WorkforceName = Shapes::StringShape.new(name: 'WorkforceName')
|
948
|
+
Workforces = Shapes::ListShape.new(name: 'Workforces')
|
919
949
|
Workteam = Shapes::StructureShape.new(name: 'Workteam')
|
920
950
|
WorkteamArn = Shapes::StringShape.new(name: 'WorkteamArn')
|
921
951
|
WorkteamName = Shapes::StringShape.new(name: 'WorkteamName')
|
@@ -1020,7 +1050,7 @@ module Aws::SageMaker
|
|
1020
1050
|
AutoMLChannel.add_member(:target_attribute_name, Shapes::ShapeRef.new(shape: TargetAttributeName, required: true, location_name: "TargetAttributeName"))
|
1021
1051
|
AutoMLChannel.struct_class = Types::AutoMLChannel
|
1022
1052
|
|
1023
|
-
AutoMLContainerDefinition.add_member(:image, Shapes::ShapeRef.new(shape:
|
1053
|
+
AutoMLContainerDefinition.add_member(:image, Shapes::ShapeRef.new(shape: ContainerImage, required: true, location_name: "Image"))
|
1024
1054
|
AutoMLContainerDefinition.add_member(:model_data_url, Shapes::ShapeRef.new(shape: Url, required: true, location_name: "ModelDataUrl"))
|
1025
1055
|
AutoMLContainerDefinition.add_member(:environment, Shapes::ShapeRef.new(shape: EnvironmentMap, location_name: "Environment"))
|
1026
1056
|
AutoMLContainerDefinition.struct_class = Types::AutoMLContainerDefinition
|
@@ -1127,9 +1157,13 @@ module Aws::SageMaker
|
|
1127
1157
|
|
1128
1158
|
CodeRepositorySummaryList.member = Shapes::ShapeRef.new(shape: CodeRepositorySummary)
|
1129
1159
|
|
1160
|
+
CognitoConfig.add_member(:user_pool, Shapes::ShapeRef.new(shape: CognitoUserPool, required: true, location_name: "UserPool"))
|
1161
|
+
CognitoConfig.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientId, required: true, location_name: "ClientId"))
|
1162
|
+
CognitoConfig.struct_class = Types::CognitoConfig
|
1163
|
+
|
1130
1164
|
CognitoMemberDefinition.add_member(:user_pool, Shapes::ShapeRef.new(shape: CognitoUserPool, required: true, location_name: "UserPool"))
|
1131
1165
|
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:
|
1166
|
+
CognitoMemberDefinition.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientId, required: true, location_name: "ClientId"))
|
1133
1167
|
CognitoMemberDefinition.struct_class = Types::CognitoMemberDefinition
|
1134
1168
|
|
1135
1169
|
CollectionConfiguration.add_member(:collection_name, Shapes::ShapeRef.new(shape: CollectionName, location_name: "CollectionName"))
|
@@ -1148,7 +1182,10 @@ module Aws::SageMaker
|
|
1148
1182
|
CompilationJobSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "CreationTime"))
|
1149
1183
|
CompilationJobSummary.add_member(:compilation_start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CompilationStartTime"))
|
1150
1184
|
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,
|
1185
|
+
CompilationJobSummary.add_member(:compilation_target_device, Shapes::ShapeRef.new(shape: TargetDevice, location_name: "CompilationTargetDevice"))
|
1186
|
+
CompilationJobSummary.add_member(:compilation_target_platform_os, Shapes::ShapeRef.new(shape: TargetPlatformOs, location_name: "CompilationTargetPlatformOs"))
|
1187
|
+
CompilationJobSummary.add_member(:compilation_target_platform_arch, Shapes::ShapeRef.new(shape: TargetPlatformArch, location_name: "CompilationTargetPlatformArch"))
|
1188
|
+
CompilationJobSummary.add_member(:compilation_target_platform_accelerator, Shapes::ShapeRef.new(shape: TargetPlatformAccelerator, location_name: "CompilationTargetPlatformAccelerator"))
|
1152
1189
|
CompilationJobSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: LastModifiedTime, location_name: "LastModifiedTime"))
|
1153
1190
|
CompilationJobSummary.add_member(:compilation_job_status, Shapes::ShapeRef.new(shape: CompilationJobStatus, required: true, location_name: "CompilationJobStatus"))
|
1154
1191
|
CompilationJobSummary.struct_class = Types::CompilationJobSummary
|
@@ -1161,7 +1198,7 @@ module Aws::SageMaker
|
|
1161
1198
|
ContainerArguments.member = Shapes::ShapeRef.new(shape: ContainerArgument)
|
1162
1199
|
|
1163
1200
|
ContainerDefinition.add_member(:container_hostname, Shapes::ShapeRef.new(shape: ContainerHostname, location_name: "ContainerHostname"))
|
1164
|
-
ContainerDefinition.add_member(:image, Shapes::ShapeRef.new(shape:
|
1201
|
+
ContainerDefinition.add_member(:image, Shapes::ShapeRef.new(shape: ContainerImage, location_name: "Image"))
|
1165
1202
|
ContainerDefinition.add_member(:mode, Shapes::ShapeRef.new(shape: ContainerMode, location_name: "Mode"))
|
1166
1203
|
ContainerDefinition.add_member(:model_data_url, Shapes::ShapeRef.new(shape: Url, location_name: "ModelDataUrl"))
|
1167
1204
|
ContainerDefinition.add_member(:environment, Shapes::ShapeRef.new(shape: EnvironmentMap, location_name: "Environment"))
|
@@ -1442,6 +1479,7 @@ module Aws::SageMaker
|
|
1442
1479
|
CreateTransformJobRequest.add_member(:transform_job_name, Shapes::ShapeRef.new(shape: TransformJobName, required: true, location_name: "TransformJobName"))
|
1443
1480
|
CreateTransformJobRequest.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, required: true, location_name: "ModelName"))
|
1444
1481
|
CreateTransformJobRequest.add_member(:max_concurrent_transforms, Shapes::ShapeRef.new(shape: MaxConcurrentTransforms, location_name: "MaxConcurrentTransforms"))
|
1482
|
+
CreateTransformJobRequest.add_member(:model_client_config, Shapes::ShapeRef.new(shape: ModelClientConfig, location_name: "ModelClientConfig"))
|
1445
1483
|
CreateTransformJobRequest.add_member(:max_payload_in_mb, Shapes::ShapeRef.new(shape: MaxPayloadInMB, location_name: "MaxPayloadInMB"))
|
1446
1484
|
CreateTransformJobRequest.add_member(:batch_strategy, Shapes::ShapeRef.new(shape: BatchStrategy, location_name: "BatchStrategy"))
|
1447
1485
|
CreateTransformJobRequest.add_member(:environment, Shapes::ShapeRef.new(shape: TransformEnvironmentMap, location_name: "Environment"))
|
@@ -1490,7 +1528,18 @@ module Aws::SageMaker
|
|
1490
1528
|
CreateUserProfileResponse.add_member(:user_profile_arn, Shapes::ShapeRef.new(shape: UserProfileArn, location_name: "UserProfileArn"))
|
1491
1529
|
CreateUserProfileResponse.struct_class = Types::CreateUserProfileResponse
|
1492
1530
|
|
1531
|
+
CreateWorkforceRequest.add_member(:cognito_config, Shapes::ShapeRef.new(shape: CognitoConfig, location_name: "CognitoConfig"))
|
1532
|
+
CreateWorkforceRequest.add_member(:oidc_config, Shapes::ShapeRef.new(shape: OidcConfig, location_name: "OidcConfig"))
|
1533
|
+
CreateWorkforceRequest.add_member(:source_ip_config, Shapes::ShapeRef.new(shape: SourceIpConfig, location_name: "SourceIpConfig"))
|
1534
|
+
CreateWorkforceRequest.add_member(:workforce_name, Shapes::ShapeRef.new(shape: WorkforceName, required: true, location_name: "WorkforceName"))
|
1535
|
+
CreateWorkforceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1536
|
+
CreateWorkforceRequest.struct_class = Types::CreateWorkforceRequest
|
1537
|
+
|
1538
|
+
CreateWorkforceResponse.add_member(:workforce_arn, Shapes::ShapeRef.new(shape: WorkforceArn, required: true, location_name: "WorkforceArn"))
|
1539
|
+
CreateWorkforceResponse.struct_class = Types::CreateWorkforceResponse
|
1540
|
+
|
1493
1541
|
CreateWorkteamRequest.add_member(:workteam_name, Shapes::ShapeRef.new(shape: WorkteamName, required: true, location_name: "WorkteamName"))
|
1542
|
+
CreateWorkteamRequest.add_member(:workforce_name, Shapes::ShapeRef.new(shape: WorkforceName, location_name: "WorkforceName"))
|
1494
1543
|
CreateWorkteamRequest.add_member(:member_definitions, Shapes::ShapeRef.new(shape: MemberDefinitions, required: true, location_name: "MemberDefinitions"))
|
1495
1544
|
CreateWorkteamRequest.add_member(:description, Shapes::ShapeRef.new(shape: String200, required: true, location_name: "Description"))
|
1496
1545
|
CreateWorkteamRequest.add_member(:notification_configuration, Shapes::ShapeRef.new(shape: NotificationConfiguration, location_name: "NotificationConfiguration"))
|
@@ -1585,6 +1634,11 @@ module Aws::SageMaker
|
|
1585
1634
|
|
1586
1635
|
DeleteFlowDefinitionResponse.struct_class = Types::DeleteFlowDefinitionResponse
|
1587
1636
|
|
1637
|
+
DeleteHumanTaskUiRequest.add_member(:human_task_ui_name, Shapes::ShapeRef.new(shape: HumanTaskUiName, required: true, location_name: "HumanTaskUiName"))
|
1638
|
+
DeleteHumanTaskUiRequest.struct_class = Types::DeleteHumanTaskUiRequest
|
1639
|
+
|
1640
|
+
DeleteHumanTaskUiResponse.struct_class = Types::DeleteHumanTaskUiResponse
|
1641
|
+
|
1588
1642
|
DeleteModelInput.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, required: true, location_name: "ModelName"))
|
1589
1643
|
DeleteModelInput.struct_class = Types::DeleteModelInput
|
1590
1644
|
|
@@ -1622,14 +1676,19 @@ module Aws::SageMaker
|
|
1622
1676
|
DeleteUserProfileRequest.add_member(:user_profile_name, Shapes::ShapeRef.new(shape: UserProfileName, required: true, location_name: "UserProfileName"))
|
1623
1677
|
DeleteUserProfileRequest.struct_class = Types::DeleteUserProfileRequest
|
1624
1678
|
|
1679
|
+
DeleteWorkforceRequest.add_member(:workforce_name, Shapes::ShapeRef.new(shape: WorkforceName, required: true, location_name: "WorkforceName"))
|
1680
|
+
DeleteWorkforceRequest.struct_class = Types::DeleteWorkforceRequest
|
1681
|
+
|
1682
|
+
DeleteWorkforceResponse.struct_class = Types::DeleteWorkforceResponse
|
1683
|
+
|
1625
1684
|
DeleteWorkteamRequest.add_member(:workteam_name, Shapes::ShapeRef.new(shape: WorkteamName, required: true, location_name: "WorkteamName"))
|
1626
1685
|
DeleteWorkteamRequest.struct_class = Types::DeleteWorkteamRequest
|
1627
1686
|
|
1628
1687
|
DeleteWorkteamResponse.add_member(:success, Shapes::ShapeRef.new(shape: Success, required: true, location_name: "Success"))
|
1629
1688
|
DeleteWorkteamResponse.struct_class = Types::DeleteWorkteamResponse
|
1630
1689
|
|
1631
|
-
DeployedImage.add_member(:specified_image, Shapes::ShapeRef.new(shape:
|
1632
|
-
DeployedImage.add_member(:resolved_image, Shapes::ShapeRef.new(shape:
|
1690
|
+
DeployedImage.add_member(:specified_image, Shapes::ShapeRef.new(shape: ContainerImage, location_name: "SpecifiedImage"))
|
1691
|
+
DeployedImage.add_member(:resolved_image, Shapes::ShapeRef.new(shape: ContainerImage, location_name: "ResolvedImage"))
|
1633
1692
|
DeployedImage.add_member(:resolution_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ResolutionTime"))
|
1634
1693
|
DeployedImage.struct_class = Types::DeployedImage
|
1635
1694
|
|
@@ -1800,6 +1859,7 @@ module Aws::SageMaker
|
|
1800
1859
|
|
1801
1860
|
DescribeHumanTaskUiResponse.add_member(:human_task_ui_arn, Shapes::ShapeRef.new(shape: HumanTaskUiArn, required: true, location_name: "HumanTaskUiArn"))
|
1802
1861
|
DescribeHumanTaskUiResponse.add_member(:human_task_ui_name, Shapes::ShapeRef.new(shape: HumanTaskUiName, required: true, location_name: "HumanTaskUiName"))
|
1862
|
+
DescribeHumanTaskUiResponse.add_member(:human_task_ui_status, Shapes::ShapeRef.new(shape: HumanTaskUiStatus, location_name: "HumanTaskUiStatus"))
|
1803
1863
|
DescribeHumanTaskUiResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
1804
1864
|
DescribeHumanTaskUiResponse.add_member(:ui_template, Shapes::ShapeRef.new(shape: UiTemplateInfo, required: true, location_name: "UiTemplate"))
|
1805
1865
|
DescribeHumanTaskUiResponse.struct_class = Types::DescribeHumanTaskUiResponse
|
@@ -2005,6 +2065,7 @@ module Aws::SageMaker
|
|
2005
2065
|
DescribeTransformJobResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
2006
2066
|
DescribeTransformJobResponse.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, required: true, location_name: "ModelName"))
|
2007
2067
|
DescribeTransformJobResponse.add_member(:max_concurrent_transforms, Shapes::ShapeRef.new(shape: MaxConcurrentTransforms, location_name: "MaxConcurrentTransforms"))
|
2068
|
+
DescribeTransformJobResponse.add_member(:model_client_config, Shapes::ShapeRef.new(shape: ModelClientConfig, location_name: "ModelClientConfig"))
|
2008
2069
|
DescribeTransformJobResponse.add_member(:max_payload_in_mb, Shapes::ShapeRef.new(shape: MaxPayloadInMB, location_name: "MaxPayloadInMB"))
|
2009
2070
|
DescribeTransformJobResponse.add_member(:batch_strategy, Shapes::ShapeRef.new(shape: BatchStrategy, location_name: "BatchStrategy"))
|
2010
2071
|
DescribeTransformJobResponse.add_member(:environment, Shapes::ShapeRef.new(shape: TransformEnvironmentMap, location_name: "Environment"))
|
@@ -2220,6 +2281,8 @@ module Aws::SageMaker
|
|
2220
2281
|
GitConfigForUpdate.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretArn, location_name: "SecretArn"))
|
2221
2282
|
GitConfigForUpdate.struct_class = Types::GitConfigForUpdate
|
2222
2283
|
|
2284
|
+
Groups.member = Shapes::ShapeRef.new(shape: Group)
|
2285
|
+
|
2223
2286
|
HookParameters.key = Shapes::ShapeRef.new(shape: ConfigKey)
|
2224
2287
|
HookParameters.value = Shapes::ShapeRef.new(shape: ConfigValue)
|
2225
2288
|
|
@@ -2407,7 +2470,7 @@ module Aws::SageMaker
|
|
2407
2470
|
LabelingJobDataAttributes.add_member(:content_classifiers, Shapes::ShapeRef.new(shape: ContentClassifiers, location_name: "ContentClassifiers"))
|
2408
2471
|
LabelingJobDataAttributes.struct_class = Types::LabelingJobDataAttributes
|
2409
2472
|
|
2410
|
-
LabelingJobDataSource.add_member(:s3_data_source, Shapes::ShapeRef.new(shape: LabelingJobS3DataSource,
|
2473
|
+
LabelingJobDataSource.add_member(:s3_data_source, Shapes::ShapeRef.new(shape: LabelingJobS3DataSource, location_name: "S3DataSource"))
|
2411
2474
|
LabelingJobDataSource.struct_class = Types::LabelingJobDataSource
|
2412
2475
|
|
2413
2476
|
LabelingJobForWorkteamSummary.add_member(:labeling_job_name, Shapes::ShapeRef.new(shape: LabelingJobName, location_name: "LabelingJobName"))
|
@@ -2877,6 +2940,17 @@ module Aws::SageMaker
|
|
2877
2940
|
ListUserProfilesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
2878
2941
|
ListUserProfilesResponse.struct_class = Types::ListUserProfilesResponse
|
2879
2942
|
|
2943
|
+
ListWorkforcesRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: ListWorkforcesSortByOptions, location_name: "SortBy"))
|
2944
|
+
ListWorkforcesRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
2945
|
+
ListWorkforcesRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: WorkforceName, location_name: "NameContains"))
|
2946
|
+
ListWorkforcesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
2947
|
+
ListWorkforcesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
2948
|
+
ListWorkforcesRequest.struct_class = Types::ListWorkforcesRequest
|
2949
|
+
|
2950
|
+
ListWorkforcesResponse.add_member(:workforces, Shapes::ShapeRef.new(shape: Workforces, required: true, location_name: "Workforces"))
|
2951
|
+
ListWorkforcesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
2952
|
+
ListWorkforcesResponse.struct_class = Types::ListWorkforcesResponse
|
2953
|
+
|
2880
2954
|
ListWorkteamsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: ListWorkteamsSortByOptions, location_name: "SortBy"))
|
2881
2955
|
ListWorkteamsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
2882
2956
|
ListWorkteamsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: WorkteamName, location_name: "NameContains"))
|
@@ -2889,6 +2963,7 @@ module Aws::SageMaker
|
|
2889
2963
|
ListWorkteamsResponse.struct_class = Types::ListWorkteamsResponse
|
2890
2964
|
|
2891
2965
|
MemberDefinition.add_member(:cognito_member_definition, Shapes::ShapeRef.new(shape: CognitoMemberDefinition, location_name: "CognitoMemberDefinition"))
|
2966
|
+
MemberDefinition.add_member(:oidc_member_definition, Shapes::ShapeRef.new(shape: OidcMemberDefinition, location_name: "OidcMemberDefinition"))
|
2892
2967
|
MemberDefinition.struct_class = Types::MemberDefinition
|
2893
2968
|
|
2894
2969
|
MemberDefinitions.member = Shapes::ShapeRef.new(shape: MemberDefinition)
|
@@ -2907,8 +2982,12 @@ module Aws::SageMaker
|
|
2907
2982
|
ModelArtifacts.add_member(:s3_model_artifacts, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3ModelArtifacts"))
|
2908
2983
|
ModelArtifacts.struct_class = Types::ModelArtifacts
|
2909
2984
|
|
2985
|
+
ModelClientConfig.add_member(:invocations_timeout_in_seconds, Shapes::ShapeRef.new(shape: InvocationsTimeoutInSeconds, location_name: "InvocationsTimeoutInSeconds"))
|
2986
|
+
ModelClientConfig.add_member(:invocations_max_retries, Shapes::ShapeRef.new(shape: InvocationsMaxRetries, location_name: "InvocationsMaxRetries"))
|
2987
|
+
ModelClientConfig.struct_class = Types::ModelClientConfig
|
2988
|
+
|
2910
2989
|
ModelPackageContainerDefinition.add_member(:container_hostname, Shapes::ShapeRef.new(shape: ContainerHostname, location_name: "ContainerHostname"))
|
2911
|
-
ModelPackageContainerDefinition.add_member(:image, Shapes::ShapeRef.new(shape:
|
2990
|
+
ModelPackageContainerDefinition.add_member(:image, Shapes::ShapeRef.new(shape: ContainerImage, required: true, location_name: "Image"))
|
2912
2991
|
ModelPackageContainerDefinition.add_member(:image_digest, Shapes::ShapeRef.new(shape: ImageDigest, location_name: "ImageDigest"))
|
2913
2992
|
ModelPackageContainerDefinition.add_member(:model_data_url, Shapes::ShapeRef.new(shape: Url, location_name: "ModelDataUrl"))
|
2914
2993
|
ModelPackageContainerDefinition.add_member(:product_id, Shapes::ShapeRef.new(shape: ProductId, location_name: "ProductId"))
|
@@ -3091,8 +3170,32 @@ module Aws::SageMaker
|
|
3091
3170
|
ObjectiveStatusCounters.add_member(:failed, Shapes::ShapeRef.new(shape: ObjectiveStatusCounter, location_name: "Failed"))
|
3092
3171
|
ObjectiveStatusCounters.struct_class = Types::ObjectiveStatusCounters
|
3093
3172
|
|
3173
|
+
OidcConfig.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientId, required: true, location_name: "ClientId"))
|
3174
|
+
OidcConfig.add_member(:client_secret, Shapes::ShapeRef.new(shape: ClientSecret, required: true, location_name: "ClientSecret"))
|
3175
|
+
OidcConfig.add_member(:issuer, Shapes::ShapeRef.new(shape: OidcEndpoint, required: true, location_name: "Issuer"))
|
3176
|
+
OidcConfig.add_member(:authorization_endpoint, Shapes::ShapeRef.new(shape: OidcEndpoint, required: true, location_name: "AuthorizationEndpoint"))
|
3177
|
+
OidcConfig.add_member(:token_endpoint, Shapes::ShapeRef.new(shape: OidcEndpoint, required: true, location_name: "TokenEndpoint"))
|
3178
|
+
OidcConfig.add_member(:user_info_endpoint, Shapes::ShapeRef.new(shape: OidcEndpoint, required: true, location_name: "UserInfoEndpoint"))
|
3179
|
+
OidcConfig.add_member(:logout_endpoint, Shapes::ShapeRef.new(shape: OidcEndpoint, required: true, location_name: "LogoutEndpoint"))
|
3180
|
+
OidcConfig.add_member(:jwks_uri, Shapes::ShapeRef.new(shape: OidcEndpoint, required: true, location_name: "JwksUri"))
|
3181
|
+
OidcConfig.struct_class = Types::OidcConfig
|
3182
|
+
|
3183
|
+
OidcConfigForResponse.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientId, location_name: "ClientId"))
|
3184
|
+
OidcConfigForResponse.add_member(:issuer, Shapes::ShapeRef.new(shape: OidcEndpoint, location_name: "Issuer"))
|
3185
|
+
OidcConfigForResponse.add_member(:authorization_endpoint, Shapes::ShapeRef.new(shape: OidcEndpoint, location_name: "AuthorizationEndpoint"))
|
3186
|
+
OidcConfigForResponse.add_member(:token_endpoint, Shapes::ShapeRef.new(shape: OidcEndpoint, location_name: "TokenEndpoint"))
|
3187
|
+
OidcConfigForResponse.add_member(:user_info_endpoint, Shapes::ShapeRef.new(shape: OidcEndpoint, location_name: "UserInfoEndpoint"))
|
3188
|
+
OidcConfigForResponse.add_member(:logout_endpoint, Shapes::ShapeRef.new(shape: OidcEndpoint, location_name: "LogoutEndpoint"))
|
3189
|
+
OidcConfigForResponse.add_member(:jwks_uri, Shapes::ShapeRef.new(shape: OidcEndpoint, location_name: "JwksUri"))
|
3190
|
+
OidcConfigForResponse.struct_class = Types::OidcConfigForResponse
|
3191
|
+
|
3192
|
+
OidcMemberDefinition.add_member(:groups, Shapes::ShapeRef.new(shape: Groups, required: true, location_name: "Groups"))
|
3193
|
+
OidcMemberDefinition.struct_class = Types::OidcMemberDefinition
|
3194
|
+
|
3094
3195
|
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,
|
3196
|
+
OutputConfig.add_member(:target_device, Shapes::ShapeRef.new(shape: TargetDevice, location_name: "TargetDevice"))
|
3197
|
+
OutputConfig.add_member(:target_platform, Shapes::ShapeRef.new(shape: TargetPlatform, location_name: "TargetPlatform"))
|
3198
|
+
OutputConfig.add_member(:compiler_options, Shapes::ShapeRef.new(shape: CompilerOptions, location_name: "CompilerOptions"))
|
3096
3199
|
OutputConfig.struct_class = Types::OutputConfig
|
3097
3200
|
|
3098
3201
|
OutputDataConfig.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
|
@@ -3280,7 +3383,7 @@ module Aws::SageMaker
|
|
3280
3383
|
ResourceNotFound.add_member(:message, Shapes::ShapeRef.new(shape: FailureReason, location_name: "Message"))
|
3281
3384
|
ResourceNotFound.struct_class = Types::ResourceNotFound
|
3282
3385
|
|
3283
|
-
ResourceSpec.add_member(:sage_maker_image_arn, Shapes::ShapeRef.new(shape:
|
3386
|
+
ResourceSpec.add_member(:sage_maker_image_arn, Shapes::ShapeRef.new(shape: ImageArn, location_name: "SageMakerImageArn"))
|
3284
3387
|
ResourceSpec.add_member(:instance_type, Shapes::ShapeRef.new(shape: AppInstanceType, location_name: "InstanceType"))
|
3285
3388
|
ResourceSpec.struct_class = Types::ResourceSpec
|
3286
3389
|
|
@@ -3418,6 +3521,11 @@ module Aws::SageMaker
|
|
3418
3521
|
|
3419
3522
|
TagList.member = Shapes::ShapeRef.new(shape: Tag)
|
3420
3523
|
|
3524
|
+
TargetPlatform.add_member(:os, Shapes::ShapeRef.new(shape: TargetPlatformOs, required: true, location_name: "Os"))
|
3525
|
+
TargetPlatform.add_member(:arch, Shapes::ShapeRef.new(shape: TargetPlatformArch, required: true, location_name: "Arch"))
|
3526
|
+
TargetPlatform.add_member(:accelerator, Shapes::ShapeRef.new(shape: TargetPlatformAccelerator, location_name: "Accelerator"))
|
3527
|
+
TargetPlatform.struct_class = Types::TargetPlatform
|
3528
|
+
|
3421
3529
|
TaskKeywords.member = Shapes::ShapeRef.new(shape: TaskKeyword)
|
3422
3530
|
|
3423
3531
|
TensorBoardAppSettings.add_member(:default_resource_spec, Shapes::ShapeRef.new(shape: ResourceSpec, location_name: "DefaultResourceSpec"))
|
@@ -3491,7 +3599,7 @@ module Aws::SageMaker
|
|
3491
3599
|
TrainingJobSummary.add_member(:training_job_status, Shapes::ShapeRef.new(shape: TrainingJobStatus, required: true, location_name: "TrainingJobStatus"))
|
3492
3600
|
TrainingJobSummary.struct_class = Types::TrainingJobSummary
|
3493
3601
|
|
3494
|
-
TrainingSpecification.add_member(:training_image, Shapes::ShapeRef.new(shape:
|
3602
|
+
TrainingSpecification.add_member(:training_image, Shapes::ShapeRef.new(shape: ContainerImage, required: true, location_name: "TrainingImage"))
|
3495
3603
|
TrainingSpecification.add_member(:training_image_digest, Shapes::ShapeRef.new(shape: ImageDigest, location_name: "TrainingImageDigest"))
|
3496
3604
|
TrainingSpecification.add_member(:supported_hyper_parameters, Shapes::ShapeRef.new(shape: HyperParameterSpecifications, location_name: "SupportedHyperParameters"))
|
3497
3605
|
TrainingSpecification.add_member(:supported_training_instance_types, Shapes::ShapeRef.new(shape: TrainingInstanceTypes, required: true, location_name: "SupportedTrainingInstanceTypes"))
|
@@ -3515,6 +3623,29 @@ module Aws::SageMaker
|
|
3515
3623
|
|
3516
3624
|
TransformInstanceTypes.member = Shapes::ShapeRef.new(shape: TransformInstanceType)
|
3517
3625
|
|
3626
|
+
TransformJob.add_member(:transform_job_name, Shapes::ShapeRef.new(shape: TransformJobName, location_name: "TransformJobName"))
|
3627
|
+
TransformJob.add_member(:transform_job_arn, Shapes::ShapeRef.new(shape: TransformJobArn, location_name: "TransformJobArn"))
|
3628
|
+
TransformJob.add_member(:transform_job_status, Shapes::ShapeRef.new(shape: TransformJobStatus, location_name: "TransformJobStatus"))
|
3629
|
+
TransformJob.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
3630
|
+
TransformJob.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, location_name: "ModelName"))
|
3631
|
+
TransformJob.add_member(:max_concurrent_transforms, Shapes::ShapeRef.new(shape: MaxConcurrentTransforms, location_name: "MaxConcurrentTransforms"))
|
3632
|
+
TransformJob.add_member(:model_client_config, Shapes::ShapeRef.new(shape: ModelClientConfig, location_name: "ModelClientConfig"))
|
3633
|
+
TransformJob.add_member(:max_payload_in_mb, Shapes::ShapeRef.new(shape: MaxPayloadInMB, location_name: "MaxPayloadInMB"))
|
3634
|
+
TransformJob.add_member(:batch_strategy, Shapes::ShapeRef.new(shape: BatchStrategy, location_name: "BatchStrategy"))
|
3635
|
+
TransformJob.add_member(:environment, Shapes::ShapeRef.new(shape: TransformEnvironmentMap, location_name: "Environment"))
|
3636
|
+
TransformJob.add_member(:transform_input, Shapes::ShapeRef.new(shape: TransformInput, location_name: "TransformInput"))
|
3637
|
+
TransformJob.add_member(:transform_output, Shapes::ShapeRef.new(shape: TransformOutput, location_name: "TransformOutput"))
|
3638
|
+
TransformJob.add_member(:transform_resources, Shapes::ShapeRef.new(shape: TransformResources, location_name: "TransformResources"))
|
3639
|
+
TransformJob.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
3640
|
+
TransformJob.add_member(:transform_start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "TransformStartTime"))
|
3641
|
+
TransformJob.add_member(:transform_end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "TransformEndTime"))
|
3642
|
+
TransformJob.add_member(:labeling_job_arn, Shapes::ShapeRef.new(shape: LabelingJobArn, location_name: "LabelingJobArn"))
|
3643
|
+
TransformJob.add_member(:auto_ml_job_arn, Shapes::ShapeRef.new(shape: AutoMLJobArn, location_name: "AutoMLJobArn"))
|
3644
|
+
TransformJob.add_member(:data_processing, Shapes::ShapeRef.new(shape: DataProcessing, location_name: "DataProcessing"))
|
3645
|
+
TransformJob.add_member(:experiment_config, Shapes::ShapeRef.new(shape: ExperimentConfig, location_name: "ExperimentConfig"))
|
3646
|
+
TransformJob.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
3647
|
+
TransformJob.struct_class = Types::TransformJob
|
3648
|
+
|
3518
3649
|
TransformJobDefinition.add_member(:max_concurrent_transforms, Shapes::ShapeRef.new(shape: MaxConcurrentTransforms, location_name: "MaxConcurrentTransforms"))
|
3519
3650
|
TransformJobDefinition.add_member(:max_payload_in_mb, Shapes::ShapeRef.new(shape: MaxPayloadInMB, location_name: "MaxPayloadInMB"))
|
3520
3651
|
TransformJobDefinition.add_member(:batch_strategy, Shapes::ShapeRef.new(shape: BatchStrategy, location_name: "BatchStrategy"))
|
@@ -3626,6 +3757,7 @@ module Aws::SageMaker
|
|
3626
3757
|
TrialComponentSourceDetail.add_member(:source_arn, Shapes::ShapeRef.new(shape: TrialComponentSourceArn, location_name: "SourceArn"))
|
3627
3758
|
TrialComponentSourceDetail.add_member(:training_job, Shapes::ShapeRef.new(shape: TrainingJob, location_name: "TrainingJob"))
|
3628
3759
|
TrialComponentSourceDetail.add_member(:processing_job, Shapes::ShapeRef.new(shape: ProcessingJob, location_name: "ProcessingJob"))
|
3760
|
+
TrialComponentSourceDetail.add_member(:transform_job, Shapes::ShapeRef.new(shape: TransformJob, location_name: "TransformJob"))
|
3629
3761
|
TrialComponentSourceDetail.struct_class = Types::TrialComponentSourceDetail
|
3630
3762
|
|
3631
3763
|
TrialComponentStatus.add_member(:primary_status, Shapes::ShapeRef.new(shape: TrialComponentPrimaryStatus, location_name: "PrimaryStatus"))
|
@@ -3782,6 +3914,7 @@ module Aws::SageMaker
|
|
3782
3914
|
|
3783
3915
|
UpdateWorkforceRequest.add_member(:workforce_name, Shapes::ShapeRef.new(shape: WorkforceName, required: true, location_name: "WorkforceName"))
|
3784
3916
|
UpdateWorkforceRequest.add_member(:source_ip_config, Shapes::ShapeRef.new(shape: SourceIpConfig, location_name: "SourceIpConfig"))
|
3917
|
+
UpdateWorkforceRequest.add_member(:oidc_config, Shapes::ShapeRef.new(shape: OidcConfig, location_name: "OidcConfig"))
|
3785
3918
|
UpdateWorkforceRequest.struct_class = Types::UpdateWorkforceRequest
|
3786
3919
|
|
3787
3920
|
UpdateWorkforceResponse.add_member(:workforce, Shapes::ShapeRef.new(shape: Workforce, required: true, location_name: "Workforce"))
|
@@ -3833,11 +3966,18 @@ module Aws::SageMaker
|
|
3833
3966
|
Workforce.add_member(:workforce_arn, Shapes::ShapeRef.new(shape: WorkforceArn, required: true, location_name: "WorkforceArn"))
|
3834
3967
|
Workforce.add_member(:last_updated_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedDate"))
|
3835
3968
|
Workforce.add_member(:source_ip_config, Shapes::ShapeRef.new(shape: SourceIpConfig, location_name: "SourceIpConfig"))
|
3969
|
+
Workforce.add_member(:sub_domain, Shapes::ShapeRef.new(shape: String, location_name: "SubDomain"))
|
3970
|
+
Workforce.add_member(:cognito_config, Shapes::ShapeRef.new(shape: CognitoConfig, location_name: "CognitoConfig"))
|
3971
|
+
Workforce.add_member(:oidc_config, Shapes::ShapeRef.new(shape: OidcConfigForResponse, location_name: "OidcConfig"))
|
3972
|
+
Workforce.add_member(:create_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreateDate"))
|
3836
3973
|
Workforce.struct_class = Types::Workforce
|
3837
3974
|
|
3975
|
+
Workforces.member = Shapes::ShapeRef.new(shape: Workforce)
|
3976
|
+
|
3838
3977
|
Workteam.add_member(:workteam_name, Shapes::ShapeRef.new(shape: WorkteamName, required: true, location_name: "WorkteamName"))
|
3839
3978
|
Workteam.add_member(:member_definitions, Shapes::ShapeRef.new(shape: MemberDefinitions, required: true, location_name: "MemberDefinitions"))
|
3840
3979
|
Workteam.add_member(:workteam_arn, Shapes::ShapeRef.new(shape: WorkteamArn, required: true, location_name: "WorkteamArn"))
|
3980
|
+
Workteam.add_member(:workforce_arn, Shapes::ShapeRef.new(shape: WorkforceArn, location_name: "WorkforceArn"))
|
3841
3981
|
Workteam.add_member(:product_listing_ids, Shapes::ShapeRef.new(shape: ProductListings, location_name: "ProductListingIds"))
|
3842
3982
|
Workteam.add_member(:description, Shapes::ShapeRef.new(shape: String200, required: true, location_name: "Description"))
|
3843
3983
|
Workteam.add_member(:sub_domain, Shapes::ShapeRef.new(shape: String, location_name: "SubDomain"))
|
@@ -4133,6 +4273,14 @@ module Aws::SageMaker
|
|
4133
4273
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
4134
4274
|
end)
|
4135
4275
|
|
4276
|
+
api.add_operation(:create_workforce, Seahorse::Model::Operation.new.tap do |o|
|
4277
|
+
o.name = "CreateWorkforce"
|
4278
|
+
o.http_method = "POST"
|
4279
|
+
o.http_request_uri = "/"
|
4280
|
+
o.input = Shapes::ShapeRef.new(shape: CreateWorkforceRequest)
|
4281
|
+
o.output = Shapes::ShapeRef.new(shape: CreateWorkforceResponse)
|
4282
|
+
end)
|
4283
|
+
|
4136
4284
|
api.add_operation(:create_workteam, Seahorse::Model::Operation.new.tap do |o|
|
4137
4285
|
o.name = "CreateWorkteam"
|
4138
4286
|
o.http_method = "POST"
|
@@ -4210,6 +4358,16 @@ module Aws::SageMaker
|
|
4210
4358
|
o.http_request_uri = "/"
|
4211
4359
|
o.input = Shapes::ShapeRef.new(shape: DeleteFlowDefinitionRequest)
|
4212
4360
|
o.output = Shapes::ShapeRef.new(shape: DeleteFlowDefinitionResponse)
|
4361
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
4362
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
4363
|
+
end)
|
4364
|
+
|
4365
|
+
api.add_operation(:delete_human_task_ui, Seahorse::Model::Operation.new.tap do |o|
|
4366
|
+
o.name = "DeleteHumanTaskUi"
|
4367
|
+
o.http_method = "POST"
|
4368
|
+
o.http_request_uri = "/"
|
4369
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteHumanTaskUiRequest)
|
4370
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteHumanTaskUiResponse)
|
4213
4371
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
4214
4372
|
end)
|
4215
4373
|
|
@@ -4290,6 +4448,14 @@ module Aws::SageMaker
|
|
4290
4448
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
4291
4449
|
end)
|
4292
4450
|
|
4451
|
+
api.add_operation(:delete_workforce, Seahorse::Model::Operation.new.tap do |o|
|
4452
|
+
o.name = "DeleteWorkforce"
|
4453
|
+
o.http_method = "POST"
|
4454
|
+
o.http_request_uri = "/"
|
4455
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteWorkforceRequest)
|
4456
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteWorkforceResponse)
|
4457
|
+
end)
|
4458
|
+
|
4293
4459
|
api.add_operation(:delete_workteam, Seahorse::Model::Operation.new.tap do |o|
|
4294
4460
|
o.name = "DeleteWorkteam"
|
4295
4461
|
o.http_method = "POST"
|
@@ -4973,6 +5139,20 @@ module Aws::SageMaker
|
|
4973
5139
|
)
|
4974
5140
|
end)
|
4975
5141
|
|
5142
|
+
api.add_operation(:list_workforces, Seahorse::Model::Operation.new.tap do |o|
|
5143
|
+
o.name = "ListWorkforces"
|
5144
|
+
o.http_method = "POST"
|
5145
|
+
o.http_request_uri = "/"
|
5146
|
+
o.input = Shapes::ShapeRef.new(shape: ListWorkforcesRequest)
|
5147
|
+
o.output = Shapes::ShapeRef.new(shape: ListWorkforcesResponse)
|
5148
|
+
o[:pager] = Aws::Pager.new(
|
5149
|
+
limit_key: "max_results",
|
5150
|
+
tokens: {
|
5151
|
+
"next_token" => "next_token"
|
5152
|
+
}
|
5153
|
+
)
|
5154
|
+
end)
|
5155
|
+
|
4976
5156
|
api.add_operation(:list_workteams, Seahorse::Model::Operation.new.tap do |o|
|
4977
5157
|
o.name = "ListWorkteams"
|
4978
5158
|
o.http_method = "POST"
|
@@ -4993,6 +5173,7 @@ module Aws::SageMaker
|
|
4993
5173
|
o.http_request_uri = "/"
|
4994
5174
|
o.input = Shapes::ShapeRef.new(shape: RenderUiTemplateRequest)
|
4995
5175
|
o.output = Shapes::ShapeRef.new(shape: RenderUiTemplateResponse)
|
5176
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
4996
5177
|
end)
|
4997
5178
|
|
4998
5179
|
api.add_operation(:search, Seahorse::Model::Operation.new.tap do |o|
|