aws-sdk-sagemaker 1.246.0 → 1.248.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +623 -61
- data/lib/aws-sdk-sagemaker/client_api.rb +299 -13
- data/lib/aws-sdk-sagemaker/endpoints.rb +140 -0
- data/lib/aws-sdk-sagemaker/plugins/endpoints.rb +20 -0
- data/lib/aws-sdk-sagemaker/types.rb +714 -11
- data/lib/aws-sdk-sagemaker.rb +1 -1
- data/sig/client.rbs +205 -11
- data/sig/types.rbs +191 -7
- 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')
|
@@ -381,6 +388,8 @@ module Aws::SageMaker
|
|
381
388
|
CreateFeatureGroupResponse = Shapes::StructureShape.new(name: 'CreateFeatureGroupResponse')
|
382
389
|
CreateFlowDefinitionRequest = Shapes::StructureShape.new(name: 'CreateFlowDefinitionRequest')
|
383
390
|
CreateFlowDefinitionResponse = Shapes::StructureShape.new(name: 'CreateFlowDefinitionResponse')
|
391
|
+
CreateHubContentReferenceRequest = Shapes::StructureShape.new(name: 'CreateHubContentReferenceRequest')
|
392
|
+
CreateHubContentReferenceResponse = Shapes::StructureShape.new(name: 'CreateHubContentReferenceResponse')
|
384
393
|
CreateHubRequest = Shapes::StructureShape.new(name: 'CreateHubRequest')
|
385
394
|
CreateHubResponse = Shapes::StructureShape.new(name: 'CreateHubResponse')
|
386
395
|
CreateHumanTaskUiRequest = Shapes::StructureShape.new(name: 'CreateHumanTaskUiRequest')
|
@@ -399,6 +408,8 @@ module Aws::SageMaker
|
|
399
408
|
CreateInferenceRecommendationsJobResponse = Shapes::StructureShape.new(name: 'CreateInferenceRecommendationsJobResponse')
|
400
409
|
CreateLabelingJobRequest = Shapes::StructureShape.new(name: 'CreateLabelingJobRequest')
|
401
410
|
CreateLabelingJobResponse = Shapes::StructureShape.new(name: 'CreateLabelingJobResponse')
|
411
|
+
CreateMlflowTrackingServerRequest = Shapes::StructureShape.new(name: 'CreateMlflowTrackingServerRequest')
|
412
|
+
CreateMlflowTrackingServerResponse = Shapes::StructureShape.new(name: 'CreateMlflowTrackingServerResponse')
|
402
413
|
CreateModelBiasJobDefinitionRequest = Shapes::StructureShape.new(name: 'CreateModelBiasJobDefinitionRequest')
|
403
414
|
CreateModelBiasJobDefinitionResponse = Shapes::StructureShape.new(name: 'CreateModelBiasJobDefinitionResponse')
|
404
415
|
CreateModelCardExportJobRequest = Shapes::StructureShape.new(name: 'CreateModelCardExportJobRequest')
|
@@ -425,6 +436,8 @@ module Aws::SageMaker
|
|
425
436
|
CreatePipelineResponse = Shapes::StructureShape.new(name: 'CreatePipelineResponse')
|
426
437
|
CreatePresignedDomainUrlRequest = Shapes::StructureShape.new(name: 'CreatePresignedDomainUrlRequest')
|
427
438
|
CreatePresignedDomainUrlResponse = Shapes::StructureShape.new(name: 'CreatePresignedDomainUrlResponse')
|
439
|
+
CreatePresignedMlflowTrackingServerUrlRequest = Shapes::StructureShape.new(name: 'CreatePresignedMlflowTrackingServerUrlRequest')
|
440
|
+
CreatePresignedMlflowTrackingServerUrlResponse = Shapes::StructureShape.new(name: 'CreatePresignedMlflowTrackingServerUrlResponse')
|
428
441
|
CreatePresignedNotebookInstanceUrlInput = Shapes::StructureShape.new(name: 'CreatePresignedNotebookInstanceUrlInput')
|
429
442
|
CreatePresignedNotebookInstanceUrlOutput = Shapes::StructureShape.new(name: 'CreatePresignedNotebookInstanceUrlOutput')
|
430
443
|
CreateProcessingJobRequest = Shapes::StructureShape.new(name: 'CreateProcessingJobRequest')
|
@@ -519,6 +532,7 @@ module Aws::SageMaker
|
|
519
532
|
DeleteFeatureGroupRequest = Shapes::StructureShape.new(name: 'DeleteFeatureGroupRequest')
|
520
533
|
DeleteFlowDefinitionRequest = Shapes::StructureShape.new(name: 'DeleteFlowDefinitionRequest')
|
521
534
|
DeleteFlowDefinitionResponse = Shapes::StructureShape.new(name: 'DeleteFlowDefinitionResponse')
|
535
|
+
DeleteHubContentReferenceRequest = Shapes::StructureShape.new(name: 'DeleteHubContentReferenceRequest')
|
522
536
|
DeleteHubContentRequest = Shapes::StructureShape.new(name: 'DeleteHubContentRequest')
|
523
537
|
DeleteHubRequest = Shapes::StructureShape.new(name: 'DeleteHubRequest')
|
524
538
|
DeleteHumanTaskUiRequest = Shapes::StructureShape.new(name: 'DeleteHumanTaskUiRequest')
|
@@ -531,6 +545,8 @@ module Aws::SageMaker
|
|
531
545
|
DeleteInferenceComponentInput = Shapes::StructureShape.new(name: 'DeleteInferenceComponentInput')
|
532
546
|
DeleteInferenceExperimentRequest = Shapes::StructureShape.new(name: 'DeleteInferenceExperimentRequest')
|
533
547
|
DeleteInferenceExperimentResponse = Shapes::StructureShape.new(name: 'DeleteInferenceExperimentResponse')
|
548
|
+
DeleteMlflowTrackingServerRequest = Shapes::StructureShape.new(name: 'DeleteMlflowTrackingServerRequest')
|
549
|
+
DeleteMlflowTrackingServerResponse = Shapes::StructureShape.new(name: 'DeleteMlflowTrackingServerResponse')
|
534
550
|
DeleteModelBiasJobDefinitionRequest = Shapes::StructureShape.new(name: 'DeleteModelBiasJobDefinitionRequest')
|
535
551
|
DeleteModelCardRequest = Shapes::StructureShape.new(name: 'DeleteModelCardRequest')
|
536
552
|
DeleteModelExplainabilityJobDefinitionRequest = Shapes::StructureShape.new(name: 'DeleteModelExplainabilityJobDefinitionRequest')
|
@@ -641,6 +657,8 @@ module Aws::SageMaker
|
|
641
657
|
DescribeLabelingJobResponse = Shapes::StructureShape.new(name: 'DescribeLabelingJobResponse')
|
642
658
|
DescribeLineageGroupRequest = Shapes::StructureShape.new(name: 'DescribeLineageGroupRequest')
|
643
659
|
DescribeLineageGroupResponse = Shapes::StructureShape.new(name: 'DescribeLineageGroupResponse')
|
660
|
+
DescribeMlflowTrackingServerRequest = Shapes::StructureShape.new(name: 'DescribeMlflowTrackingServerRequest')
|
661
|
+
DescribeMlflowTrackingServerResponse = Shapes::StructureShape.new(name: 'DescribeMlflowTrackingServerResponse')
|
644
662
|
DescribeModelBiasJobDefinitionRequest = Shapes::StructureShape.new(name: 'DescribeModelBiasJobDefinitionRequest')
|
645
663
|
DescribeModelBiasJobDefinitionResponse = Shapes::StructureShape.new(name: 'DescribeModelBiasJobDefinitionResponse')
|
646
664
|
DescribeModelCardExportJobRequest = Shapes::StructureShape.new(name: 'DescribeModelCardExportJobRequest')
|
@@ -944,6 +962,7 @@ module Aws::SageMaker
|
|
944
962
|
HubContentSearchKeywordList = Shapes::ListShape.new(name: 'HubContentSearchKeywordList')
|
945
963
|
HubContentSortBy = Shapes::StringShape.new(name: 'HubContentSortBy')
|
946
964
|
HubContentStatus = Shapes::StringShape.new(name: 'HubContentStatus')
|
965
|
+
HubContentSupportStatus = Shapes::StringShape.new(name: 'HubContentSupportStatus')
|
947
966
|
HubContentType = Shapes::StringShape.new(name: 'HubContentType')
|
948
967
|
HubContentVersion = Shapes::StringShape.new(name: 'HubContentVersion')
|
949
968
|
HubDescription = Shapes::StringShape.new(name: 'HubDescription')
|
@@ -951,6 +970,7 @@ module Aws::SageMaker
|
|
951
970
|
HubInfo = Shapes::StructureShape.new(name: 'HubInfo')
|
952
971
|
HubInfoList = Shapes::ListShape.new(name: 'HubInfoList')
|
953
972
|
HubName = Shapes::StringShape.new(name: 'HubName')
|
973
|
+
HubNameOrArn = Shapes::StringShape.new(name: 'HubNameOrArn')
|
954
974
|
HubS3StorageConfig = Shapes::StructureShape.new(name: 'HubS3StorageConfig')
|
955
975
|
HubSearchKeyword = Shapes::StringShape.new(name: 'HubSearchKeyword')
|
956
976
|
HubSearchKeywordList = Shapes::ListShape.new(name: 'HubSearchKeywordList')
|
@@ -1069,6 +1089,7 @@ module Aws::SageMaker
|
|
1069
1089
|
InferenceExperimentStopDesiredState = Shapes::StringShape.new(name: 'InferenceExperimentStopDesiredState')
|
1070
1090
|
InferenceExperimentSummary = Shapes::StructureShape.new(name: 'InferenceExperimentSummary')
|
1071
1091
|
InferenceExperimentType = Shapes::StringShape.new(name: 'InferenceExperimentType')
|
1092
|
+
InferenceHubAccessConfig = Shapes::StructureShape.new(name: 'InferenceHubAccessConfig')
|
1072
1093
|
InferenceImage = Shapes::StringShape.new(name: 'InferenceImage')
|
1073
1094
|
InferenceMetrics = Shapes::StructureShape.new(name: 'InferenceMetrics')
|
1074
1095
|
InferenceRecommendation = Shapes::StructureShape.new(name: 'InferenceRecommendation')
|
@@ -1102,6 +1123,7 @@ module Aws::SageMaker
|
|
1102
1123
|
InvocationsMaxRetries = Shapes::IntegerShape.new(name: 'InvocationsMaxRetries')
|
1103
1124
|
InvocationsTimeoutInSeconds = Shapes::IntegerShape.new(name: 'InvocationsTimeoutInSeconds')
|
1104
1125
|
IotRoleAlias = Shapes::StringShape.new(name: 'IotRoleAlias')
|
1126
|
+
IsTrackingServerActive = Shapes::StringShape.new(name: 'IsTrackingServerActive')
|
1105
1127
|
ItemIdentifierAttributeName = Shapes::StringShape.new(name: 'ItemIdentifierAttributeName')
|
1106
1128
|
JobDurationInSeconds = Shapes::IntegerShape.new(name: 'JobDurationInSeconds')
|
1107
1129
|
JobReferenceCode = Shapes::StringShape.new(name: 'JobReferenceCode')
|
@@ -1245,6 +1267,8 @@ module Aws::SageMaker
|
|
1245
1267
|
ListLineageGroupsRequest = Shapes::StructureShape.new(name: 'ListLineageGroupsRequest')
|
1246
1268
|
ListLineageGroupsResponse = Shapes::StructureShape.new(name: 'ListLineageGroupsResponse')
|
1247
1269
|
ListMaxResults = Shapes::IntegerShape.new(name: 'ListMaxResults')
|
1270
|
+
ListMlflowTrackingServersRequest = Shapes::StructureShape.new(name: 'ListMlflowTrackingServersRequest')
|
1271
|
+
ListMlflowTrackingServersResponse = Shapes::StructureShape.new(name: 'ListMlflowTrackingServersResponse')
|
1248
1272
|
ListModelBiasJobDefinitionsRequest = Shapes::StructureShape.new(name: 'ListModelBiasJobDefinitionsRequest')
|
1249
1273
|
ListModelBiasJobDefinitionsResponse = Shapes::StructureShape.new(name: 'ListModelBiasJobDefinitionsResponse')
|
1250
1274
|
ListModelCardExportJobsRequest = Shapes::StructureShape.new(name: 'ListModelCardExportJobsRequest')
|
@@ -1365,6 +1389,7 @@ module Aws::SageMaker
|
|
1365
1389
|
MetricValue = Shapes::FloatShape.new(name: 'MetricValue')
|
1366
1390
|
MetricsSource = Shapes::StructureShape.new(name: 'MetricsSource')
|
1367
1391
|
MinimumInstanceMetadataServiceVersion = Shapes::StringShape.new(name: 'MinimumInstanceMetadataServiceVersion')
|
1392
|
+
MlflowVersion = Shapes::StringShape.new(name: 'MlflowVersion')
|
1368
1393
|
Model = Shapes::StructureShape.new(name: 'Model')
|
1369
1394
|
ModelAccessConfig = Shapes::StructureShape.new(name: 'ModelAccessConfig')
|
1370
1395
|
ModelApprovalStatus = Shapes::StringShape.new(name: 'ModelApprovalStatus')
|
@@ -1791,6 +1816,7 @@ module Aws::SageMaker
|
|
1791
1816
|
RedshiftResultCompressionType = Shapes::StringShape.new(name: 'RedshiftResultCompressionType')
|
1792
1817
|
RedshiftResultFormat = Shapes::StringShape.new(name: 'RedshiftResultFormat')
|
1793
1818
|
RedshiftUserName = Shapes::StringShape.new(name: 'RedshiftUserName')
|
1819
|
+
ReferenceMinVersion = Shapes::StringShape.new(name: 'ReferenceMinVersion')
|
1794
1820
|
RegisterDevicesRequest = Shapes::StructureShape.new(name: 'RegisterDevicesRequest')
|
1795
1821
|
RegisterModelStepMetadata = Shapes::StructureShape.new(name: 'RegisterModelStepMetadata')
|
1796
1822
|
ReleaseNotes = Shapes::StringShape.new(name: 'ReleaseNotes')
|
@@ -1852,6 +1878,7 @@ module Aws::SageMaker
|
|
1852
1878
|
S3Uri = Shapes::StringShape.new(name: 'S3Uri')
|
1853
1879
|
SageMakerImageVersionAlias = Shapes::StringShape.new(name: 'SageMakerImageVersionAlias')
|
1854
1880
|
SageMakerImageVersionAliases = Shapes::ListShape.new(name: 'SageMakerImageVersionAliases')
|
1881
|
+
SageMakerPublicHubContentArn = Shapes::StringShape.new(name: 'SageMakerPublicHubContentArn')
|
1855
1882
|
SagemakerServicecatalogStatus = Shapes::StringShape.new(name: 'SagemakerServicecatalogStatus')
|
1856
1883
|
SampleWeightAttributeName = Shapes::StringShape.new(name: 'SampleWeightAttributeName')
|
1857
1884
|
SamplingPercentage = Shapes::IntegerShape.new(name: 'SamplingPercentage')
|
@@ -1862,6 +1889,7 @@ module Aws::SageMaker
|
|
1862
1889
|
ScheduleConfig = Shapes::StructureShape.new(name: 'ScheduleConfig')
|
1863
1890
|
ScheduleExpression = Shapes::StringShape.new(name: 'ScheduleExpression')
|
1864
1891
|
ScheduleStatus = Shapes::StringShape.new(name: 'ScheduleStatus')
|
1892
|
+
Scope = Shapes::StringShape.new(name: 'Scope')
|
1865
1893
|
SearchExpression = Shapes::StructureShape.new(name: 'SearchExpression')
|
1866
1894
|
SearchExpressionList = Shapes::ListShape.new(name: 'SearchExpressionList')
|
1867
1895
|
SearchRecord = Shapes::StructureShape.new(name: 'SearchRecord')
|
@@ -1914,6 +1942,7 @@ module Aws::SageMaker
|
|
1914
1942
|
SortOrder = Shapes::StringShape.new(name: 'SortOrder')
|
1915
1943
|
SortPipelineExecutionsBy = Shapes::StringShape.new(name: 'SortPipelineExecutionsBy')
|
1916
1944
|
SortPipelinesBy = Shapes::StringShape.new(name: 'SortPipelinesBy')
|
1945
|
+
SortTrackingServerBy = Shapes::StringShape.new(name: 'SortTrackingServerBy')
|
1917
1946
|
SortTrialComponentsBy = Shapes::StringShape.new(name: 'SortTrialComponentsBy')
|
1918
1947
|
SortTrialsBy = Shapes::StringShape.new(name: 'SortTrialsBy')
|
1919
1948
|
SourceAlgorithm = Shapes::StructureShape.new(name: 'SourceAlgorithm')
|
@@ -1943,6 +1972,8 @@ module Aws::SageMaker
|
|
1943
1972
|
StartEdgeDeploymentStageRequest = Shapes::StructureShape.new(name: 'StartEdgeDeploymentStageRequest')
|
1944
1973
|
StartInferenceExperimentRequest = Shapes::StructureShape.new(name: 'StartInferenceExperimentRequest')
|
1945
1974
|
StartInferenceExperimentResponse = Shapes::StructureShape.new(name: 'StartInferenceExperimentResponse')
|
1975
|
+
StartMlflowTrackingServerRequest = Shapes::StructureShape.new(name: 'StartMlflowTrackingServerRequest')
|
1976
|
+
StartMlflowTrackingServerResponse = Shapes::StructureShape.new(name: 'StartMlflowTrackingServerResponse')
|
1946
1977
|
StartMonitoringScheduleRequest = Shapes::StructureShape.new(name: 'StartMonitoringScheduleRequest')
|
1947
1978
|
StartNotebookInstanceInput = Shapes::StructureShape.new(name: 'StartNotebookInstanceInput')
|
1948
1979
|
StartPipelineExecutionRequest = Shapes::StructureShape.new(name: 'StartPipelineExecutionRequest')
|
@@ -1963,6 +1994,8 @@ module Aws::SageMaker
|
|
1963
1994
|
StopInferenceExperimentResponse = Shapes::StructureShape.new(name: 'StopInferenceExperimentResponse')
|
1964
1995
|
StopInferenceRecommendationsJobRequest = Shapes::StructureShape.new(name: 'StopInferenceRecommendationsJobRequest')
|
1965
1996
|
StopLabelingJobRequest = Shapes::StructureShape.new(name: 'StopLabelingJobRequest')
|
1997
|
+
StopMlflowTrackingServerRequest = Shapes::StructureShape.new(name: 'StopMlflowTrackingServerRequest')
|
1998
|
+
StopMlflowTrackingServerResponse = Shapes::StructureShape.new(name: 'StopMlflowTrackingServerResponse')
|
1966
1999
|
StopMonitoringScheduleRequest = Shapes::StructureShape.new(name: 'StopMonitoringScheduleRequest')
|
1967
2000
|
StopNotebookInstanceInput = Shapes::StructureShape.new(name: 'StopNotebookInstanceInput')
|
1968
2001
|
StopPipelineExecutionRequest = Shapes::StructureShape.new(name: 'StopPipelineExecutionRequest')
|
@@ -2046,6 +2079,13 @@ module Aws::SageMaker
|
|
2046
2079
|
TimeSeriesTransformations = Shapes::StructureShape.new(name: 'TimeSeriesTransformations')
|
2047
2080
|
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
2048
2081
|
TimestampAttributeName = Shapes::StringShape.new(name: 'TimestampAttributeName')
|
2082
|
+
TrackingServerArn = Shapes::StringShape.new(name: 'TrackingServerArn')
|
2083
|
+
TrackingServerName = Shapes::StringShape.new(name: 'TrackingServerName')
|
2084
|
+
TrackingServerSize = Shapes::StringShape.new(name: 'TrackingServerSize')
|
2085
|
+
TrackingServerStatus = Shapes::StringShape.new(name: 'TrackingServerStatus')
|
2086
|
+
TrackingServerSummary = Shapes::StructureShape.new(name: 'TrackingServerSummary')
|
2087
|
+
TrackingServerSummaryList = Shapes::ListShape.new(name: 'TrackingServerSummaryList')
|
2088
|
+
TrackingServerUrl = Shapes::StringShape.new(name: 'TrackingServerUrl')
|
2049
2089
|
TrafficDurationInSeconds = Shapes::IntegerShape.new(name: 'TrafficDurationInSeconds')
|
2050
2090
|
TrafficPattern = Shapes::StructureShape.new(name: 'TrafficPattern')
|
2051
2091
|
TrafficRoutingConfig = Shapes::StructureShape.new(name: 'TrafficRoutingConfig')
|
@@ -2178,6 +2218,8 @@ module Aws::SageMaker
|
|
2178
2218
|
UpdateInferenceComponentRuntimeConfigOutput = Shapes::StructureShape.new(name: 'UpdateInferenceComponentRuntimeConfigOutput')
|
2179
2219
|
UpdateInferenceExperimentRequest = Shapes::StructureShape.new(name: 'UpdateInferenceExperimentRequest')
|
2180
2220
|
UpdateInferenceExperimentResponse = Shapes::StructureShape.new(name: 'UpdateInferenceExperimentResponse')
|
2221
|
+
UpdateMlflowTrackingServerRequest = Shapes::StructureShape.new(name: 'UpdateMlflowTrackingServerRequest')
|
2222
|
+
UpdateMlflowTrackingServerResponse = Shapes::StructureShape.new(name: 'UpdateMlflowTrackingServerResponse')
|
2181
2223
|
UpdateModelCardRequest = Shapes::StructureShape.new(name: 'UpdateModelCardRequest')
|
2182
2224
|
UpdateModelCardResponse = Shapes::StructureShape.new(name: 'UpdateModelCardResponse')
|
2183
2225
|
UpdateModelPackageInput = Shapes::StructureShape.new(name: 'UpdateModelPackageInput')
|
@@ -2248,6 +2290,7 @@ module Aws::SageMaker
|
|
2248
2290
|
WaitIntervalInSeconds = Shapes::IntegerShape.new(name: 'WaitIntervalInSeconds')
|
2249
2291
|
WarmPoolResourceStatus = Shapes::StringShape.new(name: 'WarmPoolResourceStatus')
|
2250
2292
|
WarmPoolStatus = Shapes::StructureShape.new(name: 'WarmPoolStatus')
|
2293
|
+
WeeklyMaintenanceWindowStart = Shapes::StringShape.new(name: 'WeeklyMaintenanceWindowStart')
|
2251
2294
|
WorkerAccessConfiguration = Shapes::StructureShape.new(name: 'WorkerAccessConfiguration')
|
2252
2295
|
Workforce = Shapes::StructureShape.new(name: 'Workforce')
|
2253
2296
|
WorkforceArn = Shapes::StringShape.new(name: 'WorkforceArn')
|
@@ -2481,6 +2524,9 @@ module Aws::SageMaker
|
|
2481
2524
|
|
2482
2525
|
AttributeNames.member = Shapes::ShapeRef.new(shape: AttributeName)
|
2483
2526
|
|
2527
|
+
AuthenticationRequestExtraParams.key = Shapes::ShapeRef.new(shape: AuthenticationRequestExtraParamsKey)
|
2528
|
+
AuthenticationRequestExtraParams.value = Shapes::ShapeRef.new(shape: AuthenticationRequestExtraParamsValue)
|
2529
|
+
|
2484
2530
|
AutoMLAlgorithmConfig.add_member(:auto_ml_algorithms, Shapes::ShapeRef.new(shape: AutoMLAlgorithms, required: true, location_name: "AutoMLAlgorithms"))
|
2485
2531
|
AutoMLAlgorithmConfig.struct_class = Types::AutoMLAlgorithmConfig
|
2486
2532
|
|
@@ -2831,6 +2877,9 @@ module Aws::SageMaker
|
|
2831
2877
|
ClarifyTextConfig.add_member(:granularity, Shapes::ShapeRef.new(shape: ClarifyTextGranularity, required: true, location_name: "Granularity"))
|
2832
2878
|
ClarifyTextConfig.struct_class = Types::ClarifyTextConfig
|
2833
2879
|
|
2880
|
+
ClusterEbsVolumeConfig.add_member(:volume_size_in_gb, Shapes::ShapeRef.new(shape: ClusterEbsVolumeSizeInGB, required: true, location_name: "VolumeSizeInGB"))
|
2881
|
+
ClusterEbsVolumeConfig.struct_class = Types::ClusterEbsVolumeConfig
|
2882
|
+
|
2834
2883
|
ClusterInstanceGroupDetails.add_member(:current_count, Shapes::ShapeRef.new(shape: ClusterNonNegativeInstanceCount, location_name: "CurrentCount"))
|
2835
2884
|
ClusterInstanceGroupDetails.add_member(:target_count, Shapes::ShapeRef.new(shape: ClusterInstanceCount, location_name: "TargetCount"))
|
2836
2885
|
ClusterInstanceGroupDetails.add_member(:instance_group_name, Shapes::ShapeRef.new(shape: ClusterInstanceGroupName, location_name: "InstanceGroupName"))
|
@@ -2838,6 +2887,7 @@ module Aws::SageMaker
|
|
2838
2887
|
ClusterInstanceGroupDetails.add_member(:life_cycle_config, Shapes::ShapeRef.new(shape: ClusterLifeCycleConfig, location_name: "LifeCycleConfig"))
|
2839
2888
|
ClusterInstanceGroupDetails.add_member(:execution_role, Shapes::ShapeRef.new(shape: RoleArn, location_name: "ExecutionRole"))
|
2840
2889
|
ClusterInstanceGroupDetails.add_member(:threads_per_core, Shapes::ShapeRef.new(shape: ClusterThreadsPerCore, location_name: "ThreadsPerCore"))
|
2890
|
+
ClusterInstanceGroupDetails.add_member(:instance_storage_configs, Shapes::ShapeRef.new(shape: ClusterInstanceStorageConfigs, location_name: "InstanceStorageConfigs"))
|
2841
2891
|
ClusterInstanceGroupDetails.struct_class = Types::ClusterInstanceGroupDetails
|
2842
2892
|
|
2843
2893
|
ClusterInstanceGroupDetailsList.member = Shapes::ShapeRef.new(shape: ClusterInstanceGroupDetails)
|
@@ -2848,6 +2898,7 @@ module Aws::SageMaker
|
|
2848
2898
|
ClusterInstanceGroupSpecification.add_member(:life_cycle_config, Shapes::ShapeRef.new(shape: ClusterLifeCycleConfig, required: true, location_name: "LifeCycleConfig"))
|
2849
2899
|
ClusterInstanceGroupSpecification.add_member(:execution_role, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "ExecutionRole"))
|
2850
2900
|
ClusterInstanceGroupSpecification.add_member(:threads_per_core, Shapes::ShapeRef.new(shape: ClusterThreadsPerCore, location_name: "ThreadsPerCore"))
|
2901
|
+
ClusterInstanceGroupSpecification.add_member(:instance_storage_configs, Shapes::ShapeRef.new(shape: ClusterInstanceStorageConfigs, location_name: "InstanceStorageConfigs"))
|
2851
2902
|
ClusterInstanceGroupSpecification.struct_class = Types::ClusterInstanceGroupSpecification
|
2852
2903
|
|
2853
2904
|
ClusterInstanceGroupSpecifications.member = Shapes::ShapeRef.new(shape: ClusterInstanceGroupSpecification)
|
@@ -2860,6 +2911,14 @@ module Aws::SageMaker
|
|
2860
2911
|
ClusterInstanceStatusDetails.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
2861
2912
|
ClusterInstanceStatusDetails.struct_class = Types::ClusterInstanceStatusDetails
|
2862
2913
|
|
2914
|
+
ClusterInstanceStorageConfig.add_member(:ebs_volume_config, Shapes::ShapeRef.new(shape: ClusterEbsVolumeConfig, location_name: "EbsVolumeConfig"))
|
2915
|
+
ClusterInstanceStorageConfig.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
2916
|
+
ClusterInstanceStorageConfig.add_member_subclass(:ebs_volume_config, Types::ClusterInstanceStorageConfig::EbsVolumeConfig)
|
2917
|
+
ClusterInstanceStorageConfig.add_member_subclass(:unknown, Types::ClusterInstanceStorageConfig::Unknown)
|
2918
|
+
ClusterInstanceStorageConfig.struct_class = Types::ClusterInstanceStorageConfig
|
2919
|
+
|
2920
|
+
ClusterInstanceStorageConfigs.member = Shapes::ShapeRef.new(shape: ClusterInstanceStorageConfig)
|
2921
|
+
|
2863
2922
|
ClusterLifeCycleConfig.add_member(:source_s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "SourceS3Uri"))
|
2864
2923
|
ClusterLifeCycleConfig.add_member(:on_create, Shapes::ShapeRef.new(shape: ClusterLifeCycleConfigFileName, required: true, location_name: "OnCreate"))
|
2865
2924
|
ClusterLifeCycleConfig.struct_class = Types::ClusterLifeCycleConfig
|
@@ -2871,6 +2930,7 @@ module Aws::SageMaker
|
|
2871
2930
|
ClusterNodeDetails.add_member(:launch_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LaunchTime"))
|
2872
2931
|
ClusterNodeDetails.add_member(:life_cycle_config, Shapes::ShapeRef.new(shape: ClusterLifeCycleConfig, location_name: "LifeCycleConfig"))
|
2873
2932
|
ClusterNodeDetails.add_member(:threads_per_core, Shapes::ShapeRef.new(shape: ClusterThreadsPerCore, location_name: "ThreadsPerCore"))
|
2933
|
+
ClusterNodeDetails.add_member(:instance_storage_configs, Shapes::ShapeRef.new(shape: ClusterInstanceStorageConfigs, location_name: "InstanceStorageConfigs"))
|
2874
2934
|
ClusterNodeDetails.add_member(:private_primary_ip, Shapes::ShapeRef.new(shape: ClusterPrivatePrimaryIp, location_name: "PrivatePrimaryIp"))
|
2875
2935
|
ClusterNodeDetails.add_member(:private_dns_hostname, Shapes::ShapeRef.new(shape: ClusterPrivateDnsHostname, location_name: "PrivateDnsHostname"))
|
2876
2936
|
ClusterNodeDetails.add_member(:placement, Shapes::ShapeRef.new(shape: ClusterInstancePlacement, location_name: "Placement"))
|
@@ -3275,6 +3335,17 @@ module Aws::SageMaker
|
|
3275
3335
|
CreateFlowDefinitionResponse.add_member(:flow_definition_arn, Shapes::ShapeRef.new(shape: FlowDefinitionArn, required: true, location_name: "FlowDefinitionArn"))
|
3276
3336
|
CreateFlowDefinitionResponse.struct_class = Types::CreateFlowDefinitionResponse
|
3277
3337
|
|
3338
|
+
CreateHubContentReferenceRequest.add_member(:hub_name, Shapes::ShapeRef.new(shape: HubNameOrArn, required: true, location_name: "HubName"))
|
3339
|
+
CreateHubContentReferenceRequest.add_member(:sage_maker_public_hub_content_arn, Shapes::ShapeRef.new(shape: SageMakerPublicHubContentArn, required: true, location_name: "SageMakerPublicHubContentArn"))
|
3340
|
+
CreateHubContentReferenceRequest.add_member(:hub_content_name, Shapes::ShapeRef.new(shape: HubContentName, location_name: "HubContentName"))
|
3341
|
+
CreateHubContentReferenceRequest.add_member(:min_version, Shapes::ShapeRef.new(shape: HubContentVersion, location_name: "MinVersion"))
|
3342
|
+
CreateHubContentReferenceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
3343
|
+
CreateHubContentReferenceRequest.struct_class = Types::CreateHubContentReferenceRequest
|
3344
|
+
|
3345
|
+
CreateHubContentReferenceResponse.add_member(:hub_arn, Shapes::ShapeRef.new(shape: HubArn, required: true, location_name: "HubArn"))
|
3346
|
+
CreateHubContentReferenceResponse.add_member(:hub_content_arn, Shapes::ShapeRef.new(shape: HubContentArn, required: true, location_name: "HubContentArn"))
|
3347
|
+
CreateHubContentReferenceResponse.struct_class = Types::CreateHubContentReferenceResponse
|
3348
|
+
|
3278
3349
|
CreateHubRequest.add_member(:hub_name, Shapes::ShapeRef.new(shape: HubName, required: true, location_name: "HubName"))
|
3279
3350
|
CreateHubRequest.add_member(:hub_description, Shapes::ShapeRef.new(shape: HubDescription, required: true, location_name: "HubDescription"))
|
3280
3351
|
CreateHubRequest.add_member(:hub_display_name, Shapes::ShapeRef.new(shape: HubDisplayName, location_name: "HubDisplayName"))
|
@@ -3387,6 +3458,19 @@ module Aws::SageMaker
|
|
3387
3458
|
CreateLabelingJobResponse.add_member(:labeling_job_arn, Shapes::ShapeRef.new(shape: LabelingJobArn, required: true, location_name: "LabelingJobArn"))
|
3388
3459
|
CreateLabelingJobResponse.struct_class = Types::CreateLabelingJobResponse
|
3389
3460
|
|
3461
|
+
CreateMlflowTrackingServerRequest.add_member(:tracking_server_name, Shapes::ShapeRef.new(shape: TrackingServerName, required: true, location_name: "TrackingServerName"))
|
3462
|
+
CreateMlflowTrackingServerRequest.add_member(:artifact_store_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "ArtifactStoreUri"))
|
3463
|
+
CreateMlflowTrackingServerRequest.add_member(:tracking_server_size, Shapes::ShapeRef.new(shape: TrackingServerSize, location_name: "TrackingServerSize"))
|
3464
|
+
CreateMlflowTrackingServerRequest.add_member(:mlflow_version, Shapes::ShapeRef.new(shape: MlflowVersion, location_name: "MlflowVersion"))
|
3465
|
+
CreateMlflowTrackingServerRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
|
3466
|
+
CreateMlflowTrackingServerRequest.add_member(:automatic_model_registration, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutomaticModelRegistration"))
|
3467
|
+
CreateMlflowTrackingServerRequest.add_member(:weekly_maintenance_window_start, Shapes::ShapeRef.new(shape: WeeklyMaintenanceWindowStart, location_name: "WeeklyMaintenanceWindowStart"))
|
3468
|
+
CreateMlflowTrackingServerRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
3469
|
+
CreateMlflowTrackingServerRequest.struct_class = Types::CreateMlflowTrackingServerRequest
|
3470
|
+
|
3471
|
+
CreateMlflowTrackingServerResponse.add_member(:tracking_server_arn, Shapes::ShapeRef.new(shape: TrackingServerArn, location_name: "TrackingServerArn"))
|
3472
|
+
CreateMlflowTrackingServerResponse.struct_class = Types::CreateMlflowTrackingServerResponse
|
3473
|
+
|
3390
3474
|
CreateModelBiasJobDefinitionRequest.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
|
3391
3475
|
CreateModelBiasJobDefinitionRequest.add_member(:model_bias_baseline_config, Shapes::ShapeRef.new(shape: ModelBiasBaselineConfig, location_name: "ModelBiasBaselineConfig"))
|
3392
3476
|
CreateModelBiasJobDefinitionRequest.add_member(:model_bias_app_specification, Shapes::ShapeRef.new(shape: ModelBiasAppSpecification, required: true, location_name: "ModelBiasAppSpecification"))
|
@@ -3561,6 +3645,14 @@ module Aws::SageMaker
|
|
3561
3645
|
CreatePresignedDomainUrlResponse.add_member(:authorized_url, Shapes::ShapeRef.new(shape: PresignedDomainUrl, location_name: "AuthorizedUrl"))
|
3562
3646
|
CreatePresignedDomainUrlResponse.struct_class = Types::CreatePresignedDomainUrlResponse
|
3563
3647
|
|
3648
|
+
CreatePresignedMlflowTrackingServerUrlRequest.add_member(:tracking_server_name, Shapes::ShapeRef.new(shape: TrackingServerName, required: true, location_name: "TrackingServerName"))
|
3649
|
+
CreatePresignedMlflowTrackingServerUrlRequest.add_member(:expires_in_seconds, Shapes::ShapeRef.new(shape: ExpiresInSeconds, location_name: "ExpiresInSeconds"))
|
3650
|
+
CreatePresignedMlflowTrackingServerUrlRequest.add_member(:session_expiration_duration_in_seconds, Shapes::ShapeRef.new(shape: SessionExpirationDurationInSeconds, location_name: "SessionExpirationDurationInSeconds"))
|
3651
|
+
CreatePresignedMlflowTrackingServerUrlRequest.struct_class = Types::CreatePresignedMlflowTrackingServerUrlRequest
|
3652
|
+
|
3653
|
+
CreatePresignedMlflowTrackingServerUrlResponse.add_member(:authorized_url, Shapes::ShapeRef.new(shape: TrackingServerUrl, location_name: "AuthorizedUrl"))
|
3654
|
+
CreatePresignedMlflowTrackingServerUrlResponse.struct_class = Types::CreatePresignedMlflowTrackingServerUrlResponse
|
3655
|
+
|
3564
3656
|
CreatePresignedNotebookInstanceUrlInput.add_member(:notebook_instance_name, Shapes::ShapeRef.new(shape: NotebookInstanceName, required: true, location_name: "NotebookInstanceName"))
|
3565
3657
|
CreatePresignedNotebookInstanceUrlInput.add_member(:session_expiration_duration_in_seconds, Shapes::ShapeRef.new(shape: SessionExpirationDurationInSeconds, location_name: "SessionExpirationDurationInSeconds"))
|
3566
3658
|
CreatePresignedNotebookInstanceUrlInput.struct_class = Types::CreatePresignedNotebookInstanceUrlInput
|
@@ -3954,13 +4046,18 @@ module Aws::SageMaker
|
|
3954
4046
|
|
3955
4047
|
DeleteFlowDefinitionResponse.struct_class = Types::DeleteFlowDefinitionResponse
|
3956
4048
|
|
3957
|
-
|
4049
|
+
DeleteHubContentReferenceRequest.add_member(:hub_name, Shapes::ShapeRef.new(shape: HubNameOrArn, required: true, location_name: "HubName"))
|
4050
|
+
DeleteHubContentReferenceRequest.add_member(:hub_content_type, Shapes::ShapeRef.new(shape: HubContentType, required: true, location_name: "HubContentType"))
|
4051
|
+
DeleteHubContentReferenceRequest.add_member(:hub_content_name, Shapes::ShapeRef.new(shape: HubContentName, required: true, location_name: "HubContentName"))
|
4052
|
+
DeleteHubContentReferenceRequest.struct_class = Types::DeleteHubContentReferenceRequest
|
4053
|
+
|
4054
|
+
DeleteHubContentRequest.add_member(:hub_name, Shapes::ShapeRef.new(shape: HubNameOrArn, required: true, location_name: "HubName"))
|
3958
4055
|
DeleteHubContentRequest.add_member(:hub_content_type, Shapes::ShapeRef.new(shape: HubContentType, required: true, location_name: "HubContentType"))
|
3959
4056
|
DeleteHubContentRequest.add_member(:hub_content_name, Shapes::ShapeRef.new(shape: HubContentName, required: true, location_name: "HubContentName"))
|
3960
4057
|
DeleteHubContentRequest.add_member(:hub_content_version, Shapes::ShapeRef.new(shape: HubContentVersion, required: true, location_name: "HubContentVersion"))
|
3961
4058
|
DeleteHubContentRequest.struct_class = Types::DeleteHubContentRequest
|
3962
4059
|
|
3963
|
-
DeleteHubRequest.add_member(:hub_name, Shapes::ShapeRef.new(shape:
|
4060
|
+
DeleteHubRequest.add_member(:hub_name, Shapes::ShapeRef.new(shape: HubNameOrArn, required: true, location_name: "HubName"))
|
3964
4061
|
DeleteHubRequest.struct_class = Types::DeleteHubRequest
|
3965
4062
|
|
3966
4063
|
DeleteHumanTaskUiRequest.add_member(:human_task_ui_name, Shapes::ShapeRef.new(shape: HumanTaskUiName, required: true, location_name: "HumanTaskUiName"))
|
@@ -3992,6 +4089,12 @@ module Aws::SageMaker
|
|
3992
4089
|
DeleteInferenceExperimentResponse.add_member(:inference_experiment_arn, Shapes::ShapeRef.new(shape: InferenceExperimentArn, required: true, location_name: "InferenceExperimentArn"))
|
3993
4090
|
DeleteInferenceExperimentResponse.struct_class = Types::DeleteInferenceExperimentResponse
|
3994
4091
|
|
4092
|
+
DeleteMlflowTrackingServerRequest.add_member(:tracking_server_name, Shapes::ShapeRef.new(shape: TrackingServerName, required: true, location_name: "TrackingServerName"))
|
4093
|
+
DeleteMlflowTrackingServerRequest.struct_class = Types::DeleteMlflowTrackingServerRequest
|
4094
|
+
|
4095
|
+
DeleteMlflowTrackingServerResponse.add_member(:tracking_server_arn, Shapes::ShapeRef.new(shape: TrackingServerArn, location_name: "TrackingServerArn"))
|
4096
|
+
DeleteMlflowTrackingServerResponse.struct_class = Types::DeleteMlflowTrackingServerResponse
|
4097
|
+
|
3995
4098
|
DeleteModelBiasJobDefinitionRequest.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
|
3996
4099
|
DeleteModelBiasJobDefinitionRequest.struct_class = Types::DeleteModelBiasJobDefinitionRequest
|
3997
4100
|
|
@@ -4532,7 +4635,7 @@ module Aws::SageMaker
|
|
4532
4635
|
DescribeFlowDefinitionResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
4533
4636
|
DescribeFlowDefinitionResponse.struct_class = Types::DescribeFlowDefinitionResponse
|
4534
4637
|
|
4535
|
-
DescribeHubContentRequest.add_member(:hub_name, Shapes::ShapeRef.new(shape:
|
4638
|
+
DescribeHubContentRequest.add_member(:hub_name, Shapes::ShapeRef.new(shape: HubNameOrArn, required: true, location_name: "HubName"))
|
4536
4639
|
DescribeHubContentRequest.add_member(:hub_content_type, Shapes::ShapeRef.new(shape: HubContentType, required: true, location_name: "HubContentType"))
|
4537
4640
|
DescribeHubContentRequest.add_member(:hub_content_name, Shapes::ShapeRef.new(shape: HubContentName, required: true, location_name: "HubContentName"))
|
4538
4641
|
DescribeHubContentRequest.add_member(:hub_content_version, Shapes::ShapeRef.new(shape: HubContentVersion, location_name: "HubContentVersion"))
|
@@ -4549,6 +4652,9 @@ module Aws::SageMaker
|
|
4549
4652
|
DescribeHubContentResponse.add_member(:hub_content_description, Shapes::ShapeRef.new(shape: HubContentDescription, location_name: "HubContentDescription"))
|
4550
4653
|
DescribeHubContentResponse.add_member(:hub_content_markdown, Shapes::ShapeRef.new(shape: HubContentMarkdown, location_name: "HubContentMarkdown"))
|
4551
4654
|
DescribeHubContentResponse.add_member(:hub_content_document, Shapes::ShapeRef.new(shape: HubContentDocument, required: true, location_name: "HubContentDocument"))
|
4655
|
+
DescribeHubContentResponse.add_member(:sage_maker_public_hub_content_arn, Shapes::ShapeRef.new(shape: SageMakerPublicHubContentArn, location_name: "SageMakerPublicHubContentArn"))
|
4656
|
+
DescribeHubContentResponse.add_member(:reference_min_version, Shapes::ShapeRef.new(shape: ReferenceMinVersion, location_name: "ReferenceMinVersion"))
|
4657
|
+
DescribeHubContentResponse.add_member(:support_status, Shapes::ShapeRef.new(shape: HubContentSupportStatus, location_name: "SupportStatus"))
|
4552
4658
|
DescribeHubContentResponse.add_member(:hub_content_search_keywords, Shapes::ShapeRef.new(shape: HubContentSearchKeywordList, location_name: "HubContentSearchKeywords"))
|
4553
4659
|
DescribeHubContentResponse.add_member(:hub_content_dependencies, Shapes::ShapeRef.new(shape: HubContentDependencyList, location_name: "HubContentDependencies"))
|
4554
4660
|
DescribeHubContentResponse.add_member(:hub_content_status, Shapes::ShapeRef.new(shape: HubContentStatus, required: true, location_name: "HubContentStatus"))
|
@@ -4556,7 +4662,7 @@ module Aws::SageMaker
|
|
4556
4662
|
DescribeHubContentResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
4557
4663
|
DescribeHubContentResponse.struct_class = Types::DescribeHubContentResponse
|
4558
4664
|
|
4559
|
-
DescribeHubRequest.add_member(:hub_name, Shapes::ShapeRef.new(shape:
|
4665
|
+
DescribeHubRequest.add_member(:hub_name, Shapes::ShapeRef.new(shape: HubNameOrArn, required: true, location_name: "HubName"))
|
4560
4666
|
DescribeHubRequest.struct_class = Types::DescribeHubRequest
|
4561
4667
|
|
4562
4668
|
DescribeHubResponse.add_member(:hub_name, Shapes::ShapeRef.new(shape: HubName, required: true, location_name: "HubName"))
|
@@ -4733,6 +4839,26 @@ module Aws::SageMaker
|
|
4733
4839
|
DescribeLineageGroupResponse.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
|
4734
4840
|
DescribeLineageGroupResponse.struct_class = Types::DescribeLineageGroupResponse
|
4735
4841
|
|
4842
|
+
DescribeMlflowTrackingServerRequest.add_member(:tracking_server_name, Shapes::ShapeRef.new(shape: TrackingServerName, required: true, location_name: "TrackingServerName"))
|
4843
|
+
DescribeMlflowTrackingServerRequest.struct_class = Types::DescribeMlflowTrackingServerRequest
|
4844
|
+
|
4845
|
+
DescribeMlflowTrackingServerResponse.add_member(:tracking_server_arn, Shapes::ShapeRef.new(shape: TrackingServerArn, location_name: "TrackingServerArn"))
|
4846
|
+
DescribeMlflowTrackingServerResponse.add_member(:tracking_server_name, Shapes::ShapeRef.new(shape: TrackingServerName, location_name: "TrackingServerName"))
|
4847
|
+
DescribeMlflowTrackingServerResponse.add_member(:artifact_store_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "ArtifactStoreUri"))
|
4848
|
+
DescribeMlflowTrackingServerResponse.add_member(:tracking_server_size, Shapes::ShapeRef.new(shape: TrackingServerSize, location_name: "TrackingServerSize"))
|
4849
|
+
DescribeMlflowTrackingServerResponse.add_member(:mlflow_version, Shapes::ShapeRef.new(shape: MlflowVersion, location_name: "MlflowVersion"))
|
4850
|
+
DescribeMlflowTrackingServerResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
4851
|
+
DescribeMlflowTrackingServerResponse.add_member(:tracking_server_status, Shapes::ShapeRef.new(shape: TrackingServerStatus, location_name: "TrackingServerStatus"))
|
4852
|
+
DescribeMlflowTrackingServerResponse.add_member(:is_active, Shapes::ShapeRef.new(shape: IsTrackingServerActive, location_name: "IsActive"))
|
4853
|
+
DescribeMlflowTrackingServerResponse.add_member(:tracking_server_url, Shapes::ShapeRef.new(shape: TrackingServerUrl, location_name: "TrackingServerUrl"))
|
4854
|
+
DescribeMlflowTrackingServerResponse.add_member(:weekly_maintenance_window_start, Shapes::ShapeRef.new(shape: WeeklyMaintenanceWindowStart, location_name: "WeeklyMaintenanceWindowStart"))
|
4855
|
+
DescribeMlflowTrackingServerResponse.add_member(:automatic_model_registration, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutomaticModelRegistration"))
|
4856
|
+
DescribeMlflowTrackingServerResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
4857
|
+
DescribeMlflowTrackingServerResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
|
4858
|
+
DescribeMlflowTrackingServerResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
4859
|
+
DescribeMlflowTrackingServerResponse.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
|
4860
|
+
DescribeMlflowTrackingServerResponse.struct_class = Types::DescribeMlflowTrackingServerResponse
|
4861
|
+
|
4736
4862
|
DescribeModelBiasJobDefinitionRequest.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
|
4737
4863
|
DescribeModelBiasJobDefinitionRequest.struct_class = Types::DescribeModelBiasJobDefinitionRequest
|
4738
4864
|
|
@@ -5759,14 +5885,17 @@ module Aws::SageMaker
|
|
5759
5885
|
|
5760
5886
|
HubContentInfo.add_member(:hub_content_name, Shapes::ShapeRef.new(shape: HubContentName, required: true, location_name: "HubContentName"))
|
5761
5887
|
HubContentInfo.add_member(:hub_content_arn, Shapes::ShapeRef.new(shape: HubContentArn, required: true, location_name: "HubContentArn"))
|
5888
|
+
HubContentInfo.add_member(:sage_maker_public_hub_content_arn, Shapes::ShapeRef.new(shape: SageMakerPublicHubContentArn, location_name: "SageMakerPublicHubContentArn"))
|
5762
5889
|
HubContentInfo.add_member(:hub_content_version, Shapes::ShapeRef.new(shape: HubContentVersion, required: true, location_name: "HubContentVersion"))
|
5763
5890
|
HubContentInfo.add_member(:hub_content_type, Shapes::ShapeRef.new(shape: HubContentType, required: true, location_name: "HubContentType"))
|
5764
5891
|
HubContentInfo.add_member(:document_schema_version, Shapes::ShapeRef.new(shape: DocumentSchemaVersion, required: true, location_name: "DocumentSchemaVersion"))
|
5765
5892
|
HubContentInfo.add_member(:hub_content_display_name, Shapes::ShapeRef.new(shape: HubContentDisplayName, location_name: "HubContentDisplayName"))
|
5766
5893
|
HubContentInfo.add_member(:hub_content_description, Shapes::ShapeRef.new(shape: HubContentDescription, location_name: "HubContentDescription"))
|
5894
|
+
HubContentInfo.add_member(:support_status, Shapes::ShapeRef.new(shape: HubContentSupportStatus, location_name: "SupportStatus"))
|
5767
5895
|
HubContentInfo.add_member(:hub_content_search_keywords, Shapes::ShapeRef.new(shape: HubContentSearchKeywordList, location_name: "HubContentSearchKeywords"))
|
5768
5896
|
HubContentInfo.add_member(:hub_content_status, Shapes::ShapeRef.new(shape: HubContentStatus, required: true, location_name: "HubContentStatus"))
|
5769
5897
|
HubContentInfo.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
5898
|
+
HubContentInfo.add_member(:original_creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "OriginalCreationTime"))
|
5770
5899
|
HubContentInfo.struct_class = Types::HubContentInfo
|
5771
5900
|
|
5772
5901
|
HubContentInfoList.member = Shapes::ShapeRef.new(shape: HubContentInfo)
|
@@ -6027,7 +6156,7 @@ module Aws::SageMaker
|
|
6027
6156
|
ImportHubContentRequest.add_member(:hub_content_version, Shapes::ShapeRef.new(shape: HubContentVersion, location_name: "HubContentVersion"))
|
6028
6157
|
ImportHubContentRequest.add_member(:hub_content_type, Shapes::ShapeRef.new(shape: HubContentType, required: true, location_name: "HubContentType"))
|
6029
6158
|
ImportHubContentRequest.add_member(:document_schema_version, Shapes::ShapeRef.new(shape: DocumentSchemaVersion, required: true, location_name: "DocumentSchemaVersion"))
|
6030
|
-
ImportHubContentRequest.add_member(:hub_name, Shapes::ShapeRef.new(shape:
|
6159
|
+
ImportHubContentRequest.add_member(:hub_name, Shapes::ShapeRef.new(shape: HubNameOrArn, required: true, location_name: "HubName"))
|
6031
6160
|
ImportHubContentRequest.add_member(:hub_content_display_name, Shapes::ShapeRef.new(shape: HubContentDisplayName, location_name: "HubContentDisplayName"))
|
6032
6161
|
ImportHubContentRequest.add_member(:hub_content_description, Shapes::ShapeRef.new(shape: HubContentDescription, location_name: "HubContentDescription"))
|
6033
6162
|
ImportHubContentRequest.add_member(:hub_content_markdown, Shapes::ShapeRef.new(shape: HubContentMarkdown, location_name: "HubContentMarkdown"))
|
@@ -6117,12 +6246,15 @@ module Aws::SageMaker
|
|
6117
6246
|
InferenceExperimentSummary.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
6118
6247
|
InferenceExperimentSummary.struct_class = Types::InferenceExperimentSummary
|
6119
6248
|
|
6249
|
+
InferenceHubAccessConfig.add_member(:hub_content_arn, Shapes::ShapeRef.new(shape: HubContentArn, required: true, location_name: "HubContentArn"))
|
6250
|
+
InferenceHubAccessConfig.struct_class = Types::InferenceHubAccessConfig
|
6251
|
+
|
6120
6252
|
InferenceMetrics.add_member(:max_invocations, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "MaxInvocations"))
|
6121
6253
|
InferenceMetrics.add_member(:model_latency, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "ModelLatency"))
|
6122
6254
|
InferenceMetrics.struct_class = Types::InferenceMetrics
|
6123
6255
|
|
6124
6256
|
InferenceRecommendation.add_member(:recommendation_id, Shapes::ShapeRef.new(shape: String, location_name: "RecommendationId"))
|
6125
|
-
InferenceRecommendation.add_member(:metrics, Shapes::ShapeRef.new(shape: RecommendationMetrics,
|
6257
|
+
InferenceRecommendation.add_member(:metrics, Shapes::ShapeRef.new(shape: RecommendationMetrics, location_name: "Metrics"))
|
6126
6258
|
InferenceRecommendation.add_member(:endpoint_configuration, Shapes::ShapeRef.new(shape: EndpointOutputConfiguration, required: true, location_name: "EndpointConfiguration"))
|
6127
6259
|
InferenceRecommendation.add_member(:model_configuration, Shapes::ShapeRef.new(shape: ModelConfiguration, required: true, location_name: "ModelConfiguration"))
|
6128
6260
|
InferenceRecommendation.add_member(:invocation_end_time, Shapes::ShapeRef.new(shape: InvocationEndTime, location_name: "InvocationEndTime"))
|
@@ -6680,7 +6812,7 @@ module Aws::SageMaker
|
|
6680
6812
|
ListFlowDefinitionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
6681
6813
|
ListFlowDefinitionsResponse.struct_class = Types::ListFlowDefinitionsResponse
|
6682
6814
|
|
6683
|
-
ListHubContentVersionsRequest.add_member(:hub_name, Shapes::ShapeRef.new(shape:
|
6815
|
+
ListHubContentVersionsRequest.add_member(:hub_name, Shapes::ShapeRef.new(shape: HubNameOrArn, required: true, location_name: "HubName"))
|
6684
6816
|
ListHubContentVersionsRequest.add_member(:hub_content_type, Shapes::ShapeRef.new(shape: HubContentType, required: true, location_name: "HubContentType"))
|
6685
6817
|
ListHubContentVersionsRequest.add_member(:hub_content_name, Shapes::ShapeRef.new(shape: HubContentName, required: true, location_name: "HubContentName"))
|
6686
6818
|
ListHubContentVersionsRequest.add_member(:min_version, Shapes::ShapeRef.new(shape: HubContentVersion, location_name: "MinVersion"))
|
@@ -6697,7 +6829,7 @@ module Aws::SageMaker
|
|
6697
6829
|
ListHubContentVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
6698
6830
|
ListHubContentVersionsResponse.struct_class = Types::ListHubContentVersionsResponse
|
6699
6831
|
|
6700
|
-
ListHubContentsRequest.add_member(:hub_name, Shapes::ShapeRef.new(shape:
|
6832
|
+
ListHubContentsRequest.add_member(:hub_name, Shapes::ShapeRef.new(shape: HubNameOrArn, required: true, location_name: "HubName"))
|
6701
6833
|
ListHubContentsRequest.add_member(:hub_content_type, Shapes::ShapeRef.new(shape: HubContentType, required: true, location_name: "HubContentType"))
|
6702
6834
|
ListHubContentsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: NameContains, location_name: "NameContains"))
|
6703
6835
|
ListHubContentsRequest.add_member(:max_schema_version, Shapes::ShapeRef.new(shape: DocumentSchemaVersion, location_name: "MaxSchemaVersion"))
|
@@ -6893,6 +7025,20 @@ module Aws::SageMaker
|
|
6893
7025
|
ListLineageGroupsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
6894
7026
|
ListLineageGroupsResponse.struct_class = Types::ListLineageGroupsResponse
|
6895
7027
|
|
7028
|
+
ListMlflowTrackingServersRequest.add_member(:created_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAfter"))
|
7029
|
+
ListMlflowTrackingServersRequest.add_member(:created_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedBefore"))
|
7030
|
+
ListMlflowTrackingServersRequest.add_member(:tracking_server_status, Shapes::ShapeRef.new(shape: TrackingServerStatus, location_name: "TrackingServerStatus"))
|
7031
|
+
ListMlflowTrackingServersRequest.add_member(:mlflow_version, Shapes::ShapeRef.new(shape: MlflowVersion, location_name: "MlflowVersion"))
|
7032
|
+
ListMlflowTrackingServersRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortTrackingServerBy, location_name: "SortBy"))
|
7033
|
+
ListMlflowTrackingServersRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
7034
|
+
ListMlflowTrackingServersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
7035
|
+
ListMlflowTrackingServersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
7036
|
+
ListMlflowTrackingServersRequest.struct_class = Types::ListMlflowTrackingServersRequest
|
7037
|
+
|
7038
|
+
ListMlflowTrackingServersResponse.add_member(:tracking_server_summaries, Shapes::ShapeRef.new(shape: TrackingServerSummaryList, location_name: "TrackingServerSummaries"))
|
7039
|
+
ListMlflowTrackingServersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
7040
|
+
ListMlflowTrackingServersResponse.struct_class = Types::ListMlflowTrackingServersResponse
|
7041
|
+
|
6896
7042
|
ListModelBiasJobDefinitionsRequest.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, location_name: "EndpointName"))
|
6897
7043
|
ListModelBiasJobDefinitionsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionSortKey, location_name: "SortBy"))
|
6898
7044
|
ListModelBiasJobDefinitionsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
@@ -6981,6 +7127,7 @@ module Aws::SageMaker
|
|
6981
7127
|
ListModelPackageGroupsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
6982
7128
|
ListModelPackageGroupsInput.add_member(:sort_by, Shapes::ShapeRef.new(shape: ModelPackageGroupSortBy, location_name: "SortBy"))
|
6983
7129
|
ListModelPackageGroupsInput.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
7130
|
+
ListModelPackageGroupsInput.add_member(:cross_account_filter_option, Shapes::ShapeRef.new(shape: CrossAccountFilterOption, location_name: "CrossAccountFilterOption"))
|
6984
7131
|
ListModelPackageGroupsInput.struct_class = Types::ListModelPackageGroupsInput
|
6985
7132
|
|
6986
7133
|
ListModelPackageGroupsOutput.add_member(:model_package_group_summary_list, Shapes::ShapeRef.new(shape: ModelPackageGroupSummaryList, required: true, location_name: "ModelPackageGroupSummaryList"))
|
@@ -8045,6 +8192,8 @@ module Aws::SageMaker
|
|
8045
8192
|
OidcConfig.add_member(:user_info_endpoint, Shapes::ShapeRef.new(shape: OidcEndpoint, required: true, location_name: "UserInfoEndpoint"))
|
8046
8193
|
OidcConfig.add_member(:logout_endpoint, Shapes::ShapeRef.new(shape: OidcEndpoint, required: true, location_name: "LogoutEndpoint"))
|
8047
8194
|
OidcConfig.add_member(:jwks_uri, Shapes::ShapeRef.new(shape: OidcEndpoint, required: true, location_name: "JwksUri"))
|
8195
|
+
OidcConfig.add_member(:scope, Shapes::ShapeRef.new(shape: Scope, location_name: "Scope"))
|
8196
|
+
OidcConfig.add_member(:authentication_request_extra_params, Shapes::ShapeRef.new(shape: AuthenticationRequestExtraParams, location_name: "AuthenticationRequestExtraParams"))
|
8048
8197
|
OidcConfig.struct_class = Types::OidcConfig
|
8049
8198
|
|
8050
8199
|
OidcConfigForResponse.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientId, location_name: "ClientId"))
|
@@ -8054,6 +8203,8 @@ module Aws::SageMaker
|
|
8054
8203
|
OidcConfigForResponse.add_member(:user_info_endpoint, Shapes::ShapeRef.new(shape: OidcEndpoint, location_name: "UserInfoEndpoint"))
|
8055
8204
|
OidcConfigForResponse.add_member(:logout_endpoint, Shapes::ShapeRef.new(shape: OidcEndpoint, location_name: "LogoutEndpoint"))
|
8056
8205
|
OidcConfigForResponse.add_member(:jwks_uri, Shapes::ShapeRef.new(shape: OidcEndpoint, location_name: "JwksUri"))
|
8206
|
+
OidcConfigForResponse.add_member(:scope, Shapes::ShapeRef.new(shape: Scope, location_name: "Scope"))
|
8207
|
+
OidcConfigForResponse.add_member(:authentication_request_extra_params, Shapes::ShapeRef.new(shape: AuthenticationRequestExtraParams, location_name: "AuthenticationRequestExtraParams"))
|
8057
8208
|
OidcConfigForResponse.struct_class = Types::OidcConfigForResponse
|
8058
8209
|
|
8059
8210
|
OidcMemberDefinition.add_member(:groups, Shapes::ShapeRef.new(shape: Groups, location_name: "Groups"))
|
@@ -8635,10 +8786,10 @@ module Aws::SageMaker
|
|
8635
8786
|
|
8636
8787
|
RecommendationJobVpcSubnets.member = Shapes::ShapeRef.new(shape: RecommendationJobVpcSubnetId)
|
8637
8788
|
|
8638
|
-
RecommendationMetrics.add_member(:cost_per_hour, Shapes::ShapeRef.new(shape: Float,
|
8639
|
-
RecommendationMetrics.add_member(:cost_per_inference, Shapes::ShapeRef.new(shape: Float,
|
8640
|
-
RecommendationMetrics.add_member(:max_invocations, Shapes::ShapeRef.new(shape: Integer,
|
8641
|
-
RecommendationMetrics.add_member(:model_latency, Shapes::ShapeRef.new(shape: Integer,
|
8789
|
+
RecommendationMetrics.add_member(:cost_per_hour, Shapes::ShapeRef.new(shape: Float, location_name: "CostPerHour"))
|
8790
|
+
RecommendationMetrics.add_member(:cost_per_inference, Shapes::ShapeRef.new(shape: Float, location_name: "CostPerInference"))
|
8791
|
+
RecommendationMetrics.add_member(:max_invocations, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxInvocations"))
|
8792
|
+
RecommendationMetrics.add_member(:model_latency, Shapes::ShapeRef.new(shape: Integer, location_name: "ModelLatency"))
|
8642
8793
|
RecommendationMetrics.add_member(:cpu_utilization, Shapes::ShapeRef.new(shape: UtilizationMetric, location_name: "CpuUtilization"))
|
8643
8794
|
RecommendationMetrics.add_member(:memory_utilization, Shapes::ShapeRef.new(shape: UtilizationMetric, location_name: "MemoryUtilization"))
|
8644
8795
|
RecommendationMetrics.add_member(:model_setup_time, Shapes::ShapeRef.new(shape: ModelSetupTime, location_name: "ModelSetupTime"))
|
@@ -8772,6 +8923,7 @@ module Aws::SageMaker
|
|
8772
8923
|
S3ModelDataSource.add_member(:s3_data_type, Shapes::ShapeRef.new(shape: S3ModelDataType, required: true, location_name: "S3DataType"))
|
8773
8924
|
S3ModelDataSource.add_member(:compression_type, Shapes::ShapeRef.new(shape: ModelCompressionType, required: true, location_name: "CompressionType"))
|
8774
8925
|
S3ModelDataSource.add_member(:model_access_config, Shapes::ShapeRef.new(shape: ModelAccessConfig, location_name: "ModelAccessConfig"))
|
8926
|
+
S3ModelDataSource.add_member(:hub_access_config, Shapes::ShapeRef.new(shape: InferenceHubAccessConfig, location_name: "HubAccessConfig"))
|
8775
8927
|
S3ModelDataSource.struct_class = Types::S3ModelDataSource
|
8776
8928
|
|
8777
8929
|
S3Presign.add_member(:iam_policy_constraints, Shapes::ShapeRef.new(shape: IamPolicyConstraints, location_name: "IamPolicyConstraints"))
|
@@ -8989,6 +9141,12 @@ module Aws::SageMaker
|
|
8989
9141
|
StartInferenceExperimentResponse.add_member(:inference_experiment_arn, Shapes::ShapeRef.new(shape: InferenceExperimentArn, required: true, location_name: "InferenceExperimentArn"))
|
8990
9142
|
StartInferenceExperimentResponse.struct_class = Types::StartInferenceExperimentResponse
|
8991
9143
|
|
9144
|
+
StartMlflowTrackingServerRequest.add_member(:tracking_server_name, Shapes::ShapeRef.new(shape: TrackingServerName, required: true, location_name: "TrackingServerName"))
|
9145
|
+
StartMlflowTrackingServerRequest.struct_class = Types::StartMlflowTrackingServerRequest
|
9146
|
+
|
9147
|
+
StartMlflowTrackingServerResponse.add_member(:tracking_server_arn, Shapes::ShapeRef.new(shape: TrackingServerArn, location_name: "TrackingServerArn"))
|
9148
|
+
StartMlflowTrackingServerResponse.struct_class = Types::StartMlflowTrackingServerResponse
|
9149
|
+
|
8992
9150
|
StartMonitoringScheduleRequest.add_member(:monitoring_schedule_name, Shapes::ShapeRef.new(shape: MonitoringScheduleName, required: true, location_name: "MonitoringScheduleName"))
|
8993
9151
|
StartMonitoringScheduleRequest.struct_class = Types::StartMonitoringScheduleRequest
|
8994
9152
|
|
@@ -9039,6 +9197,12 @@ module Aws::SageMaker
|
|
9039
9197
|
StopLabelingJobRequest.add_member(:labeling_job_name, Shapes::ShapeRef.new(shape: LabelingJobName, required: true, location_name: "LabelingJobName"))
|
9040
9198
|
StopLabelingJobRequest.struct_class = Types::StopLabelingJobRequest
|
9041
9199
|
|
9200
|
+
StopMlflowTrackingServerRequest.add_member(:tracking_server_name, Shapes::ShapeRef.new(shape: TrackingServerName, required: true, location_name: "TrackingServerName"))
|
9201
|
+
StopMlflowTrackingServerRequest.struct_class = Types::StopMlflowTrackingServerRequest
|
9202
|
+
|
9203
|
+
StopMlflowTrackingServerResponse.add_member(:tracking_server_arn, Shapes::ShapeRef.new(shape: TrackingServerArn, location_name: "TrackingServerArn"))
|
9204
|
+
StopMlflowTrackingServerResponse.struct_class = Types::StopMlflowTrackingServerResponse
|
9205
|
+
|
9042
9206
|
StopMonitoringScheduleRequest.add_member(:monitoring_schedule_name, Shapes::ShapeRef.new(shape: MonitoringScheduleName, required: true, location_name: "MonitoringScheduleName"))
|
9043
9207
|
StopMonitoringScheduleRequest.struct_class = Types::StopMonitoringScheduleRequest
|
9044
9208
|
|
@@ -9185,6 +9349,17 @@ module Aws::SageMaker
|
|
9185
9349
|
TimeSeriesTransformations.add_member(:aggregation, Shapes::ShapeRef.new(shape: AggregationTransformations, location_name: "Aggregation"))
|
9186
9350
|
TimeSeriesTransformations.struct_class = Types::TimeSeriesTransformations
|
9187
9351
|
|
9352
|
+
TrackingServerSummary.add_member(:tracking_server_arn, Shapes::ShapeRef.new(shape: TrackingServerArn, location_name: "TrackingServerArn"))
|
9353
|
+
TrackingServerSummary.add_member(:tracking_server_name, Shapes::ShapeRef.new(shape: TrackingServerName, location_name: "TrackingServerName"))
|
9354
|
+
TrackingServerSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
9355
|
+
TrackingServerSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
9356
|
+
TrackingServerSummary.add_member(:tracking_server_status, Shapes::ShapeRef.new(shape: TrackingServerStatus, location_name: "TrackingServerStatus"))
|
9357
|
+
TrackingServerSummary.add_member(:is_active, Shapes::ShapeRef.new(shape: IsTrackingServerActive, location_name: "IsActive"))
|
9358
|
+
TrackingServerSummary.add_member(:mlflow_version, Shapes::ShapeRef.new(shape: MlflowVersion, location_name: "MlflowVersion"))
|
9359
|
+
TrackingServerSummary.struct_class = Types::TrackingServerSummary
|
9360
|
+
|
9361
|
+
TrackingServerSummaryList.member = Shapes::ShapeRef.new(shape: TrackingServerSummary)
|
9362
|
+
|
9188
9363
|
TrafficPattern.add_member(:traffic_type, Shapes::ShapeRef.new(shape: TrafficType, location_name: "TrafficType"))
|
9189
9364
|
TrafficPattern.add_member(:phases, Shapes::ShapeRef.new(shape: Phases, location_name: "Phases"))
|
9190
9365
|
TrafficPattern.add_member(:stairs, Shapes::ShapeRef.new(shape: Stairs, location_name: "Stairs"))
|
@@ -9636,7 +9811,7 @@ module Aws::SageMaker
|
|
9636
9811
|
UpdateFeatureMetadataRequest.add_member(:parameter_removals, Shapes::ShapeRef.new(shape: FeatureParameterRemovals, location_name: "ParameterRemovals"))
|
9637
9812
|
UpdateFeatureMetadataRequest.struct_class = Types::UpdateFeatureMetadataRequest
|
9638
9813
|
|
9639
|
-
UpdateHubRequest.add_member(:hub_name, Shapes::ShapeRef.new(shape:
|
9814
|
+
UpdateHubRequest.add_member(:hub_name, Shapes::ShapeRef.new(shape: HubNameOrArn, required: true, location_name: "HubName"))
|
9640
9815
|
UpdateHubRequest.add_member(:hub_description, Shapes::ShapeRef.new(shape: HubDescription, location_name: "HubDescription"))
|
9641
9816
|
UpdateHubRequest.add_member(:hub_display_name, Shapes::ShapeRef.new(shape: HubDisplayName, location_name: "HubDisplayName"))
|
9642
9817
|
UpdateHubRequest.add_member(:hub_search_keywords, Shapes::ShapeRef.new(shape: HubSearchKeywordList, location_name: "HubSearchKeywords"))
|
@@ -9698,6 +9873,16 @@ module Aws::SageMaker
|
|
9698
9873
|
UpdateInferenceExperimentResponse.add_member(:inference_experiment_arn, Shapes::ShapeRef.new(shape: InferenceExperimentArn, required: true, location_name: "InferenceExperimentArn"))
|
9699
9874
|
UpdateInferenceExperimentResponse.struct_class = Types::UpdateInferenceExperimentResponse
|
9700
9875
|
|
9876
|
+
UpdateMlflowTrackingServerRequest.add_member(:tracking_server_name, Shapes::ShapeRef.new(shape: TrackingServerName, required: true, location_name: "TrackingServerName"))
|
9877
|
+
UpdateMlflowTrackingServerRequest.add_member(:artifact_store_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "ArtifactStoreUri"))
|
9878
|
+
UpdateMlflowTrackingServerRequest.add_member(:tracking_server_size, Shapes::ShapeRef.new(shape: TrackingServerSize, location_name: "TrackingServerSize"))
|
9879
|
+
UpdateMlflowTrackingServerRequest.add_member(:automatic_model_registration, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutomaticModelRegistration"))
|
9880
|
+
UpdateMlflowTrackingServerRequest.add_member(:weekly_maintenance_window_start, Shapes::ShapeRef.new(shape: WeeklyMaintenanceWindowStart, location_name: "WeeklyMaintenanceWindowStart"))
|
9881
|
+
UpdateMlflowTrackingServerRequest.struct_class = Types::UpdateMlflowTrackingServerRequest
|
9882
|
+
|
9883
|
+
UpdateMlflowTrackingServerResponse.add_member(:tracking_server_arn, Shapes::ShapeRef.new(shape: TrackingServerArn, location_name: "TrackingServerArn"))
|
9884
|
+
UpdateMlflowTrackingServerResponse.struct_class = Types::UpdateMlflowTrackingServerResponse
|
9885
|
+
|
9701
9886
|
UpdateModelCardRequest.add_member(:model_card_name, Shapes::ShapeRef.new(shape: ModelCardNameOrArn, required: true, location_name: "ModelCardName"))
|
9702
9887
|
UpdateModelCardRequest.add_member(:content, Shapes::ShapeRef.new(shape: ModelCardContent, location_name: "Content"))
|
9703
9888
|
UpdateModelCardRequest.add_member(:model_card_status, Shapes::ShapeRef.new(shape: ModelCardStatus, location_name: "ModelCardStatus"))
|
@@ -10254,6 +10439,17 @@ module Aws::SageMaker
|
|
10254
10439
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
10255
10440
|
end)
|
10256
10441
|
|
10442
|
+
api.add_operation(:create_hub_content_reference, Seahorse::Model::Operation.new.tap do |o|
|
10443
|
+
o.name = "CreateHubContentReference"
|
10444
|
+
o.http_method = "POST"
|
10445
|
+
o.http_request_uri = "/"
|
10446
|
+
o.input = Shapes::ShapeRef.new(shape: CreateHubContentReferenceRequest)
|
10447
|
+
o.output = Shapes::ShapeRef.new(shape: CreateHubContentReferenceResponse)
|
10448
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
10449
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
10450
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
10451
|
+
end)
|
10452
|
+
|
10257
10453
|
api.add_operation(:create_human_task_ui, Seahorse::Model::Operation.new.tap do |o|
|
10258
10454
|
o.name = "CreateHumanTaskUi"
|
10259
10455
|
o.http_method = "POST"
|
@@ -10334,6 +10530,15 @@ module Aws::SageMaker
|
|
10334
10530
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
10335
10531
|
end)
|
10336
10532
|
|
10533
|
+
api.add_operation(:create_mlflow_tracking_server, Seahorse::Model::Operation.new.tap do |o|
|
10534
|
+
o.name = "CreateMlflowTrackingServer"
|
10535
|
+
o.http_method = "POST"
|
10536
|
+
o.http_request_uri = "/"
|
10537
|
+
o.input = Shapes::ShapeRef.new(shape: CreateMlflowTrackingServerRequest)
|
10538
|
+
o.output = Shapes::ShapeRef.new(shape: CreateMlflowTrackingServerResponse)
|
10539
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
10540
|
+
end)
|
10541
|
+
|
10337
10542
|
api.add_operation(:create_model, Seahorse::Model::Operation.new.tap do |o|
|
10338
10543
|
o.name = "CreateModel"
|
10339
10544
|
o.http_method = "POST"
|
@@ -10461,6 +10666,15 @@ module Aws::SageMaker
|
|
10461
10666
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
10462
10667
|
end)
|
10463
10668
|
|
10669
|
+
api.add_operation(:create_presigned_mlflow_tracking_server_url, Seahorse::Model::Operation.new.tap do |o|
|
10670
|
+
o.name = "CreatePresignedMlflowTrackingServerUrl"
|
10671
|
+
o.http_method = "POST"
|
10672
|
+
o.http_request_uri = "/"
|
10673
|
+
o.input = Shapes::ShapeRef.new(shape: CreatePresignedMlflowTrackingServerUrlRequest)
|
10674
|
+
o.output = Shapes::ShapeRef.new(shape: CreatePresignedMlflowTrackingServerUrlResponse)
|
10675
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
10676
|
+
end)
|
10677
|
+
|
10464
10678
|
api.add_operation(:create_presigned_notebook_instance_url, Seahorse::Model::Operation.new.tap do |o|
|
10465
10679
|
o.name = "CreatePresignedNotebookInstanceUrl"
|
10466
10680
|
o.http_method = "POST"
|
@@ -10778,6 +10992,15 @@ module Aws::SageMaker
|
|
10778
10992
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
10779
10993
|
end)
|
10780
10994
|
|
10995
|
+
api.add_operation(:delete_hub_content_reference, Seahorse::Model::Operation.new.tap do |o|
|
10996
|
+
o.name = "DeleteHubContentReference"
|
10997
|
+
o.http_method = "POST"
|
10998
|
+
o.http_request_uri = "/"
|
10999
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteHubContentReferenceRequest)
|
11000
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
11001
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
11002
|
+
end)
|
11003
|
+
|
10781
11004
|
api.add_operation(:delete_human_task_ui, Seahorse::Model::Operation.new.tap do |o|
|
10782
11005
|
o.name = "DeleteHumanTaskUi"
|
10783
11006
|
o.http_method = "POST"
|
@@ -10833,6 +11056,15 @@ module Aws::SageMaker
|
|
10833
11056
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
10834
11057
|
end)
|
10835
11058
|
|
11059
|
+
api.add_operation(:delete_mlflow_tracking_server, Seahorse::Model::Operation.new.tap do |o|
|
11060
|
+
o.name = "DeleteMlflowTrackingServer"
|
11061
|
+
o.http_method = "POST"
|
11062
|
+
o.http_request_uri = "/"
|
11063
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteMlflowTrackingServerRequest)
|
11064
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteMlflowTrackingServerResponse)
|
11065
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
11066
|
+
end)
|
11067
|
+
|
10836
11068
|
api.add_operation(:delete_model, Seahorse::Model::Operation.new.tap do |o|
|
10837
11069
|
o.name = "DeleteModel"
|
10838
11070
|
o.http_method = "POST"
|
@@ -11339,6 +11571,15 @@ module Aws::SageMaker
|
|
11339
11571
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
11340
11572
|
end)
|
11341
11573
|
|
11574
|
+
api.add_operation(:describe_mlflow_tracking_server, Seahorse::Model::Operation.new.tap do |o|
|
11575
|
+
o.name = "DescribeMlflowTrackingServer"
|
11576
|
+
o.http_method = "POST"
|
11577
|
+
o.http_request_uri = "/"
|
11578
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeMlflowTrackingServerRequest)
|
11579
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeMlflowTrackingServerResponse)
|
11580
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
11581
|
+
end)
|
11582
|
+
|
11342
11583
|
api.add_operation(:describe_model, Seahorse::Model::Operation.new.tap do |o|
|
11343
11584
|
o.name = "DescribeModel"
|
11344
11585
|
o.http_method = "POST"
|
@@ -12191,6 +12432,20 @@ module Aws::SageMaker
|
|
12191
12432
|
)
|
12192
12433
|
end)
|
12193
12434
|
|
12435
|
+
api.add_operation(:list_mlflow_tracking_servers, Seahorse::Model::Operation.new.tap do |o|
|
12436
|
+
o.name = "ListMlflowTrackingServers"
|
12437
|
+
o.http_method = "POST"
|
12438
|
+
o.http_request_uri = "/"
|
12439
|
+
o.input = Shapes::ShapeRef.new(shape: ListMlflowTrackingServersRequest)
|
12440
|
+
o.output = Shapes::ShapeRef.new(shape: ListMlflowTrackingServersResponse)
|
12441
|
+
o[:pager] = Aws::Pager.new(
|
12442
|
+
limit_key: "max_results",
|
12443
|
+
tokens: {
|
12444
|
+
"next_token" => "next_token"
|
12445
|
+
}
|
12446
|
+
)
|
12447
|
+
end)
|
12448
|
+
|
12194
12449
|
api.add_operation(:list_model_bias_job_definitions, Seahorse::Model::Operation.new.tap do |o|
|
12195
12450
|
o.name = "ListModelBiasJobDefinitions"
|
12196
12451
|
o.http_method = "POST"
|
@@ -12812,6 +13067,16 @@ module Aws::SageMaker
|
|
12812
13067
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
12813
13068
|
end)
|
12814
13069
|
|
13070
|
+
api.add_operation(:start_mlflow_tracking_server, Seahorse::Model::Operation.new.tap do |o|
|
13071
|
+
o.name = "StartMlflowTrackingServer"
|
13072
|
+
o.http_method = "POST"
|
13073
|
+
o.http_request_uri = "/"
|
13074
|
+
o.input = Shapes::ShapeRef.new(shape: StartMlflowTrackingServerRequest)
|
13075
|
+
o.output = Shapes::ShapeRef.new(shape: StartMlflowTrackingServerResponse)
|
13076
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
13077
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
13078
|
+
end)
|
13079
|
+
|
12815
13080
|
api.add_operation(:start_monitoring_schedule, Seahorse::Model::Operation.new.tap do |o|
|
12816
13081
|
o.name = "StartMonitoringSchedule"
|
12817
13082
|
o.http_method = "POST"
|
@@ -12912,6 +13177,16 @@ module Aws::SageMaker
|
|
12912
13177
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
12913
13178
|
end)
|
12914
13179
|
|
13180
|
+
api.add_operation(:stop_mlflow_tracking_server, Seahorse::Model::Operation.new.tap do |o|
|
13181
|
+
o.name = "StopMlflowTrackingServer"
|
13182
|
+
o.http_method = "POST"
|
13183
|
+
o.http_request_uri = "/"
|
13184
|
+
o.input = Shapes::ShapeRef.new(shape: StopMlflowTrackingServerRequest)
|
13185
|
+
o.output = Shapes::ShapeRef.new(shape: StopMlflowTrackingServerResponse)
|
13186
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
13187
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
13188
|
+
end)
|
13189
|
+
|
12915
13190
|
api.add_operation(:stop_monitoring_schedule, Seahorse::Model::Operation.new.tap do |o|
|
12916
13191
|
o.name = "StopMonitoringSchedule"
|
12917
13192
|
o.http_method = "POST"
|
@@ -13167,6 +13442,17 @@ module Aws::SageMaker
|
|
13167
13442
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
13168
13443
|
end)
|
13169
13444
|
|
13445
|
+
api.add_operation(:update_mlflow_tracking_server, Seahorse::Model::Operation.new.tap do |o|
|
13446
|
+
o.name = "UpdateMlflowTrackingServer"
|
13447
|
+
o.http_method = "POST"
|
13448
|
+
o.http_request_uri = "/"
|
13449
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateMlflowTrackingServerRequest)
|
13450
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateMlflowTrackingServerResponse)
|
13451
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
13452
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
13453
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
13454
|
+
end)
|
13455
|
+
|
13170
13456
|
api.add_operation(:update_model_card, Seahorse::Model::Operation.new.tap do |o|
|
13171
13457
|
o.name = "UpdateModelCard"
|
13172
13458
|
o.http_method = "POST"
|