aws-sdk-sagemaker 1.224.0 → 1.226.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -72,6 +72,8 @@ module Aws::SageMaker
72
72
  ArnOrName = Shapes::StringShape.new(name: 'ArnOrName')
73
73
  ArtifactArn = Shapes::StringShape.new(name: 'ArtifactArn')
74
74
  ArtifactDigest = Shapes::StringShape.new(name: 'ArtifactDigest')
75
+ ArtifactProperties = Shapes::MapShape.new(name: 'ArtifactProperties')
76
+ ArtifactPropertyValue = Shapes::StringShape.new(name: 'ArtifactPropertyValue')
75
77
  ArtifactSource = Shapes::StructureShape.new(name: 'ArtifactSource')
76
78
  ArtifactSourceIdType = Shapes::StringShape.new(name: 'ArtifactSourceIdType')
77
79
  ArtifactSourceType = Shapes::StructureShape.new(name: 'ArtifactSourceType')
@@ -134,6 +136,7 @@ module Aws::SageMaker
134
136
  AutoMLJobSummaries = Shapes::ListShape.new(name: 'AutoMLJobSummaries')
135
137
  AutoMLJobSummary = Shapes::StructureShape.new(name: 'AutoMLJobSummary')
136
138
  AutoMLMaxResults = Shapes::IntegerShape.new(name: 'AutoMLMaxResults')
139
+ AutoMLMaxResultsForTrials = Shapes::IntegerShape.new(name: 'AutoMLMaxResultsForTrials')
137
140
  AutoMLMetricEnum = Shapes::StringShape.new(name: 'AutoMLMetricEnum')
138
141
  AutoMLMetricExtendedEnum = Shapes::StringShape.new(name: 'AutoMLMetricExtendedEnum')
139
142
  AutoMLMode = Shapes::StringShape.new(name: 'AutoMLMode')
@@ -320,6 +323,8 @@ module Aws::SageMaker
320
323
  ContentType = Shapes::StringShape.new(name: 'ContentType')
321
324
  ContentTypes = Shapes::ListShape.new(name: 'ContentTypes')
322
325
  ContextArn = Shapes::StringShape.new(name: 'ContextArn')
326
+ ContextName = Shapes::StringShape.new(name: 'ContextName')
327
+ ContextNameOrArn = Shapes::StringShape.new(name: 'ContextNameOrArn')
323
328
  ContextSource = Shapes::StructureShape.new(name: 'ContextSource')
324
329
  ContextSummaries = Shapes::ListShape.new(name: 'ContextSummaries')
325
330
  ContextSummary = Shapes::StructureShape.new(name: 'ContextSummary')
@@ -492,6 +497,7 @@ module Aws::SageMaker
492
497
  DeleteClusterRequest = Shapes::StructureShape.new(name: 'DeleteClusterRequest')
493
498
  DeleteClusterResponse = Shapes::StructureShape.new(name: 'DeleteClusterResponse')
494
499
  DeleteCodeRepositoryInput = Shapes::StructureShape.new(name: 'DeleteCodeRepositoryInput')
500
+ DeleteCompilationJobRequest = Shapes::StructureShape.new(name: 'DeleteCompilationJobRequest')
495
501
  DeleteContextRequest = Shapes::StructureShape.new(name: 'DeleteContextRequest')
496
502
  DeleteContextResponse = Shapes::StructureShape.new(name: 'DeleteContextResponse')
497
503
  DeleteDataQualityJobDefinitionRequest = Shapes::StructureShape.new(name: 'DeleteDataQualityJobDefinitionRequest')
@@ -769,6 +775,7 @@ module Aws::SageMaker
769
775
  EnableCapture = Shapes::BooleanShape.new(name: 'EnableCapture')
770
776
  EnableInfraCheck = Shapes::BooleanShape.new(name: 'EnableInfraCheck')
771
777
  EnableIotRoleAlias = Shapes::BooleanShape.new(name: 'EnableIotRoleAlias')
778
+ EnableRemoteDebug = Shapes::BooleanShape.new(name: 'EnableRemoteDebug')
772
779
  EnableSagemakerServicecatalogPortfolioInput = Shapes::StructureShape.new(name: 'EnableSagemakerServicecatalogPortfolioInput')
773
780
  EnableSagemakerServicecatalogPortfolioOutput = Shapes::StructureShape.new(name: 'EnableSagemakerServicecatalogPortfolioOutput')
774
781
  Endpoint = Shapes::StructureShape.new(name: 'Endpoint')
@@ -1077,7 +1084,6 @@ module Aws::SageMaker
1077
1084
  IntegerParameterRange = Shapes::StructureShape.new(name: 'IntegerParameterRange')
1078
1085
  IntegerParameterRangeSpecification = Shapes::StructureShape.new(name: 'IntegerParameterRangeSpecification')
1079
1086
  IntegerParameterRanges = Shapes::ListShape.new(name: 'IntegerParameterRanges')
1080
- IntegerValue = Shapes::IntegerShape.new(name: 'IntegerValue')
1081
1087
  InvocationEndTime = Shapes::TimestampShape.new(name: 'InvocationEndTime')
1082
1088
  InvocationStartTime = Shapes::TimestampShape.new(name: 'InvocationStartTime')
1083
1089
  InvocationsMaxRetries = Shapes::IntegerShape.new(name: 'InvocationsMaxRetries')
@@ -1736,6 +1742,7 @@ module Aws::SageMaker
1736
1742
  RecommendationJobContainerConfig = Shapes::StructureShape.new(name: 'RecommendationJobContainerConfig')
1737
1743
  RecommendationJobDataInputConfig = Shapes::StringShape.new(name: 'RecommendationJobDataInputConfig')
1738
1744
  RecommendationJobDescription = Shapes::StringShape.new(name: 'RecommendationJobDescription')
1745
+ RecommendationJobFrameworkVersion = Shapes::StringShape.new(name: 'RecommendationJobFrameworkVersion')
1739
1746
  RecommendationJobInferenceBenchmark = Shapes::StructureShape.new(name: 'RecommendationJobInferenceBenchmark')
1740
1747
  RecommendationJobInputConfig = Shapes::StructureShape.new(name: 'RecommendationJobInputConfig')
1741
1748
  RecommendationJobName = Shapes::StringShape.new(name: 'RecommendationJobName')
@@ -1744,6 +1751,7 @@ module Aws::SageMaker
1744
1751
  RecommendationJobResourceLimit = Shapes::StructureShape.new(name: 'RecommendationJobResourceLimit')
1745
1752
  RecommendationJobStatus = Shapes::StringShape.new(name: 'RecommendationJobStatus')
1746
1753
  RecommendationJobStoppingConditions = Shapes::StructureShape.new(name: 'RecommendationJobStoppingConditions')
1754
+ RecommendationJobSupportedContentType = Shapes::StringShape.new(name: 'RecommendationJobSupportedContentType')
1747
1755
  RecommendationJobSupportedContentTypes = Shapes::ListShape.new(name: 'RecommendationJobSupportedContentTypes')
1748
1756
  RecommendationJobSupportedEndpointType = Shapes::StringShape.new(name: 'RecommendationJobSupportedEndpointType')
1749
1757
  RecommendationJobSupportedInstanceTypes = Shapes::ListShape.new(name: 'RecommendationJobSupportedInstanceTypes')
@@ -1769,6 +1777,8 @@ module Aws::SageMaker
1769
1777
  RegisterDevicesRequest = Shapes::StructureShape.new(name: 'RegisterDevicesRequest')
1770
1778
  RegisterModelStepMetadata = Shapes::StructureShape.new(name: 'RegisterModelStepMetadata')
1771
1779
  ReleaseNotes = Shapes::StringShape.new(name: 'ReleaseNotes')
1780
+ RemoteDebugConfig = Shapes::StructureShape.new(name: 'RemoteDebugConfig')
1781
+ RemoteDebugConfigForUpdate = Shapes::StructureShape.new(name: 'RemoteDebugConfigForUpdate')
1772
1782
  RenderUiTemplateRequest = Shapes::StructureShape.new(name: 'RenderUiTemplateRequest')
1773
1783
  RenderUiTemplateResponse = Shapes::StructureShape.new(name: 'RenderUiTemplateResponse')
1774
1784
  RenderableTask = Shapes::StructureShape.new(name: 'RenderableTask')
@@ -1947,7 +1957,6 @@ module Aws::SageMaker
1947
1957
  String1024 = Shapes::StringShape.new(name: 'String1024')
1948
1958
  String128 = Shapes::StringShape.new(name: 'String128')
1949
1959
  String200 = Shapes::StringShape.new(name: 'String200')
1950
- String2048 = Shapes::StringShape.new(name: 'String2048')
1951
1960
  String256 = Shapes::StringShape.new(name: 'String256')
1952
1961
  String3072 = Shapes::StringShape.new(name: 'String3072')
1953
1962
  String40 = Shapes::StringShape.new(name: 'String40')
@@ -2075,8 +2084,9 @@ module Aws::SageMaker
2075
2084
  TrialComponentArtifact = Shapes::StructureShape.new(name: 'TrialComponentArtifact')
2076
2085
  TrialComponentArtifactValue = Shapes::StringShape.new(name: 'TrialComponentArtifactValue')
2077
2086
  TrialComponentArtifacts = Shapes::MapShape.new(name: 'TrialComponentArtifacts')
2087
+ TrialComponentKey128 = Shapes::StringShape.new(name: 'TrialComponentKey128')
2078
2088
  TrialComponentKey256 = Shapes::StringShape.new(name: 'TrialComponentKey256')
2079
- TrialComponentKey64 = Shapes::StringShape.new(name: 'TrialComponentKey64')
2089
+ TrialComponentKey320 = Shapes::StringShape.new(name: 'TrialComponentKey320')
2080
2090
  TrialComponentMetricSummaries = Shapes::ListShape.new(name: 'TrialComponentMetricSummaries')
2081
2091
  TrialComponentMetricSummary = Shapes::StructureShape.new(name: 'TrialComponentMetricSummary')
2082
2092
  TrialComponentParameterValue = Shapes::StructureShape.new(name: 'TrialComponentParameterValue')
@@ -2201,6 +2211,10 @@ module Aws::SageMaker
2201
2211
  VersionedArnOrName = Shapes::StringShape.new(name: 'VersionedArnOrName')
2202
2212
  Vertex = Shapes::StructureShape.new(name: 'Vertex')
2203
2213
  Vertices = Shapes::ListShape.new(name: 'Vertices')
2214
+ VisibilityConditions = Shapes::StructureShape.new(name: 'VisibilityConditions')
2215
+ VisibilityConditionsKey = Shapes::StringShape.new(name: 'VisibilityConditionsKey')
2216
+ VisibilityConditionsList = Shapes::ListShape.new(name: 'VisibilityConditionsList')
2217
+ VisibilityConditionsValue = Shapes::StringShape.new(name: 'VisibilityConditionsValue')
2204
2218
  VolumeSizeInGB = Shapes::IntegerShape.new(name: 'VolumeSizeInGB')
2205
2219
  VpcConfig = Shapes::StructureShape.new(name: 'VpcConfig')
2206
2220
  VpcId = Shapes::StringShape.new(name: 'VpcId')
@@ -2228,7 +2242,7 @@ module Aws::SageMaker
2228
2242
  WorkteamName = Shapes::StringShape.new(name: 'WorkteamName')
2229
2243
  Workteams = Shapes::ListShape.new(name: 'Workteams')
2230
2244
 
2231
- ActionSource.add_member(:source_uri, Shapes::ShapeRef.new(shape: String2048, required: true, location_name: "SourceUri"))
2245
+ ActionSource.add_member(:source_uri, Shapes::ShapeRef.new(shape: SourceUri, required: true, location_name: "SourceUri"))
2232
2246
  ActionSource.add_member(:source_type, Shapes::ShapeRef.new(shape: String256, location_name: "SourceType"))
2233
2247
  ActionSource.add_member(:source_id, Shapes::ShapeRef.new(shape: String256, location_name: "SourceId"))
2234
2248
  ActionSource.struct_class = Types::ActionSource
@@ -2338,11 +2352,11 @@ module Aws::SageMaker
2338
2352
 
2339
2353
  AppDetails.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, location_name: "DomainId"))
2340
2354
  AppDetails.add_member(:user_profile_name, Shapes::ShapeRef.new(shape: UserProfileName, location_name: "UserProfileName"))
2355
+ AppDetails.add_member(:space_name, Shapes::ShapeRef.new(shape: SpaceName, location_name: "SpaceName"))
2341
2356
  AppDetails.add_member(:app_type, Shapes::ShapeRef.new(shape: AppType, location_name: "AppType"))
2342
2357
  AppDetails.add_member(:app_name, Shapes::ShapeRef.new(shape: AppName, location_name: "AppName"))
2343
2358
  AppDetails.add_member(:status, Shapes::ShapeRef.new(shape: AppStatus, location_name: "Status"))
2344
2359
  AppDetails.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
2345
- AppDetails.add_member(:space_name, Shapes::ShapeRef.new(shape: SpaceName, location_name: "SpaceName"))
2346
2360
  AppDetails.add_member(:resource_spec, Shapes::ShapeRef.new(shape: ResourceSpec, location_name: "ResourceSpec"))
2347
2361
  AppDetails.struct_class = Types::AppDetails
2348
2362
 
@@ -2363,7 +2377,10 @@ module Aws::SageMaker
2363
2377
  AppSpecification.add_member(:container_arguments, Shapes::ShapeRef.new(shape: ContainerArguments, location_name: "ContainerArguments"))
2364
2378
  AppSpecification.struct_class = Types::AppSpecification
2365
2379
 
2366
- ArtifactSource.add_member(:source_uri, Shapes::ShapeRef.new(shape: String2048, required: true, location_name: "SourceUri"))
2380
+ ArtifactProperties.key = Shapes::ShapeRef.new(shape: StringParameterValue)
2381
+ ArtifactProperties.value = Shapes::ShapeRef.new(shape: ArtifactPropertyValue)
2382
+
2383
+ ArtifactSource.add_member(:source_uri, Shapes::ShapeRef.new(shape: SourceUri, required: true, location_name: "SourceUri"))
2367
2384
  ArtifactSource.add_member(:source_types, Shapes::ShapeRef.new(shape: ArtifactSourceTypes, location_name: "SourceTypes"))
2368
2385
  ArtifactSource.struct_class = Types::ArtifactSource
2369
2386
 
@@ -2468,7 +2485,7 @@ module Aws::SageMaker
2468
2485
 
2469
2486
  AutoMLCandidates.member = Shapes::ShapeRef.new(shape: AutoMLCandidate)
2470
2487
 
2471
- AutoMLChannel.add_member(:data_source, Shapes::ShapeRef.new(shape: AutoMLDataSource, required: true, location_name: "DataSource"))
2488
+ AutoMLChannel.add_member(:data_source, Shapes::ShapeRef.new(shape: AutoMLDataSource, location_name: "DataSource"))
2472
2489
  AutoMLChannel.add_member(:compression_type, Shapes::ShapeRef.new(shape: CompressionType, location_name: "CompressionType"))
2473
2490
  AutoMLChannel.add_member(:target_attribute_name, Shapes::ShapeRef.new(shape: TargetAttributeName, required: true, location_name: "TargetAttributeName"))
2474
2491
  AutoMLChannel.add_member(:content_type, Shapes::ShapeRef.new(shape: ContentType, location_name: "ContentType"))
@@ -2511,8 +2528,8 @@ module Aws::SageMaker
2511
2528
 
2512
2529
  AutoMLJobConfig.add_member(:completion_criteria, Shapes::ShapeRef.new(shape: AutoMLJobCompletionCriteria, location_name: "CompletionCriteria"))
2513
2530
  AutoMLJobConfig.add_member(:security_config, Shapes::ShapeRef.new(shape: AutoMLSecurityConfig, location_name: "SecurityConfig"))
2514
- AutoMLJobConfig.add_member(:data_split_config, Shapes::ShapeRef.new(shape: AutoMLDataSplitConfig, location_name: "DataSplitConfig"))
2515
2531
  AutoMLJobConfig.add_member(:candidate_generation_config, Shapes::ShapeRef.new(shape: AutoMLCandidateGenerationConfig, location_name: "CandidateGenerationConfig"))
2532
+ AutoMLJobConfig.add_member(:data_split_config, Shapes::ShapeRef.new(shape: AutoMLDataSplitConfig, location_name: "DataSplitConfig"))
2516
2533
  AutoMLJobConfig.add_member(:mode, Shapes::ShapeRef.new(shape: AutoMLMode, location_name: "Mode"))
2517
2534
  AutoMLJobConfig.struct_class = Types::AutoMLJobConfig
2518
2535
 
@@ -2548,14 +2565,14 @@ module Aws::SageMaker
2548
2565
 
2549
2566
  AutoMLProblemTypeConfig.add_member(:image_classification_job_config, Shapes::ShapeRef.new(shape: ImageClassificationJobConfig, location_name: "ImageClassificationJobConfig"))
2550
2567
  AutoMLProblemTypeConfig.add_member(:text_classification_job_config, Shapes::ShapeRef.new(shape: TextClassificationJobConfig, location_name: "TextClassificationJobConfig"))
2551
- AutoMLProblemTypeConfig.add_member(:tabular_job_config, Shapes::ShapeRef.new(shape: TabularJobConfig, location_name: "TabularJobConfig"))
2552
2568
  AutoMLProblemTypeConfig.add_member(:time_series_forecasting_job_config, Shapes::ShapeRef.new(shape: TimeSeriesForecastingJobConfig, location_name: "TimeSeriesForecastingJobConfig"))
2569
+ AutoMLProblemTypeConfig.add_member(:tabular_job_config, Shapes::ShapeRef.new(shape: TabularJobConfig, location_name: "TabularJobConfig"))
2553
2570
  AutoMLProblemTypeConfig.add_member(:text_generation_job_config, Shapes::ShapeRef.new(shape: TextGenerationJobConfig, location_name: "TextGenerationJobConfig"))
2554
2571
  AutoMLProblemTypeConfig.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
2555
2572
  AutoMLProblemTypeConfig.add_member_subclass(:image_classification_job_config, Types::AutoMLProblemTypeConfig::ImageClassificationJobConfig)
2556
2573
  AutoMLProblemTypeConfig.add_member_subclass(:text_classification_job_config, Types::AutoMLProblemTypeConfig::TextClassificationJobConfig)
2557
- AutoMLProblemTypeConfig.add_member_subclass(:tabular_job_config, Types::AutoMLProblemTypeConfig::TabularJobConfig)
2558
2574
  AutoMLProblemTypeConfig.add_member_subclass(:time_series_forecasting_job_config, Types::AutoMLProblemTypeConfig::TimeSeriesForecastingJobConfig)
2575
+ AutoMLProblemTypeConfig.add_member_subclass(:tabular_job_config, Types::AutoMLProblemTypeConfig::TabularJobConfig)
2559
2576
  AutoMLProblemTypeConfig.add_member_subclass(:text_generation_job_config, Types::AutoMLProblemTypeConfig::TextGenerationJobConfig)
2560
2577
  AutoMLProblemTypeConfig.add_member_subclass(:unknown, Types::AutoMLProblemTypeConfig::Unknown)
2561
2578
  AutoMLProblemTypeConfig.struct_class = Types::AutoMLProblemTypeConfig
@@ -2676,8 +2693,8 @@ module Aws::SageMaker
2676
2693
  CanvasAppSettings.add_member(:model_register_settings, Shapes::ShapeRef.new(shape: ModelRegisterSettings, location_name: "ModelRegisterSettings"))
2677
2694
  CanvasAppSettings.add_member(:workspace_settings, Shapes::ShapeRef.new(shape: WorkspaceSettings, location_name: "WorkspaceSettings"))
2678
2695
  CanvasAppSettings.add_member(:identity_provider_o_auth_settings, Shapes::ShapeRef.new(shape: IdentityProviderOAuthSettings, location_name: "IdentityProviderOAuthSettings"))
2679
- CanvasAppSettings.add_member(:kendra_settings, Shapes::ShapeRef.new(shape: KendraSettings, location_name: "KendraSettings"))
2680
2696
  CanvasAppSettings.add_member(:direct_deploy_settings, Shapes::ShapeRef.new(shape: DirectDeploySettings, location_name: "DirectDeploySettings"))
2697
+ CanvasAppSettings.add_member(:kendra_settings, Shapes::ShapeRef.new(shape: KendraSettings, location_name: "KendraSettings"))
2681
2698
  CanvasAppSettings.struct_class = Types::CanvasAppSettings
2682
2699
 
2683
2700
  CapacitySize.add_member(:type, Shapes::ShapeRef.new(shape: CapacitySizeType, required: true, location_name: "Type"))
@@ -2917,11 +2934,11 @@ module Aws::SageMaker
2917
2934
  ContainerDefinition.add_member(:image_config, Shapes::ShapeRef.new(shape: ImageConfig, location_name: "ImageConfig"))
2918
2935
  ContainerDefinition.add_member(:mode, Shapes::ShapeRef.new(shape: ContainerMode, location_name: "Mode"))
2919
2936
  ContainerDefinition.add_member(:model_data_url, Shapes::ShapeRef.new(shape: Url, location_name: "ModelDataUrl"))
2937
+ ContainerDefinition.add_member(:model_data_source, Shapes::ShapeRef.new(shape: ModelDataSource, location_name: "ModelDataSource"))
2920
2938
  ContainerDefinition.add_member(:environment, Shapes::ShapeRef.new(shape: EnvironmentMap, location_name: "Environment"))
2921
2939
  ContainerDefinition.add_member(:model_package_name, Shapes::ShapeRef.new(shape: VersionedArnOrName, location_name: "ModelPackageName"))
2922
2940
  ContainerDefinition.add_member(:inference_specification_name, Shapes::ShapeRef.new(shape: InferenceSpecificationName, location_name: "InferenceSpecificationName"))
2923
2941
  ContainerDefinition.add_member(:multi_model_config, Shapes::ShapeRef.new(shape: MultiModelConfig, location_name: "MultiModelConfig"))
2924
- ContainerDefinition.add_member(:model_data_source, Shapes::ShapeRef.new(shape: ModelDataSource, location_name: "ModelDataSource"))
2925
2942
  ContainerDefinition.struct_class = Types::ContainerDefinition
2926
2943
 
2927
2944
  ContainerDefinitionList.member = Shapes::ShapeRef.new(shape: ContainerDefinition)
@@ -2932,7 +2949,7 @@ module Aws::SageMaker
2932
2949
 
2933
2950
  ContentTypes.member = Shapes::ShapeRef.new(shape: ContentType)
2934
2951
 
2935
- ContextSource.add_member(:source_uri, Shapes::ShapeRef.new(shape: String2048, required: true, location_name: "SourceUri"))
2952
+ ContextSource.add_member(:source_uri, Shapes::ShapeRef.new(shape: SourceUri, required: true, location_name: "SourceUri"))
2936
2953
  ContextSource.add_member(:source_type, Shapes::ShapeRef.new(shape: String256, location_name: "SourceType"))
2937
2954
  ContextSource.add_member(:source_id, Shapes::ShapeRef.new(shape: String256, location_name: "SourceId"))
2938
2955
  ContextSource.struct_class = Types::ContextSource
@@ -2940,7 +2957,7 @@ module Aws::SageMaker
2940
2957
  ContextSummaries.member = Shapes::ShapeRef.new(shape: ContextSummary)
2941
2958
 
2942
2959
  ContextSummary.add_member(:context_arn, Shapes::ShapeRef.new(shape: ContextArn, location_name: "ContextArn"))
2943
- ContextSummary.add_member(:context_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "ContextName"))
2960
+ ContextSummary.add_member(:context_name, Shapes::ShapeRef.new(shape: ContextName, location_name: "ContextName"))
2944
2961
  ContextSummary.add_member(:source, Shapes::ShapeRef.new(shape: ContextSource, location_name: "Source"))
2945
2962
  ContextSummary.add_member(:context_type, Shapes::ShapeRef.new(shape: String256, location_name: "ContextType"))
2946
2963
  ContextSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
@@ -2998,11 +3015,11 @@ module Aws::SageMaker
2998
3015
 
2999
3016
  CreateAppRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
3000
3017
  CreateAppRequest.add_member(:user_profile_name, Shapes::ShapeRef.new(shape: UserProfileName, location_name: "UserProfileName"))
3018
+ CreateAppRequest.add_member(:space_name, Shapes::ShapeRef.new(shape: SpaceName, location_name: "SpaceName"))
3001
3019
  CreateAppRequest.add_member(:app_type, Shapes::ShapeRef.new(shape: AppType, required: true, location_name: "AppType"))
3002
3020
  CreateAppRequest.add_member(:app_name, Shapes::ShapeRef.new(shape: AppName, required: true, location_name: "AppName"))
3003
3021
  CreateAppRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
3004
3022
  CreateAppRequest.add_member(:resource_spec, Shapes::ShapeRef.new(shape: ResourceSpec, location_name: "ResourceSpec"))
3005
- CreateAppRequest.add_member(:space_name, Shapes::ShapeRef.new(shape: SpaceName, location_name: "SpaceName"))
3006
3023
  CreateAppRequest.struct_class = Types::CreateAppRequest
3007
3024
 
3008
3025
  CreateAppResponse.add_member(:app_arn, Shapes::ShapeRef.new(shape: AppArn, location_name: "AppArn"))
@@ -3011,7 +3028,7 @@ module Aws::SageMaker
3011
3028
  CreateArtifactRequest.add_member(:artifact_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "ArtifactName"))
3012
3029
  CreateArtifactRequest.add_member(:source, Shapes::ShapeRef.new(shape: ArtifactSource, required: true, location_name: "Source"))
3013
3030
  CreateArtifactRequest.add_member(:artifact_type, Shapes::ShapeRef.new(shape: String256, required: true, location_name: "ArtifactType"))
3014
- CreateArtifactRequest.add_member(:properties, Shapes::ShapeRef.new(shape: LineageEntityParameters, location_name: "Properties"))
3031
+ CreateArtifactRequest.add_member(:properties, Shapes::ShapeRef.new(shape: ArtifactProperties, location_name: "Properties"))
3015
3032
  CreateArtifactRequest.add_member(:metadata_properties, Shapes::ShapeRef.new(shape: MetadataProperties, location_name: "MetadataProperties"))
3016
3033
  CreateArtifactRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
3017
3034
  CreateArtifactRequest.struct_class = Types::CreateArtifactRequest
@@ -3079,7 +3096,7 @@ module Aws::SageMaker
3079
3096
  CreateCompilationJobResponse.add_member(:compilation_job_arn, Shapes::ShapeRef.new(shape: CompilationJobArn, required: true, location_name: "CompilationJobArn"))
3080
3097
  CreateCompilationJobResponse.struct_class = Types::CreateCompilationJobResponse
3081
3098
 
3082
- CreateContextRequest.add_member(:context_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "ContextName"))
3099
+ CreateContextRequest.add_member(:context_name, Shapes::ShapeRef.new(shape: ContextName, required: true, location_name: "ContextName"))
3083
3100
  CreateContextRequest.add_member(:source, Shapes::ShapeRef.new(shape: ContextSource, required: true, location_name: "Source"))
3084
3101
  CreateContextRequest.add_member(:context_type, Shapes::ShapeRef.new(shape: String256, required: true, location_name: "ContextType"))
3085
3102
  CreateContextRequest.add_member(:description, Shapes::ShapeRef.new(shape: ExperimentDescription, location_name: "Description"))
@@ -3116,6 +3133,7 @@ module Aws::SageMaker
3116
3133
  CreateDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
3117
3134
  CreateDomainRequest.add_member(:auth_mode, Shapes::ShapeRef.new(shape: AuthMode, required: true, location_name: "AuthMode"))
3118
3135
  CreateDomainRequest.add_member(:default_user_settings, Shapes::ShapeRef.new(shape: UserSettings, required: true, location_name: "DefaultUserSettings"))
3136
+ CreateDomainRequest.add_member(:domain_settings, Shapes::ShapeRef.new(shape: DomainSettings, location_name: "DomainSettings"))
3119
3137
  CreateDomainRequest.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: Subnets, required: true, location_name: "SubnetIds"))
3120
3138
  CreateDomainRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "VpcId"))
3121
3139
  CreateDomainRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
@@ -3123,7 +3141,6 @@ module Aws::SageMaker
3123
3141
  CreateDomainRequest.add_member(:home_efs_file_system_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, deprecated: true, location_name: "HomeEfsFileSystemKmsKeyId", metadata: {"deprecatedMessage"=>"This property is deprecated, use KmsKeyId instead."}))
3124
3142
  CreateDomainRequest.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
3125
3143
  CreateDomainRequest.add_member(:app_security_group_management, Shapes::ShapeRef.new(shape: AppSecurityGroupManagement, location_name: "AppSecurityGroupManagement"))
3126
- CreateDomainRequest.add_member(:domain_settings, Shapes::ShapeRef.new(shape: DomainSettings, location_name: "DomainSettings"))
3127
3144
  CreateDomainRequest.add_member(:default_space_settings, Shapes::ShapeRef.new(shape: DefaultSpaceSettings, location_name: "DefaultSpaceSettings"))
3128
3145
  CreateDomainRequest.struct_class = Types::CreateDomainRequest
3129
3146
 
@@ -3206,7 +3223,7 @@ module Aws::SageMaker
3206
3223
  CreateFlowDefinitionRequest.add_member(:flow_definition_name, Shapes::ShapeRef.new(shape: FlowDefinitionName, required: true, location_name: "FlowDefinitionName"))
3207
3224
  CreateFlowDefinitionRequest.add_member(:human_loop_request_source, Shapes::ShapeRef.new(shape: HumanLoopRequestSource, location_name: "HumanLoopRequestSource"))
3208
3225
  CreateFlowDefinitionRequest.add_member(:human_loop_activation_config, Shapes::ShapeRef.new(shape: HumanLoopActivationConfig, location_name: "HumanLoopActivationConfig"))
3209
- CreateFlowDefinitionRequest.add_member(:human_loop_config, Shapes::ShapeRef.new(shape: HumanLoopConfig, required: true, location_name: "HumanLoopConfig"))
3226
+ CreateFlowDefinitionRequest.add_member(:human_loop_config, Shapes::ShapeRef.new(shape: HumanLoopConfig, location_name: "HumanLoopConfig"))
3210
3227
  CreateFlowDefinitionRequest.add_member(:output_config, Shapes::ShapeRef.new(shape: FlowDefinitionOutputConfig, required: true, location_name: "OutputConfig"))
3211
3228
  CreateFlowDefinitionRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
3212
3229
  CreateFlowDefinitionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
@@ -3409,11 +3426,11 @@ module Aws::SageMaker
3409
3426
  CreateModelPackageInput.add_member(:metadata_properties, Shapes::ShapeRef.new(shape: MetadataProperties, location_name: "MetadataProperties"))
3410
3427
  CreateModelPackageInput.add_member(:model_metrics, Shapes::ShapeRef.new(shape: ModelMetrics, location_name: "ModelMetrics"))
3411
3428
  CreateModelPackageInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
3412
- CreateModelPackageInput.add_member(:customer_metadata_properties, Shapes::ShapeRef.new(shape: CustomerMetadataMap, location_name: "CustomerMetadataProperties"))
3413
- CreateModelPackageInput.add_member(:drift_check_baselines, Shapes::ShapeRef.new(shape: DriftCheckBaselines, location_name: "DriftCheckBaselines"))
3414
3429
  CreateModelPackageInput.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain"))
3415
3430
  CreateModelPackageInput.add_member(:task, Shapes::ShapeRef.new(shape: String, location_name: "Task"))
3416
3431
  CreateModelPackageInput.add_member(:sample_payload_url, Shapes::ShapeRef.new(shape: S3Uri, location_name: "SamplePayloadUrl"))
3432
+ CreateModelPackageInput.add_member(:customer_metadata_properties, Shapes::ShapeRef.new(shape: CustomerMetadataMap, location_name: "CustomerMetadataProperties"))
3433
+ CreateModelPackageInput.add_member(:drift_check_baselines, Shapes::ShapeRef.new(shape: DriftCheckBaselines, location_name: "DriftCheckBaselines"))
3417
3434
  CreateModelPackageInput.add_member(:additional_inference_specifications, Shapes::ShapeRef.new(shape: AdditionalInferenceSpecifications, location_name: "AdditionalInferenceSpecifications"))
3418
3435
  CreateModelPackageInput.add_member(:skip_model_validation, Shapes::ShapeRef.new(shape: SkipModelValidation, location_name: "SkipModelValidation"))
3419
3436
  CreateModelPackageInput.struct_class = Types::CreateModelPackageInput
@@ -3535,9 +3552,9 @@ module Aws::SageMaker
3535
3552
  CreateSpaceRequest.add_member(:space_name, Shapes::ShapeRef.new(shape: SpaceName, required: true, location_name: "SpaceName"))
3536
3553
  CreateSpaceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
3537
3554
  CreateSpaceRequest.add_member(:space_settings, Shapes::ShapeRef.new(shape: SpaceSettings, location_name: "SpaceSettings"))
3538
- CreateSpaceRequest.add_member(:space_display_name, Shapes::ShapeRef.new(shape: NonEmptyString64, location_name: "SpaceDisplayName"))
3539
3555
  CreateSpaceRequest.add_member(:ownership_settings, Shapes::ShapeRef.new(shape: OwnershipSettings, location_name: "OwnershipSettings"))
3540
3556
  CreateSpaceRequest.add_member(:space_sharing_settings, Shapes::ShapeRef.new(shape: SpaceSharingSettings, location_name: "SpaceSharingSettings"))
3557
+ CreateSpaceRequest.add_member(:space_display_name, Shapes::ShapeRef.new(shape: NonEmptyString64, location_name: "SpaceDisplayName"))
3541
3558
  CreateSpaceRequest.struct_class = Types::CreateSpaceRequest
3542
3559
 
3543
3560
  CreateSpaceResponse.add_member(:space_arn, Shapes::ShapeRef.new(shape: SpaceArn, location_name: "SpaceArn"))
@@ -3574,6 +3591,7 @@ module Aws::SageMaker
3574
3591
  CreateTrainingJobRequest.add_member(:profiler_rule_configurations, Shapes::ShapeRef.new(shape: ProfilerRuleConfigurations, location_name: "ProfilerRuleConfigurations"))
3575
3592
  CreateTrainingJobRequest.add_member(:environment, Shapes::ShapeRef.new(shape: TrainingEnvironmentMap, location_name: "Environment"))
3576
3593
  CreateTrainingJobRequest.add_member(:retry_strategy, Shapes::ShapeRef.new(shape: RetryStrategy, location_name: "RetryStrategy"))
3594
+ CreateTrainingJobRequest.add_member(:remote_debug_config, Shapes::ShapeRef.new(shape: RemoteDebugConfig, location_name: "RemoteDebugConfig"))
3577
3595
  CreateTrainingJobRequest.add_member(:infra_check_config, Shapes::ShapeRef.new(shape: InfraCheckConfig, location_name: "InfraCheckConfig"))
3578
3596
  CreateTrainingJobRequest.struct_class = Types::CreateTrainingJobRequest
3579
3597
 
@@ -3809,9 +3827,9 @@ module Aws::SageMaker
3809
3827
 
3810
3828
  DeleteAppRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
3811
3829
  DeleteAppRequest.add_member(:user_profile_name, Shapes::ShapeRef.new(shape: UserProfileName, location_name: "UserProfileName"))
3830
+ DeleteAppRequest.add_member(:space_name, Shapes::ShapeRef.new(shape: SpaceName, location_name: "SpaceName"))
3812
3831
  DeleteAppRequest.add_member(:app_type, Shapes::ShapeRef.new(shape: AppType, required: true, location_name: "AppType"))
3813
3832
  DeleteAppRequest.add_member(:app_name, Shapes::ShapeRef.new(shape: AppName, required: true, location_name: "AppName"))
3814
- DeleteAppRequest.add_member(:space_name, Shapes::ShapeRef.new(shape: SpaceName, location_name: "SpaceName"))
3815
3833
  DeleteAppRequest.struct_class = Types::DeleteAppRequest
3816
3834
 
3817
3835
  DeleteArtifactRequest.add_member(:artifact_arn, Shapes::ShapeRef.new(shape: ArtifactArn, location_name: "ArtifactArn"))
@@ -3838,7 +3856,10 @@ module Aws::SageMaker
3838
3856
  DeleteCodeRepositoryInput.add_member(:code_repository_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "CodeRepositoryName"))
3839
3857
  DeleteCodeRepositoryInput.struct_class = Types::DeleteCodeRepositoryInput
3840
3858
 
3841
- DeleteContextRequest.add_member(:context_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "ContextName"))
3859
+ DeleteCompilationJobRequest.add_member(:compilation_job_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "CompilationJobName"))
3860
+ DeleteCompilationJobRequest.struct_class = Types::DeleteCompilationJobRequest
3861
+
3862
+ DeleteContextRequest.add_member(:context_name, Shapes::ShapeRef.new(shape: ContextName, required: true, location_name: "ContextName"))
3842
3863
  DeleteContextRequest.struct_class = Types::DeleteContextRequest
3843
3864
 
3844
3865
  DeleteContextResponse.add_member(:context_arn, Shapes::ShapeRef.new(shape: ContextArn, location_name: "ContextArn"))
@@ -4007,8 +4028,8 @@ module Aws::SageMaker
4007
4028
  DeployedImages.member = Shapes::ShapeRef.new(shape: DeployedImage)
4008
4029
 
4009
4030
  DeploymentConfig.add_member(:blue_green_update_policy, Shapes::ShapeRef.new(shape: BlueGreenUpdatePolicy, location_name: "BlueGreenUpdatePolicy"))
4010
- DeploymentConfig.add_member(:auto_rollback_configuration, Shapes::ShapeRef.new(shape: AutoRollbackConfig, location_name: "AutoRollbackConfiguration"))
4011
4031
  DeploymentConfig.add_member(:rolling_update_policy, Shapes::ShapeRef.new(shape: RollingUpdatePolicy, location_name: "RollingUpdatePolicy"))
4032
+ DeploymentConfig.add_member(:auto_rollback_configuration, Shapes::ShapeRef.new(shape: AutoRollbackConfig, location_name: "AutoRollbackConfiguration"))
4012
4033
  DeploymentConfig.struct_class = Types::DeploymentConfig
4013
4034
 
4014
4035
  DeploymentRecommendation.add_member(:recommendation_status, Shapes::ShapeRef.new(shape: RecommendationStatus, required: true, location_name: "RecommendationStatus"))
@@ -4037,7 +4058,7 @@ module Aws::SageMaker
4037
4058
  DerivedInformation.add_member(:derived_data_input_config, Shapes::ShapeRef.new(shape: DataInputConfig, location_name: "DerivedDataInputConfig"))
4038
4059
  DerivedInformation.struct_class = Types::DerivedInformation
4039
4060
 
4040
- DescribeActionRequest.add_member(:action_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "ActionName"))
4061
+ DescribeActionRequest.add_member(:action_name, Shapes::ShapeRef.new(shape: ExperimentEntityNameOrArn, required: true, location_name: "ActionName"))
4041
4062
  DescribeActionRequest.struct_class = Types::DescribeActionRequest
4042
4063
 
4043
4064
  DescribeActionResponse.add_member(:action_name, Shapes::ShapeRef.new(shape: ExperimentEntityNameOrArn, location_name: "ActionName"))
@@ -4084,9 +4105,9 @@ module Aws::SageMaker
4084
4105
 
4085
4106
  DescribeAppRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
4086
4107
  DescribeAppRequest.add_member(:user_profile_name, Shapes::ShapeRef.new(shape: UserProfileName, location_name: "UserProfileName"))
4108
+ DescribeAppRequest.add_member(:space_name, Shapes::ShapeRef.new(shape: SpaceName, location_name: "SpaceName"))
4087
4109
  DescribeAppRequest.add_member(:app_type, Shapes::ShapeRef.new(shape: AppType, required: true, location_name: "AppType"))
4088
4110
  DescribeAppRequest.add_member(:app_name, Shapes::ShapeRef.new(shape: AppName, required: true, location_name: "AppName"))
4089
- DescribeAppRequest.add_member(:space_name, Shapes::ShapeRef.new(shape: SpaceName, location_name: "SpaceName"))
4090
4111
  DescribeAppRequest.struct_class = Types::DescribeAppRequest
4091
4112
 
4092
4113
  DescribeAppResponse.add_member(:app_arn, Shapes::ShapeRef.new(shape: AppArn, location_name: "AppArn"))
@@ -4094,13 +4115,13 @@ module Aws::SageMaker
4094
4115
  DescribeAppResponse.add_member(:app_name, Shapes::ShapeRef.new(shape: AppName, location_name: "AppName"))
4095
4116
  DescribeAppResponse.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, location_name: "DomainId"))
4096
4117
  DescribeAppResponse.add_member(:user_profile_name, Shapes::ShapeRef.new(shape: UserProfileName, location_name: "UserProfileName"))
4118
+ DescribeAppResponse.add_member(:space_name, Shapes::ShapeRef.new(shape: SpaceName, location_name: "SpaceName"))
4097
4119
  DescribeAppResponse.add_member(:status, Shapes::ShapeRef.new(shape: AppStatus, location_name: "Status"))
4098
4120
  DescribeAppResponse.add_member(:last_health_check_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastHealthCheckTimestamp"))
4099
4121
  DescribeAppResponse.add_member(:last_user_activity_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUserActivityTimestamp"))
4100
- DescribeAppResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
4122
+ DescribeAppResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
4101
4123
  DescribeAppResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
4102
4124
  DescribeAppResponse.add_member(:resource_spec, Shapes::ShapeRef.new(shape: ResourceSpec, location_name: "ResourceSpec"))
4103
- DescribeAppResponse.add_member(:space_name, Shapes::ShapeRef.new(shape: SpaceName, location_name: "SpaceName"))
4104
4125
  DescribeAppResponse.struct_class = Types::DescribeAppResponse
4105
4126
 
4106
4127
  DescribeArtifactRequest.add_member(:artifact_arn, Shapes::ShapeRef.new(shape: ArtifactArn, required: true, location_name: "ArtifactArn"))
@@ -4155,6 +4176,7 @@ module Aws::SageMaker
4155
4176
  DescribeAutoMLJobV2Response.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
4156
4177
  DescribeAutoMLJobV2Response.add_member(:auto_ml_job_objective, Shapes::ShapeRef.new(shape: AutoMLJobObjective, location_name: "AutoMLJobObjective"))
4157
4178
  DescribeAutoMLJobV2Response.add_member(:auto_ml_problem_type_config, Shapes::ShapeRef.new(shape: AutoMLProblemTypeConfig, location_name: "AutoMLProblemTypeConfig"))
4179
+ DescribeAutoMLJobV2Response.add_member(:auto_ml_problem_type_config_name, Shapes::ShapeRef.new(shape: AutoMLProblemTypeConfigName, location_name: "AutoMLProblemTypeConfigName"))
4158
4180
  DescribeAutoMLJobV2Response.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
4159
4181
  DescribeAutoMLJobV2Response.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
4160
4182
  DescribeAutoMLJobV2Response.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
@@ -4163,13 +4185,12 @@ module Aws::SageMaker
4163
4185
  DescribeAutoMLJobV2Response.add_member(:best_candidate, Shapes::ShapeRef.new(shape: AutoMLCandidate, location_name: "BestCandidate"))
4164
4186
  DescribeAutoMLJobV2Response.add_member(:auto_ml_job_status, Shapes::ShapeRef.new(shape: AutoMLJobStatus, required: true, location_name: "AutoMLJobStatus"))
4165
4187
  DescribeAutoMLJobV2Response.add_member(:auto_ml_job_secondary_status, Shapes::ShapeRef.new(shape: AutoMLJobSecondaryStatus, required: true, location_name: "AutoMLJobSecondaryStatus"))
4188
+ DescribeAutoMLJobV2Response.add_member(:auto_ml_job_artifacts, Shapes::ShapeRef.new(shape: AutoMLJobArtifacts, location_name: "AutoMLJobArtifacts"))
4189
+ DescribeAutoMLJobV2Response.add_member(:resolved_attributes, Shapes::ShapeRef.new(shape: AutoMLResolvedAttributes, location_name: "ResolvedAttributes"))
4166
4190
  DescribeAutoMLJobV2Response.add_member(:model_deploy_config, Shapes::ShapeRef.new(shape: ModelDeployConfig, location_name: "ModelDeployConfig"))
4167
4191
  DescribeAutoMLJobV2Response.add_member(:model_deploy_result, Shapes::ShapeRef.new(shape: ModelDeployResult, location_name: "ModelDeployResult"))
4168
4192
  DescribeAutoMLJobV2Response.add_member(:data_split_config, Shapes::ShapeRef.new(shape: AutoMLDataSplitConfig, location_name: "DataSplitConfig"))
4169
4193
  DescribeAutoMLJobV2Response.add_member(:security_config, Shapes::ShapeRef.new(shape: AutoMLSecurityConfig, location_name: "SecurityConfig"))
4170
- DescribeAutoMLJobV2Response.add_member(:auto_ml_job_artifacts, Shapes::ShapeRef.new(shape: AutoMLJobArtifacts, location_name: "AutoMLJobArtifacts"))
4171
- DescribeAutoMLJobV2Response.add_member(:resolved_attributes, Shapes::ShapeRef.new(shape: AutoMLResolvedAttributes, location_name: "ResolvedAttributes"))
4172
- DescribeAutoMLJobV2Response.add_member(:auto_ml_problem_type_config_name, Shapes::ShapeRef.new(shape: AutoMLProblemTypeConfigName, location_name: "AutoMLProblemTypeConfigName"))
4173
4194
  DescribeAutoMLJobV2Response.struct_class = Types::DescribeAutoMLJobV2Response
4174
4195
 
4175
4196
  DescribeClusterNodeRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: ClusterNameOrArn, required: true, location_name: "ClusterName"))
@@ -4224,10 +4245,10 @@ module Aws::SageMaker
4224
4245
  DescribeCompilationJobResponse.add_member(:derived_information, Shapes::ShapeRef.new(shape: DerivedInformation, location_name: "DerivedInformation"))
4225
4246
  DescribeCompilationJobResponse.struct_class = Types::DescribeCompilationJobResponse
4226
4247
 
4227
- DescribeContextRequest.add_member(:context_name, Shapes::ShapeRef.new(shape: ExperimentEntityNameOrArn, required: true, location_name: "ContextName"))
4248
+ DescribeContextRequest.add_member(:context_name, Shapes::ShapeRef.new(shape: ContextNameOrArn, required: true, location_name: "ContextName"))
4228
4249
  DescribeContextRequest.struct_class = Types::DescribeContextRequest
4229
4250
 
4230
- DescribeContextResponse.add_member(:context_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "ContextName"))
4251
+ DescribeContextResponse.add_member(:context_name, Shapes::ShapeRef.new(shape: ContextName, location_name: "ContextName"))
4231
4252
  DescribeContextResponse.add_member(:context_arn, Shapes::ShapeRef.new(shape: ContextArn, location_name: "ContextArn"))
4232
4253
  DescribeContextResponse.add_member(:source, Shapes::ShapeRef.new(shape: ContextSource, location_name: "Source"))
4233
4254
  DescribeContextResponse.add_member(:context_type, Shapes::ShapeRef.new(shape: String256, location_name: "ContextType"))
@@ -4300,17 +4321,17 @@ module Aws::SageMaker
4300
4321
  DescribeDomainResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
4301
4322
  DescribeDomainResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: LastModifiedTime, location_name: "LastModifiedTime"))
4302
4323
  DescribeDomainResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
4324
+ DescribeDomainResponse.add_member(:security_group_id_for_domain_boundary, Shapes::ShapeRef.new(shape: SecurityGroupId, location_name: "SecurityGroupIdForDomainBoundary"))
4303
4325
  DescribeDomainResponse.add_member(:auth_mode, Shapes::ShapeRef.new(shape: AuthMode, location_name: "AuthMode"))
4304
4326
  DescribeDomainResponse.add_member(:default_user_settings, Shapes::ShapeRef.new(shape: UserSettings, location_name: "DefaultUserSettings"))
4327
+ DescribeDomainResponse.add_member(:domain_settings, Shapes::ShapeRef.new(shape: DomainSettings, location_name: "DomainSettings"))
4305
4328
  DescribeDomainResponse.add_member(:app_network_access_type, Shapes::ShapeRef.new(shape: AppNetworkAccessType, location_name: "AppNetworkAccessType"))
4306
4329
  DescribeDomainResponse.add_member(:home_efs_file_system_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, deprecated: true, location_name: "HomeEfsFileSystemKmsKeyId", metadata: {"deprecatedMessage"=>"This property is deprecated, use KmsKeyId instead."}))
4307
4330
  DescribeDomainResponse.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: Subnets, location_name: "SubnetIds"))
4308
4331
  DescribeDomainResponse.add_member(:url, Shapes::ShapeRef.new(shape: String1024, location_name: "Url"))
4309
4332
  DescribeDomainResponse.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "VpcId"))
4310
4333
  DescribeDomainResponse.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
4311
- DescribeDomainResponse.add_member(:domain_settings, Shapes::ShapeRef.new(shape: DomainSettings, location_name: "DomainSettings"))
4312
4334
  DescribeDomainResponse.add_member(:app_security_group_management, Shapes::ShapeRef.new(shape: AppSecurityGroupManagement, location_name: "AppSecurityGroupManagement"))
4313
- DescribeDomainResponse.add_member(:security_group_id_for_domain_boundary, Shapes::ShapeRef.new(shape: SecurityGroupId, location_name: "SecurityGroupIdForDomainBoundary"))
4314
4335
  DescribeDomainResponse.add_member(:default_space_settings, Shapes::ShapeRef.new(shape: DefaultSpaceSettings, location_name: "DefaultSpaceSettings"))
4315
4336
  DescribeDomainResponse.struct_class = Types::DescribeDomainResponse
4316
4337
 
@@ -4374,7 +4395,7 @@ module Aws::SageMaker
4374
4395
 
4375
4396
  DescribeEndpointOutput.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, required: true, location_name: "EndpointName"))
4376
4397
  DescribeEndpointOutput.add_member(:endpoint_arn, Shapes::ShapeRef.new(shape: EndpointArn, required: true, location_name: "EndpointArn"))
4377
- DescribeEndpointOutput.add_member(:endpoint_config_name, Shapes::ShapeRef.new(shape: EndpointConfigName, required: true, location_name: "EndpointConfigName"))
4398
+ DescribeEndpointOutput.add_member(:endpoint_config_name, Shapes::ShapeRef.new(shape: EndpointConfigName, location_name: "EndpointConfigName"))
4378
4399
  DescribeEndpointOutput.add_member(:production_variants, Shapes::ShapeRef.new(shape: ProductionVariantSummaryList, location_name: "ProductionVariants"))
4379
4400
  DescribeEndpointOutput.add_member(:data_capture_config, Shapes::ShapeRef.new(shape: DataCaptureConfigSummary, location_name: "DataCaptureConfig"))
4380
4401
  DescribeEndpointOutput.add_member(:endpoint_status, Shapes::ShapeRef.new(shape: EndpointStatus, required: true, location_name: "EndpointStatus"))
@@ -4448,7 +4469,7 @@ module Aws::SageMaker
4448
4469
  DescribeFlowDefinitionResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
4449
4470
  DescribeFlowDefinitionResponse.add_member(:human_loop_request_source, Shapes::ShapeRef.new(shape: HumanLoopRequestSource, location_name: "HumanLoopRequestSource"))
4450
4471
  DescribeFlowDefinitionResponse.add_member(:human_loop_activation_config, Shapes::ShapeRef.new(shape: HumanLoopActivationConfig, location_name: "HumanLoopActivationConfig"))
4451
- DescribeFlowDefinitionResponse.add_member(:human_loop_config, Shapes::ShapeRef.new(shape: HumanLoopConfig, required: true, location_name: "HumanLoopConfig"))
4472
+ DescribeFlowDefinitionResponse.add_member(:human_loop_config, Shapes::ShapeRef.new(shape: HumanLoopConfig, location_name: "HumanLoopConfig"))
4452
4473
  DescribeFlowDefinitionResponse.add_member(:output_config, Shapes::ShapeRef.new(shape: FlowDefinitionOutputConfig, required: true, location_name: "OutputConfig"))
4453
4474
  DescribeFlowDefinitionResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
4454
4475
  DescribeFlowDefinitionResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
@@ -4520,10 +4541,10 @@ module Aws::SageMaker
4520
4541
  DescribeHyperParameterTuningJobResponse.add_member(:best_training_job, Shapes::ShapeRef.new(shape: HyperParameterTrainingJobSummary, location_name: "BestTrainingJob"))
4521
4542
  DescribeHyperParameterTuningJobResponse.add_member(:overall_best_training_job, Shapes::ShapeRef.new(shape: HyperParameterTrainingJobSummary, location_name: "OverallBestTrainingJob"))
4522
4543
  DescribeHyperParameterTuningJobResponse.add_member(:warm_start_config, Shapes::ShapeRef.new(shape: HyperParameterTuningJobWarmStartConfig, location_name: "WarmStartConfig"))
4544
+ DescribeHyperParameterTuningJobResponse.add_member(:autotune, Shapes::ShapeRef.new(shape: Autotune, location_name: "Autotune"))
4523
4545
  DescribeHyperParameterTuningJobResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
4524
4546
  DescribeHyperParameterTuningJobResponse.add_member(:tuning_job_completion_details, Shapes::ShapeRef.new(shape: HyperParameterTuningJobCompletionDetails, location_name: "TuningJobCompletionDetails"))
4525
4547
  DescribeHyperParameterTuningJobResponse.add_member(:consumed_resources, Shapes::ShapeRef.new(shape: HyperParameterTuningJobConsumedResources, location_name: "ConsumedResources"))
4526
- DescribeHyperParameterTuningJobResponse.add_member(:autotune, Shapes::ShapeRef.new(shape: Autotune, location_name: "Autotune"))
4527
4548
  DescribeHyperParameterTuningJobResponse.struct_class = Types::DescribeHyperParameterTuningJobResponse
4528
4549
 
4529
4550
  DescribeImageRequest.add_member(:image_name, Shapes::ShapeRef.new(shape: ImageName, required: true, location_name: "ImageName"))
@@ -4767,11 +4788,11 @@ module Aws::SageMaker
4767
4788
  DescribeModelPackageOutput.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
4768
4789
  DescribeModelPackageOutput.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
4769
4790
  DescribeModelPackageOutput.add_member(:approval_description, Shapes::ShapeRef.new(shape: ApprovalDescription, location_name: "ApprovalDescription"))
4770
- DescribeModelPackageOutput.add_member(:customer_metadata_properties, Shapes::ShapeRef.new(shape: CustomerMetadataMap, location_name: "CustomerMetadataProperties"))
4771
- DescribeModelPackageOutput.add_member(:drift_check_baselines, Shapes::ShapeRef.new(shape: DriftCheckBaselines, location_name: "DriftCheckBaselines"))
4772
4791
  DescribeModelPackageOutput.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain"))
4773
4792
  DescribeModelPackageOutput.add_member(:task, Shapes::ShapeRef.new(shape: String, location_name: "Task"))
4774
4793
  DescribeModelPackageOutput.add_member(:sample_payload_url, Shapes::ShapeRef.new(shape: String, location_name: "SamplePayloadUrl"))
4794
+ DescribeModelPackageOutput.add_member(:customer_metadata_properties, Shapes::ShapeRef.new(shape: CustomerMetadataMap, location_name: "CustomerMetadataProperties"))
4795
+ DescribeModelPackageOutput.add_member(:drift_check_baselines, Shapes::ShapeRef.new(shape: DriftCheckBaselines, location_name: "DriftCheckBaselines"))
4775
4796
  DescribeModelPackageOutput.add_member(:additional_inference_specifications, Shapes::ShapeRef.new(shape: AdditionalInferenceSpecifications, location_name: "AdditionalInferenceSpecifications"))
4776
4797
  DescribeModelPackageOutput.add_member(:skip_model_validation, Shapes::ShapeRef.new(shape: SkipModelValidation, location_name: "SkipModelValidation"))
4777
4798
  DescribeModelPackageOutput.struct_class = Types::DescribeModelPackageOutput
@@ -4943,10 +4964,10 @@ module Aws::SageMaker
4943
4964
  DescribeSpaceResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
4944
4965
  DescribeSpaceResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
4945
4966
  DescribeSpaceResponse.add_member(:space_settings, Shapes::ShapeRef.new(shape: SpaceSettings, location_name: "SpaceSettings"))
4946
- DescribeSpaceResponse.add_member(:url, Shapes::ShapeRef.new(shape: String1024, location_name: "Url"))
4947
- DescribeSpaceResponse.add_member(:space_display_name, Shapes::ShapeRef.new(shape: NonEmptyString64, location_name: "SpaceDisplayName"))
4948
4967
  DescribeSpaceResponse.add_member(:ownership_settings, Shapes::ShapeRef.new(shape: OwnershipSettings, location_name: "OwnershipSettings"))
4949
4968
  DescribeSpaceResponse.add_member(:space_sharing_settings, Shapes::ShapeRef.new(shape: SpaceSharingSettings, location_name: "SpaceSharingSettings"))
4969
+ DescribeSpaceResponse.add_member(:space_display_name, Shapes::ShapeRef.new(shape: NonEmptyString64, location_name: "SpaceDisplayName"))
4970
+ DescribeSpaceResponse.add_member(:url, Shapes::ShapeRef.new(shape: String1024, location_name: "Url"))
4950
4971
  DescribeSpaceResponse.struct_class = Types::DescribeSpaceResponse
4951
4972
 
4952
4973
  DescribeStudioLifecycleConfigRequest.add_member(:studio_lifecycle_config_name, Shapes::ShapeRef.new(shape: StudioLifecycleConfigName, required: true, location_name: "StudioLifecycleConfigName"))
@@ -4984,6 +5005,7 @@ module Aws::SageMaker
4984
5005
  DescribeTrainingJobResponse.add_member(:input_data_config, Shapes::ShapeRef.new(shape: InputDataConfig, location_name: "InputDataConfig"))
4985
5006
  DescribeTrainingJobResponse.add_member(:output_data_config, Shapes::ShapeRef.new(shape: OutputDataConfig, location_name: "OutputDataConfig"))
4986
5007
  DescribeTrainingJobResponse.add_member(:resource_config, Shapes::ShapeRef.new(shape: ResourceConfig, required: true, location_name: "ResourceConfig"))
5008
+ DescribeTrainingJobResponse.add_member(:warm_pool_status, Shapes::ShapeRef.new(shape: WarmPoolStatus, location_name: "WarmPoolStatus"))
4987
5009
  DescribeTrainingJobResponse.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
4988
5010
  DescribeTrainingJobResponse.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: StoppingCondition, required: true, location_name: "StoppingCondition"))
4989
5011
  DescribeTrainingJobResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
@@ -5007,9 +5029,9 @@ module Aws::SageMaker
5007
5029
  DescribeTrainingJobResponse.add_member(:profiler_rule_configurations, Shapes::ShapeRef.new(shape: ProfilerRuleConfigurations, location_name: "ProfilerRuleConfigurations"))
5008
5030
  DescribeTrainingJobResponse.add_member(:profiler_rule_evaluation_statuses, Shapes::ShapeRef.new(shape: ProfilerRuleEvaluationStatuses, location_name: "ProfilerRuleEvaluationStatuses"))
5009
5031
  DescribeTrainingJobResponse.add_member(:profiling_status, Shapes::ShapeRef.new(shape: ProfilingStatus, location_name: "ProfilingStatus"))
5010
- DescribeTrainingJobResponse.add_member(:retry_strategy, Shapes::ShapeRef.new(shape: RetryStrategy, location_name: "RetryStrategy"))
5011
5032
  DescribeTrainingJobResponse.add_member(:environment, Shapes::ShapeRef.new(shape: TrainingEnvironmentMap, location_name: "Environment"))
5012
- DescribeTrainingJobResponse.add_member(:warm_pool_status, Shapes::ShapeRef.new(shape: WarmPoolStatus, location_name: "WarmPoolStatus"))
5033
+ DescribeTrainingJobResponse.add_member(:retry_strategy, Shapes::ShapeRef.new(shape: RetryStrategy, location_name: "RetryStrategy"))
5034
+ DescribeTrainingJobResponse.add_member(:remote_debug_config, Shapes::ShapeRef.new(shape: RemoteDebugConfig, location_name: "RemoteDebugConfig"))
5013
5035
  DescribeTrainingJobResponse.add_member(:infra_check_config, Shapes::ShapeRef.new(shape: InfraCheckConfig, location_name: "InfraCheckConfig"))
5014
5036
  DescribeTrainingJobResponse.struct_class = Types::DescribeTrainingJobResponse
5015
5037
 
@@ -5362,7 +5384,7 @@ module Aws::SageMaker
5362
5384
 
5363
5385
  EndpointConfigSummaryList.member = Shapes::ShapeRef.new(shape: EndpointConfigSummary)
5364
5386
 
5365
- EndpointInfo.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, required: true, location_name: "EndpointName"))
5387
+ EndpointInfo.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, location_name: "EndpointName"))
5366
5388
  EndpointInfo.struct_class = Types::EndpointInfo
5367
5389
 
5368
5390
  EndpointInput.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, required: true, location_name: "EndpointName"))
@@ -5379,9 +5401,9 @@ module Aws::SageMaker
5379
5401
  EndpointInput.struct_class = Types::EndpointInput
5380
5402
 
5381
5403
  EndpointInputConfiguration.add_member(:instance_type, Shapes::ShapeRef.new(shape: ProductionVariantInstanceType, location_name: "InstanceType"))
5404
+ EndpointInputConfiguration.add_member(:serverless_config, Shapes::ShapeRef.new(shape: ProductionVariantServerlessConfig, location_name: "ServerlessConfig"))
5382
5405
  EndpointInputConfiguration.add_member(:inference_specification_name, Shapes::ShapeRef.new(shape: InferenceSpecificationName, location_name: "InferenceSpecificationName"))
5383
5406
  EndpointInputConfiguration.add_member(:environment_parameter_ranges, Shapes::ShapeRef.new(shape: EnvironmentParameterRanges, location_name: "EnvironmentParameterRanges"))
5384
- EndpointInputConfiguration.add_member(:serverless_config, Shapes::ShapeRef.new(shape: ProductionVariantServerlessConfig, location_name: "ServerlessConfig"))
5385
5407
  EndpointInputConfiguration.struct_class = Types::EndpointInputConfiguration
5386
5408
 
5387
5409
  EndpointInputConfigurations.member = Shapes::ShapeRef.new(shape: EndpointInputConfiguration)
@@ -5472,8 +5494,8 @@ module Aws::SageMaker
5472
5494
 
5473
5495
  FeatureAdditions.member = Shapes::ShapeRef.new(shape: FeatureDefinition)
5474
5496
 
5475
- FeatureDefinition.add_member(:feature_name, Shapes::ShapeRef.new(shape: FeatureName, location_name: "FeatureName"))
5476
- FeatureDefinition.add_member(:feature_type, Shapes::ShapeRef.new(shape: FeatureType, location_name: "FeatureType"))
5497
+ FeatureDefinition.add_member(:feature_name, Shapes::ShapeRef.new(shape: FeatureName, required: true, location_name: "FeatureName"))
5498
+ FeatureDefinition.add_member(:feature_type, Shapes::ShapeRef.new(shape: FeatureType, required: true, location_name: "FeatureType"))
5477
5499
  FeatureDefinition.add_member(:collection_type, Shapes::ShapeRef.new(shape: CollectionType, location_name: "CollectionType"))
5478
5500
  FeatureDefinition.add_member(:collection_config, Shapes::ShapeRef.new(shape: CollectionConfig, location_name: "CollectionConfig"))
5479
5501
  FeatureDefinition.struct_class = Types::FeatureDefinition
@@ -5767,13 +5789,13 @@ module Aws::SageMaker
5767
5789
  HyperParameterTrainingJobDefinition.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
5768
5790
  HyperParameterTrainingJobDefinition.add_member(:output_data_config, Shapes::ShapeRef.new(shape: OutputDataConfig, required: true, location_name: "OutputDataConfig"))
5769
5791
  HyperParameterTrainingJobDefinition.add_member(:resource_config, Shapes::ShapeRef.new(shape: ResourceConfig, location_name: "ResourceConfig"))
5792
+ HyperParameterTrainingJobDefinition.add_member(:hyper_parameter_tuning_resource_config, Shapes::ShapeRef.new(shape: HyperParameterTuningResourceConfig, location_name: "HyperParameterTuningResourceConfig"))
5770
5793
  HyperParameterTrainingJobDefinition.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: StoppingCondition, required: true, location_name: "StoppingCondition"))
5771
5794
  HyperParameterTrainingJobDefinition.add_member(:enable_network_isolation, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableNetworkIsolation"))
5772
5795
  HyperParameterTrainingJobDefinition.add_member(:enable_inter_container_traffic_encryption, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableInterContainerTrafficEncryption"))
5773
5796
  HyperParameterTrainingJobDefinition.add_member(:enable_managed_spot_training, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableManagedSpotTraining"))
5774
5797
  HyperParameterTrainingJobDefinition.add_member(:checkpoint_config, Shapes::ShapeRef.new(shape: CheckpointConfig, location_name: "CheckpointConfig"))
5775
5798
  HyperParameterTrainingJobDefinition.add_member(:retry_strategy, Shapes::ShapeRef.new(shape: RetryStrategy, location_name: "RetryStrategy"))
5776
- HyperParameterTrainingJobDefinition.add_member(:hyper_parameter_tuning_resource_config, Shapes::ShapeRef.new(shape: HyperParameterTuningResourceConfig, location_name: "HyperParameterTuningResourceConfig"))
5777
5799
  HyperParameterTrainingJobDefinition.add_member(:environment, Shapes::ShapeRef.new(shape: HyperParameterTrainingJobEnvironmentMap, location_name: "Environment"))
5778
5800
  HyperParameterTrainingJobDefinition.struct_class = Types::HyperParameterTrainingJobDefinition
5779
5801
 
@@ -5843,9 +5865,9 @@ module Aws::SageMaker
5843
5865
  HyperParameterTuningJobSearchEntity.add_member(:overall_best_training_job, Shapes::ShapeRef.new(shape: HyperParameterTrainingJobSummary, location_name: "OverallBestTrainingJob"))
5844
5866
  HyperParameterTuningJobSearchEntity.add_member(:warm_start_config, Shapes::ShapeRef.new(shape: HyperParameterTuningJobWarmStartConfig, location_name: "WarmStartConfig"))
5845
5867
  HyperParameterTuningJobSearchEntity.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
5846
- HyperParameterTuningJobSearchEntity.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
5847
5868
  HyperParameterTuningJobSearchEntity.add_member(:tuning_job_completion_details, Shapes::ShapeRef.new(shape: HyperParameterTuningJobCompletionDetails, location_name: "TuningJobCompletionDetails"))
5848
5869
  HyperParameterTuningJobSearchEntity.add_member(:consumed_resources, Shapes::ShapeRef.new(shape: HyperParameterTuningJobConsumedResources, location_name: "ConsumedResources"))
5870
+ HyperParameterTuningJobSearchEntity.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
5849
5871
  HyperParameterTuningJobSearchEntity.struct_class = Types::HyperParameterTuningJobSearchEntity
5850
5872
 
5851
5873
  HyperParameterTuningJobStrategyConfig.add_member(:hyperband_strategy_config, Shapes::ShapeRef.new(shape: HyperbandStrategyConfig, location_name: "HyperbandStrategyConfig"))
@@ -6026,10 +6048,10 @@ module Aws::SageMaker
6026
6048
  InferenceMetrics.add_member(:model_latency, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "ModelLatency"))
6027
6049
  InferenceMetrics.struct_class = Types::InferenceMetrics
6028
6050
 
6051
+ InferenceRecommendation.add_member(:recommendation_id, Shapes::ShapeRef.new(shape: String, location_name: "RecommendationId"))
6029
6052
  InferenceRecommendation.add_member(:metrics, Shapes::ShapeRef.new(shape: RecommendationMetrics, required: true, location_name: "Metrics"))
6030
6053
  InferenceRecommendation.add_member(:endpoint_configuration, Shapes::ShapeRef.new(shape: EndpointOutputConfiguration, required: true, location_name: "EndpointConfiguration"))
6031
6054
  InferenceRecommendation.add_member(:model_configuration, Shapes::ShapeRef.new(shape: ModelConfiguration, required: true, location_name: "ModelConfiguration"))
6032
- InferenceRecommendation.add_member(:recommendation_id, Shapes::ShapeRef.new(shape: String, location_name: "RecommendationId"))
6033
6055
  InferenceRecommendation.add_member(:invocation_end_time, Shapes::ShapeRef.new(shape: InvocationEndTime, location_name: "InvocationEndTime"))
6034
6056
  InferenceRecommendation.add_member(:invocation_start_time, Shapes::ShapeRef.new(shape: InvocationStartTime, location_name: "InvocationStartTime"))
6035
6057
  InferenceRecommendation.struct_class = Types::InferenceRecommendation
@@ -6107,6 +6129,7 @@ module Aws::SageMaker
6107
6129
 
6108
6130
  JsonContentTypes.member = Shapes::ShapeRef.new(shape: JsonContentType)
6109
6131
 
6132
+ JupyterLabAppImageConfig.add_member(:file_system_config, Shapes::ShapeRef.new(shape: FileSystemConfig, location_name: "FileSystemConfig"))
6110
6133
  JupyterLabAppImageConfig.add_member(:container_config, Shapes::ShapeRef.new(shape: ContainerConfig, location_name: "ContainerConfig"))
6111
6134
  JupyterLabAppImageConfig.struct_class = Types::JupyterLabAppImageConfig
6112
6135
 
@@ -6356,7 +6379,7 @@ module Aws::SageMaker
6356
6379
  ListCandidatesForAutoMLJobRequest.add_member(:candidate_name_equals, Shapes::ShapeRef.new(shape: CandidateName, location_name: "CandidateNameEquals"))
6357
6380
  ListCandidatesForAutoMLJobRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: AutoMLSortOrder, location_name: "SortOrder"))
6358
6381
  ListCandidatesForAutoMLJobRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: CandidateSortBy, location_name: "SortBy"))
6359
- ListCandidatesForAutoMLJobRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: AutoMLMaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
6382
+ ListCandidatesForAutoMLJobRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: AutoMLMaxResultsForTrials, location_name: "MaxResults", metadata: {"box"=>true}))
6360
6383
  ListCandidatesForAutoMLJobRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
6361
6384
  ListCandidatesForAutoMLJobRequest.struct_class = Types::ListCandidatesForAutoMLJobRequest
6362
6385
 
@@ -6570,7 +6593,7 @@ module Aws::SageMaker
6570
6593
  ListFeatureGroupsRequest.struct_class = Types::ListFeatureGroupsRequest
6571
6594
 
6572
6595
  ListFeatureGroupsResponse.add_member(:feature_group_summaries, Shapes::ShapeRef.new(shape: FeatureGroupSummaries, required: true, location_name: "FeatureGroupSummaries"))
6573
- ListFeatureGroupsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, required: true, location_name: "NextToken"))
6596
+ ListFeatureGroupsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
6574
6597
  ListFeatureGroupsResponse.struct_class = Types::ListFeatureGroupsResponse
6575
6598
 
6576
6599
  ListFlowDefinitionsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
@@ -7480,7 +7503,7 @@ module Aws::SageMaker
7480
7503
  ModelDataQuality.add_member(:constraints, Shapes::ShapeRef.new(shape: MetricsSource, location_name: "Constraints"))
7481
7504
  ModelDataQuality.struct_class = Types::ModelDataQuality
7482
7505
 
7483
- ModelDataSource.add_member(:s3_data_source, Shapes::ShapeRef.new(shape: S3ModelDataSource, required: true, location_name: "S3DataSource"))
7506
+ ModelDataSource.add_member(:s3_data_source, Shapes::ShapeRef.new(shape: S3ModelDataSource, location_name: "S3DataSource"))
7484
7507
  ModelDataSource.struct_class = Types::ModelDataSource
7485
7508
 
7486
7509
  ModelDeployConfig.add_member(:auto_generate_endpoint_name, Shapes::ShapeRef.new(shape: AutoGenerateEndpointName, location_name: "AutoGenerateEndpointName"))
@@ -7949,7 +7972,7 @@ module Aws::SageMaker
7949
7972
  OidcConfigForResponse.add_member(:jwks_uri, Shapes::ShapeRef.new(shape: OidcEndpoint, location_name: "JwksUri"))
7950
7973
  OidcConfigForResponse.struct_class = Types::OidcConfigForResponse
7951
7974
 
7952
- OidcMemberDefinition.add_member(:groups, Shapes::ShapeRef.new(shape: Groups, required: true, location_name: "Groups"))
7975
+ OidcMemberDefinition.add_member(:groups, Shapes::ShapeRef.new(shape: Groups, location_name: "Groups"))
7953
7976
  OidcMemberDefinition.struct_class = Types::OidcMemberDefinition
7954
7977
 
7955
7978
  OnlineStoreConfig.add_member(:security_config, Shapes::ShapeRef.new(shape: OnlineStoreSecurityConfig, location_name: "SecurityConfig"))
@@ -8083,8 +8106,8 @@ module Aws::SageMaker
8083
8106
  PipelineExecution.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
8084
8107
  PipelineExecution.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
8085
8108
  PipelineExecution.add_member(:parallelism_configuration, Shapes::ShapeRef.new(shape: ParallelismConfiguration, location_name: "ParallelismConfiguration"))
8086
- PipelineExecution.add_member(:pipeline_parameters, Shapes::ShapeRef.new(shape: ParameterList, location_name: "PipelineParameters"))
8087
8109
  PipelineExecution.add_member(:selective_execution_config, Shapes::ShapeRef.new(shape: SelectiveExecutionConfig, location_name: "SelectiveExecutionConfig"))
8110
+ PipelineExecution.add_member(:pipeline_parameters, Shapes::ShapeRef.new(shape: ParameterList, location_name: "PipelineParameters"))
8088
8111
  PipelineExecution.struct_class = Types::PipelineExecution
8089
8112
 
8090
8113
  PipelineExecutionStep.add_member(:step_name, Shapes::ShapeRef.new(shape: StepName, location_name: "StepName"))
@@ -8094,9 +8117,9 @@ module Aws::SageMaker
8094
8117
  PipelineExecutionStep.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
8095
8118
  PipelineExecutionStep.add_member(:step_status, Shapes::ShapeRef.new(shape: StepStatus, location_name: "StepStatus"))
8096
8119
  PipelineExecutionStep.add_member(:cache_hit_result, Shapes::ShapeRef.new(shape: CacheHitResult, location_name: "CacheHitResult"))
8097
- PipelineExecutionStep.add_member(:attempt_count, Shapes::ShapeRef.new(shape: IntegerValue, location_name: "AttemptCount"))
8098
8120
  PipelineExecutionStep.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
8099
8121
  PipelineExecutionStep.add_member(:metadata, Shapes::ShapeRef.new(shape: PipelineExecutionStepMetadata, location_name: "Metadata"))
8122
+ PipelineExecutionStep.add_member(:attempt_count, Shapes::ShapeRef.new(shape: Integer, location_name: "AttemptCount"))
8100
8123
  PipelineExecutionStep.add_member(:selective_execution_result, Shapes::ShapeRef.new(shape: SelectiveExecutionResult, location_name: "SelectiveExecutionResult"))
8101
8124
  PipelineExecutionStep.struct_class = Types::PipelineExecutionStep
8102
8125
 
@@ -8111,9 +8134,9 @@ module Aws::SageMaker
8111
8134
  PipelineExecutionStepMetadata.add_member(:condition, Shapes::ShapeRef.new(shape: ConditionStepMetadata, location_name: "Condition"))
8112
8135
  PipelineExecutionStepMetadata.add_member(:callback, Shapes::ShapeRef.new(shape: CallbackStepMetadata, location_name: "Callback"))
8113
8136
  PipelineExecutionStepMetadata.add_member(:lambda, Shapes::ShapeRef.new(shape: LambdaStepMetadata, location_name: "Lambda"))
8137
+ PipelineExecutionStepMetadata.add_member(:emr, Shapes::ShapeRef.new(shape: EMRStepMetadata, location_name: "EMR"))
8114
8138
  PipelineExecutionStepMetadata.add_member(:quality_check, Shapes::ShapeRef.new(shape: QualityCheckStepMetadata, location_name: "QualityCheck"))
8115
8139
  PipelineExecutionStepMetadata.add_member(:clarify_check, Shapes::ShapeRef.new(shape: ClarifyCheckStepMetadata, location_name: "ClarifyCheck"))
8116
- PipelineExecutionStepMetadata.add_member(:emr, Shapes::ShapeRef.new(shape: EMRStepMetadata, location_name: "EMR"))
8117
8140
  PipelineExecutionStepMetadata.add_member(:fail, Shapes::ShapeRef.new(shape: FailStepMetadata, location_name: "Fail"))
8118
8141
  PipelineExecutionStepMetadata.add_member(:auto_ml_job, Shapes::ShapeRef.new(shape: AutoMLJobStepMetadata, location_name: "AutoMLJob"))
8119
8142
  PipelineExecutionStepMetadata.struct_class = Types::PipelineExecutionStepMetadata
@@ -8466,25 +8489,26 @@ module Aws::SageMaker
8466
8489
  RecommendationJobContainerConfig.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain"))
8467
8490
  RecommendationJobContainerConfig.add_member(:task, Shapes::ShapeRef.new(shape: String, location_name: "Task"))
8468
8491
  RecommendationJobContainerConfig.add_member(:framework, Shapes::ShapeRef.new(shape: String, location_name: "Framework"))
8469
- RecommendationJobContainerConfig.add_member(:framework_version, Shapes::ShapeRef.new(shape: String, location_name: "FrameworkVersion"))
8492
+ RecommendationJobContainerConfig.add_member(:framework_version, Shapes::ShapeRef.new(shape: RecommendationJobFrameworkVersion, location_name: "FrameworkVersion"))
8470
8493
  RecommendationJobContainerConfig.add_member(:payload_config, Shapes::ShapeRef.new(shape: RecommendationJobPayloadConfig, location_name: "PayloadConfig"))
8471
8494
  RecommendationJobContainerConfig.add_member(:nearest_model_name, Shapes::ShapeRef.new(shape: String, location_name: "NearestModelName"))
8472
8495
  RecommendationJobContainerConfig.add_member(:supported_instance_types, Shapes::ShapeRef.new(shape: RecommendationJobSupportedInstanceTypes, location_name: "SupportedInstanceTypes"))
8473
- RecommendationJobContainerConfig.add_member(:data_input_config, Shapes::ShapeRef.new(shape: RecommendationJobDataInputConfig, location_name: "DataInputConfig"))
8474
8496
  RecommendationJobContainerConfig.add_member(:supported_endpoint_type, Shapes::ShapeRef.new(shape: RecommendationJobSupportedEndpointType, location_name: "SupportedEndpointType"))
8497
+ RecommendationJobContainerConfig.add_member(:data_input_config, Shapes::ShapeRef.new(shape: RecommendationJobDataInputConfig, location_name: "DataInputConfig"))
8475
8498
  RecommendationJobContainerConfig.add_member(:supported_response_mime_types, Shapes::ShapeRef.new(shape: RecommendationJobSupportedResponseMIMETypes, location_name: "SupportedResponseMIMETypes"))
8476
8499
  RecommendationJobContainerConfig.struct_class = Types::RecommendationJobContainerConfig
8477
8500
 
8478
8501
  RecommendationJobInferenceBenchmark.add_member(:metrics, Shapes::ShapeRef.new(shape: RecommendationMetrics, location_name: "Metrics"))
8502
+ RecommendationJobInferenceBenchmark.add_member(:endpoint_metrics, Shapes::ShapeRef.new(shape: InferenceMetrics, location_name: "EndpointMetrics"))
8479
8503
  RecommendationJobInferenceBenchmark.add_member(:endpoint_configuration, Shapes::ShapeRef.new(shape: EndpointOutputConfiguration, location_name: "EndpointConfiguration"))
8480
8504
  RecommendationJobInferenceBenchmark.add_member(:model_configuration, Shapes::ShapeRef.new(shape: ModelConfiguration, required: true, location_name: "ModelConfiguration"))
8481
8505
  RecommendationJobInferenceBenchmark.add_member(:failure_reason, Shapes::ShapeRef.new(shape: RecommendationFailureReason, location_name: "FailureReason"))
8482
- RecommendationJobInferenceBenchmark.add_member(:endpoint_metrics, Shapes::ShapeRef.new(shape: InferenceMetrics, location_name: "EndpointMetrics"))
8483
8506
  RecommendationJobInferenceBenchmark.add_member(:invocation_end_time, Shapes::ShapeRef.new(shape: InvocationEndTime, location_name: "InvocationEndTime"))
8484
8507
  RecommendationJobInferenceBenchmark.add_member(:invocation_start_time, Shapes::ShapeRef.new(shape: InvocationStartTime, location_name: "InvocationStartTime"))
8485
8508
  RecommendationJobInferenceBenchmark.struct_class = Types::RecommendationJobInferenceBenchmark
8486
8509
 
8487
8510
  RecommendationJobInputConfig.add_member(:model_package_version_arn, Shapes::ShapeRef.new(shape: ModelPackageArn, location_name: "ModelPackageVersionArn"))
8511
+ RecommendationJobInputConfig.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, location_name: "ModelName"))
8488
8512
  RecommendationJobInputConfig.add_member(:job_duration_in_seconds, Shapes::ShapeRef.new(shape: JobDurationInSeconds, location_name: "JobDurationInSeconds"))
8489
8513
  RecommendationJobInputConfig.add_member(:traffic_pattern, Shapes::ShapeRef.new(shape: TrafficPattern, location_name: "TrafficPattern"))
8490
8514
  RecommendationJobInputConfig.add_member(:resource_limit, Shapes::ShapeRef.new(shape: RecommendationJobResourceLimit, location_name: "ResourceLimit"))
@@ -8493,14 +8517,13 @@ module Aws::SageMaker
8493
8517
  RecommendationJobInputConfig.add_member(:container_config, Shapes::ShapeRef.new(shape: RecommendationJobContainerConfig, location_name: "ContainerConfig"))
8494
8518
  RecommendationJobInputConfig.add_member(:endpoints, Shapes::ShapeRef.new(shape: Endpoints, location_name: "Endpoints"))
8495
8519
  RecommendationJobInputConfig.add_member(:vpc_config, Shapes::ShapeRef.new(shape: RecommendationJobVpcConfig, location_name: "VpcConfig"))
8496
- RecommendationJobInputConfig.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, location_name: "ModelName"))
8497
8520
  RecommendationJobInputConfig.struct_class = Types::RecommendationJobInputConfig
8498
8521
 
8499
8522
  RecommendationJobOutputConfig.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
8500
8523
  RecommendationJobOutputConfig.add_member(:compiled_output_config, Shapes::ShapeRef.new(shape: RecommendationJobCompiledOutputConfig, location_name: "CompiledOutputConfig"))
8501
8524
  RecommendationJobOutputConfig.struct_class = Types::RecommendationJobOutputConfig
8502
8525
 
8503
- RecommendationJobPayloadConfig.add_member(:sample_payload_url, Shapes::ShapeRef.new(shape: String, location_name: "SamplePayloadUrl"))
8526
+ RecommendationJobPayloadConfig.add_member(:sample_payload_url, Shapes::ShapeRef.new(shape: S3Uri, location_name: "SamplePayloadUrl"))
8504
8527
  RecommendationJobPayloadConfig.add_member(:supported_content_types, Shapes::ShapeRef.new(shape: RecommendationJobSupportedContentTypes, location_name: "SupportedContentTypes"))
8505
8528
  RecommendationJobPayloadConfig.struct_class = Types::RecommendationJobPayloadConfig
8506
8529
 
@@ -8513,7 +8536,7 @@ module Aws::SageMaker
8513
8536
  RecommendationJobStoppingConditions.add_member(:flat_invocations, Shapes::ShapeRef.new(shape: FlatInvocations, location_name: "FlatInvocations"))
8514
8537
  RecommendationJobStoppingConditions.struct_class = Types::RecommendationJobStoppingConditions
8515
8538
 
8516
- RecommendationJobSupportedContentTypes.member = Shapes::ShapeRef.new(shape: String)
8539
+ RecommendationJobSupportedContentTypes.member = Shapes::ShapeRef.new(shape: RecommendationJobSupportedContentType)
8517
8540
 
8518
8541
  RecommendationJobSupportedInstanceTypes.member = Shapes::ShapeRef.new(shape: String)
8519
8542
 
@@ -8555,6 +8578,12 @@ module Aws::SageMaker
8555
8578
  RegisterModelStepMetadata.add_member(:arn, Shapes::ShapeRef.new(shape: String256, location_name: "Arn"))
8556
8579
  RegisterModelStepMetadata.struct_class = Types::RegisterModelStepMetadata
8557
8580
 
8581
+ RemoteDebugConfig.add_member(:enable_remote_debug, Shapes::ShapeRef.new(shape: EnableRemoteDebug, location_name: "EnableRemoteDebug"))
8582
+ RemoteDebugConfig.struct_class = Types::RemoteDebugConfig
8583
+
8584
+ RemoteDebugConfigForUpdate.add_member(:enable_remote_debug, Shapes::ShapeRef.new(shape: EnableRemoteDebug, location_name: "EnableRemoteDebug"))
8585
+ RemoteDebugConfigForUpdate.struct_class = Types::RemoteDebugConfigForUpdate
8586
+
8558
8587
  RenderUiTemplateRequest.add_member(:ui_template, Shapes::ShapeRef.new(shape: UiTemplate, location_name: "UiTemplate"))
8559
8588
  RenderUiTemplateRequest.add_member(:task, Shapes::ShapeRef.new(shape: RenderableTask, required: true, location_name: "Task"))
8560
8589
  RenderUiTemplateRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
@@ -8594,8 +8623,8 @@ module Aws::SageMaker
8594
8623
  ResourceConfig.add_member(:instance_count, Shapes::ShapeRef.new(shape: TrainingInstanceCount, location_name: "InstanceCount"))
8595
8624
  ResourceConfig.add_member(:volume_size_in_gb, Shapes::ShapeRef.new(shape: VolumeSizeInGB, required: true, location_name: "VolumeSizeInGB"))
8596
8625
  ResourceConfig.add_member(:volume_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "VolumeKmsKeyId"))
8597
- ResourceConfig.add_member(:instance_groups, Shapes::ShapeRef.new(shape: InstanceGroups, location_name: "InstanceGroups"))
8598
8626
  ResourceConfig.add_member(:keep_alive_period_in_seconds, Shapes::ShapeRef.new(shape: KeepAlivePeriodInSeconds, location_name: "KeepAlivePeriodInSeconds"))
8627
+ ResourceConfig.add_member(:instance_groups, Shapes::ShapeRef.new(shape: InstanceGroups, location_name: "InstanceGroups"))
8599
8628
  ResourceConfig.struct_class = Types::ResourceConfig
8600
8629
 
8601
8630
  ResourceConfigForUpdate.add_member(:keep_alive_period_in_seconds, Shapes::ShapeRef.new(shape: KeepAlivePeriodInSeconds, required: true, location_name: "KeepAlivePeriodInSeconds"))
@@ -8706,11 +8735,11 @@ module Aws::SageMaker
8706
8735
  SearchRecord.add_member(:pipeline, Shapes::ShapeRef.new(shape: Pipeline, location_name: "Pipeline"))
8707
8736
  SearchRecord.add_member(:pipeline_execution, Shapes::ShapeRef.new(shape: PipelineExecution, location_name: "PipelineExecution"))
8708
8737
  SearchRecord.add_member(:feature_group, Shapes::ShapeRef.new(shape: FeatureGroup, location_name: "FeatureGroup"))
8709
- SearchRecord.add_member(:project, Shapes::ShapeRef.new(shape: Project, location_name: "Project"))
8710
8738
  SearchRecord.add_member(:feature_metadata, Shapes::ShapeRef.new(shape: FeatureMetadata, location_name: "FeatureMetadata"))
8739
+ SearchRecord.add_member(:project, Shapes::ShapeRef.new(shape: Project, location_name: "Project"))
8711
8740
  SearchRecord.add_member(:hyper_parameter_tuning_job, Shapes::ShapeRef.new(shape: HyperParameterTuningJobSearchEntity, location_name: "HyperParameterTuningJob"))
8712
- SearchRecord.add_member(:model, Shapes::ShapeRef.new(shape: ModelDashboardModel, location_name: "Model"))
8713
8741
  SearchRecord.add_member(:model_card, Shapes::ShapeRef.new(shape: ModelCard, location_name: "ModelCard"))
8742
+ SearchRecord.add_member(:model, Shapes::ShapeRef.new(shape: ModelDashboardModel, location_name: "Model"))
8714
8743
  SearchRecord.struct_class = Types::SearchRecord
8715
8744
 
8716
8745
  SearchRequest.add_member(:resource, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "Resource"))
@@ -8720,6 +8749,7 @@ module Aws::SageMaker
8720
8749
  SearchRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
8721
8750
  SearchRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
8722
8751
  SearchRequest.add_member(:cross_account_filter_option, Shapes::ShapeRef.new(shape: CrossAccountFilterOption, location_name: "CrossAccountFilterOption"))
8752
+ SearchRequest.add_member(:visibility_conditions, Shapes::ShapeRef.new(shape: VisibilityConditionsList, location_name: "VisibilityConditions"))
8723
8753
  SearchRequest.struct_class = Types::SearchRequest
8724
8754
 
8725
8755
  SearchResponse.add_member(:results, Shapes::ShapeRef.new(shape: SearchResultsList, location_name: "Results"))
@@ -8818,10 +8848,10 @@ module Aws::SageMaker
8818
8848
  SpaceDetails.add_member(:status, Shapes::ShapeRef.new(shape: SpaceStatus, location_name: "Status"))
8819
8849
  SpaceDetails.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
8820
8850
  SpaceDetails.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: LastModifiedTime, location_name: "LastModifiedTime"))
8821
- SpaceDetails.add_member(:space_display_name, Shapes::ShapeRef.new(shape: NonEmptyString64, location_name: "SpaceDisplayName"))
8822
8851
  SpaceDetails.add_member(:space_settings_summary, Shapes::ShapeRef.new(shape: SpaceSettingsSummary, location_name: "SpaceSettingsSummary"))
8823
8852
  SpaceDetails.add_member(:space_sharing_settings_summary, Shapes::ShapeRef.new(shape: SpaceSharingSettingsSummary, location_name: "SpaceSharingSettingsSummary"))
8824
8853
  SpaceDetails.add_member(:ownership_settings_summary, Shapes::ShapeRef.new(shape: OwnershipSettingsSummary, location_name: "OwnershipSettingsSummary"))
8854
+ SpaceDetails.add_member(:space_display_name, Shapes::ShapeRef.new(shape: NonEmptyString64, location_name: "SpaceDisplayName"))
8825
8855
  SpaceDetails.struct_class = Types::SpaceDetails
8826
8856
 
8827
8857
  SpaceJupyterLabAppSettings.add_member(:default_resource_spec, Shapes::ShapeRef.new(shape: ResourceSpec, location_name: "DefaultResourceSpec"))
@@ -8832,10 +8862,10 @@ module Aws::SageMaker
8832
8862
 
8833
8863
  SpaceSettings.add_member(:jupyter_server_app_settings, Shapes::ShapeRef.new(shape: JupyterServerAppSettings, location_name: "JupyterServerAppSettings"))
8834
8864
  SpaceSettings.add_member(:kernel_gateway_app_settings, Shapes::ShapeRef.new(shape: KernelGatewayAppSettings, location_name: "KernelGatewayAppSettings"))
8835
- SpaceSettings.add_member(:jupyter_lab_app_settings, Shapes::ShapeRef.new(shape: SpaceJupyterLabAppSettings, location_name: "JupyterLabAppSettings"))
8836
8865
  SpaceSettings.add_member(:code_editor_app_settings, Shapes::ShapeRef.new(shape: SpaceCodeEditorAppSettings, location_name: "CodeEditorAppSettings"))
8837
- SpaceSettings.add_member(:space_storage_settings, Shapes::ShapeRef.new(shape: SpaceStorageSettings, location_name: "SpaceStorageSettings"))
8866
+ SpaceSettings.add_member(:jupyter_lab_app_settings, Shapes::ShapeRef.new(shape: SpaceJupyterLabAppSettings, location_name: "JupyterLabAppSettings"))
8838
8867
  SpaceSettings.add_member(:app_type, Shapes::ShapeRef.new(shape: AppType, location_name: "AppType"))
8868
+ SpaceSettings.add_member(:space_storage_settings, Shapes::ShapeRef.new(shape: SpaceStorageSettings, location_name: "SpaceStorageSettings"))
8839
8869
  SpaceSettings.add_member(:custom_file_systems, Shapes::ShapeRef.new(shape: CustomFileSystems, location_name: "CustomFileSystems"))
8840
8870
  SpaceSettings.struct_class = Types::SpaceSettings
8841
8871
 
@@ -9017,6 +9047,7 @@ module Aws::SageMaker
9017
9047
  TextGenerationJobConfig.add_member(:completion_criteria, Shapes::ShapeRef.new(shape: AutoMLJobCompletionCriteria, location_name: "CompletionCriteria"))
9018
9048
  TextGenerationJobConfig.add_member(:base_model_name, Shapes::ShapeRef.new(shape: BaseModelName, location_name: "BaseModelName"))
9019
9049
  TextGenerationJobConfig.add_member(:text_generation_hyper_parameters, Shapes::ShapeRef.new(shape: TextGenerationHyperParameters, location_name: "TextGenerationHyperParameters"))
9050
+ TextGenerationJobConfig.add_member(:model_access_config, Shapes::ShapeRef.new(shape: ModelAccessConfig, location_name: "ModelAccessConfig"))
9020
9051
  TextGenerationJobConfig.struct_class = Types::TextGenerationJobConfig
9021
9052
 
9022
9053
  TextGenerationResolvedAttributes.add_member(:base_model_name, Shapes::ShapeRef.new(shape: BaseModelName, location_name: "BaseModelName"))
@@ -9179,6 +9210,7 @@ module Aws::SageMaker
9179
9210
  TransformJob.add_member(:environment, Shapes::ShapeRef.new(shape: TransformEnvironmentMap, location_name: "Environment"))
9180
9211
  TransformJob.add_member(:transform_input, Shapes::ShapeRef.new(shape: TransformInput, location_name: "TransformInput"))
9181
9212
  TransformJob.add_member(:transform_output, Shapes::ShapeRef.new(shape: TransformOutput, location_name: "TransformOutput"))
9213
+ TransformJob.add_member(:data_capture_config, Shapes::ShapeRef.new(shape: BatchDataCaptureConfig, location_name: "DataCaptureConfig"))
9182
9214
  TransformJob.add_member(:transform_resources, Shapes::ShapeRef.new(shape: TransformResources, location_name: "TransformResources"))
9183
9215
  TransformJob.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
9184
9216
  TransformJob.add_member(:transform_start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "TransformStartTime"))
@@ -9188,7 +9220,6 @@ module Aws::SageMaker
9188
9220
  TransformJob.add_member(:data_processing, Shapes::ShapeRef.new(shape: DataProcessing, location_name: "DataProcessing"))
9189
9221
  TransformJob.add_member(:experiment_config, Shapes::ShapeRef.new(shape: ExperimentConfig, location_name: "ExperimentConfig"))
9190
9222
  TransformJob.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
9191
- TransformJob.add_member(:data_capture_config, Shapes::ShapeRef.new(shape: BatchDataCaptureConfig, location_name: "DataCaptureConfig"))
9192
9223
  TransformJob.struct_class = Types::TransformJob
9193
9224
 
9194
9225
  TransformJobDefinition.add_member(:max_concurrent_transforms, Shapes::ShapeRef.new(shape: MaxConcurrentTransforms, location_name: "MaxConcurrentTransforms"))
@@ -9270,7 +9301,7 @@ module Aws::SageMaker
9270
9301
  TrialComponentArtifact.add_member(:value, Shapes::ShapeRef.new(shape: TrialComponentArtifactValue, required: true, location_name: "Value"))
9271
9302
  TrialComponentArtifact.struct_class = Types::TrialComponentArtifact
9272
9303
 
9273
- TrialComponentArtifacts.key = Shapes::ShapeRef.new(shape: TrialComponentKey64)
9304
+ TrialComponentArtifacts.key = Shapes::ShapeRef.new(shape: TrialComponentKey128)
9274
9305
  TrialComponentArtifacts.value = Shapes::ShapeRef.new(shape: TrialComponentArtifact)
9275
9306
 
9276
9307
  TrialComponentMetricSummaries.member = Shapes::ShapeRef.new(shape: TrialComponentMetricSummary)
@@ -9290,7 +9321,7 @@ module Aws::SageMaker
9290
9321
  TrialComponentParameterValue.add_member(:number_value, Shapes::ShapeRef.new(shape: DoubleParameterValue, location_name: "NumberValue"))
9291
9322
  TrialComponentParameterValue.struct_class = Types::TrialComponentParameterValue
9292
9323
 
9293
- TrialComponentParameters.key = Shapes::ShapeRef.new(shape: TrialComponentKey256)
9324
+ TrialComponentParameters.key = Shapes::ShapeRef.new(shape: TrialComponentKey320)
9294
9325
  TrialComponentParameters.value = Shapes::ShapeRef.new(shape: TrialComponentParameterValue)
9295
9326
 
9296
9327
  TrialComponentSimpleSummaries.member = Shapes::ShapeRef.new(shape: TrialComponentSimpleSummary)
@@ -9395,7 +9426,7 @@ module Aws::SageMaker
9395
9426
 
9396
9427
  UpdateArtifactRequest.add_member(:artifact_arn, Shapes::ShapeRef.new(shape: ArtifactArn, required: true, location_name: "ArtifactArn"))
9397
9428
  UpdateArtifactRequest.add_member(:artifact_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "ArtifactName"))
9398
- UpdateArtifactRequest.add_member(:properties, Shapes::ShapeRef.new(shape: LineageEntityParameters, location_name: "Properties"))
9429
+ UpdateArtifactRequest.add_member(:properties, Shapes::ShapeRef.new(shape: ArtifactProperties, location_name: "Properties"))
9399
9430
  UpdateArtifactRequest.add_member(:properties_to_remove, Shapes::ShapeRef.new(shape: ListLineageEntityParameterKey, location_name: "PropertiesToRemove"))
9400
9431
  UpdateArtifactRequest.struct_class = Types::UpdateArtifactRequest
9401
9432
 
@@ -9416,7 +9447,7 @@ module Aws::SageMaker
9416
9447
  UpdateCodeRepositoryOutput.add_member(:code_repository_arn, Shapes::ShapeRef.new(shape: CodeRepositoryArn, required: true, location_name: "CodeRepositoryArn"))
9417
9448
  UpdateCodeRepositoryOutput.struct_class = Types::UpdateCodeRepositoryOutput
9418
9449
 
9419
- UpdateContextRequest.add_member(:context_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "ContextName"))
9450
+ UpdateContextRequest.add_member(:context_name, Shapes::ShapeRef.new(shape: ContextName, required: true, location_name: "ContextName"))
9420
9451
  UpdateContextRequest.add_member(:description, Shapes::ShapeRef.new(shape: ExperimentDescription, location_name: "Description"))
9421
9452
  UpdateContextRequest.add_member(:properties, Shapes::ShapeRef.new(shape: LineageEntityParameters, location_name: "Properties"))
9422
9453
  UpdateContextRequest.add_member(:properties_to_remove, Shapes::ShapeRef.new(shape: ListLineageEntityParameterKey, location_name: "PropertiesToRemove"))
@@ -9439,8 +9470,8 @@ module Aws::SageMaker
9439
9470
  UpdateDomainRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
9440
9471
  UpdateDomainRequest.add_member(:default_user_settings, Shapes::ShapeRef.new(shape: UserSettings, location_name: "DefaultUserSettings"))
9441
9472
  UpdateDomainRequest.add_member(:domain_settings_for_update, Shapes::ShapeRef.new(shape: DomainSettingsForUpdate, location_name: "DomainSettingsForUpdate"))
9442
- UpdateDomainRequest.add_member(:default_space_settings, Shapes::ShapeRef.new(shape: DefaultSpaceSettings, location_name: "DefaultSpaceSettings"))
9443
9473
  UpdateDomainRequest.add_member(:app_security_group_management, Shapes::ShapeRef.new(shape: AppSecurityGroupManagement, location_name: "AppSecurityGroupManagement"))
9474
+ UpdateDomainRequest.add_member(:default_space_settings, Shapes::ShapeRef.new(shape: DefaultSpaceSettings, location_name: "DefaultSpaceSettings"))
9444
9475
  UpdateDomainRequest.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: Subnets, location_name: "SubnetIds"))
9445
9476
  UpdateDomainRequest.add_member(:app_network_access_type, Shapes::ShapeRef.new(shape: AppNetworkAccessType, location_name: "AppNetworkAccessType"))
9446
9477
  UpdateDomainRequest.struct_class = Types::UpdateDomainRequest
@@ -9655,6 +9686,7 @@ module Aws::SageMaker
9655
9686
  UpdateTrainingJobRequest.add_member(:profiler_config, Shapes::ShapeRef.new(shape: ProfilerConfigForUpdate, location_name: "ProfilerConfig"))
9656
9687
  UpdateTrainingJobRequest.add_member(:profiler_rule_configurations, Shapes::ShapeRef.new(shape: ProfilerRuleConfigurations, location_name: "ProfilerRuleConfigurations"))
9657
9688
  UpdateTrainingJobRequest.add_member(:resource_config, Shapes::ShapeRef.new(shape: ResourceConfigForUpdate, location_name: "ResourceConfig"))
9689
+ UpdateTrainingJobRequest.add_member(:remote_debug_config, Shapes::ShapeRef.new(shape: RemoteDebugConfigForUpdate, location_name: "RemoteDebugConfig"))
9658
9690
  UpdateTrainingJobRequest.struct_class = Types::UpdateTrainingJobRequest
9659
9691
 
9660
9692
  UpdateTrainingJobResponse.add_member(:training_job_arn, Shapes::ShapeRef.new(shape: TrainingJobArn, required: true, location_name: "TrainingJobArn"))
@@ -9733,8 +9765,8 @@ module Aws::SageMaker
9733
9765
  UserSettings.add_member(:r_studio_server_pro_app_settings, Shapes::ShapeRef.new(shape: RStudioServerProAppSettings, location_name: "RStudioServerProAppSettings"))
9734
9766
  UserSettings.add_member(:r_session_app_settings, Shapes::ShapeRef.new(shape: RSessionAppSettings, location_name: "RSessionAppSettings"))
9735
9767
  UserSettings.add_member(:canvas_app_settings, Shapes::ShapeRef.new(shape: CanvasAppSettings, location_name: "CanvasAppSettings"))
9736
- UserSettings.add_member(:jupyter_lab_app_settings, Shapes::ShapeRef.new(shape: JupyterLabAppSettings, location_name: "JupyterLabAppSettings"))
9737
9768
  UserSettings.add_member(:code_editor_app_settings, Shapes::ShapeRef.new(shape: CodeEditorAppSettings, location_name: "CodeEditorAppSettings"))
9769
+ UserSettings.add_member(:jupyter_lab_app_settings, Shapes::ShapeRef.new(shape: JupyterLabAppSettings, location_name: "JupyterLabAppSettings"))
9738
9770
  UserSettings.add_member(:space_storage_settings, Shapes::ShapeRef.new(shape: DefaultSpaceStorageSettings, location_name: "SpaceStorageSettings"))
9739
9771
  UserSettings.add_member(:default_landing_uri, Shapes::ShapeRef.new(shape: LandingUri, location_name: "DefaultLandingUri"))
9740
9772
  UserSettings.add_member(:studio_web_portal, Shapes::ShapeRef.new(shape: StudioWebPortal, location_name: "StudioWebPortal"))
@@ -9757,6 +9789,12 @@ module Aws::SageMaker
9757
9789
 
9758
9790
  Vertices.member = Shapes::ShapeRef.new(shape: Vertex)
9759
9791
 
9792
+ VisibilityConditions.add_member(:key, Shapes::ShapeRef.new(shape: VisibilityConditionsKey, location_name: "Key"))
9793
+ VisibilityConditions.add_member(:value, Shapes::ShapeRef.new(shape: VisibilityConditionsValue, location_name: "Value"))
9794
+ VisibilityConditions.struct_class = Types::VisibilityConditions
9795
+
9796
+ VisibilityConditionsList.member = Shapes::ShapeRef.new(shape: VisibilityConditions)
9797
+
9760
9798
  VpcConfig.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: VpcSecurityGroupIds, required: true, location_name: "SecurityGroupIds"))
9761
9799
  VpcConfig.add_member(:subnets, Shapes::ShapeRef.new(shape: Subnets, required: true, location_name: "Subnets"))
9762
9800
  VpcConfig.struct_class = Types::VpcConfig
@@ -10283,6 +10321,7 @@ module Aws::SageMaker
10283
10321
  o.output = Shapes::ShapeRef.new(shape: CreatePipelineResponse)
10284
10322
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
10285
10323
  o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
10324
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
10286
10325
  end)
10287
10326
 
10288
10327
  api.add_operation(:create_presigned_domain_url, Seahorse::Model::Operation.new.tap do |o|
@@ -10425,6 +10464,7 @@ module Aws::SageMaker
10425
10464
  o.http_request_uri = "/"
10426
10465
  o.input = Shapes::ShapeRef.new(shape: DeleteAlgorithmInput)
10427
10466
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
10467
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
10428
10468
  end)
10429
10469
 
10430
10470
  api.add_operation(:delete_app, Seahorse::Model::Operation.new.tap do |o|
@@ -10482,6 +10522,15 @@ module Aws::SageMaker
10482
10522
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
10483
10523
  end)
10484
10524
 
10525
+ api.add_operation(:delete_compilation_job, Seahorse::Model::Operation.new.tap do |o|
10526
+ o.name = "DeleteCompilationJob"
10527
+ o.http_method = "POST"
10528
+ o.http_request_uri = "/"
10529
+ o.input = Shapes::ShapeRef.new(shape: DeleteCompilationJobRequest)
10530
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
10531
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
10532
+ end)
10533
+
10485
10534
  api.add_operation(:delete_context, Seahorse::Model::Operation.new.tap do |o|
10486
10535
  o.name = "DeleteContext"
10487
10536
  o.http_method = "POST"
@@ -10751,6 +10800,7 @@ module Aws::SageMaker
10751
10800
  o.input = Shapes::ShapeRef.new(shape: DeletePipelineRequest)
10752
10801
  o.output = Shapes::ShapeRef.new(shape: DeletePipelineResponse)
10753
10802
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
10803
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
10754
10804
  end)
10755
10805
 
10756
10806
  api.add_operation(:delete_project, Seahorse::Model::Operation.new.tap do |o|
@@ -11360,6 +11410,7 @@ module Aws::SageMaker
11360
11410
  o.input = Shapes::ShapeRef.new(shape: DescribeUserProfileRequest)
11361
11411
  o.output = Shapes::ShapeRef.new(shape: DescribeUserProfileResponse)
11362
11412
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
11413
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
11363
11414
  end)
11364
11415
 
11365
11416
  api.add_operation(:describe_workforce, Seahorse::Model::Operation.new.tap do |o|
@@ -12524,6 +12575,7 @@ module Aws::SageMaker
12524
12575
  o.http_request_uri = "/"
12525
12576
  o.input = Shapes::ShapeRef.new(shape: PutModelPackageGroupPolicyInput)
12526
12577
  o.output = Shapes::ShapeRef.new(shape: PutModelPackageGroupPolicyOutput)
12578
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
12527
12579
  end)
12528
12580
 
12529
12581
  api.add_operation(:query_lineage, Seahorse::Model::Operation.new.tap do |o|
@@ -12592,6 +12644,7 @@ module Aws::SageMaker
12592
12644
  o.output = Shapes::ShapeRef.new(shape: SendPipelineExecutionStepFailureResponse)
12593
12645
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
12594
12646
  o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
12647
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
12595
12648
  end)
12596
12649
 
12597
12650
  api.add_operation(:send_pipeline_execution_step_success, Seahorse::Model::Operation.new.tap do |o|
@@ -12602,6 +12655,7 @@ module Aws::SageMaker
12602
12655
  o.output = Shapes::ShapeRef.new(shape: SendPipelineExecutionStepSuccessResponse)
12603
12656
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
12604
12657
  o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
12658
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
12605
12659
  end)
12606
12660
 
12607
12661
  api.add_operation(:start_edge_deployment_stage, Seahorse::Model::Operation.new.tap do |o|
@@ -12648,6 +12702,7 @@ module Aws::SageMaker
12648
12702
  o.output = Shapes::ShapeRef.new(shape: StartPipelineExecutionResponse)
12649
12703
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
12650
12704
  o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
12705
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
12651
12706
  end)
12652
12707
 
12653
12708
  api.add_operation(:stop_auto_ml_job, Seahorse::Model::Operation.new.tap do |o|
@@ -12745,6 +12800,7 @@ module Aws::SageMaker
12745
12800
  o.input = Shapes::ShapeRef.new(shape: StopPipelineExecutionRequest)
12746
12801
  o.output = Shapes::ShapeRef.new(shape: StopPipelineExecutionResponse)
12747
12802
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
12803
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
12748
12804
  end)
12749
12805
 
12750
12806
  api.add_operation(:stop_processing_job, Seahorse::Model::Operation.new.tap do |o|
@@ -12820,6 +12876,7 @@ module Aws::SageMaker
12820
12876
  o.http_request_uri = "/"
12821
12877
  o.input = Shapes::ShapeRef.new(shape: UpdateCodeRepositoryInput)
12822
12878
  o.output = Shapes::ShapeRef.new(shape: UpdateCodeRepositoryOutput)
12879
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
12823
12880
  end)
12824
12881
 
12825
12882
  api.add_operation(:update_context, Seahorse::Model::Operation.new.tap do |o|
@@ -12895,6 +12952,7 @@ module Aws::SageMaker
12895
12952
  o.input = Shapes::ShapeRef.new(shape: UpdateFeatureGroupRequest)
12896
12953
  o.output = Shapes::ShapeRef.new(shape: UpdateFeatureGroupResponse)
12897
12954
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
12955
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
12898
12956
  end)
12899
12957
 
12900
12958
  api.add_operation(:update_feature_metadata, Seahorse::Model::Operation.new.tap do |o|
@@ -12980,6 +13038,7 @@ module Aws::SageMaker
12980
13038
  o.http_request_uri = "/"
12981
13039
  o.input = Shapes::ShapeRef.new(shape: UpdateModelPackageInput)
12982
13040
  o.output = Shapes::ShapeRef.new(shape: UpdateModelPackageOutput)
13041
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
12983
13042
  end)
12984
13043
 
12985
13044
  api.add_operation(:update_monitoring_alert, Seahorse::Model::Operation.new.tap do |o|
@@ -13027,6 +13086,7 @@ module Aws::SageMaker
13027
13086
  o.input = Shapes::ShapeRef.new(shape: UpdatePipelineRequest)
13028
13087
  o.output = Shapes::ShapeRef.new(shape: UpdatePipelineResponse)
13029
13088
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
13089
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
13030
13090
  end)
13031
13091
 
13032
13092
  api.add_operation(:update_pipeline_execution, Seahorse::Model::Operation.new.tap do |o|
@@ -13036,6 +13096,7 @@ module Aws::SageMaker
13036
13096
  o.input = Shapes::ShapeRef.new(shape: UpdatePipelineExecutionRequest)
13037
13097
  o.output = Shapes::ShapeRef.new(shape: UpdatePipelineExecutionResponse)
13038
13098
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
13099
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
13039
13100
  end)
13040
13101
 
13041
13102
  api.add_operation(:update_project, Seahorse::Model::Operation.new.tap do |o|
@@ -13044,6 +13105,7 @@ module Aws::SageMaker
13044
13105
  o.http_request_uri = "/"
13045
13106
  o.input = Shapes::ShapeRef.new(shape: UpdateProjectInput)
13046
13107
  o.output = Shapes::ShapeRef.new(shape: UpdateProjectOutput)
13108
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
13047
13109
  end)
13048
13110
 
13049
13111
  api.add_operation(:update_space, Seahorse::Model::Operation.new.tap do |o|
@@ -13064,6 +13126,7 @@ module Aws::SageMaker
13064
13126
  o.input = Shapes::ShapeRef.new(shape: UpdateTrainingJobRequest)
13065
13127
  o.output = Shapes::ShapeRef.new(shape: UpdateTrainingJobResponse)
13066
13128
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
13129
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
13067
13130
  end)
13068
13131
 
13069
13132
  api.add_operation(:update_trial, Seahorse::Model::Operation.new.tap do |o|