aws-sdk-sagemaker 1.128.0 → 1.131.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 +246 -27
- data/lib/aws-sdk-sagemaker/client_api.rb +121 -2
- data/lib/aws-sdk-sagemaker/types.rb +483 -41
- 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')
|
@@ -3273,16 +3294,33 @@ module Aws::SageMaker
|
|
3273
3294
|
DescribeFeatureGroupResponse.add_member(:event_time_feature_name, Shapes::ShapeRef.new(shape: FeatureName, required: true, location_name: "EventTimeFeatureName"))
|
3274
3295
|
DescribeFeatureGroupResponse.add_member(:feature_definitions, Shapes::ShapeRef.new(shape: FeatureDefinitions, required: true, location_name: "FeatureDefinitions"))
|
3275
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"))
|
3276
3298
|
DescribeFeatureGroupResponse.add_member(:online_store_config, Shapes::ShapeRef.new(shape: OnlineStoreConfig, location_name: "OnlineStoreConfig"))
|
3277
3299
|
DescribeFeatureGroupResponse.add_member(:offline_store_config, Shapes::ShapeRef.new(shape: OfflineStoreConfig, location_name: "OfflineStoreConfig"))
|
3278
3300
|
DescribeFeatureGroupResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
3279
3301
|
DescribeFeatureGroupResponse.add_member(:feature_group_status, Shapes::ShapeRef.new(shape: FeatureGroupStatus, location_name: "FeatureGroupStatus"))
|
3280
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"))
|
3281
3304
|
DescribeFeatureGroupResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
3282
3305
|
DescribeFeatureGroupResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
3283
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"))
|
3284
3308
|
DescribeFeatureGroupResponse.struct_class = Types::DescribeFeatureGroupResponse
|
3285
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
|
+
|
3286
3324
|
DescribeFlowDefinitionRequest.add_member(:flow_definition_name, Shapes::ShapeRef.new(shape: FlowDefinitionName, required: true, location_name: "FlowDefinitionName"))
|
3287
3325
|
DescribeFlowDefinitionRequest.struct_class = Types::DescribeFlowDefinitionRequest
|
3288
3326
|
|
@@ -4069,6 +4107,8 @@ module Aws::SageMaker
|
|
4069
4107
|
FailStepMetadata.add_member(:error_message, Shapes::ShapeRef.new(shape: String3072, location_name: "ErrorMessage"))
|
4070
4108
|
FailStepMetadata.struct_class = Types::FailStepMetadata
|
4071
4109
|
|
4110
|
+
FeatureAdditions.member = Shapes::ShapeRef.new(shape: FeatureDefinition)
|
4111
|
+
|
4072
4112
|
FeatureDefinition.add_member(:feature_name, Shapes::ShapeRef.new(shape: FeatureName, location_name: "FeatureName"))
|
4073
4113
|
FeatureDefinition.add_member(:feature_type, Shapes::ShapeRef.new(shape: FeatureType, location_name: "FeatureType"))
|
4074
4114
|
FeatureDefinition.struct_class = Types::FeatureDefinition
|
@@ -4081,11 +4121,13 @@ module Aws::SageMaker
|
|
4081
4121
|
FeatureGroup.add_member(:event_time_feature_name, Shapes::ShapeRef.new(shape: FeatureName, location_name: "EventTimeFeatureName"))
|
4082
4122
|
FeatureGroup.add_member(:feature_definitions, Shapes::ShapeRef.new(shape: FeatureDefinitions, location_name: "FeatureDefinitions"))
|
4083
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"))
|
4084
4125
|
FeatureGroup.add_member(:online_store_config, Shapes::ShapeRef.new(shape: OnlineStoreConfig, location_name: "OnlineStoreConfig"))
|
4085
4126
|
FeatureGroup.add_member(:offline_store_config, Shapes::ShapeRef.new(shape: OfflineStoreConfig, location_name: "OfflineStoreConfig"))
|
4086
4127
|
FeatureGroup.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
4087
4128
|
FeatureGroup.add_member(:feature_group_status, Shapes::ShapeRef.new(shape: FeatureGroupStatus, location_name: "FeatureGroupStatus"))
|
4088
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"))
|
4089
4131
|
FeatureGroup.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
4090
4132
|
FeatureGroup.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
4091
4133
|
FeatureGroup.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
@@ -4100,6 +4142,26 @@ module Aws::SageMaker
|
|
4100
4142
|
FeatureGroupSummary.add_member(:offline_store_status, Shapes::ShapeRef.new(shape: OfflineStoreStatus, location_name: "OfflineStoreStatus"))
|
4101
4143
|
FeatureGroupSummary.struct_class = Types::FeatureGroupSummary
|
4102
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
|
+
|
4103
4165
|
FileSource.add_member(:content_type, Shapes::ShapeRef.new(shape: ContentType, location_name: "ContentType"))
|
4104
4166
|
FileSource.add_member(:content_digest, Shapes::ShapeRef.new(shape: ContentDigest, location_name: "ContentDigest"))
|
4105
4167
|
FileSource.add_member(:s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3Uri"))
|
@@ -4400,6 +4462,15 @@ module Aws::SageMaker
|
|
4400
4462
|
|
4401
4463
|
InputModes.member = Shapes::ShapeRef.new(shape: TrainingInputMode)
|
4402
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
|
+
|
4403
4474
|
InstanceMetadataServiceConfiguration.add_member(:minimum_instance_metadata_service_version, Shapes::ShapeRef.new(shape: MinimumInstanceMetadataServiceVersion, required: true, location_name: "MinimumInstanceMetadataServiceVersion"))
|
4404
4475
|
InstanceMetadataServiceConfiguration.struct_class = Types::InstanceMetadataServiceConfiguration
|
4405
4476
|
|
@@ -4517,6 +4588,10 @@ module Aws::SageMaker
|
|
4517
4588
|
LambdaStepMetadata.add_member(:output_parameters, Shapes::ShapeRef.new(shape: OutputParameterList, location_name: "OutputParameters"))
|
4518
4589
|
LambdaStepMetadata.struct_class = Types::LambdaStepMetadata
|
4519
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
|
+
|
4520
4595
|
LifecycleConfigArns.member = Shapes::ShapeRef.new(shape: StudioLifecycleConfigArn)
|
4521
4596
|
|
4522
4597
|
LineageEntityParameters.key = Shapes::ShapeRef.new(shape: StringParameterValue)
|
@@ -6315,10 +6390,11 @@ module Aws::SageMaker
|
|
6315
6390
|
ResolvedAttributes.add_member(:completion_criteria, Shapes::ShapeRef.new(shape: AutoMLJobCompletionCriteria, location_name: "CompletionCriteria"))
|
6316
6391
|
ResolvedAttributes.struct_class = Types::ResolvedAttributes
|
6317
6392
|
|
6318
|
-
ResourceConfig.add_member(:instance_type, Shapes::ShapeRef.new(shape: TrainingInstanceType,
|
6319
|
-
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"))
|
6320
6395
|
ResourceConfig.add_member(:volume_size_in_gb, Shapes::ShapeRef.new(shape: VolumeSizeInGB, required: true, location_name: "VolumeSizeInGB"))
|
6321
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"))
|
6322
6398
|
ResourceConfig.struct_class = Types::ResourceConfig
|
6323
6399
|
|
6324
6400
|
ResourceInUse.add_member(:message, Shapes::ShapeRef.new(shape: FailureReason, location_name: "Message"))
|
@@ -6363,6 +6439,7 @@ module Aws::SageMaker
|
|
6363
6439
|
S3DataSource.add_member(:s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3Uri"))
|
6364
6440
|
S3DataSource.add_member(:s3_data_distribution_type, Shapes::ShapeRef.new(shape: S3DataDistribution, location_name: "S3DataDistributionType"))
|
6365
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"))
|
6366
6443
|
S3DataSource.struct_class = Types::S3DataSource
|
6367
6444
|
|
6368
6445
|
S3StorageConfig.add_member(:s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3Uri"))
|
@@ -6392,6 +6469,7 @@ module Aws::SageMaker
|
|
6392
6469
|
SearchRecord.add_member(:pipeline_execution, Shapes::ShapeRef.new(shape: PipelineExecution, location_name: "PipelineExecution"))
|
6393
6470
|
SearchRecord.add_member(:feature_group, Shapes::ShapeRef.new(shape: FeatureGroup, location_name: "FeatureGroup"))
|
6394
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"))
|
6395
6473
|
SearchRecord.struct_class = Types::SearchRecord
|
6396
6474
|
|
6397
6475
|
SearchRequest.add_member(:resource, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "Resource"))
|
@@ -6965,6 +7043,20 @@ module Aws::SageMaker
|
|
6965
7043
|
UpdateExperimentResponse.add_member(:experiment_arn, Shapes::ShapeRef.new(shape: ExperimentArn, location_name: "ExperimentArn"))
|
6966
7044
|
UpdateExperimentResponse.struct_class = Types::UpdateExperimentResponse
|
6967
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
|
+
|
6968
7060
|
UpdateImageRequest.add_member(:delete_properties, Shapes::ShapeRef.new(shape: ImageDeletePropertyList, location_name: "DeleteProperties"))
|
6969
7061
|
UpdateImageRequest.add_member(:description, Shapes::ShapeRef.new(shape: ImageDescription, location_name: "Description"))
|
6970
7062
|
UpdateImageRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ImageDisplayName, location_name: "DisplayName"))
|
@@ -8192,6 +8284,15 @@ module Aws::SageMaker
|
|
8192
8284
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
8193
8285
|
end)
|
8194
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
|
+
|
8195
8296
|
api.add_operation(:describe_flow_definition, Seahorse::Model::Operation.new.tap do |o|
|
8196
8297
|
o.name = "DescribeFlowDefinition"
|
8197
8298
|
o.http_method = "POST"
|
@@ -9663,6 +9764,24 @@ module Aws::SageMaker
|
|
9663
9764
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
9664
9765
|
end)
|
9665
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
|
+
|
9666
9785
|
api.add_operation(:update_image, Seahorse::Model::Operation.new.tap do |o|
|
9667
9786
|
o.name = "UpdateImage"
|
9668
9787
|
o.http_method = "POST"
|