aws-sdk-sagemaker 1.246.0 → 1.247.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +480 -4
- data/lib/aws-sdk-sagemaker/client_api.rb +232 -0
- data/lib/aws-sdk-sagemaker/endpoints.rb +112 -0
- data/lib/aws-sdk-sagemaker/plugins/endpoints.rb +16 -0
- data/lib/aws-sdk-sagemaker/types.rb +590 -9
- data/lib/aws-sdk-sagemaker.rb +1 -1
- data/sig/client.rbs +144 -5
- data/sig/types.rbs +150 -0
- metadata +2 -2
@@ -103,6 +103,9 @@ module Aws::SageMaker
|
|
103
103
|
AttributeName = Shapes::StringShape.new(name: 'AttributeName')
|
104
104
|
AttributeNames = Shapes::ListShape.new(name: 'AttributeNames')
|
105
105
|
AuthMode = Shapes::StringShape.new(name: 'AuthMode')
|
106
|
+
AuthenticationRequestExtraParams = Shapes::MapShape.new(name: 'AuthenticationRequestExtraParams')
|
107
|
+
AuthenticationRequestExtraParamsKey = Shapes::StringShape.new(name: 'AuthenticationRequestExtraParamsKey')
|
108
|
+
AuthenticationRequestExtraParamsValue = Shapes::StringShape.new(name: 'AuthenticationRequestExtraParamsValue')
|
106
109
|
AutoGenerateEndpointName = Shapes::BooleanShape.new(name: 'AutoGenerateEndpointName')
|
107
110
|
AutoMLAlgorithm = Shapes::StringShape.new(name: 'AutoMLAlgorithm')
|
108
111
|
AutoMLAlgorithmConfig = Shapes::StructureShape.new(name: 'AutoMLAlgorithmConfig')
|
@@ -252,6 +255,8 @@ module Aws::SageMaker
|
|
252
255
|
ClusterArn = Shapes::StringShape.new(name: 'ClusterArn')
|
253
256
|
ClusterAvailabilityZone = Shapes::StringShape.new(name: 'ClusterAvailabilityZone')
|
254
257
|
ClusterAvailabilityZoneId = Shapes::StringShape.new(name: 'ClusterAvailabilityZoneId')
|
258
|
+
ClusterEbsVolumeConfig = Shapes::StructureShape.new(name: 'ClusterEbsVolumeConfig')
|
259
|
+
ClusterEbsVolumeSizeInGB = Shapes::IntegerShape.new(name: 'ClusterEbsVolumeSizeInGB')
|
255
260
|
ClusterInstanceCount = Shapes::IntegerShape.new(name: 'ClusterInstanceCount')
|
256
261
|
ClusterInstanceGroupDetails = Shapes::StructureShape.new(name: 'ClusterInstanceGroupDetails')
|
257
262
|
ClusterInstanceGroupDetailsList = Shapes::ListShape.new(name: 'ClusterInstanceGroupDetailsList')
|
@@ -261,6 +266,8 @@ module Aws::SageMaker
|
|
261
266
|
ClusterInstancePlacement = Shapes::StructureShape.new(name: 'ClusterInstancePlacement')
|
262
267
|
ClusterInstanceStatus = Shapes::StringShape.new(name: 'ClusterInstanceStatus')
|
263
268
|
ClusterInstanceStatusDetails = Shapes::StructureShape.new(name: 'ClusterInstanceStatusDetails')
|
269
|
+
ClusterInstanceStorageConfig = Shapes::UnionShape.new(name: 'ClusterInstanceStorageConfig')
|
270
|
+
ClusterInstanceStorageConfigs = Shapes::ListShape.new(name: 'ClusterInstanceStorageConfigs')
|
264
271
|
ClusterInstanceType = Shapes::StringShape.new(name: 'ClusterInstanceType')
|
265
272
|
ClusterLifeCycleConfig = Shapes::StructureShape.new(name: 'ClusterLifeCycleConfig')
|
266
273
|
ClusterLifeCycleConfigFileName = Shapes::StringShape.new(name: 'ClusterLifeCycleConfigFileName')
|
@@ -399,6 +406,8 @@ module Aws::SageMaker
|
|
399
406
|
CreateInferenceRecommendationsJobResponse = Shapes::StructureShape.new(name: 'CreateInferenceRecommendationsJobResponse')
|
400
407
|
CreateLabelingJobRequest = Shapes::StructureShape.new(name: 'CreateLabelingJobRequest')
|
401
408
|
CreateLabelingJobResponse = Shapes::StructureShape.new(name: 'CreateLabelingJobResponse')
|
409
|
+
CreateMlflowTrackingServerRequest = Shapes::StructureShape.new(name: 'CreateMlflowTrackingServerRequest')
|
410
|
+
CreateMlflowTrackingServerResponse = Shapes::StructureShape.new(name: 'CreateMlflowTrackingServerResponse')
|
402
411
|
CreateModelBiasJobDefinitionRequest = Shapes::StructureShape.new(name: 'CreateModelBiasJobDefinitionRequest')
|
403
412
|
CreateModelBiasJobDefinitionResponse = Shapes::StructureShape.new(name: 'CreateModelBiasJobDefinitionResponse')
|
404
413
|
CreateModelCardExportJobRequest = Shapes::StructureShape.new(name: 'CreateModelCardExportJobRequest')
|
@@ -425,6 +434,8 @@ module Aws::SageMaker
|
|
425
434
|
CreatePipelineResponse = Shapes::StructureShape.new(name: 'CreatePipelineResponse')
|
426
435
|
CreatePresignedDomainUrlRequest = Shapes::StructureShape.new(name: 'CreatePresignedDomainUrlRequest')
|
427
436
|
CreatePresignedDomainUrlResponse = Shapes::StructureShape.new(name: 'CreatePresignedDomainUrlResponse')
|
437
|
+
CreatePresignedMlflowTrackingServerUrlRequest = Shapes::StructureShape.new(name: 'CreatePresignedMlflowTrackingServerUrlRequest')
|
438
|
+
CreatePresignedMlflowTrackingServerUrlResponse = Shapes::StructureShape.new(name: 'CreatePresignedMlflowTrackingServerUrlResponse')
|
428
439
|
CreatePresignedNotebookInstanceUrlInput = Shapes::StructureShape.new(name: 'CreatePresignedNotebookInstanceUrlInput')
|
429
440
|
CreatePresignedNotebookInstanceUrlOutput = Shapes::StructureShape.new(name: 'CreatePresignedNotebookInstanceUrlOutput')
|
430
441
|
CreateProcessingJobRequest = Shapes::StructureShape.new(name: 'CreateProcessingJobRequest')
|
@@ -531,6 +542,8 @@ module Aws::SageMaker
|
|
531
542
|
DeleteInferenceComponentInput = Shapes::StructureShape.new(name: 'DeleteInferenceComponentInput')
|
532
543
|
DeleteInferenceExperimentRequest = Shapes::StructureShape.new(name: 'DeleteInferenceExperimentRequest')
|
533
544
|
DeleteInferenceExperimentResponse = Shapes::StructureShape.new(name: 'DeleteInferenceExperimentResponse')
|
545
|
+
DeleteMlflowTrackingServerRequest = Shapes::StructureShape.new(name: 'DeleteMlflowTrackingServerRequest')
|
546
|
+
DeleteMlflowTrackingServerResponse = Shapes::StructureShape.new(name: 'DeleteMlflowTrackingServerResponse')
|
534
547
|
DeleteModelBiasJobDefinitionRequest = Shapes::StructureShape.new(name: 'DeleteModelBiasJobDefinitionRequest')
|
535
548
|
DeleteModelCardRequest = Shapes::StructureShape.new(name: 'DeleteModelCardRequest')
|
536
549
|
DeleteModelExplainabilityJobDefinitionRequest = Shapes::StructureShape.new(name: 'DeleteModelExplainabilityJobDefinitionRequest')
|
@@ -641,6 +654,8 @@ module Aws::SageMaker
|
|
641
654
|
DescribeLabelingJobResponse = Shapes::StructureShape.new(name: 'DescribeLabelingJobResponse')
|
642
655
|
DescribeLineageGroupRequest = Shapes::StructureShape.new(name: 'DescribeLineageGroupRequest')
|
643
656
|
DescribeLineageGroupResponse = Shapes::StructureShape.new(name: 'DescribeLineageGroupResponse')
|
657
|
+
DescribeMlflowTrackingServerRequest = Shapes::StructureShape.new(name: 'DescribeMlflowTrackingServerRequest')
|
658
|
+
DescribeMlflowTrackingServerResponse = Shapes::StructureShape.new(name: 'DescribeMlflowTrackingServerResponse')
|
644
659
|
DescribeModelBiasJobDefinitionRequest = Shapes::StructureShape.new(name: 'DescribeModelBiasJobDefinitionRequest')
|
645
660
|
DescribeModelBiasJobDefinitionResponse = Shapes::StructureShape.new(name: 'DescribeModelBiasJobDefinitionResponse')
|
646
661
|
DescribeModelCardExportJobRequest = Shapes::StructureShape.new(name: 'DescribeModelCardExportJobRequest')
|
@@ -1102,6 +1117,7 @@ module Aws::SageMaker
|
|
1102
1117
|
InvocationsMaxRetries = Shapes::IntegerShape.new(name: 'InvocationsMaxRetries')
|
1103
1118
|
InvocationsTimeoutInSeconds = Shapes::IntegerShape.new(name: 'InvocationsTimeoutInSeconds')
|
1104
1119
|
IotRoleAlias = Shapes::StringShape.new(name: 'IotRoleAlias')
|
1120
|
+
IsTrackingServerActive = Shapes::StringShape.new(name: 'IsTrackingServerActive')
|
1105
1121
|
ItemIdentifierAttributeName = Shapes::StringShape.new(name: 'ItemIdentifierAttributeName')
|
1106
1122
|
JobDurationInSeconds = Shapes::IntegerShape.new(name: 'JobDurationInSeconds')
|
1107
1123
|
JobReferenceCode = Shapes::StringShape.new(name: 'JobReferenceCode')
|
@@ -1245,6 +1261,8 @@ module Aws::SageMaker
|
|
1245
1261
|
ListLineageGroupsRequest = Shapes::StructureShape.new(name: 'ListLineageGroupsRequest')
|
1246
1262
|
ListLineageGroupsResponse = Shapes::StructureShape.new(name: 'ListLineageGroupsResponse')
|
1247
1263
|
ListMaxResults = Shapes::IntegerShape.new(name: 'ListMaxResults')
|
1264
|
+
ListMlflowTrackingServersRequest = Shapes::StructureShape.new(name: 'ListMlflowTrackingServersRequest')
|
1265
|
+
ListMlflowTrackingServersResponse = Shapes::StructureShape.new(name: 'ListMlflowTrackingServersResponse')
|
1248
1266
|
ListModelBiasJobDefinitionsRequest = Shapes::StructureShape.new(name: 'ListModelBiasJobDefinitionsRequest')
|
1249
1267
|
ListModelBiasJobDefinitionsResponse = Shapes::StructureShape.new(name: 'ListModelBiasJobDefinitionsResponse')
|
1250
1268
|
ListModelCardExportJobsRequest = Shapes::StructureShape.new(name: 'ListModelCardExportJobsRequest')
|
@@ -1365,6 +1383,7 @@ module Aws::SageMaker
|
|
1365
1383
|
MetricValue = Shapes::FloatShape.new(name: 'MetricValue')
|
1366
1384
|
MetricsSource = Shapes::StructureShape.new(name: 'MetricsSource')
|
1367
1385
|
MinimumInstanceMetadataServiceVersion = Shapes::StringShape.new(name: 'MinimumInstanceMetadataServiceVersion')
|
1386
|
+
MlflowVersion = Shapes::StringShape.new(name: 'MlflowVersion')
|
1368
1387
|
Model = Shapes::StructureShape.new(name: 'Model')
|
1369
1388
|
ModelAccessConfig = Shapes::StructureShape.new(name: 'ModelAccessConfig')
|
1370
1389
|
ModelApprovalStatus = Shapes::StringShape.new(name: 'ModelApprovalStatus')
|
@@ -1862,6 +1881,7 @@ module Aws::SageMaker
|
|
1862
1881
|
ScheduleConfig = Shapes::StructureShape.new(name: 'ScheduleConfig')
|
1863
1882
|
ScheduleExpression = Shapes::StringShape.new(name: 'ScheduleExpression')
|
1864
1883
|
ScheduleStatus = Shapes::StringShape.new(name: 'ScheduleStatus')
|
1884
|
+
Scope = Shapes::StringShape.new(name: 'Scope')
|
1865
1885
|
SearchExpression = Shapes::StructureShape.new(name: 'SearchExpression')
|
1866
1886
|
SearchExpressionList = Shapes::ListShape.new(name: 'SearchExpressionList')
|
1867
1887
|
SearchRecord = Shapes::StructureShape.new(name: 'SearchRecord')
|
@@ -1914,6 +1934,7 @@ module Aws::SageMaker
|
|
1914
1934
|
SortOrder = Shapes::StringShape.new(name: 'SortOrder')
|
1915
1935
|
SortPipelineExecutionsBy = Shapes::StringShape.new(name: 'SortPipelineExecutionsBy')
|
1916
1936
|
SortPipelinesBy = Shapes::StringShape.new(name: 'SortPipelinesBy')
|
1937
|
+
SortTrackingServerBy = Shapes::StringShape.new(name: 'SortTrackingServerBy')
|
1917
1938
|
SortTrialComponentsBy = Shapes::StringShape.new(name: 'SortTrialComponentsBy')
|
1918
1939
|
SortTrialsBy = Shapes::StringShape.new(name: 'SortTrialsBy')
|
1919
1940
|
SourceAlgorithm = Shapes::StructureShape.new(name: 'SourceAlgorithm')
|
@@ -1943,6 +1964,8 @@ module Aws::SageMaker
|
|
1943
1964
|
StartEdgeDeploymentStageRequest = Shapes::StructureShape.new(name: 'StartEdgeDeploymentStageRequest')
|
1944
1965
|
StartInferenceExperimentRequest = Shapes::StructureShape.new(name: 'StartInferenceExperimentRequest')
|
1945
1966
|
StartInferenceExperimentResponse = Shapes::StructureShape.new(name: 'StartInferenceExperimentResponse')
|
1967
|
+
StartMlflowTrackingServerRequest = Shapes::StructureShape.new(name: 'StartMlflowTrackingServerRequest')
|
1968
|
+
StartMlflowTrackingServerResponse = Shapes::StructureShape.new(name: 'StartMlflowTrackingServerResponse')
|
1946
1969
|
StartMonitoringScheduleRequest = Shapes::StructureShape.new(name: 'StartMonitoringScheduleRequest')
|
1947
1970
|
StartNotebookInstanceInput = Shapes::StructureShape.new(name: 'StartNotebookInstanceInput')
|
1948
1971
|
StartPipelineExecutionRequest = Shapes::StructureShape.new(name: 'StartPipelineExecutionRequest')
|
@@ -1963,6 +1986,8 @@ module Aws::SageMaker
|
|
1963
1986
|
StopInferenceExperimentResponse = Shapes::StructureShape.new(name: 'StopInferenceExperimentResponse')
|
1964
1987
|
StopInferenceRecommendationsJobRequest = Shapes::StructureShape.new(name: 'StopInferenceRecommendationsJobRequest')
|
1965
1988
|
StopLabelingJobRequest = Shapes::StructureShape.new(name: 'StopLabelingJobRequest')
|
1989
|
+
StopMlflowTrackingServerRequest = Shapes::StructureShape.new(name: 'StopMlflowTrackingServerRequest')
|
1990
|
+
StopMlflowTrackingServerResponse = Shapes::StructureShape.new(name: 'StopMlflowTrackingServerResponse')
|
1966
1991
|
StopMonitoringScheduleRequest = Shapes::StructureShape.new(name: 'StopMonitoringScheduleRequest')
|
1967
1992
|
StopNotebookInstanceInput = Shapes::StructureShape.new(name: 'StopNotebookInstanceInput')
|
1968
1993
|
StopPipelineExecutionRequest = Shapes::StructureShape.new(name: 'StopPipelineExecutionRequest')
|
@@ -2046,6 +2071,13 @@ module Aws::SageMaker
|
|
2046
2071
|
TimeSeriesTransformations = Shapes::StructureShape.new(name: 'TimeSeriesTransformations')
|
2047
2072
|
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
2048
2073
|
TimestampAttributeName = Shapes::StringShape.new(name: 'TimestampAttributeName')
|
2074
|
+
TrackingServerArn = Shapes::StringShape.new(name: 'TrackingServerArn')
|
2075
|
+
TrackingServerName = Shapes::StringShape.new(name: 'TrackingServerName')
|
2076
|
+
TrackingServerSize = Shapes::StringShape.new(name: 'TrackingServerSize')
|
2077
|
+
TrackingServerStatus = Shapes::StringShape.new(name: 'TrackingServerStatus')
|
2078
|
+
TrackingServerSummary = Shapes::StructureShape.new(name: 'TrackingServerSummary')
|
2079
|
+
TrackingServerSummaryList = Shapes::ListShape.new(name: 'TrackingServerSummaryList')
|
2080
|
+
TrackingServerUrl = Shapes::StringShape.new(name: 'TrackingServerUrl')
|
2049
2081
|
TrafficDurationInSeconds = Shapes::IntegerShape.new(name: 'TrafficDurationInSeconds')
|
2050
2082
|
TrafficPattern = Shapes::StructureShape.new(name: 'TrafficPattern')
|
2051
2083
|
TrafficRoutingConfig = Shapes::StructureShape.new(name: 'TrafficRoutingConfig')
|
@@ -2178,6 +2210,8 @@ module Aws::SageMaker
|
|
2178
2210
|
UpdateInferenceComponentRuntimeConfigOutput = Shapes::StructureShape.new(name: 'UpdateInferenceComponentRuntimeConfigOutput')
|
2179
2211
|
UpdateInferenceExperimentRequest = Shapes::StructureShape.new(name: 'UpdateInferenceExperimentRequest')
|
2180
2212
|
UpdateInferenceExperimentResponse = Shapes::StructureShape.new(name: 'UpdateInferenceExperimentResponse')
|
2213
|
+
UpdateMlflowTrackingServerRequest = Shapes::StructureShape.new(name: 'UpdateMlflowTrackingServerRequest')
|
2214
|
+
UpdateMlflowTrackingServerResponse = Shapes::StructureShape.new(name: 'UpdateMlflowTrackingServerResponse')
|
2181
2215
|
UpdateModelCardRequest = Shapes::StructureShape.new(name: 'UpdateModelCardRequest')
|
2182
2216
|
UpdateModelCardResponse = Shapes::StructureShape.new(name: 'UpdateModelCardResponse')
|
2183
2217
|
UpdateModelPackageInput = Shapes::StructureShape.new(name: 'UpdateModelPackageInput')
|
@@ -2248,6 +2282,7 @@ module Aws::SageMaker
|
|
2248
2282
|
WaitIntervalInSeconds = Shapes::IntegerShape.new(name: 'WaitIntervalInSeconds')
|
2249
2283
|
WarmPoolResourceStatus = Shapes::StringShape.new(name: 'WarmPoolResourceStatus')
|
2250
2284
|
WarmPoolStatus = Shapes::StructureShape.new(name: 'WarmPoolStatus')
|
2285
|
+
WeeklyMaintenanceWindowStart = Shapes::StringShape.new(name: 'WeeklyMaintenanceWindowStart')
|
2251
2286
|
WorkerAccessConfiguration = Shapes::StructureShape.new(name: 'WorkerAccessConfiguration')
|
2252
2287
|
Workforce = Shapes::StructureShape.new(name: 'Workforce')
|
2253
2288
|
WorkforceArn = Shapes::StringShape.new(name: 'WorkforceArn')
|
@@ -2481,6 +2516,9 @@ module Aws::SageMaker
|
|
2481
2516
|
|
2482
2517
|
AttributeNames.member = Shapes::ShapeRef.new(shape: AttributeName)
|
2483
2518
|
|
2519
|
+
AuthenticationRequestExtraParams.key = Shapes::ShapeRef.new(shape: AuthenticationRequestExtraParamsKey)
|
2520
|
+
AuthenticationRequestExtraParams.value = Shapes::ShapeRef.new(shape: AuthenticationRequestExtraParamsValue)
|
2521
|
+
|
2484
2522
|
AutoMLAlgorithmConfig.add_member(:auto_ml_algorithms, Shapes::ShapeRef.new(shape: AutoMLAlgorithms, required: true, location_name: "AutoMLAlgorithms"))
|
2485
2523
|
AutoMLAlgorithmConfig.struct_class = Types::AutoMLAlgorithmConfig
|
2486
2524
|
|
@@ -2831,6 +2869,9 @@ module Aws::SageMaker
|
|
2831
2869
|
ClarifyTextConfig.add_member(:granularity, Shapes::ShapeRef.new(shape: ClarifyTextGranularity, required: true, location_name: "Granularity"))
|
2832
2870
|
ClarifyTextConfig.struct_class = Types::ClarifyTextConfig
|
2833
2871
|
|
2872
|
+
ClusterEbsVolumeConfig.add_member(:volume_size_in_gb, Shapes::ShapeRef.new(shape: ClusterEbsVolumeSizeInGB, required: true, location_name: "VolumeSizeInGB"))
|
2873
|
+
ClusterEbsVolumeConfig.struct_class = Types::ClusterEbsVolumeConfig
|
2874
|
+
|
2834
2875
|
ClusterInstanceGroupDetails.add_member(:current_count, Shapes::ShapeRef.new(shape: ClusterNonNegativeInstanceCount, location_name: "CurrentCount"))
|
2835
2876
|
ClusterInstanceGroupDetails.add_member(:target_count, Shapes::ShapeRef.new(shape: ClusterInstanceCount, location_name: "TargetCount"))
|
2836
2877
|
ClusterInstanceGroupDetails.add_member(:instance_group_name, Shapes::ShapeRef.new(shape: ClusterInstanceGroupName, location_name: "InstanceGroupName"))
|
@@ -2838,6 +2879,7 @@ module Aws::SageMaker
|
|
2838
2879
|
ClusterInstanceGroupDetails.add_member(:life_cycle_config, Shapes::ShapeRef.new(shape: ClusterLifeCycleConfig, location_name: "LifeCycleConfig"))
|
2839
2880
|
ClusterInstanceGroupDetails.add_member(:execution_role, Shapes::ShapeRef.new(shape: RoleArn, location_name: "ExecutionRole"))
|
2840
2881
|
ClusterInstanceGroupDetails.add_member(:threads_per_core, Shapes::ShapeRef.new(shape: ClusterThreadsPerCore, location_name: "ThreadsPerCore"))
|
2882
|
+
ClusterInstanceGroupDetails.add_member(:instance_storage_configs, Shapes::ShapeRef.new(shape: ClusterInstanceStorageConfigs, location_name: "InstanceStorageConfigs"))
|
2841
2883
|
ClusterInstanceGroupDetails.struct_class = Types::ClusterInstanceGroupDetails
|
2842
2884
|
|
2843
2885
|
ClusterInstanceGroupDetailsList.member = Shapes::ShapeRef.new(shape: ClusterInstanceGroupDetails)
|
@@ -2848,6 +2890,7 @@ module Aws::SageMaker
|
|
2848
2890
|
ClusterInstanceGroupSpecification.add_member(:life_cycle_config, Shapes::ShapeRef.new(shape: ClusterLifeCycleConfig, required: true, location_name: "LifeCycleConfig"))
|
2849
2891
|
ClusterInstanceGroupSpecification.add_member(:execution_role, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "ExecutionRole"))
|
2850
2892
|
ClusterInstanceGroupSpecification.add_member(:threads_per_core, Shapes::ShapeRef.new(shape: ClusterThreadsPerCore, location_name: "ThreadsPerCore"))
|
2893
|
+
ClusterInstanceGroupSpecification.add_member(:instance_storage_configs, Shapes::ShapeRef.new(shape: ClusterInstanceStorageConfigs, location_name: "InstanceStorageConfigs"))
|
2851
2894
|
ClusterInstanceGroupSpecification.struct_class = Types::ClusterInstanceGroupSpecification
|
2852
2895
|
|
2853
2896
|
ClusterInstanceGroupSpecifications.member = Shapes::ShapeRef.new(shape: ClusterInstanceGroupSpecification)
|
@@ -2860,6 +2903,14 @@ module Aws::SageMaker
|
|
2860
2903
|
ClusterInstanceStatusDetails.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
2861
2904
|
ClusterInstanceStatusDetails.struct_class = Types::ClusterInstanceStatusDetails
|
2862
2905
|
|
2906
|
+
ClusterInstanceStorageConfig.add_member(:ebs_volume_config, Shapes::ShapeRef.new(shape: ClusterEbsVolumeConfig, location_name: "EbsVolumeConfig"))
|
2907
|
+
ClusterInstanceStorageConfig.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
2908
|
+
ClusterInstanceStorageConfig.add_member_subclass(:ebs_volume_config, Types::ClusterInstanceStorageConfig::EbsVolumeConfig)
|
2909
|
+
ClusterInstanceStorageConfig.add_member_subclass(:unknown, Types::ClusterInstanceStorageConfig::Unknown)
|
2910
|
+
ClusterInstanceStorageConfig.struct_class = Types::ClusterInstanceStorageConfig
|
2911
|
+
|
2912
|
+
ClusterInstanceStorageConfigs.member = Shapes::ShapeRef.new(shape: ClusterInstanceStorageConfig)
|
2913
|
+
|
2863
2914
|
ClusterLifeCycleConfig.add_member(:source_s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "SourceS3Uri"))
|
2864
2915
|
ClusterLifeCycleConfig.add_member(:on_create, Shapes::ShapeRef.new(shape: ClusterLifeCycleConfigFileName, required: true, location_name: "OnCreate"))
|
2865
2916
|
ClusterLifeCycleConfig.struct_class = Types::ClusterLifeCycleConfig
|
@@ -2871,6 +2922,7 @@ module Aws::SageMaker
|
|
2871
2922
|
ClusterNodeDetails.add_member(:launch_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LaunchTime"))
|
2872
2923
|
ClusterNodeDetails.add_member(:life_cycle_config, Shapes::ShapeRef.new(shape: ClusterLifeCycleConfig, location_name: "LifeCycleConfig"))
|
2873
2924
|
ClusterNodeDetails.add_member(:threads_per_core, Shapes::ShapeRef.new(shape: ClusterThreadsPerCore, location_name: "ThreadsPerCore"))
|
2925
|
+
ClusterNodeDetails.add_member(:instance_storage_configs, Shapes::ShapeRef.new(shape: ClusterInstanceStorageConfigs, location_name: "InstanceStorageConfigs"))
|
2874
2926
|
ClusterNodeDetails.add_member(:private_primary_ip, Shapes::ShapeRef.new(shape: ClusterPrivatePrimaryIp, location_name: "PrivatePrimaryIp"))
|
2875
2927
|
ClusterNodeDetails.add_member(:private_dns_hostname, Shapes::ShapeRef.new(shape: ClusterPrivateDnsHostname, location_name: "PrivateDnsHostname"))
|
2876
2928
|
ClusterNodeDetails.add_member(:placement, Shapes::ShapeRef.new(shape: ClusterInstancePlacement, location_name: "Placement"))
|
@@ -3387,6 +3439,19 @@ module Aws::SageMaker
|
|
3387
3439
|
CreateLabelingJobResponse.add_member(:labeling_job_arn, Shapes::ShapeRef.new(shape: LabelingJobArn, required: true, location_name: "LabelingJobArn"))
|
3388
3440
|
CreateLabelingJobResponse.struct_class = Types::CreateLabelingJobResponse
|
3389
3441
|
|
3442
|
+
CreateMlflowTrackingServerRequest.add_member(:tracking_server_name, Shapes::ShapeRef.new(shape: TrackingServerName, required: true, location_name: "TrackingServerName"))
|
3443
|
+
CreateMlflowTrackingServerRequest.add_member(:artifact_store_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "ArtifactStoreUri"))
|
3444
|
+
CreateMlflowTrackingServerRequest.add_member(:tracking_server_size, Shapes::ShapeRef.new(shape: TrackingServerSize, location_name: "TrackingServerSize"))
|
3445
|
+
CreateMlflowTrackingServerRequest.add_member(:mlflow_version, Shapes::ShapeRef.new(shape: MlflowVersion, location_name: "MlflowVersion"))
|
3446
|
+
CreateMlflowTrackingServerRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
|
3447
|
+
CreateMlflowTrackingServerRequest.add_member(:automatic_model_registration, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutomaticModelRegistration"))
|
3448
|
+
CreateMlflowTrackingServerRequest.add_member(:weekly_maintenance_window_start, Shapes::ShapeRef.new(shape: WeeklyMaintenanceWindowStart, location_name: "WeeklyMaintenanceWindowStart"))
|
3449
|
+
CreateMlflowTrackingServerRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
3450
|
+
CreateMlflowTrackingServerRequest.struct_class = Types::CreateMlflowTrackingServerRequest
|
3451
|
+
|
3452
|
+
CreateMlflowTrackingServerResponse.add_member(:tracking_server_arn, Shapes::ShapeRef.new(shape: TrackingServerArn, location_name: "TrackingServerArn"))
|
3453
|
+
CreateMlflowTrackingServerResponse.struct_class = Types::CreateMlflowTrackingServerResponse
|
3454
|
+
|
3390
3455
|
CreateModelBiasJobDefinitionRequest.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
|
3391
3456
|
CreateModelBiasJobDefinitionRequest.add_member(:model_bias_baseline_config, Shapes::ShapeRef.new(shape: ModelBiasBaselineConfig, location_name: "ModelBiasBaselineConfig"))
|
3392
3457
|
CreateModelBiasJobDefinitionRequest.add_member(:model_bias_app_specification, Shapes::ShapeRef.new(shape: ModelBiasAppSpecification, required: true, location_name: "ModelBiasAppSpecification"))
|
@@ -3561,6 +3626,14 @@ module Aws::SageMaker
|
|
3561
3626
|
CreatePresignedDomainUrlResponse.add_member(:authorized_url, Shapes::ShapeRef.new(shape: PresignedDomainUrl, location_name: "AuthorizedUrl"))
|
3562
3627
|
CreatePresignedDomainUrlResponse.struct_class = Types::CreatePresignedDomainUrlResponse
|
3563
3628
|
|
3629
|
+
CreatePresignedMlflowTrackingServerUrlRequest.add_member(:tracking_server_name, Shapes::ShapeRef.new(shape: TrackingServerName, required: true, location_name: "TrackingServerName"))
|
3630
|
+
CreatePresignedMlflowTrackingServerUrlRequest.add_member(:expires_in_seconds, Shapes::ShapeRef.new(shape: ExpiresInSeconds, location_name: "ExpiresInSeconds"))
|
3631
|
+
CreatePresignedMlflowTrackingServerUrlRequest.add_member(:session_expiration_duration_in_seconds, Shapes::ShapeRef.new(shape: SessionExpirationDurationInSeconds, location_name: "SessionExpirationDurationInSeconds"))
|
3632
|
+
CreatePresignedMlflowTrackingServerUrlRequest.struct_class = Types::CreatePresignedMlflowTrackingServerUrlRequest
|
3633
|
+
|
3634
|
+
CreatePresignedMlflowTrackingServerUrlResponse.add_member(:authorized_url, Shapes::ShapeRef.new(shape: TrackingServerUrl, location_name: "AuthorizedUrl"))
|
3635
|
+
CreatePresignedMlflowTrackingServerUrlResponse.struct_class = Types::CreatePresignedMlflowTrackingServerUrlResponse
|
3636
|
+
|
3564
3637
|
CreatePresignedNotebookInstanceUrlInput.add_member(:notebook_instance_name, Shapes::ShapeRef.new(shape: NotebookInstanceName, required: true, location_name: "NotebookInstanceName"))
|
3565
3638
|
CreatePresignedNotebookInstanceUrlInput.add_member(:session_expiration_duration_in_seconds, Shapes::ShapeRef.new(shape: SessionExpirationDurationInSeconds, location_name: "SessionExpirationDurationInSeconds"))
|
3566
3639
|
CreatePresignedNotebookInstanceUrlInput.struct_class = Types::CreatePresignedNotebookInstanceUrlInput
|
@@ -3992,6 +4065,12 @@ module Aws::SageMaker
|
|
3992
4065
|
DeleteInferenceExperimentResponse.add_member(:inference_experiment_arn, Shapes::ShapeRef.new(shape: InferenceExperimentArn, required: true, location_name: "InferenceExperimentArn"))
|
3993
4066
|
DeleteInferenceExperimentResponse.struct_class = Types::DeleteInferenceExperimentResponse
|
3994
4067
|
|
4068
|
+
DeleteMlflowTrackingServerRequest.add_member(:tracking_server_name, Shapes::ShapeRef.new(shape: TrackingServerName, required: true, location_name: "TrackingServerName"))
|
4069
|
+
DeleteMlflowTrackingServerRequest.struct_class = Types::DeleteMlflowTrackingServerRequest
|
4070
|
+
|
4071
|
+
DeleteMlflowTrackingServerResponse.add_member(:tracking_server_arn, Shapes::ShapeRef.new(shape: TrackingServerArn, location_name: "TrackingServerArn"))
|
4072
|
+
DeleteMlflowTrackingServerResponse.struct_class = Types::DeleteMlflowTrackingServerResponse
|
4073
|
+
|
3995
4074
|
DeleteModelBiasJobDefinitionRequest.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
|
3996
4075
|
DeleteModelBiasJobDefinitionRequest.struct_class = Types::DeleteModelBiasJobDefinitionRequest
|
3997
4076
|
|
@@ -4733,6 +4812,26 @@ module Aws::SageMaker
|
|
4733
4812
|
DescribeLineageGroupResponse.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
|
4734
4813
|
DescribeLineageGroupResponse.struct_class = Types::DescribeLineageGroupResponse
|
4735
4814
|
|
4815
|
+
DescribeMlflowTrackingServerRequest.add_member(:tracking_server_name, Shapes::ShapeRef.new(shape: TrackingServerName, required: true, location_name: "TrackingServerName"))
|
4816
|
+
DescribeMlflowTrackingServerRequest.struct_class = Types::DescribeMlflowTrackingServerRequest
|
4817
|
+
|
4818
|
+
DescribeMlflowTrackingServerResponse.add_member(:tracking_server_arn, Shapes::ShapeRef.new(shape: TrackingServerArn, location_name: "TrackingServerArn"))
|
4819
|
+
DescribeMlflowTrackingServerResponse.add_member(:tracking_server_name, Shapes::ShapeRef.new(shape: TrackingServerName, location_name: "TrackingServerName"))
|
4820
|
+
DescribeMlflowTrackingServerResponse.add_member(:artifact_store_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "ArtifactStoreUri"))
|
4821
|
+
DescribeMlflowTrackingServerResponse.add_member(:tracking_server_size, Shapes::ShapeRef.new(shape: TrackingServerSize, location_name: "TrackingServerSize"))
|
4822
|
+
DescribeMlflowTrackingServerResponse.add_member(:mlflow_version, Shapes::ShapeRef.new(shape: MlflowVersion, location_name: "MlflowVersion"))
|
4823
|
+
DescribeMlflowTrackingServerResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
4824
|
+
DescribeMlflowTrackingServerResponse.add_member(:tracking_server_status, Shapes::ShapeRef.new(shape: TrackingServerStatus, location_name: "TrackingServerStatus"))
|
4825
|
+
DescribeMlflowTrackingServerResponse.add_member(:is_active, Shapes::ShapeRef.new(shape: IsTrackingServerActive, location_name: "IsActive"))
|
4826
|
+
DescribeMlflowTrackingServerResponse.add_member(:tracking_server_url, Shapes::ShapeRef.new(shape: TrackingServerUrl, location_name: "TrackingServerUrl"))
|
4827
|
+
DescribeMlflowTrackingServerResponse.add_member(:weekly_maintenance_window_start, Shapes::ShapeRef.new(shape: WeeklyMaintenanceWindowStart, location_name: "WeeklyMaintenanceWindowStart"))
|
4828
|
+
DescribeMlflowTrackingServerResponse.add_member(:automatic_model_registration, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutomaticModelRegistration"))
|
4829
|
+
DescribeMlflowTrackingServerResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
4830
|
+
DescribeMlflowTrackingServerResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
|
4831
|
+
DescribeMlflowTrackingServerResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
4832
|
+
DescribeMlflowTrackingServerResponse.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
|
4833
|
+
DescribeMlflowTrackingServerResponse.struct_class = Types::DescribeMlflowTrackingServerResponse
|
4834
|
+
|
4736
4835
|
DescribeModelBiasJobDefinitionRequest.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
|
4737
4836
|
DescribeModelBiasJobDefinitionRequest.struct_class = Types::DescribeModelBiasJobDefinitionRequest
|
4738
4837
|
|
@@ -6893,6 +6992,20 @@ module Aws::SageMaker
|
|
6893
6992
|
ListLineageGroupsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
6894
6993
|
ListLineageGroupsResponse.struct_class = Types::ListLineageGroupsResponse
|
6895
6994
|
|
6995
|
+
ListMlflowTrackingServersRequest.add_member(:created_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAfter"))
|
6996
|
+
ListMlflowTrackingServersRequest.add_member(:created_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedBefore"))
|
6997
|
+
ListMlflowTrackingServersRequest.add_member(:tracking_server_status, Shapes::ShapeRef.new(shape: TrackingServerStatus, location_name: "TrackingServerStatus"))
|
6998
|
+
ListMlflowTrackingServersRequest.add_member(:mlflow_version, Shapes::ShapeRef.new(shape: MlflowVersion, location_name: "MlflowVersion"))
|
6999
|
+
ListMlflowTrackingServersRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortTrackingServerBy, location_name: "SortBy"))
|
7000
|
+
ListMlflowTrackingServersRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
7001
|
+
ListMlflowTrackingServersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
7002
|
+
ListMlflowTrackingServersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
7003
|
+
ListMlflowTrackingServersRequest.struct_class = Types::ListMlflowTrackingServersRequest
|
7004
|
+
|
7005
|
+
ListMlflowTrackingServersResponse.add_member(:tracking_server_summaries, Shapes::ShapeRef.new(shape: TrackingServerSummaryList, location_name: "TrackingServerSummaries"))
|
7006
|
+
ListMlflowTrackingServersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
7007
|
+
ListMlflowTrackingServersResponse.struct_class = Types::ListMlflowTrackingServersResponse
|
7008
|
+
|
6896
7009
|
ListModelBiasJobDefinitionsRequest.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, location_name: "EndpointName"))
|
6897
7010
|
ListModelBiasJobDefinitionsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionSortKey, location_name: "SortBy"))
|
6898
7011
|
ListModelBiasJobDefinitionsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
@@ -6981,6 +7094,7 @@ module Aws::SageMaker
|
|
6981
7094
|
ListModelPackageGroupsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
6982
7095
|
ListModelPackageGroupsInput.add_member(:sort_by, Shapes::ShapeRef.new(shape: ModelPackageGroupSortBy, location_name: "SortBy"))
|
6983
7096
|
ListModelPackageGroupsInput.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
7097
|
+
ListModelPackageGroupsInput.add_member(:cross_account_filter_option, Shapes::ShapeRef.new(shape: CrossAccountFilterOption, location_name: "CrossAccountFilterOption"))
|
6984
7098
|
ListModelPackageGroupsInput.struct_class = Types::ListModelPackageGroupsInput
|
6985
7099
|
|
6986
7100
|
ListModelPackageGroupsOutput.add_member(:model_package_group_summary_list, Shapes::ShapeRef.new(shape: ModelPackageGroupSummaryList, required: true, location_name: "ModelPackageGroupSummaryList"))
|
@@ -8045,6 +8159,8 @@ module Aws::SageMaker
|
|
8045
8159
|
OidcConfig.add_member(:user_info_endpoint, Shapes::ShapeRef.new(shape: OidcEndpoint, required: true, location_name: "UserInfoEndpoint"))
|
8046
8160
|
OidcConfig.add_member(:logout_endpoint, Shapes::ShapeRef.new(shape: OidcEndpoint, required: true, location_name: "LogoutEndpoint"))
|
8047
8161
|
OidcConfig.add_member(:jwks_uri, Shapes::ShapeRef.new(shape: OidcEndpoint, required: true, location_name: "JwksUri"))
|
8162
|
+
OidcConfig.add_member(:scope, Shapes::ShapeRef.new(shape: Scope, location_name: "Scope"))
|
8163
|
+
OidcConfig.add_member(:authentication_request_extra_params, Shapes::ShapeRef.new(shape: AuthenticationRequestExtraParams, location_name: "AuthenticationRequestExtraParams"))
|
8048
8164
|
OidcConfig.struct_class = Types::OidcConfig
|
8049
8165
|
|
8050
8166
|
OidcConfigForResponse.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientId, location_name: "ClientId"))
|
@@ -8054,6 +8170,8 @@ module Aws::SageMaker
|
|
8054
8170
|
OidcConfigForResponse.add_member(:user_info_endpoint, Shapes::ShapeRef.new(shape: OidcEndpoint, location_name: "UserInfoEndpoint"))
|
8055
8171
|
OidcConfigForResponse.add_member(:logout_endpoint, Shapes::ShapeRef.new(shape: OidcEndpoint, location_name: "LogoutEndpoint"))
|
8056
8172
|
OidcConfigForResponse.add_member(:jwks_uri, Shapes::ShapeRef.new(shape: OidcEndpoint, location_name: "JwksUri"))
|
8173
|
+
OidcConfigForResponse.add_member(:scope, Shapes::ShapeRef.new(shape: Scope, location_name: "Scope"))
|
8174
|
+
OidcConfigForResponse.add_member(:authentication_request_extra_params, Shapes::ShapeRef.new(shape: AuthenticationRequestExtraParams, location_name: "AuthenticationRequestExtraParams"))
|
8057
8175
|
OidcConfigForResponse.struct_class = Types::OidcConfigForResponse
|
8058
8176
|
|
8059
8177
|
OidcMemberDefinition.add_member(:groups, Shapes::ShapeRef.new(shape: Groups, location_name: "Groups"))
|
@@ -8989,6 +9107,12 @@ module Aws::SageMaker
|
|
8989
9107
|
StartInferenceExperimentResponse.add_member(:inference_experiment_arn, Shapes::ShapeRef.new(shape: InferenceExperimentArn, required: true, location_name: "InferenceExperimentArn"))
|
8990
9108
|
StartInferenceExperimentResponse.struct_class = Types::StartInferenceExperimentResponse
|
8991
9109
|
|
9110
|
+
StartMlflowTrackingServerRequest.add_member(:tracking_server_name, Shapes::ShapeRef.new(shape: TrackingServerName, required: true, location_name: "TrackingServerName"))
|
9111
|
+
StartMlflowTrackingServerRequest.struct_class = Types::StartMlflowTrackingServerRequest
|
9112
|
+
|
9113
|
+
StartMlflowTrackingServerResponse.add_member(:tracking_server_arn, Shapes::ShapeRef.new(shape: TrackingServerArn, location_name: "TrackingServerArn"))
|
9114
|
+
StartMlflowTrackingServerResponse.struct_class = Types::StartMlflowTrackingServerResponse
|
9115
|
+
|
8992
9116
|
StartMonitoringScheduleRequest.add_member(:monitoring_schedule_name, Shapes::ShapeRef.new(shape: MonitoringScheduleName, required: true, location_name: "MonitoringScheduleName"))
|
8993
9117
|
StartMonitoringScheduleRequest.struct_class = Types::StartMonitoringScheduleRequest
|
8994
9118
|
|
@@ -9039,6 +9163,12 @@ module Aws::SageMaker
|
|
9039
9163
|
StopLabelingJobRequest.add_member(:labeling_job_name, Shapes::ShapeRef.new(shape: LabelingJobName, required: true, location_name: "LabelingJobName"))
|
9040
9164
|
StopLabelingJobRequest.struct_class = Types::StopLabelingJobRequest
|
9041
9165
|
|
9166
|
+
StopMlflowTrackingServerRequest.add_member(:tracking_server_name, Shapes::ShapeRef.new(shape: TrackingServerName, required: true, location_name: "TrackingServerName"))
|
9167
|
+
StopMlflowTrackingServerRequest.struct_class = Types::StopMlflowTrackingServerRequest
|
9168
|
+
|
9169
|
+
StopMlflowTrackingServerResponse.add_member(:tracking_server_arn, Shapes::ShapeRef.new(shape: TrackingServerArn, location_name: "TrackingServerArn"))
|
9170
|
+
StopMlflowTrackingServerResponse.struct_class = Types::StopMlflowTrackingServerResponse
|
9171
|
+
|
9042
9172
|
StopMonitoringScheduleRequest.add_member(:monitoring_schedule_name, Shapes::ShapeRef.new(shape: MonitoringScheduleName, required: true, location_name: "MonitoringScheduleName"))
|
9043
9173
|
StopMonitoringScheduleRequest.struct_class = Types::StopMonitoringScheduleRequest
|
9044
9174
|
|
@@ -9185,6 +9315,17 @@ module Aws::SageMaker
|
|
9185
9315
|
TimeSeriesTransformations.add_member(:aggregation, Shapes::ShapeRef.new(shape: AggregationTransformations, location_name: "Aggregation"))
|
9186
9316
|
TimeSeriesTransformations.struct_class = Types::TimeSeriesTransformations
|
9187
9317
|
|
9318
|
+
TrackingServerSummary.add_member(:tracking_server_arn, Shapes::ShapeRef.new(shape: TrackingServerArn, location_name: "TrackingServerArn"))
|
9319
|
+
TrackingServerSummary.add_member(:tracking_server_name, Shapes::ShapeRef.new(shape: TrackingServerName, location_name: "TrackingServerName"))
|
9320
|
+
TrackingServerSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
9321
|
+
TrackingServerSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
9322
|
+
TrackingServerSummary.add_member(:tracking_server_status, Shapes::ShapeRef.new(shape: TrackingServerStatus, location_name: "TrackingServerStatus"))
|
9323
|
+
TrackingServerSummary.add_member(:is_active, Shapes::ShapeRef.new(shape: IsTrackingServerActive, location_name: "IsActive"))
|
9324
|
+
TrackingServerSummary.add_member(:mlflow_version, Shapes::ShapeRef.new(shape: MlflowVersion, location_name: "MlflowVersion"))
|
9325
|
+
TrackingServerSummary.struct_class = Types::TrackingServerSummary
|
9326
|
+
|
9327
|
+
TrackingServerSummaryList.member = Shapes::ShapeRef.new(shape: TrackingServerSummary)
|
9328
|
+
|
9188
9329
|
TrafficPattern.add_member(:traffic_type, Shapes::ShapeRef.new(shape: TrafficType, location_name: "TrafficType"))
|
9189
9330
|
TrafficPattern.add_member(:phases, Shapes::ShapeRef.new(shape: Phases, location_name: "Phases"))
|
9190
9331
|
TrafficPattern.add_member(:stairs, Shapes::ShapeRef.new(shape: Stairs, location_name: "Stairs"))
|
@@ -9698,6 +9839,16 @@ module Aws::SageMaker
|
|
9698
9839
|
UpdateInferenceExperimentResponse.add_member(:inference_experiment_arn, Shapes::ShapeRef.new(shape: InferenceExperimentArn, required: true, location_name: "InferenceExperimentArn"))
|
9699
9840
|
UpdateInferenceExperimentResponse.struct_class = Types::UpdateInferenceExperimentResponse
|
9700
9841
|
|
9842
|
+
UpdateMlflowTrackingServerRequest.add_member(:tracking_server_name, Shapes::ShapeRef.new(shape: TrackingServerName, required: true, location_name: "TrackingServerName"))
|
9843
|
+
UpdateMlflowTrackingServerRequest.add_member(:artifact_store_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "ArtifactStoreUri"))
|
9844
|
+
UpdateMlflowTrackingServerRequest.add_member(:tracking_server_size, Shapes::ShapeRef.new(shape: TrackingServerSize, location_name: "TrackingServerSize"))
|
9845
|
+
UpdateMlflowTrackingServerRequest.add_member(:automatic_model_registration, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutomaticModelRegistration"))
|
9846
|
+
UpdateMlflowTrackingServerRequest.add_member(:weekly_maintenance_window_start, Shapes::ShapeRef.new(shape: WeeklyMaintenanceWindowStart, location_name: "WeeklyMaintenanceWindowStart"))
|
9847
|
+
UpdateMlflowTrackingServerRequest.struct_class = Types::UpdateMlflowTrackingServerRequest
|
9848
|
+
|
9849
|
+
UpdateMlflowTrackingServerResponse.add_member(:tracking_server_arn, Shapes::ShapeRef.new(shape: TrackingServerArn, location_name: "TrackingServerArn"))
|
9850
|
+
UpdateMlflowTrackingServerResponse.struct_class = Types::UpdateMlflowTrackingServerResponse
|
9851
|
+
|
9701
9852
|
UpdateModelCardRequest.add_member(:model_card_name, Shapes::ShapeRef.new(shape: ModelCardNameOrArn, required: true, location_name: "ModelCardName"))
|
9702
9853
|
UpdateModelCardRequest.add_member(:content, Shapes::ShapeRef.new(shape: ModelCardContent, location_name: "Content"))
|
9703
9854
|
UpdateModelCardRequest.add_member(:model_card_status, Shapes::ShapeRef.new(shape: ModelCardStatus, location_name: "ModelCardStatus"))
|
@@ -10334,6 +10485,15 @@ module Aws::SageMaker
|
|
10334
10485
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
10335
10486
|
end)
|
10336
10487
|
|
10488
|
+
api.add_operation(:create_mlflow_tracking_server, Seahorse::Model::Operation.new.tap do |o|
|
10489
|
+
o.name = "CreateMlflowTrackingServer"
|
10490
|
+
o.http_method = "POST"
|
10491
|
+
o.http_request_uri = "/"
|
10492
|
+
o.input = Shapes::ShapeRef.new(shape: CreateMlflowTrackingServerRequest)
|
10493
|
+
o.output = Shapes::ShapeRef.new(shape: CreateMlflowTrackingServerResponse)
|
10494
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
10495
|
+
end)
|
10496
|
+
|
10337
10497
|
api.add_operation(:create_model, Seahorse::Model::Operation.new.tap do |o|
|
10338
10498
|
o.name = "CreateModel"
|
10339
10499
|
o.http_method = "POST"
|
@@ -10461,6 +10621,15 @@ module Aws::SageMaker
|
|
10461
10621
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
10462
10622
|
end)
|
10463
10623
|
|
10624
|
+
api.add_operation(:create_presigned_mlflow_tracking_server_url, Seahorse::Model::Operation.new.tap do |o|
|
10625
|
+
o.name = "CreatePresignedMlflowTrackingServerUrl"
|
10626
|
+
o.http_method = "POST"
|
10627
|
+
o.http_request_uri = "/"
|
10628
|
+
o.input = Shapes::ShapeRef.new(shape: CreatePresignedMlflowTrackingServerUrlRequest)
|
10629
|
+
o.output = Shapes::ShapeRef.new(shape: CreatePresignedMlflowTrackingServerUrlResponse)
|
10630
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
10631
|
+
end)
|
10632
|
+
|
10464
10633
|
api.add_operation(:create_presigned_notebook_instance_url, Seahorse::Model::Operation.new.tap do |o|
|
10465
10634
|
o.name = "CreatePresignedNotebookInstanceUrl"
|
10466
10635
|
o.http_method = "POST"
|
@@ -10833,6 +11002,15 @@ module Aws::SageMaker
|
|
10833
11002
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
10834
11003
|
end)
|
10835
11004
|
|
11005
|
+
api.add_operation(:delete_mlflow_tracking_server, Seahorse::Model::Operation.new.tap do |o|
|
11006
|
+
o.name = "DeleteMlflowTrackingServer"
|
11007
|
+
o.http_method = "POST"
|
11008
|
+
o.http_request_uri = "/"
|
11009
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteMlflowTrackingServerRequest)
|
11010
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteMlflowTrackingServerResponse)
|
11011
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
11012
|
+
end)
|
11013
|
+
|
10836
11014
|
api.add_operation(:delete_model, Seahorse::Model::Operation.new.tap do |o|
|
10837
11015
|
o.name = "DeleteModel"
|
10838
11016
|
o.http_method = "POST"
|
@@ -11339,6 +11517,15 @@ module Aws::SageMaker
|
|
11339
11517
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
11340
11518
|
end)
|
11341
11519
|
|
11520
|
+
api.add_operation(:describe_mlflow_tracking_server, Seahorse::Model::Operation.new.tap do |o|
|
11521
|
+
o.name = "DescribeMlflowTrackingServer"
|
11522
|
+
o.http_method = "POST"
|
11523
|
+
o.http_request_uri = "/"
|
11524
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeMlflowTrackingServerRequest)
|
11525
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeMlflowTrackingServerResponse)
|
11526
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
11527
|
+
end)
|
11528
|
+
|
11342
11529
|
api.add_operation(:describe_model, Seahorse::Model::Operation.new.tap do |o|
|
11343
11530
|
o.name = "DescribeModel"
|
11344
11531
|
o.http_method = "POST"
|
@@ -12191,6 +12378,20 @@ module Aws::SageMaker
|
|
12191
12378
|
)
|
12192
12379
|
end)
|
12193
12380
|
|
12381
|
+
api.add_operation(:list_mlflow_tracking_servers, Seahorse::Model::Operation.new.tap do |o|
|
12382
|
+
o.name = "ListMlflowTrackingServers"
|
12383
|
+
o.http_method = "POST"
|
12384
|
+
o.http_request_uri = "/"
|
12385
|
+
o.input = Shapes::ShapeRef.new(shape: ListMlflowTrackingServersRequest)
|
12386
|
+
o.output = Shapes::ShapeRef.new(shape: ListMlflowTrackingServersResponse)
|
12387
|
+
o[:pager] = Aws::Pager.new(
|
12388
|
+
limit_key: "max_results",
|
12389
|
+
tokens: {
|
12390
|
+
"next_token" => "next_token"
|
12391
|
+
}
|
12392
|
+
)
|
12393
|
+
end)
|
12394
|
+
|
12194
12395
|
api.add_operation(:list_model_bias_job_definitions, Seahorse::Model::Operation.new.tap do |o|
|
12195
12396
|
o.name = "ListModelBiasJobDefinitions"
|
12196
12397
|
o.http_method = "POST"
|
@@ -12812,6 +13013,16 @@ module Aws::SageMaker
|
|
12812
13013
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
12813
13014
|
end)
|
12814
13015
|
|
13016
|
+
api.add_operation(:start_mlflow_tracking_server, Seahorse::Model::Operation.new.tap do |o|
|
13017
|
+
o.name = "StartMlflowTrackingServer"
|
13018
|
+
o.http_method = "POST"
|
13019
|
+
o.http_request_uri = "/"
|
13020
|
+
o.input = Shapes::ShapeRef.new(shape: StartMlflowTrackingServerRequest)
|
13021
|
+
o.output = Shapes::ShapeRef.new(shape: StartMlflowTrackingServerResponse)
|
13022
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
13023
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
13024
|
+
end)
|
13025
|
+
|
12815
13026
|
api.add_operation(:start_monitoring_schedule, Seahorse::Model::Operation.new.tap do |o|
|
12816
13027
|
o.name = "StartMonitoringSchedule"
|
12817
13028
|
o.http_method = "POST"
|
@@ -12912,6 +13123,16 @@ module Aws::SageMaker
|
|
12912
13123
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
12913
13124
|
end)
|
12914
13125
|
|
13126
|
+
api.add_operation(:stop_mlflow_tracking_server, Seahorse::Model::Operation.new.tap do |o|
|
13127
|
+
o.name = "StopMlflowTrackingServer"
|
13128
|
+
o.http_method = "POST"
|
13129
|
+
o.http_request_uri = "/"
|
13130
|
+
o.input = Shapes::ShapeRef.new(shape: StopMlflowTrackingServerRequest)
|
13131
|
+
o.output = Shapes::ShapeRef.new(shape: StopMlflowTrackingServerResponse)
|
13132
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
13133
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
13134
|
+
end)
|
13135
|
+
|
12915
13136
|
api.add_operation(:stop_monitoring_schedule, Seahorse::Model::Operation.new.tap do |o|
|
12916
13137
|
o.name = "StopMonitoringSchedule"
|
12917
13138
|
o.http_method = "POST"
|
@@ -13167,6 +13388,17 @@ module Aws::SageMaker
|
|
13167
13388
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
13168
13389
|
end)
|
13169
13390
|
|
13391
|
+
api.add_operation(:update_mlflow_tracking_server, Seahorse::Model::Operation.new.tap do |o|
|
13392
|
+
o.name = "UpdateMlflowTrackingServer"
|
13393
|
+
o.http_method = "POST"
|
13394
|
+
o.http_request_uri = "/"
|
13395
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateMlflowTrackingServerRequest)
|
13396
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateMlflowTrackingServerResponse)
|
13397
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
13398
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
13399
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
13400
|
+
end)
|
13401
|
+
|
13170
13402
|
api.add_operation(:update_model_card, Seahorse::Model::Operation.new.tap do |o|
|
13171
13403
|
o.name = "UpdateModelCard"
|
13172
13404
|
o.http_method = "POST"
|