aws-sdk-sagemaker 1.126.0 → 1.129.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +222 -6
- data/lib/aws-sdk-sagemaker/client_api.rb +136 -0
- data/lib/aws-sdk-sagemaker/types.rb +485 -20
- data/lib/aws-sdk-sagemaker.rb +1 -1
- metadata +2 -2
@@ -448,6 +448,8 @@ module Aws::SageMaker
|
|
448
448
|
DescribeExperimentResponse = Shapes::StructureShape.new(name: 'DescribeExperimentResponse')
|
449
449
|
DescribeFeatureGroupRequest = Shapes::StructureShape.new(name: 'DescribeFeatureGroupRequest')
|
450
450
|
DescribeFeatureGroupResponse = Shapes::StructureShape.new(name: 'DescribeFeatureGroupResponse')
|
451
|
+
DescribeFeatureMetadataRequest = Shapes::StructureShape.new(name: 'DescribeFeatureMetadataRequest')
|
452
|
+
DescribeFeatureMetadataResponse = Shapes::StructureShape.new(name: 'DescribeFeatureMetadataResponse')
|
451
453
|
DescribeFlowDefinitionRequest = Shapes::StructureShape.new(name: 'DescribeFlowDefinitionRequest')
|
452
454
|
DescribeFlowDefinitionResponse = Shapes::StructureShape.new(name: 'DescribeFlowDefinitionResponse')
|
453
455
|
DescribeHumanTaskUiRequest = Shapes::StructureShape.new(name: 'DescribeHumanTaskUiRequest')
|
@@ -624,8 +626,10 @@ module Aws::SageMaker
|
|
624
626
|
ExplainabilityLocation = Shapes::StringShape.new(name: 'ExplainabilityLocation')
|
625
627
|
FailStepMetadata = Shapes::StructureShape.new(name: 'FailStepMetadata')
|
626
628
|
FailureReason = Shapes::StringShape.new(name: 'FailureReason')
|
629
|
+
FeatureAdditions = Shapes::ListShape.new(name: 'FeatureAdditions')
|
627
630
|
FeatureDefinition = Shapes::StructureShape.new(name: 'FeatureDefinition')
|
628
631
|
FeatureDefinitions = Shapes::ListShape.new(name: 'FeatureDefinitions')
|
632
|
+
FeatureDescription = Shapes::StringShape.new(name: 'FeatureDescription')
|
629
633
|
FeatureGroup = Shapes::StructureShape.new(name: 'FeatureGroup')
|
630
634
|
FeatureGroupArn = Shapes::StringShape.new(name: 'FeatureGroupArn')
|
631
635
|
FeatureGroupMaxResults = Shapes::IntegerShape.new(name: 'FeatureGroupMaxResults')
|
@@ -636,7 +640,14 @@ module Aws::SageMaker
|
|
636
640
|
FeatureGroupStatus = Shapes::StringShape.new(name: 'FeatureGroupStatus')
|
637
641
|
FeatureGroupSummaries = Shapes::ListShape.new(name: 'FeatureGroupSummaries')
|
638
642
|
FeatureGroupSummary = Shapes::StructureShape.new(name: 'FeatureGroupSummary')
|
643
|
+
FeatureMetadata = Shapes::StructureShape.new(name: 'FeatureMetadata')
|
639
644
|
FeatureName = Shapes::StringShape.new(name: 'FeatureName')
|
645
|
+
FeatureParameter = Shapes::StructureShape.new(name: 'FeatureParameter')
|
646
|
+
FeatureParameterAdditions = Shapes::ListShape.new(name: 'FeatureParameterAdditions')
|
647
|
+
FeatureParameterKey = Shapes::StringShape.new(name: 'FeatureParameterKey')
|
648
|
+
FeatureParameterRemovals = Shapes::ListShape.new(name: 'FeatureParameterRemovals')
|
649
|
+
FeatureParameterValue = Shapes::StringShape.new(name: 'FeatureParameterValue')
|
650
|
+
FeatureParameters = Shapes::ListShape.new(name: 'FeatureParameters')
|
640
651
|
FeatureType = Shapes::StringShape.new(name: 'FeatureType')
|
641
652
|
FileSource = Shapes::StructureShape.new(name: 'FileSource')
|
642
653
|
FileSystemAccessMode = Shapes::StringShape.new(name: 'FileSystemAccessMode')
|
@@ -810,6 +821,8 @@ module Aws::SageMaker
|
|
810
821
|
LambdaFunctionArn = Shapes::StringShape.new(name: 'LambdaFunctionArn')
|
811
822
|
LambdaStepMetadata = Shapes::StructureShape.new(name: 'LambdaStepMetadata')
|
812
823
|
LastModifiedTime = Shapes::TimestampShape.new(name: 'LastModifiedTime')
|
824
|
+
LastUpdateStatus = Shapes::StructureShape.new(name: 'LastUpdateStatus')
|
825
|
+
LastUpdateStatusValue = Shapes::StringShape.new(name: 'LastUpdateStatusValue')
|
813
826
|
LifecycleConfigArns = Shapes::ListShape.new(name: 'LifecycleConfigArns')
|
814
827
|
LineageEntityParameters = Shapes::MapShape.new(name: 'LineageEntityParameters')
|
815
828
|
LineageGroupArn = Shapes::StringShape.new(name: 'LineageGroupArn')
|
@@ -1129,6 +1142,7 @@ module Aws::SageMaker
|
|
1129
1142
|
OidcMemberDefinition = Shapes::StructureShape.new(name: 'OidcMemberDefinition')
|
1130
1143
|
OnlineStoreConfig = Shapes::StructureShape.new(name: 'OnlineStoreConfig')
|
1131
1144
|
OnlineStoreSecurityConfig = Shapes::StructureShape.new(name: 'OnlineStoreSecurityConfig')
|
1145
|
+
OnlineStoreTotalSizeBytes = Shapes::IntegerShape.new(name: 'OnlineStoreTotalSizeBytes')
|
1132
1146
|
Operator = Shapes::StringShape.new(name: 'Operator')
|
1133
1147
|
OptionalDouble = Shapes::FloatShape.new(name: 'OptionalDouble')
|
1134
1148
|
OptionalInteger = Shapes::IntegerShape.new(name: 'OptionalInteger')
|
@@ -1563,6 +1577,9 @@ module Aws::SageMaker
|
|
1563
1577
|
UpdateEndpointWeightsAndCapacitiesOutput = Shapes::StructureShape.new(name: 'UpdateEndpointWeightsAndCapacitiesOutput')
|
1564
1578
|
UpdateExperimentRequest = Shapes::StructureShape.new(name: 'UpdateExperimentRequest')
|
1565
1579
|
UpdateExperimentResponse = Shapes::StructureShape.new(name: 'UpdateExperimentResponse')
|
1580
|
+
UpdateFeatureGroupRequest = Shapes::StructureShape.new(name: 'UpdateFeatureGroupRequest')
|
1581
|
+
UpdateFeatureGroupResponse = Shapes::StructureShape.new(name: 'UpdateFeatureGroupResponse')
|
1582
|
+
UpdateFeatureMetadataRequest = Shapes::StructureShape.new(name: 'UpdateFeatureMetadataRequest')
|
1566
1583
|
UpdateImageRequest = Shapes::StructureShape.new(name: 'UpdateImageRequest')
|
1567
1584
|
UpdateImageResponse = Shapes::StructureShape.new(name: 'UpdateImageResponse')
|
1568
1585
|
UpdateModelPackageInput = Shapes::StructureShape.new(name: 'UpdateModelPackageInput')
|
@@ -1619,7 +1636,17 @@ module Aws::SageMaker
|
|
1619
1636
|
WaitIntervalInSeconds = Shapes::IntegerShape.new(name: 'WaitIntervalInSeconds')
|
1620
1637
|
Workforce = Shapes::StructureShape.new(name: 'Workforce')
|
1621
1638
|
WorkforceArn = Shapes::StringShape.new(name: 'WorkforceArn')
|
1639
|
+
WorkforceFailureReason = Shapes::StringShape.new(name: 'WorkforceFailureReason')
|
1622
1640
|
WorkforceName = Shapes::StringShape.new(name: 'WorkforceName')
|
1641
|
+
WorkforceSecurityGroupId = Shapes::StringShape.new(name: 'WorkforceSecurityGroupId')
|
1642
|
+
WorkforceSecurityGroupIds = Shapes::ListShape.new(name: 'WorkforceSecurityGroupIds')
|
1643
|
+
WorkforceStatus = Shapes::StringShape.new(name: 'WorkforceStatus')
|
1644
|
+
WorkforceSubnetId = Shapes::StringShape.new(name: 'WorkforceSubnetId')
|
1645
|
+
WorkforceSubnets = Shapes::ListShape.new(name: 'WorkforceSubnets')
|
1646
|
+
WorkforceVpcConfigRequest = Shapes::StructureShape.new(name: 'WorkforceVpcConfigRequest')
|
1647
|
+
WorkforceVpcConfigResponse = Shapes::StructureShape.new(name: 'WorkforceVpcConfigResponse')
|
1648
|
+
WorkforceVpcEndpointId = Shapes::StringShape.new(name: 'WorkforceVpcEndpointId')
|
1649
|
+
WorkforceVpcId = Shapes::StringShape.new(name: 'WorkforceVpcId')
|
1623
1650
|
Workforces = Shapes::ListShape.new(name: 'Workforces')
|
1624
1651
|
Workteam = Shapes::StructureShape.new(name: 'Workteam')
|
1625
1652
|
WorkteamArn = Shapes::StringShape.new(name: 'WorkteamArn')
|
@@ -2677,6 +2704,7 @@ module Aws::SageMaker
|
|
2677
2704
|
CreateWorkforceRequest.add_member(:source_ip_config, Shapes::ShapeRef.new(shape: SourceIpConfig, location_name: "SourceIpConfig"))
|
2678
2705
|
CreateWorkforceRequest.add_member(:workforce_name, Shapes::ShapeRef.new(shape: WorkforceName, required: true, location_name: "WorkforceName"))
|
2679
2706
|
CreateWorkforceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
2707
|
+
CreateWorkforceRequest.add_member(:workforce_vpc_config, Shapes::ShapeRef.new(shape: WorkforceVpcConfigRequest, location_name: "WorkforceVpcConfig"))
|
2680
2708
|
CreateWorkforceRequest.struct_class = Types::CreateWorkforceRequest
|
2681
2709
|
|
2682
2710
|
CreateWorkforceResponse.add_member(:workforce_arn, Shapes::ShapeRef.new(shape: WorkforceArn, required: true, location_name: "WorkforceArn"))
|
@@ -3262,16 +3290,33 @@ module Aws::SageMaker
|
|
3262
3290
|
DescribeFeatureGroupResponse.add_member(:event_time_feature_name, Shapes::ShapeRef.new(shape: FeatureName, required: true, location_name: "EventTimeFeatureName"))
|
3263
3291
|
DescribeFeatureGroupResponse.add_member(:feature_definitions, Shapes::ShapeRef.new(shape: FeatureDefinitions, required: true, location_name: "FeatureDefinitions"))
|
3264
3292
|
DescribeFeatureGroupResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "CreationTime"))
|
3293
|
+
DescribeFeatureGroupResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: LastModifiedTime, location_name: "LastModifiedTime"))
|
3265
3294
|
DescribeFeatureGroupResponse.add_member(:online_store_config, Shapes::ShapeRef.new(shape: OnlineStoreConfig, location_name: "OnlineStoreConfig"))
|
3266
3295
|
DescribeFeatureGroupResponse.add_member(:offline_store_config, Shapes::ShapeRef.new(shape: OfflineStoreConfig, location_name: "OfflineStoreConfig"))
|
3267
3296
|
DescribeFeatureGroupResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
3268
3297
|
DescribeFeatureGroupResponse.add_member(:feature_group_status, Shapes::ShapeRef.new(shape: FeatureGroupStatus, location_name: "FeatureGroupStatus"))
|
3269
3298
|
DescribeFeatureGroupResponse.add_member(:offline_store_status, Shapes::ShapeRef.new(shape: OfflineStoreStatus, location_name: "OfflineStoreStatus"))
|
3299
|
+
DescribeFeatureGroupResponse.add_member(:last_update_status, Shapes::ShapeRef.new(shape: LastUpdateStatus, location_name: "LastUpdateStatus"))
|
3270
3300
|
DescribeFeatureGroupResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
3271
3301
|
DescribeFeatureGroupResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
3272
3302
|
DescribeFeatureGroupResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, required: true, location_name: "NextToken"))
|
3303
|
+
DescribeFeatureGroupResponse.add_member(:online_store_total_size_bytes, Shapes::ShapeRef.new(shape: OnlineStoreTotalSizeBytes, location_name: "OnlineStoreTotalSizeBytes"))
|
3273
3304
|
DescribeFeatureGroupResponse.struct_class = Types::DescribeFeatureGroupResponse
|
3274
3305
|
|
3306
|
+
DescribeFeatureMetadataRequest.add_member(:feature_group_name, Shapes::ShapeRef.new(shape: FeatureGroupName, required: true, location_name: "FeatureGroupName"))
|
3307
|
+
DescribeFeatureMetadataRequest.add_member(:feature_name, Shapes::ShapeRef.new(shape: FeatureName, required: true, location_name: "FeatureName"))
|
3308
|
+
DescribeFeatureMetadataRequest.struct_class = Types::DescribeFeatureMetadataRequest
|
3309
|
+
|
3310
|
+
DescribeFeatureMetadataResponse.add_member(:feature_group_arn, Shapes::ShapeRef.new(shape: FeatureGroupArn, required: true, location_name: "FeatureGroupArn"))
|
3311
|
+
DescribeFeatureMetadataResponse.add_member(:feature_group_name, Shapes::ShapeRef.new(shape: FeatureGroupName, required: true, location_name: "FeatureGroupName"))
|
3312
|
+
DescribeFeatureMetadataResponse.add_member(:feature_name, Shapes::ShapeRef.new(shape: FeatureName, required: true, location_name: "FeatureName"))
|
3313
|
+
DescribeFeatureMetadataResponse.add_member(:feature_type, Shapes::ShapeRef.new(shape: FeatureType, required: true, location_name: "FeatureType"))
|
3314
|
+
DescribeFeatureMetadataResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "CreationTime"))
|
3315
|
+
DescribeFeatureMetadataResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: LastModifiedTime, required: true, location_name: "LastModifiedTime"))
|
3316
|
+
DescribeFeatureMetadataResponse.add_member(:description, Shapes::ShapeRef.new(shape: FeatureDescription, location_name: "Description"))
|
3317
|
+
DescribeFeatureMetadataResponse.add_member(:parameters, Shapes::ShapeRef.new(shape: FeatureParameters, location_name: "Parameters"))
|
3318
|
+
DescribeFeatureMetadataResponse.struct_class = Types::DescribeFeatureMetadataResponse
|
3319
|
+
|
3275
3320
|
DescribeFlowDefinitionRequest.add_member(:flow_definition_name, Shapes::ShapeRef.new(shape: FlowDefinitionName, required: true, location_name: "FlowDefinitionName"))
|
3276
3321
|
DescribeFlowDefinitionRequest.struct_class = Types::DescribeFlowDefinitionRequest
|
3277
3322
|
|
@@ -4058,6 +4103,8 @@ module Aws::SageMaker
|
|
4058
4103
|
FailStepMetadata.add_member(:error_message, Shapes::ShapeRef.new(shape: String3072, location_name: "ErrorMessage"))
|
4059
4104
|
FailStepMetadata.struct_class = Types::FailStepMetadata
|
4060
4105
|
|
4106
|
+
FeatureAdditions.member = Shapes::ShapeRef.new(shape: FeatureDefinition)
|
4107
|
+
|
4061
4108
|
FeatureDefinition.add_member(:feature_name, Shapes::ShapeRef.new(shape: FeatureName, location_name: "FeatureName"))
|
4062
4109
|
FeatureDefinition.add_member(:feature_type, Shapes::ShapeRef.new(shape: FeatureType, location_name: "FeatureType"))
|
4063
4110
|
FeatureDefinition.struct_class = Types::FeatureDefinition
|
@@ -4070,11 +4117,13 @@ module Aws::SageMaker
|
|
4070
4117
|
FeatureGroup.add_member(:event_time_feature_name, Shapes::ShapeRef.new(shape: FeatureName, location_name: "EventTimeFeatureName"))
|
4071
4118
|
FeatureGroup.add_member(:feature_definitions, Shapes::ShapeRef.new(shape: FeatureDefinitions, location_name: "FeatureDefinitions"))
|
4072
4119
|
FeatureGroup.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
|
4120
|
+
FeatureGroup.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: LastModifiedTime, location_name: "LastModifiedTime"))
|
4073
4121
|
FeatureGroup.add_member(:online_store_config, Shapes::ShapeRef.new(shape: OnlineStoreConfig, location_name: "OnlineStoreConfig"))
|
4074
4122
|
FeatureGroup.add_member(:offline_store_config, Shapes::ShapeRef.new(shape: OfflineStoreConfig, location_name: "OfflineStoreConfig"))
|
4075
4123
|
FeatureGroup.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
4076
4124
|
FeatureGroup.add_member(:feature_group_status, Shapes::ShapeRef.new(shape: FeatureGroupStatus, location_name: "FeatureGroupStatus"))
|
4077
4125
|
FeatureGroup.add_member(:offline_store_status, Shapes::ShapeRef.new(shape: OfflineStoreStatus, location_name: "OfflineStoreStatus"))
|
4126
|
+
FeatureGroup.add_member(:last_update_status, Shapes::ShapeRef.new(shape: LastUpdateStatus, location_name: "LastUpdateStatus"))
|
4078
4127
|
FeatureGroup.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
4079
4128
|
FeatureGroup.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
4080
4129
|
FeatureGroup.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
@@ -4089,6 +4138,26 @@ module Aws::SageMaker
|
|
4089
4138
|
FeatureGroupSummary.add_member(:offline_store_status, Shapes::ShapeRef.new(shape: OfflineStoreStatus, location_name: "OfflineStoreStatus"))
|
4090
4139
|
FeatureGroupSummary.struct_class = Types::FeatureGroupSummary
|
4091
4140
|
|
4141
|
+
FeatureMetadata.add_member(:feature_group_arn, Shapes::ShapeRef.new(shape: FeatureGroupArn, location_name: "FeatureGroupArn"))
|
4142
|
+
FeatureMetadata.add_member(:feature_group_name, Shapes::ShapeRef.new(shape: FeatureGroupName, location_name: "FeatureGroupName"))
|
4143
|
+
FeatureMetadata.add_member(:feature_name, Shapes::ShapeRef.new(shape: FeatureName, location_name: "FeatureName"))
|
4144
|
+
FeatureMetadata.add_member(:feature_type, Shapes::ShapeRef.new(shape: FeatureType, location_name: "FeatureType"))
|
4145
|
+
FeatureMetadata.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
|
4146
|
+
FeatureMetadata.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: LastModifiedTime, location_name: "LastModifiedTime"))
|
4147
|
+
FeatureMetadata.add_member(:description, Shapes::ShapeRef.new(shape: FeatureDescription, location_name: "Description"))
|
4148
|
+
FeatureMetadata.add_member(:parameters, Shapes::ShapeRef.new(shape: FeatureParameters, location_name: "Parameters"))
|
4149
|
+
FeatureMetadata.struct_class = Types::FeatureMetadata
|
4150
|
+
|
4151
|
+
FeatureParameter.add_member(:key, Shapes::ShapeRef.new(shape: FeatureParameterKey, location_name: "Key"))
|
4152
|
+
FeatureParameter.add_member(:value, Shapes::ShapeRef.new(shape: FeatureParameterValue, location_name: "Value"))
|
4153
|
+
FeatureParameter.struct_class = Types::FeatureParameter
|
4154
|
+
|
4155
|
+
FeatureParameterAdditions.member = Shapes::ShapeRef.new(shape: FeatureParameter)
|
4156
|
+
|
4157
|
+
FeatureParameterRemovals.member = Shapes::ShapeRef.new(shape: FeatureParameterKey)
|
4158
|
+
|
4159
|
+
FeatureParameters.member = Shapes::ShapeRef.new(shape: FeatureParameter)
|
4160
|
+
|
4092
4161
|
FileSource.add_member(:content_type, Shapes::ShapeRef.new(shape: ContentType, location_name: "ContentType"))
|
4093
4162
|
FileSource.add_member(:content_digest, Shapes::ShapeRef.new(shape: ContentDigest, location_name: "ContentDigest"))
|
4094
4163
|
FileSource.add_member(:s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3Uri"))
|
@@ -4473,6 +4542,7 @@ module Aws::SageMaker
|
|
4473
4542
|
LabelingJobOutputConfig.struct_class = Types::LabelingJobOutputConfig
|
4474
4543
|
|
4475
4544
|
LabelingJobResourceConfig.add_member(:volume_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "VolumeKmsKeyId"))
|
4545
|
+
LabelingJobResourceConfig.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
|
4476
4546
|
LabelingJobResourceConfig.struct_class = Types::LabelingJobResourceConfig
|
4477
4547
|
|
4478
4548
|
LabelingJobS3DataSource.add_member(:manifest_s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "ManifestS3Uri"))
|
@@ -4505,6 +4575,10 @@ module Aws::SageMaker
|
|
4505
4575
|
LambdaStepMetadata.add_member(:output_parameters, Shapes::ShapeRef.new(shape: OutputParameterList, location_name: "OutputParameters"))
|
4506
4576
|
LambdaStepMetadata.struct_class = Types::LambdaStepMetadata
|
4507
4577
|
|
4578
|
+
LastUpdateStatus.add_member(:status, Shapes::ShapeRef.new(shape: LastUpdateStatusValue, required: true, location_name: "Status"))
|
4579
|
+
LastUpdateStatus.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
4580
|
+
LastUpdateStatus.struct_class = Types::LastUpdateStatus
|
4581
|
+
|
4508
4582
|
LifecycleConfigArns.member = Shapes::ShapeRef.new(shape: StudioLifecycleConfigArn)
|
4509
4583
|
|
4510
4584
|
LineageEntityParameters.key = Shapes::ShapeRef.new(shape: StringParameterValue)
|
@@ -6380,6 +6454,7 @@ module Aws::SageMaker
|
|
6380
6454
|
SearchRecord.add_member(:pipeline_execution, Shapes::ShapeRef.new(shape: PipelineExecution, location_name: "PipelineExecution"))
|
6381
6455
|
SearchRecord.add_member(:feature_group, Shapes::ShapeRef.new(shape: FeatureGroup, location_name: "FeatureGroup"))
|
6382
6456
|
SearchRecord.add_member(:project, Shapes::ShapeRef.new(shape: Project, location_name: "Project"))
|
6457
|
+
SearchRecord.add_member(:feature_metadata, Shapes::ShapeRef.new(shape: FeatureMetadata, location_name: "FeatureMetadata"))
|
6383
6458
|
SearchRecord.struct_class = Types::SearchRecord
|
6384
6459
|
|
6385
6460
|
SearchRequest.add_member(:resource, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "Resource"))
|
@@ -6953,6 +7028,20 @@ module Aws::SageMaker
|
|
6953
7028
|
UpdateExperimentResponse.add_member(:experiment_arn, Shapes::ShapeRef.new(shape: ExperimentArn, location_name: "ExperimentArn"))
|
6954
7029
|
UpdateExperimentResponse.struct_class = Types::UpdateExperimentResponse
|
6955
7030
|
|
7031
|
+
UpdateFeatureGroupRequest.add_member(:feature_group_name, Shapes::ShapeRef.new(shape: FeatureGroupName, required: true, location_name: "FeatureGroupName"))
|
7032
|
+
UpdateFeatureGroupRequest.add_member(:feature_additions, Shapes::ShapeRef.new(shape: FeatureAdditions, location_name: "FeatureAdditions"))
|
7033
|
+
UpdateFeatureGroupRequest.struct_class = Types::UpdateFeatureGroupRequest
|
7034
|
+
|
7035
|
+
UpdateFeatureGroupResponse.add_member(:feature_group_arn, Shapes::ShapeRef.new(shape: FeatureGroupArn, required: true, location_name: "FeatureGroupArn"))
|
7036
|
+
UpdateFeatureGroupResponse.struct_class = Types::UpdateFeatureGroupResponse
|
7037
|
+
|
7038
|
+
UpdateFeatureMetadataRequest.add_member(:feature_group_name, Shapes::ShapeRef.new(shape: FeatureGroupName, required: true, location_name: "FeatureGroupName"))
|
7039
|
+
UpdateFeatureMetadataRequest.add_member(:feature_name, Shapes::ShapeRef.new(shape: FeatureName, required: true, location_name: "FeatureName"))
|
7040
|
+
UpdateFeatureMetadataRequest.add_member(:description, Shapes::ShapeRef.new(shape: FeatureDescription, location_name: "Description"))
|
7041
|
+
UpdateFeatureMetadataRequest.add_member(:parameter_additions, Shapes::ShapeRef.new(shape: FeatureParameterAdditions, location_name: "ParameterAdditions"))
|
7042
|
+
UpdateFeatureMetadataRequest.add_member(:parameter_removals, Shapes::ShapeRef.new(shape: FeatureParameterRemovals, location_name: "ParameterRemovals"))
|
7043
|
+
UpdateFeatureMetadataRequest.struct_class = Types::UpdateFeatureMetadataRequest
|
7044
|
+
|
6956
7045
|
UpdateImageRequest.add_member(:delete_properties, Shapes::ShapeRef.new(shape: ImageDeletePropertyList, location_name: "DeleteProperties"))
|
6957
7046
|
UpdateImageRequest.add_member(:description, Shapes::ShapeRef.new(shape: ImageDescription, location_name: "Description"))
|
6958
7047
|
UpdateImageRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ImageDisplayName, location_name: "DisplayName"))
|
@@ -7078,6 +7167,7 @@ module Aws::SageMaker
|
|
7078
7167
|
UpdateWorkforceRequest.add_member(:workforce_name, Shapes::ShapeRef.new(shape: WorkforceName, required: true, location_name: "WorkforceName"))
|
7079
7168
|
UpdateWorkforceRequest.add_member(:source_ip_config, Shapes::ShapeRef.new(shape: SourceIpConfig, location_name: "SourceIpConfig"))
|
7080
7169
|
UpdateWorkforceRequest.add_member(:oidc_config, Shapes::ShapeRef.new(shape: OidcConfig, location_name: "OidcConfig"))
|
7170
|
+
UpdateWorkforceRequest.add_member(:workforce_vpc_config, Shapes::ShapeRef.new(shape: WorkforceVpcConfigRequest, location_name: "WorkforceVpcConfig"))
|
7081
7171
|
UpdateWorkforceRequest.struct_class = Types::UpdateWorkforceRequest
|
7082
7172
|
|
7083
7173
|
UpdateWorkforceResponse.add_member(:workforce, Shapes::ShapeRef.new(shape: Workforce, required: true, location_name: "Workforce"))
|
@@ -7142,8 +7232,26 @@ module Aws::SageMaker
|
|
7142
7232
|
Workforce.add_member(:cognito_config, Shapes::ShapeRef.new(shape: CognitoConfig, location_name: "CognitoConfig"))
|
7143
7233
|
Workforce.add_member(:oidc_config, Shapes::ShapeRef.new(shape: OidcConfigForResponse, location_name: "OidcConfig"))
|
7144
7234
|
Workforce.add_member(:create_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreateDate"))
|
7235
|
+
Workforce.add_member(:workforce_vpc_config, Shapes::ShapeRef.new(shape: WorkforceVpcConfigResponse, location_name: "WorkforceVpcConfig"))
|
7236
|
+
Workforce.add_member(:status, Shapes::ShapeRef.new(shape: WorkforceStatus, location_name: "Status"))
|
7237
|
+
Workforce.add_member(:failure_reason, Shapes::ShapeRef.new(shape: WorkforceFailureReason, location_name: "FailureReason"))
|
7145
7238
|
Workforce.struct_class = Types::Workforce
|
7146
7239
|
|
7240
|
+
WorkforceSecurityGroupIds.member = Shapes::ShapeRef.new(shape: WorkforceSecurityGroupId)
|
7241
|
+
|
7242
|
+
WorkforceSubnets.member = Shapes::ShapeRef.new(shape: WorkforceSubnetId)
|
7243
|
+
|
7244
|
+
WorkforceVpcConfigRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: WorkforceVpcId, location_name: "VpcId"))
|
7245
|
+
WorkforceVpcConfigRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: WorkforceSecurityGroupIds, location_name: "SecurityGroupIds"))
|
7246
|
+
WorkforceVpcConfigRequest.add_member(:subnets, Shapes::ShapeRef.new(shape: WorkforceSubnets, location_name: "Subnets"))
|
7247
|
+
WorkforceVpcConfigRequest.struct_class = Types::WorkforceVpcConfigRequest
|
7248
|
+
|
7249
|
+
WorkforceVpcConfigResponse.add_member(:vpc_id, Shapes::ShapeRef.new(shape: WorkforceVpcId, required: true, location_name: "VpcId"))
|
7250
|
+
WorkforceVpcConfigResponse.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: WorkforceSecurityGroupIds, required: true, location_name: "SecurityGroupIds"))
|
7251
|
+
WorkforceVpcConfigResponse.add_member(:subnets, Shapes::ShapeRef.new(shape: WorkforceSubnets, required: true, location_name: "Subnets"))
|
7252
|
+
WorkforceVpcConfigResponse.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: WorkforceVpcEndpointId, location_name: "VpcEndpointId"))
|
7253
|
+
WorkforceVpcConfigResponse.struct_class = Types::WorkforceVpcConfigResponse
|
7254
|
+
|
7147
7255
|
Workforces.member = Shapes::ShapeRef.new(shape: Workforce)
|
7148
7256
|
|
7149
7257
|
Workteam.add_member(:workteam_name, Shapes::ShapeRef.new(shape: WorkteamName, required: true, location_name: "WorkteamName"))
|
@@ -8161,6 +8269,15 @@ module Aws::SageMaker
|
|
8161
8269
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
8162
8270
|
end)
|
8163
8271
|
|
8272
|
+
api.add_operation(:describe_feature_metadata, Seahorse::Model::Operation.new.tap do |o|
|
8273
|
+
o.name = "DescribeFeatureMetadata"
|
8274
|
+
o.http_method = "POST"
|
8275
|
+
o.http_request_uri = "/"
|
8276
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeFeatureMetadataRequest)
|
8277
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeFeatureMetadataResponse)
|
8278
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
8279
|
+
end)
|
8280
|
+
|
8164
8281
|
api.add_operation(:describe_flow_definition, Seahorse::Model::Operation.new.tap do |o|
|
8165
8282
|
o.name = "DescribeFlowDefinition"
|
8166
8283
|
o.http_method = "POST"
|
@@ -9632,6 +9749,24 @@ module Aws::SageMaker
|
|
9632
9749
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
9633
9750
|
end)
|
9634
9751
|
|
9752
|
+
api.add_operation(:update_feature_group, Seahorse::Model::Operation.new.tap do |o|
|
9753
|
+
o.name = "UpdateFeatureGroup"
|
9754
|
+
o.http_method = "POST"
|
9755
|
+
o.http_request_uri = "/"
|
9756
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateFeatureGroupRequest)
|
9757
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateFeatureGroupResponse)
|
9758
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
9759
|
+
end)
|
9760
|
+
|
9761
|
+
api.add_operation(:update_feature_metadata, Seahorse::Model::Operation.new.tap do |o|
|
9762
|
+
o.name = "UpdateFeatureMetadata"
|
9763
|
+
o.http_method = "POST"
|
9764
|
+
o.http_request_uri = "/"
|
9765
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateFeatureMetadataRequest)
|
9766
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
9767
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
9768
|
+
end)
|
9769
|
+
|
9635
9770
|
api.add_operation(:update_image, Seahorse::Model::Operation.new.tap do |o|
|
9636
9771
|
o.name = "UpdateImage"
|
9637
9772
|
o.http_method = "POST"
|
@@ -9750,6 +9885,7 @@ module Aws::SageMaker
|
|
9750
9885
|
o.http_request_uri = "/"
|
9751
9886
|
o.input = Shapes::ShapeRef.new(shape: UpdateWorkforceRequest)
|
9752
9887
|
o.output = Shapes::ShapeRef.new(shape: UpdateWorkforceResponse)
|
9888
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
9753
9889
|
end)
|
9754
9890
|
|
9755
9891
|
api.add_operation(:update_workteam, Seahorse::Model::Operation.new.tap do |o|
|