aws-sdk-sagemaker 1.127.0 → 1.130.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 +298 -14
- data/lib/aws-sdk-sagemaker/client_api.rb +153 -2
- data/lib/aws-sdk-sagemaker/types.rb +629 -40
- 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')
|
@@ -759,6 +770,10 @@ module Aws::SageMaker
|
|
759
770
|
InputDataConfig = Shapes::ListShape.new(name: 'InputDataConfig')
|
760
771
|
InputMode = Shapes::StringShape.new(name: 'InputMode')
|
761
772
|
InputModes = Shapes::ListShape.new(name: 'InputModes')
|
773
|
+
InstanceGroup = Shapes::StructureShape.new(name: 'InstanceGroup')
|
774
|
+
InstanceGroupName = Shapes::StringShape.new(name: 'InstanceGroupName')
|
775
|
+
InstanceGroupNames = Shapes::ListShape.new(name: 'InstanceGroupNames')
|
776
|
+
InstanceGroups = Shapes::ListShape.new(name: 'InstanceGroups')
|
762
777
|
InstanceMetadataServiceConfiguration = Shapes::StructureShape.new(name: 'InstanceMetadataServiceConfiguration')
|
763
778
|
InstanceType = Shapes::StringShape.new(name: 'InstanceType')
|
764
779
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
@@ -810,6 +825,8 @@ module Aws::SageMaker
|
|
810
825
|
LambdaFunctionArn = Shapes::StringShape.new(name: 'LambdaFunctionArn')
|
811
826
|
LambdaStepMetadata = Shapes::StructureShape.new(name: 'LambdaStepMetadata')
|
812
827
|
LastModifiedTime = Shapes::TimestampShape.new(name: 'LastModifiedTime')
|
828
|
+
LastUpdateStatus = Shapes::StructureShape.new(name: 'LastUpdateStatus')
|
829
|
+
LastUpdateStatusValue = Shapes::StringShape.new(name: 'LastUpdateStatusValue')
|
813
830
|
LifecycleConfigArns = Shapes::ListShape.new(name: 'LifecycleConfigArns')
|
814
831
|
LineageEntityParameters = Shapes::MapShape.new(name: 'LineageEntityParameters')
|
815
832
|
LineageGroupArn = Shapes::StringShape.new(name: 'LineageGroupArn')
|
@@ -1129,6 +1146,7 @@ module Aws::SageMaker
|
|
1129
1146
|
OidcMemberDefinition = Shapes::StructureShape.new(name: 'OidcMemberDefinition')
|
1130
1147
|
OnlineStoreConfig = Shapes::StructureShape.new(name: 'OnlineStoreConfig')
|
1131
1148
|
OnlineStoreSecurityConfig = Shapes::StructureShape.new(name: 'OnlineStoreSecurityConfig')
|
1149
|
+
OnlineStoreTotalSizeBytes = Shapes::IntegerShape.new(name: 'OnlineStoreTotalSizeBytes')
|
1132
1150
|
Operator = Shapes::StringShape.new(name: 'Operator')
|
1133
1151
|
OptionalDouble = Shapes::FloatShape.new(name: 'OptionalDouble')
|
1134
1152
|
OptionalInteger = Shapes::IntegerShape.new(name: 'OptionalInteger')
|
@@ -1563,6 +1581,9 @@ module Aws::SageMaker
|
|
1563
1581
|
UpdateEndpointWeightsAndCapacitiesOutput = Shapes::StructureShape.new(name: 'UpdateEndpointWeightsAndCapacitiesOutput')
|
1564
1582
|
UpdateExperimentRequest = Shapes::StructureShape.new(name: 'UpdateExperimentRequest')
|
1565
1583
|
UpdateExperimentResponse = Shapes::StructureShape.new(name: 'UpdateExperimentResponse')
|
1584
|
+
UpdateFeatureGroupRequest = Shapes::StructureShape.new(name: 'UpdateFeatureGroupRequest')
|
1585
|
+
UpdateFeatureGroupResponse = Shapes::StructureShape.new(name: 'UpdateFeatureGroupResponse')
|
1586
|
+
UpdateFeatureMetadataRequest = Shapes::StructureShape.new(name: 'UpdateFeatureMetadataRequest')
|
1566
1587
|
UpdateImageRequest = Shapes::StructureShape.new(name: 'UpdateImageRequest')
|
1567
1588
|
UpdateImageResponse = Shapes::StructureShape.new(name: 'UpdateImageResponse')
|
1568
1589
|
UpdateModelPackageInput = Shapes::StructureShape.new(name: 'UpdateModelPackageInput')
|
@@ -1619,7 +1640,17 @@ module Aws::SageMaker
|
|
1619
1640
|
WaitIntervalInSeconds = Shapes::IntegerShape.new(name: 'WaitIntervalInSeconds')
|
1620
1641
|
Workforce = Shapes::StructureShape.new(name: 'Workforce')
|
1621
1642
|
WorkforceArn = Shapes::StringShape.new(name: 'WorkforceArn')
|
1643
|
+
WorkforceFailureReason = Shapes::StringShape.new(name: 'WorkforceFailureReason')
|
1622
1644
|
WorkforceName = Shapes::StringShape.new(name: 'WorkforceName')
|
1645
|
+
WorkforceSecurityGroupId = Shapes::StringShape.new(name: 'WorkforceSecurityGroupId')
|
1646
|
+
WorkforceSecurityGroupIds = Shapes::ListShape.new(name: 'WorkforceSecurityGroupIds')
|
1647
|
+
WorkforceStatus = Shapes::StringShape.new(name: 'WorkforceStatus')
|
1648
|
+
WorkforceSubnetId = Shapes::StringShape.new(name: 'WorkforceSubnetId')
|
1649
|
+
WorkforceSubnets = Shapes::ListShape.new(name: 'WorkforceSubnets')
|
1650
|
+
WorkforceVpcConfigRequest = Shapes::StructureShape.new(name: 'WorkforceVpcConfigRequest')
|
1651
|
+
WorkforceVpcConfigResponse = Shapes::StructureShape.new(name: 'WorkforceVpcConfigResponse')
|
1652
|
+
WorkforceVpcEndpointId = Shapes::StringShape.new(name: 'WorkforceVpcEndpointId')
|
1653
|
+
WorkforceVpcId = Shapes::StringShape.new(name: 'WorkforceVpcId')
|
1623
1654
|
Workforces = Shapes::ListShape.new(name: 'Workforces')
|
1624
1655
|
Workteam = Shapes::StructureShape.new(name: 'Workteam')
|
1625
1656
|
WorkteamArn = Shapes::StringShape.new(name: 'WorkteamArn')
|
@@ -2677,6 +2708,7 @@ module Aws::SageMaker
|
|
2677
2708
|
CreateWorkforceRequest.add_member(:source_ip_config, Shapes::ShapeRef.new(shape: SourceIpConfig, location_name: "SourceIpConfig"))
|
2678
2709
|
CreateWorkforceRequest.add_member(:workforce_name, Shapes::ShapeRef.new(shape: WorkforceName, required: true, location_name: "WorkforceName"))
|
2679
2710
|
CreateWorkforceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
2711
|
+
CreateWorkforceRequest.add_member(:workforce_vpc_config, Shapes::ShapeRef.new(shape: WorkforceVpcConfigRequest, location_name: "WorkforceVpcConfig"))
|
2680
2712
|
CreateWorkforceRequest.struct_class = Types::CreateWorkforceRequest
|
2681
2713
|
|
2682
2714
|
CreateWorkforceResponse.add_member(:workforce_arn, Shapes::ShapeRef.new(shape: WorkforceArn, required: true, location_name: "WorkforceArn"))
|
@@ -3262,16 +3294,33 @@ module Aws::SageMaker
|
|
3262
3294
|
DescribeFeatureGroupResponse.add_member(:event_time_feature_name, Shapes::ShapeRef.new(shape: FeatureName, required: true, location_name: "EventTimeFeatureName"))
|
3263
3295
|
DescribeFeatureGroupResponse.add_member(:feature_definitions, Shapes::ShapeRef.new(shape: FeatureDefinitions, required: true, location_name: "FeatureDefinitions"))
|
3264
3296
|
DescribeFeatureGroupResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "CreationTime"))
|
3297
|
+
DescribeFeatureGroupResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: LastModifiedTime, location_name: "LastModifiedTime"))
|
3265
3298
|
DescribeFeatureGroupResponse.add_member(:online_store_config, Shapes::ShapeRef.new(shape: OnlineStoreConfig, location_name: "OnlineStoreConfig"))
|
3266
3299
|
DescribeFeatureGroupResponse.add_member(:offline_store_config, Shapes::ShapeRef.new(shape: OfflineStoreConfig, location_name: "OfflineStoreConfig"))
|
3267
3300
|
DescribeFeatureGroupResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
3268
3301
|
DescribeFeatureGroupResponse.add_member(:feature_group_status, Shapes::ShapeRef.new(shape: FeatureGroupStatus, location_name: "FeatureGroupStatus"))
|
3269
3302
|
DescribeFeatureGroupResponse.add_member(:offline_store_status, Shapes::ShapeRef.new(shape: OfflineStoreStatus, location_name: "OfflineStoreStatus"))
|
3303
|
+
DescribeFeatureGroupResponse.add_member(:last_update_status, Shapes::ShapeRef.new(shape: LastUpdateStatus, location_name: "LastUpdateStatus"))
|
3270
3304
|
DescribeFeatureGroupResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
3271
3305
|
DescribeFeatureGroupResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
3272
3306
|
DescribeFeatureGroupResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, required: true, location_name: "NextToken"))
|
3307
|
+
DescribeFeatureGroupResponse.add_member(:online_store_total_size_bytes, Shapes::ShapeRef.new(shape: OnlineStoreTotalSizeBytes, location_name: "OnlineStoreTotalSizeBytes"))
|
3273
3308
|
DescribeFeatureGroupResponse.struct_class = Types::DescribeFeatureGroupResponse
|
3274
3309
|
|
3310
|
+
DescribeFeatureMetadataRequest.add_member(:feature_group_name, Shapes::ShapeRef.new(shape: FeatureGroupName, required: true, location_name: "FeatureGroupName"))
|
3311
|
+
DescribeFeatureMetadataRequest.add_member(:feature_name, Shapes::ShapeRef.new(shape: FeatureName, required: true, location_name: "FeatureName"))
|
3312
|
+
DescribeFeatureMetadataRequest.struct_class = Types::DescribeFeatureMetadataRequest
|
3313
|
+
|
3314
|
+
DescribeFeatureMetadataResponse.add_member(:feature_group_arn, Shapes::ShapeRef.new(shape: FeatureGroupArn, required: true, location_name: "FeatureGroupArn"))
|
3315
|
+
DescribeFeatureMetadataResponse.add_member(:feature_group_name, Shapes::ShapeRef.new(shape: FeatureGroupName, required: true, location_name: "FeatureGroupName"))
|
3316
|
+
DescribeFeatureMetadataResponse.add_member(:feature_name, Shapes::ShapeRef.new(shape: FeatureName, required: true, location_name: "FeatureName"))
|
3317
|
+
DescribeFeatureMetadataResponse.add_member(:feature_type, Shapes::ShapeRef.new(shape: FeatureType, required: true, location_name: "FeatureType"))
|
3318
|
+
DescribeFeatureMetadataResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "CreationTime"))
|
3319
|
+
DescribeFeatureMetadataResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: LastModifiedTime, required: true, location_name: "LastModifiedTime"))
|
3320
|
+
DescribeFeatureMetadataResponse.add_member(:description, Shapes::ShapeRef.new(shape: FeatureDescription, location_name: "Description"))
|
3321
|
+
DescribeFeatureMetadataResponse.add_member(:parameters, Shapes::ShapeRef.new(shape: FeatureParameters, location_name: "Parameters"))
|
3322
|
+
DescribeFeatureMetadataResponse.struct_class = Types::DescribeFeatureMetadataResponse
|
3323
|
+
|
3275
3324
|
DescribeFlowDefinitionRequest.add_member(:flow_definition_name, Shapes::ShapeRef.new(shape: FlowDefinitionName, required: true, location_name: "FlowDefinitionName"))
|
3276
3325
|
DescribeFlowDefinitionRequest.struct_class = Types::DescribeFlowDefinitionRequest
|
3277
3326
|
|
@@ -4058,6 +4107,8 @@ module Aws::SageMaker
|
|
4058
4107
|
FailStepMetadata.add_member(:error_message, Shapes::ShapeRef.new(shape: String3072, location_name: "ErrorMessage"))
|
4059
4108
|
FailStepMetadata.struct_class = Types::FailStepMetadata
|
4060
4109
|
|
4110
|
+
FeatureAdditions.member = Shapes::ShapeRef.new(shape: FeatureDefinition)
|
4111
|
+
|
4061
4112
|
FeatureDefinition.add_member(:feature_name, Shapes::ShapeRef.new(shape: FeatureName, location_name: "FeatureName"))
|
4062
4113
|
FeatureDefinition.add_member(:feature_type, Shapes::ShapeRef.new(shape: FeatureType, location_name: "FeatureType"))
|
4063
4114
|
FeatureDefinition.struct_class = Types::FeatureDefinition
|
@@ -4070,11 +4121,13 @@ module Aws::SageMaker
|
|
4070
4121
|
FeatureGroup.add_member(:event_time_feature_name, Shapes::ShapeRef.new(shape: FeatureName, location_name: "EventTimeFeatureName"))
|
4071
4122
|
FeatureGroup.add_member(:feature_definitions, Shapes::ShapeRef.new(shape: FeatureDefinitions, location_name: "FeatureDefinitions"))
|
4072
4123
|
FeatureGroup.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
|
4124
|
+
FeatureGroup.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: LastModifiedTime, location_name: "LastModifiedTime"))
|
4073
4125
|
FeatureGroup.add_member(:online_store_config, Shapes::ShapeRef.new(shape: OnlineStoreConfig, location_name: "OnlineStoreConfig"))
|
4074
4126
|
FeatureGroup.add_member(:offline_store_config, Shapes::ShapeRef.new(shape: OfflineStoreConfig, location_name: "OfflineStoreConfig"))
|
4075
4127
|
FeatureGroup.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
4076
4128
|
FeatureGroup.add_member(:feature_group_status, Shapes::ShapeRef.new(shape: FeatureGroupStatus, location_name: "FeatureGroupStatus"))
|
4077
4129
|
FeatureGroup.add_member(:offline_store_status, Shapes::ShapeRef.new(shape: OfflineStoreStatus, location_name: "OfflineStoreStatus"))
|
4130
|
+
FeatureGroup.add_member(:last_update_status, Shapes::ShapeRef.new(shape: LastUpdateStatus, location_name: "LastUpdateStatus"))
|
4078
4131
|
FeatureGroup.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
4079
4132
|
FeatureGroup.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
4080
4133
|
FeatureGroup.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
@@ -4089,6 +4142,26 @@ module Aws::SageMaker
|
|
4089
4142
|
FeatureGroupSummary.add_member(:offline_store_status, Shapes::ShapeRef.new(shape: OfflineStoreStatus, location_name: "OfflineStoreStatus"))
|
4090
4143
|
FeatureGroupSummary.struct_class = Types::FeatureGroupSummary
|
4091
4144
|
|
4145
|
+
FeatureMetadata.add_member(:feature_group_arn, Shapes::ShapeRef.new(shape: FeatureGroupArn, location_name: "FeatureGroupArn"))
|
4146
|
+
FeatureMetadata.add_member(:feature_group_name, Shapes::ShapeRef.new(shape: FeatureGroupName, location_name: "FeatureGroupName"))
|
4147
|
+
FeatureMetadata.add_member(:feature_name, Shapes::ShapeRef.new(shape: FeatureName, location_name: "FeatureName"))
|
4148
|
+
FeatureMetadata.add_member(:feature_type, Shapes::ShapeRef.new(shape: FeatureType, location_name: "FeatureType"))
|
4149
|
+
FeatureMetadata.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
|
4150
|
+
FeatureMetadata.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: LastModifiedTime, location_name: "LastModifiedTime"))
|
4151
|
+
FeatureMetadata.add_member(:description, Shapes::ShapeRef.new(shape: FeatureDescription, location_name: "Description"))
|
4152
|
+
FeatureMetadata.add_member(:parameters, Shapes::ShapeRef.new(shape: FeatureParameters, location_name: "Parameters"))
|
4153
|
+
FeatureMetadata.struct_class = Types::FeatureMetadata
|
4154
|
+
|
4155
|
+
FeatureParameter.add_member(:key, Shapes::ShapeRef.new(shape: FeatureParameterKey, location_name: "Key"))
|
4156
|
+
FeatureParameter.add_member(:value, Shapes::ShapeRef.new(shape: FeatureParameterValue, location_name: "Value"))
|
4157
|
+
FeatureParameter.struct_class = Types::FeatureParameter
|
4158
|
+
|
4159
|
+
FeatureParameterAdditions.member = Shapes::ShapeRef.new(shape: FeatureParameter)
|
4160
|
+
|
4161
|
+
FeatureParameterRemovals.member = Shapes::ShapeRef.new(shape: FeatureParameterKey)
|
4162
|
+
|
4163
|
+
FeatureParameters.member = Shapes::ShapeRef.new(shape: FeatureParameter)
|
4164
|
+
|
4092
4165
|
FileSource.add_member(:content_type, Shapes::ShapeRef.new(shape: ContentType, location_name: "ContentType"))
|
4093
4166
|
FileSource.add_member(:content_digest, Shapes::ShapeRef.new(shape: ContentDigest, location_name: "ContentDigest"))
|
4094
4167
|
FileSource.add_member(:s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3Uri"))
|
@@ -4389,6 +4462,15 @@ module Aws::SageMaker
|
|
4389
4462
|
|
4390
4463
|
InputModes.member = Shapes::ShapeRef.new(shape: TrainingInputMode)
|
4391
4464
|
|
4465
|
+
InstanceGroup.add_member(:instance_type, Shapes::ShapeRef.new(shape: TrainingInstanceType, required: true, location_name: "InstanceType"))
|
4466
|
+
InstanceGroup.add_member(:instance_count, Shapes::ShapeRef.new(shape: TrainingInstanceCount, required: true, location_name: "InstanceCount"))
|
4467
|
+
InstanceGroup.add_member(:instance_group_name, Shapes::ShapeRef.new(shape: InstanceGroupName, required: true, location_name: "InstanceGroupName"))
|
4468
|
+
InstanceGroup.struct_class = Types::InstanceGroup
|
4469
|
+
|
4470
|
+
InstanceGroupNames.member = Shapes::ShapeRef.new(shape: InstanceGroupName)
|
4471
|
+
|
4472
|
+
InstanceGroups.member = Shapes::ShapeRef.new(shape: InstanceGroup)
|
4473
|
+
|
4392
4474
|
InstanceMetadataServiceConfiguration.add_member(:minimum_instance_metadata_service_version, Shapes::ShapeRef.new(shape: MinimumInstanceMetadataServiceVersion, required: true, location_name: "MinimumInstanceMetadataServiceVersion"))
|
4393
4475
|
InstanceMetadataServiceConfiguration.struct_class = Types::InstanceMetadataServiceConfiguration
|
4394
4476
|
|
@@ -4473,6 +4555,7 @@ module Aws::SageMaker
|
|
4473
4555
|
LabelingJobOutputConfig.struct_class = Types::LabelingJobOutputConfig
|
4474
4556
|
|
4475
4557
|
LabelingJobResourceConfig.add_member(:volume_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "VolumeKmsKeyId"))
|
4558
|
+
LabelingJobResourceConfig.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
|
4476
4559
|
LabelingJobResourceConfig.struct_class = Types::LabelingJobResourceConfig
|
4477
4560
|
|
4478
4561
|
LabelingJobS3DataSource.add_member(:manifest_s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "ManifestS3Uri"))
|
@@ -4505,6 +4588,10 @@ module Aws::SageMaker
|
|
4505
4588
|
LambdaStepMetadata.add_member(:output_parameters, Shapes::ShapeRef.new(shape: OutputParameterList, location_name: "OutputParameters"))
|
4506
4589
|
LambdaStepMetadata.struct_class = Types::LambdaStepMetadata
|
4507
4590
|
|
4591
|
+
LastUpdateStatus.add_member(:status, Shapes::ShapeRef.new(shape: LastUpdateStatusValue, required: true, location_name: "Status"))
|
4592
|
+
LastUpdateStatus.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
4593
|
+
LastUpdateStatus.struct_class = Types::LastUpdateStatus
|
4594
|
+
|
4508
4595
|
LifecycleConfigArns.member = Shapes::ShapeRef.new(shape: StudioLifecycleConfigArn)
|
4509
4596
|
|
4510
4597
|
LineageEntityParameters.key = Shapes::ShapeRef.new(shape: StringParameterValue)
|
@@ -6303,10 +6390,11 @@ module Aws::SageMaker
|
|
6303
6390
|
ResolvedAttributes.add_member(:completion_criteria, Shapes::ShapeRef.new(shape: AutoMLJobCompletionCriteria, location_name: "CompletionCriteria"))
|
6304
6391
|
ResolvedAttributes.struct_class = Types::ResolvedAttributes
|
6305
6392
|
|
6306
|
-
ResourceConfig.add_member(:instance_type, Shapes::ShapeRef.new(shape: TrainingInstanceType,
|
6307
|
-
ResourceConfig.add_member(:instance_count, Shapes::ShapeRef.new(shape: TrainingInstanceCount,
|
6393
|
+
ResourceConfig.add_member(:instance_type, Shapes::ShapeRef.new(shape: TrainingInstanceType, location_name: "InstanceType"))
|
6394
|
+
ResourceConfig.add_member(:instance_count, Shapes::ShapeRef.new(shape: TrainingInstanceCount, location_name: "InstanceCount"))
|
6308
6395
|
ResourceConfig.add_member(:volume_size_in_gb, Shapes::ShapeRef.new(shape: VolumeSizeInGB, required: true, location_name: "VolumeSizeInGB"))
|
6309
6396
|
ResourceConfig.add_member(:volume_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "VolumeKmsKeyId"))
|
6397
|
+
ResourceConfig.add_member(:instance_groups, Shapes::ShapeRef.new(shape: InstanceGroups, location_name: "InstanceGroups"))
|
6310
6398
|
ResourceConfig.struct_class = Types::ResourceConfig
|
6311
6399
|
|
6312
6400
|
ResourceInUse.add_member(:message, Shapes::ShapeRef.new(shape: FailureReason, location_name: "Message"))
|
@@ -6351,6 +6439,7 @@ module Aws::SageMaker
|
|
6351
6439
|
S3DataSource.add_member(:s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3Uri"))
|
6352
6440
|
S3DataSource.add_member(:s3_data_distribution_type, Shapes::ShapeRef.new(shape: S3DataDistribution, location_name: "S3DataDistributionType"))
|
6353
6441
|
S3DataSource.add_member(:attribute_names, Shapes::ShapeRef.new(shape: AttributeNames, location_name: "AttributeNames"))
|
6442
|
+
S3DataSource.add_member(:instance_group_names, Shapes::ShapeRef.new(shape: InstanceGroupNames, location_name: "InstanceGroupNames"))
|
6354
6443
|
S3DataSource.struct_class = Types::S3DataSource
|
6355
6444
|
|
6356
6445
|
S3StorageConfig.add_member(:s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3Uri"))
|
@@ -6380,6 +6469,7 @@ module Aws::SageMaker
|
|
6380
6469
|
SearchRecord.add_member(:pipeline_execution, Shapes::ShapeRef.new(shape: PipelineExecution, location_name: "PipelineExecution"))
|
6381
6470
|
SearchRecord.add_member(:feature_group, Shapes::ShapeRef.new(shape: FeatureGroup, location_name: "FeatureGroup"))
|
6382
6471
|
SearchRecord.add_member(:project, Shapes::ShapeRef.new(shape: Project, location_name: "Project"))
|
6472
|
+
SearchRecord.add_member(:feature_metadata, Shapes::ShapeRef.new(shape: FeatureMetadata, location_name: "FeatureMetadata"))
|
6383
6473
|
SearchRecord.struct_class = Types::SearchRecord
|
6384
6474
|
|
6385
6475
|
SearchRequest.add_member(:resource, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "Resource"))
|
@@ -6953,6 +7043,20 @@ module Aws::SageMaker
|
|
6953
7043
|
UpdateExperimentResponse.add_member(:experiment_arn, Shapes::ShapeRef.new(shape: ExperimentArn, location_name: "ExperimentArn"))
|
6954
7044
|
UpdateExperimentResponse.struct_class = Types::UpdateExperimentResponse
|
6955
7045
|
|
7046
|
+
UpdateFeatureGroupRequest.add_member(:feature_group_name, Shapes::ShapeRef.new(shape: FeatureGroupName, required: true, location_name: "FeatureGroupName"))
|
7047
|
+
UpdateFeatureGroupRequest.add_member(:feature_additions, Shapes::ShapeRef.new(shape: FeatureAdditions, location_name: "FeatureAdditions"))
|
7048
|
+
UpdateFeatureGroupRequest.struct_class = Types::UpdateFeatureGroupRequest
|
7049
|
+
|
7050
|
+
UpdateFeatureGroupResponse.add_member(:feature_group_arn, Shapes::ShapeRef.new(shape: FeatureGroupArn, required: true, location_name: "FeatureGroupArn"))
|
7051
|
+
UpdateFeatureGroupResponse.struct_class = Types::UpdateFeatureGroupResponse
|
7052
|
+
|
7053
|
+
UpdateFeatureMetadataRequest.add_member(:feature_group_name, Shapes::ShapeRef.new(shape: FeatureGroupName, required: true, location_name: "FeatureGroupName"))
|
7054
|
+
UpdateFeatureMetadataRequest.add_member(:feature_name, Shapes::ShapeRef.new(shape: FeatureName, required: true, location_name: "FeatureName"))
|
7055
|
+
UpdateFeatureMetadataRequest.add_member(:description, Shapes::ShapeRef.new(shape: FeatureDescription, location_name: "Description"))
|
7056
|
+
UpdateFeatureMetadataRequest.add_member(:parameter_additions, Shapes::ShapeRef.new(shape: FeatureParameterAdditions, location_name: "ParameterAdditions"))
|
7057
|
+
UpdateFeatureMetadataRequest.add_member(:parameter_removals, Shapes::ShapeRef.new(shape: FeatureParameterRemovals, location_name: "ParameterRemovals"))
|
7058
|
+
UpdateFeatureMetadataRequest.struct_class = Types::UpdateFeatureMetadataRequest
|
7059
|
+
|
6956
7060
|
UpdateImageRequest.add_member(:delete_properties, Shapes::ShapeRef.new(shape: ImageDeletePropertyList, location_name: "DeleteProperties"))
|
6957
7061
|
UpdateImageRequest.add_member(:description, Shapes::ShapeRef.new(shape: ImageDescription, location_name: "Description"))
|
6958
7062
|
UpdateImageRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ImageDisplayName, location_name: "DisplayName"))
|
@@ -7078,6 +7182,7 @@ module Aws::SageMaker
|
|
7078
7182
|
UpdateWorkforceRequest.add_member(:workforce_name, Shapes::ShapeRef.new(shape: WorkforceName, required: true, location_name: "WorkforceName"))
|
7079
7183
|
UpdateWorkforceRequest.add_member(:source_ip_config, Shapes::ShapeRef.new(shape: SourceIpConfig, location_name: "SourceIpConfig"))
|
7080
7184
|
UpdateWorkforceRequest.add_member(:oidc_config, Shapes::ShapeRef.new(shape: OidcConfig, location_name: "OidcConfig"))
|
7185
|
+
UpdateWorkforceRequest.add_member(:workforce_vpc_config, Shapes::ShapeRef.new(shape: WorkforceVpcConfigRequest, location_name: "WorkforceVpcConfig"))
|
7081
7186
|
UpdateWorkforceRequest.struct_class = Types::UpdateWorkforceRequest
|
7082
7187
|
|
7083
7188
|
UpdateWorkforceResponse.add_member(:workforce, Shapes::ShapeRef.new(shape: Workforce, required: true, location_name: "Workforce"))
|
@@ -7142,8 +7247,26 @@ module Aws::SageMaker
|
|
7142
7247
|
Workforce.add_member(:cognito_config, Shapes::ShapeRef.new(shape: CognitoConfig, location_name: "CognitoConfig"))
|
7143
7248
|
Workforce.add_member(:oidc_config, Shapes::ShapeRef.new(shape: OidcConfigForResponse, location_name: "OidcConfig"))
|
7144
7249
|
Workforce.add_member(:create_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreateDate"))
|
7250
|
+
Workforce.add_member(:workforce_vpc_config, Shapes::ShapeRef.new(shape: WorkforceVpcConfigResponse, location_name: "WorkforceVpcConfig"))
|
7251
|
+
Workforce.add_member(:status, Shapes::ShapeRef.new(shape: WorkforceStatus, location_name: "Status"))
|
7252
|
+
Workforce.add_member(:failure_reason, Shapes::ShapeRef.new(shape: WorkforceFailureReason, location_name: "FailureReason"))
|
7145
7253
|
Workforce.struct_class = Types::Workforce
|
7146
7254
|
|
7255
|
+
WorkforceSecurityGroupIds.member = Shapes::ShapeRef.new(shape: WorkforceSecurityGroupId)
|
7256
|
+
|
7257
|
+
WorkforceSubnets.member = Shapes::ShapeRef.new(shape: WorkforceSubnetId)
|
7258
|
+
|
7259
|
+
WorkforceVpcConfigRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: WorkforceVpcId, location_name: "VpcId"))
|
7260
|
+
WorkforceVpcConfigRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: WorkforceSecurityGroupIds, location_name: "SecurityGroupIds"))
|
7261
|
+
WorkforceVpcConfigRequest.add_member(:subnets, Shapes::ShapeRef.new(shape: WorkforceSubnets, location_name: "Subnets"))
|
7262
|
+
WorkforceVpcConfigRequest.struct_class = Types::WorkforceVpcConfigRequest
|
7263
|
+
|
7264
|
+
WorkforceVpcConfigResponse.add_member(:vpc_id, Shapes::ShapeRef.new(shape: WorkforceVpcId, required: true, location_name: "VpcId"))
|
7265
|
+
WorkforceVpcConfigResponse.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: WorkforceSecurityGroupIds, required: true, location_name: "SecurityGroupIds"))
|
7266
|
+
WorkforceVpcConfigResponse.add_member(:subnets, Shapes::ShapeRef.new(shape: WorkforceSubnets, required: true, location_name: "Subnets"))
|
7267
|
+
WorkforceVpcConfigResponse.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: WorkforceVpcEndpointId, location_name: "VpcEndpointId"))
|
7268
|
+
WorkforceVpcConfigResponse.struct_class = Types::WorkforceVpcConfigResponse
|
7269
|
+
|
7147
7270
|
Workforces.member = Shapes::ShapeRef.new(shape: Workforce)
|
7148
7271
|
|
7149
7272
|
Workteam.add_member(:workteam_name, Shapes::ShapeRef.new(shape: WorkteamName, required: true, location_name: "WorkteamName"))
|
@@ -8161,6 +8284,15 @@ module Aws::SageMaker
|
|
8161
8284
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
8162
8285
|
end)
|
8163
8286
|
|
8287
|
+
api.add_operation(:describe_feature_metadata, Seahorse::Model::Operation.new.tap do |o|
|
8288
|
+
o.name = "DescribeFeatureMetadata"
|
8289
|
+
o.http_method = "POST"
|
8290
|
+
o.http_request_uri = "/"
|
8291
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeFeatureMetadataRequest)
|
8292
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeFeatureMetadataResponse)
|
8293
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
8294
|
+
end)
|
8295
|
+
|
8164
8296
|
api.add_operation(:describe_flow_definition, Seahorse::Model::Operation.new.tap do |o|
|
8165
8297
|
o.name = "DescribeFlowDefinition"
|
8166
8298
|
o.http_method = "POST"
|
@@ -9632,6 +9764,24 @@ module Aws::SageMaker
|
|
9632
9764
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
9633
9765
|
end)
|
9634
9766
|
|
9767
|
+
api.add_operation(:update_feature_group, Seahorse::Model::Operation.new.tap do |o|
|
9768
|
+
o.name = "UpdateFeatureGroup"
|
9769
|
+
o.http_method = "POST"
|
9770
|
+
o.http_request_uri = "/"
|
9771
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateFeatureGroupRequest)
|
9772
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateFeatureGroupResponse)
|
9773
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
9774
|
+
end)
|
9775
|
+
|
9776
|
+
api.add_operation(:update_feature_metadata, Seahorse::Model::Operation.new.tap do |o|
|
9777
|
+
o.name = "UpdateFeatureMetadata"
|
9778
|
+
o.http_method = "POST"
|
9779
|
+
o.http_request_uri = "/"
|
9780
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateFeatureMetadataRequest)
|
9781
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
9782
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
9783
|
+
end)
|
9784
|
+
|
9635
9785
|
api.add_operation(:update_image, Seahorse::Model::Operation.new.tap do |o|
|
9636
9786
|
o.name = "UpdateImage"
|
9637
9787
|
o.http_method = "POST"
|
@@ -9750,6 +9900,7 @@ module Aws::SageMaker
|
|
9750
9900
|
o.http_request_uri = "/"
|
9751
9901
|
o.input = Shapes::ShapeRef.new(shape: UpdateWorkforceRequest)
|
9752
9902
|
o.output = Shapes::ShapeRef.new(shape: UpdateWorkforceResponse)
|
9903
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
9753
9904
|
end)
|
9754
9905
|
|
9755
9906
|
api.add_operation(:update_workteam, Seahorse::Model::Operation.new.tap do |o|
|