aws-sdk-sagemaker 1.340.0 → 1.342.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +12 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +494 -41
- data/lib/aws-sdk-sagemaker/client_api.rb +262 -2
- data/lib/aws-sdk-sagemaker/types.rb +764 -6
- data/lib/aws-sdk-sagemaker.rb +1 -1
- data/sig/client.rbs +180 -27
- data/sig/types.rbs +209 -24
- metadata +3 -3
|
@@ -19,6 +19,7 @@ module Aws::SageMaker
|
|
|
19
19
|
AcceleratorsAmount = Shapes::IntegerShape.new(name: 'AcceleratorsAmount')
|
|
20
20
|
Accept = Shapes::StringShape.new(name: 'Accept')
|
|
21
21
|
AcceptEula = Shapes::BooleanShape.new(name: 'AcceptEula')
|
|
22
|
+
AccountDefaultStatus = Shapes::StringShape.new(name: 'AccountDefaultStatus')
|
|
22
23
|
AccountId = Shapes::StringShape.new(name: 'AccountId')
|
|
23
24
|
ActionArn = Shapes::StringShape.new(name: 'ActionArn')
|
|
24
25
|
ActionSource = Shapes::StructureShape.new(name: 'ActionSource')
|
|
@@ -26,6 +27,9 @@ module Aws::SageMaker
|
|
|
26
27
|
ActionSummaries = Shapes::ListShape.new(name: 'ActionSummaries')
|
|
27
28
|
ActionSummary = Shapes::StructureShape.new(name: 'ActionSummary')
|
|
28
29
|
ActivationState = Shapes::StringShape.new(name: 'ActivationState')
|
|
30
|
+
ActiveClusterOperationCount = Shapes::IntegerShape.new(name: 'ActiveClusterOperationCount')
|
|
31
|
+
ActiveClusterOperationName = Shapes::StringShape.new(name: 'ActiveClusterOperationName')
|
|
32
|
+
ActiveOperations = Shapes::MapShape.new(name: 'ActiveOperations')
|
|
29
33
|
AddAssociationRequest = Shapes::StructureShape.new(name: 'AddAssociationRequest')
|
|
30
34
|
AddAssociationResponse = Shapes::StructureShape.new(name: 'AddAssociationResponse')
|
|
31
35
|
AddClusterNodeSpecification = Shapes::StructureShape.new(name: 'AddClusterNodeSpecification')
|
|
@@ -342,6 +346,8 @@ module Aws::SageMaker
|
|
|
342
346
|
ClusterAutoScalingStatus = Shapes::StringShape.new(name: 'ClusterAutoScalingStatus')
|
|
343
347
|
ClusterAvailabilityZone = Shapes::StringShape.new(name: 'ClusterAvailabilityZone')
|
|
344
348
|
ClusterAvailabilityZoneId = Shapes::StringShape.new(name: 'ClusterAvailabilityZoneId')
|
|
349
|
+
ClusterCapacityRequirements = Shapes::StructureShape.new(name: 'ClusterCapacityRequirements')
|
|
350
|
+
ClusterCapacityType = Shapes::StringShape.new(name: 'ClusterCapacityType')
|
|
345
351
|
ClusterConfigMode = Shapes::StringShape.new(name: 'ClusterConfigMode')
|
|
346
352
|
ClusterEbsVolumeConfig = Shapes::StructureShape.new(name: 'ClusterEbsVolumeConfig')
|
|
347
353
|
ClusterEbsVolumeSizeInGB = Shapes::IntegerShape.new(name: 'ClusterEbsVolumeSizeInGB')
|
|
@@ -364,6 +370,17 @@ module Aws::SageMaker
|
|
|
364
370
|
ClusterInstanceStorageConfig = Shapes::UnionShape.new(name: 'ClusterInstanceStorageConfig')
|
|
365
371
|
ClusterInstanceStorageConfigs = Shapes::ListShape.new(name: 'ClusterInstanceStorageConfigs')
|
|
366
372
|
ClusterInstanceType = Shapes::StringShape.new(name: 'ClusterInstanceType')
|
|
373
|
+
ClusterKubernetesConfig = Shapes::StructureShape.new(name: 'ClusterKubernetesConfig')
|
|
374
|
+
ClusterKubernetesConfigDetails = Shapes::StructureShape.new(name: 'ClusterKubernetesConfigDetails')
|
|
375
|
+
ClusterKubernetesConfigNodeDetails = Shapes::StructureShape.new(name: 'ClusterKubernetesConfigNodeDetails')
|
|
376
|
+
ClusterKubernetesLabelKey = Shapes::StringShape.new(name: 'ClusterKubernetesLabelKey')
|
|
377
|
+
ClusterKubernetesLabelValue = Shapes::StringShape.new(name: 'ClusterKubernetesLabelValue')
|
|
378
|
+
ClusterKubernetesLabels = Shapes::MapShape.new(name: 'ClusterKubernetesLabels')
|
|
379
|
+
ClusterKubernetesTaint = Shapes::StructureShape.new(name: 'ClusterKubernetesTaint')
|
|
380
|
+
ClusterKubernetesTaintEffect = Shapes::StringShape.new(name: 'ClusterKubernetesTaintEffect')
|
|
381
|
+
ClusterKubernetesTaintKey = Shapes::StringShape.new(name: 'ClusterKubernetesTaintKey')
|
|
382
|
+
ClusterKubernetesTaintValue = Shapes::StringShape.new(name: 'ClusterKubernetesTaintValue')
|
|
383
|
+
ClusterKubernetesTaints = Shapes::ListShape.new(name: 'ClusterKubernetesTaints')
|
|
367
384
|
ClusterLifeCycleConfig = Shapes::StructureShape.new(name: 'ClusterLifeCycleConfig')
|
|
368
385
|
ClusterLifeCycleConfigFileName = Shapes::StringShape.new(name: 'ClusterLifeCycleConfigFileName')
|
|
369
386
|
ClusterMetadata = Shapes::StructureShape.new(name: 'ClusterMetadata')
|
|
@@ -379,6 +396,7 @@ module Aws::SageMaker
|
|
|
379
396
|
ClusterNodeSummaries = Shapes::ListShape.new(name: 'ClusterNodeSummaries')
|
|
380
397
|
ClusterNodeSummary = Shapes::StructureShape.new(name: 'ClusterNodeSummary')
|
|
381
398
|
ClusterNonNegativeInstanceCount = Shapes::IntegerShape.new(name: 'ClusterNonNegativeInstanceCount')
|
|
399
|
+
ClusterOnDemandOptions = Shapes::StructureShape.new(name: 'ClusterOnDemandOptions')
|
|
382
400
|
ClusterOrchestrator = Shapes::StructureShape.new(name: 'ClusterOrchestrator')
|
|
383
401
|
ClusterOrchestratorEksConfig = Shapes::StructureShape.new(name: 'ClusterOrchestratorEksConfig')
|
|
384
402
|
ClusterPrivateDnsHostname = Shapes::StringShape.new(name: 'ClusterPrivateDnsHostname')
|
|
@@ -394,6 +412,7 @@ module Aws::SageMaker
|
|
|
394
412
|
ClusterSchedulerConfigSummaryList = Shapes::ListShape.new(name: 'ClusterSchedulerConfigSummaryList')
|
|
395
413
|
ClusterSchedulerPriorityClassName = Shapes::StringShape.new(name: 'ClusterSchedulerPriorityClassName')
|
|
396
414
|
ClusterSortBy = Shapes::StringShape.new(name: 'ClusterSortBy')
|
|
415
|
+
ClusterSpotOptions = Shapes::StructureShape.new(name: 'ClusterSpotOptions')
|
|
397
416
|
ClusterStatus = Shapes::StringShape.new(name: 'ClusterStatus')
|
|
398
417
|
ClusterSummaries = Shapes::ListShape.new(name: 'ClusterSummaries')
|
|
399
418
|
ClusterSummary = Shapes::StructureShape.new(name: 'ClusterSummary')
|
|
@@ -538,6 +557,8 @@ module Aws::SageMaker
|
|
|
538
557
|
CreateInferenceRecommendationsJobResponse = Shapes::StructureShape.new(name: 'CreateInferenceRecommendationsJobResponse')
|
|
539
558
|
CreateLabelingJobRequest = Shapes::StructureShape.new(name: 'CreateLabelingJobRequest')
|
|
540
559
|
CreateLabelingJobResponse = Shapes::StructureShape.new(name: 'CreateLabelingJobResponse')
|
|
560
|
+
CreateMlflowAppRequest = Shapes::StructureShape.new(name: 'CreateMlflowAppRequest')
|
|
561
|
+
CreateMlflowAppResponse = Shapes::StructureShape.new(name: 'CreateMlflowAppResponse')
|
|
541
562
|
CreateMlflowTrackingServerRequest = Shapes::StructureShape.new(name: 'CreateMlflowTrackingServerRequest')
|
|
542
563
|
CreateMlflowTrackingServerResponse = Shapes::StructureShape.new(name: 'CreateMlflowTrackingServerResponse')
|
|
543
564
|
CreateModelBiasJobDefinitionRequest = Shapes::StructureShape.new(name: 'CreateModelBiasJobDefinitionRequest')
|
|
@@ -572,6 +593,8 @@ module Aws::SageMaker
|
|
|
572
593
|
CreatePipelineResponse = Shapes::StructureShape.new(name: 'CreatePipelineResponse')
|
|
573
594
|
CreatePresignedDomainUrlRequest = Shapes::StructureShape.new(name: 'CreatePresignedDomainUrlRequest')
|
|
574
595
|
CreatePresignedDomainUrlResponse = Shapes::StructureShape.new(name: 'CreatePresignedDomainUrlResponse')
|
|
596
|
+
CreatePresignedMlflowAppUrlRequest = Shapes::StructureShape.new(name: 'CreatePresignedMlflowAppUrlRequest')
|
|
597
|
+
CreatePresignedMlflowAppUrlResponse = Shapes::StructureShape.new(name: 'CreatePresignedMlflowAppUrlResponse')
|
|
575
598
|
CreatePresignedMlflowTrackingServerUrlRequest = Shapes::StructureShape.new(name: 'CreatePresignedMlflowTrackingServerUrlRequest')
|
|
576
599
|
CreatePresignedMlflowTrackingServerUrlResponse = Shapes::StructureShape.new(name: 'CreatePresignedMlflowTrackingServerUrlResponse')
|
|
577
600
|
CreatePresignedNotebookInstanceUrlInput = Shapes::StructureShape.new(name: 'CreatePresignedNotebookInstanceUrlInput')
|
|
@@ -643,6 +666,7 @@ module Aws::SageMaker
|
|
|
643
666
|
DebugRuleEvaluationStatus = Shapes::StructureShape.new(name: 'DebugRuleEvaluationStatus')
|
|
644
667
|
DebugRuleEvaluationStatuses = Shapes::ListShape.new(name: 'DebugRuleEvaluationStatuses')
|
|
645
668
|
DeepHealthCheckType = Shapes::StringShape.new(name: 'DeepHealthCheckType')
|
|
669
|
+
DefaultDomainIdList = Shapes::ListShape.new(name: 'DefaultDomainIdList')
|
|
646
670
|
DefaultEbsStorageSettings = Shapes::StructureShape.new(name: 'DefaultEbsStorageSettings')
|
|
647
671
|
DefaultGid = Shapes::IntegerShape.new(name: 'DefaultGid')
|
|
648
672
|
DefaultSpaceSettings = Shapes::StructureShape.new(name: 'DefaultSpaceSettings')
|
|
@@ -690,6 +714,8 @@ module Aws::SageMaker
|
|
|
690
714
|
DeleteInferenceComponentInput = Shapes::StructureShape.new(name: 'DeleteInferenceComponentInput')
|
|
691
715
|
DeleteInferenceExperimentRequest = Shapes::StructureShape.new(name: 'DeleteInferenceExperimentRequest')
|
|
692
716
|
DeleteInferenceExperimentResponse = Shapes::StructureShape.new(name: 'DeleteInferenceExperimentResponse')
|
|
717
|
+
DeleteMlflowAppRequest = Shapes::StructureShape.new(name: 'DeleteMlflowAppRequest')
|
|
718
|
+
DeleteMlflowAppResponse = Shapes::StructureShape.new(name: 'DeleteMlflowAppResponse')
|
|
693
719
|
DeleteMlflowTrackingServerRequest = Shapes::StructureShape.new(name: 'DeleteMlflowTrackingServerRequest')
|
|
694
720
|
DeleteMlflowTrackingServerResponse = Shapes::StructureShape.new(name: 'DeleteMlflowTrackingServerResponse')
|
|
695
721
|
DeleteModelBiasJobDefinitionRequest = Shapes::StructureShape.new(name: 'DeleteModelBiasJobDefinitionRequest')
|
|
@@ -814,6 +840,8 @@ module Aws::SageMaker
|
|
|
814
840
|
DescribeLabelingJobResponse = Shapes::StructureShape.new(name: 'DescribeLabelingJobResponse')
|
|
815
841
|
DescribeLineageGroupRequest = Shapes::StructureShape.new(name: 'DescribeLineageGroupRequest')
|
|
816
842
|
DescribeLineageGroupResponse = Shapes::StructureShape.new(name: 'DescribeLineageGroupResponse')
|
|
843
|
+
DescribeMlflowAppRequest = Shapes::StructureShape.new(name: 'DescribeMlflowAppRequest')
|
|
844
|
+
DescribeMlflowAppResponse = Shapes::StructureShape.new(name: 'DescribeMlflowAppResponse')
|
|
817
845
|
DescribeMlflowTrackingServerRequest = Shapes::StructureShape.new(name: 'DescribeMlflowTrackingServerRequest')
|
|
818
846
|
DescribeMlflowTrackingServerResponse = Shapes::StructureShape.new(name: 'DescribeMlflowTrackingServerResponse')
|
|
819
847
|
DescribeModelBiasJobDefinitionRequest = Shapes::StructureShape.new(name: 'DescribeModelBiasJobDefinitionRequest')
|
|
@@ -1162,6 +1190,7 @@ module Aws::SageMaker
|
|
|
1162
1190
|
HubContentInfoList = Shapes::ListShape.new(name: 'HubContentInfoList')
|
|
1163
1191
|
HubContentMarkdown = Shapes::StringShape.new(name: 'HubContentMarkdown')
|
|
1164
1192
|
HubContentName = Shapes::StringShape.new(name: 'HubContentName')
|
|
1193
|
+
HubContentSearchKeyword = Shapes::StringShape.new(name: 'HubContentSearchKeyword')
|
|
1165
1194
|
HubContentSearchKeywordList = Shapes::ListShape.new(name: 'HubContentSearchKeywordList')
|
|
1166
1195
|
HubContentSortBy = Shapes::StringShape.new(name: 'HubContentSortBy')
|
|
1167
1196
|
HubContentStatus = Shapes::StringShape.new(name: 'HubContentStatus')
|
|
@@ -1497,6 +1526,8 @@ module Aws::SageMaker
|
|
|
1497
1526
|
ListLineageGroupsRequest = Shapes::StructureShape.new(name: 'ListLineageGroupsRequest')
|
|
1498
1527
|
ListLineageGroupsResponse = Shapes::StructureShape.new(name: 'ListLineageGroupsResponse')
|
|
1499
1528
|
ListMaxResults = Shapes::IntegerShape.new(name: 'ListMaxResults')
|
|
1529
|
+
ListMlflowAppsRequest = Shapes::StructureShape.new(name: 'ListMlflowAppsRequest')
|
|
1530
|
+
ListMlflowAppsResponse = Shapes::StructureShape.new(name: 'ListMlflowAppsResponse')
|
|
1500
1531
|
ListMlflowTrackingServersRequest = Shapes::StructureShape.new(name: 'ListMlflowTrackingServersRequest')
|
|
1501
1532
|
ListMlflowTrackingServersResponse = Shapes::StructureShape.new(name: 'ListMlflowTrackingServersResponse')
|
|
1502
1533
|
ListModelBiasJobDefinitionsRequest = Shapes::StructureShape.new(name: 'ListModelBiasJobDefinitionsRequest')
|
|
@@ -1591,6 +1622,7 @@ module Aws::SageMaker
|
|
|
1591
1622
|
LongS3Uri = Shapes::StringShape.new(name: 'LongS3Uri')
|
|
1592
1623
|
MIGProfileType = Shapes::StringShape.new(name: 'MIGProfileType')
|
|
1593
1624
|
MLFramework = Shapes::StringShape.new(name: 'MLFramework')
|
|
1625
|
+
MaintenanceStatus = Shapes::StringShape.new(name: 'MaintenanceStatus')
|
|
1594
1626
|
MajorMinorVersion = Shapes::StringShape.new(name: 'MajorMinorVersion')
|
|
1595
1627
|
ManagedInstanceScalingMaxInstanceCount = Shapes::IntegerShape.new(name: 'ManagedInstanceScalingMaxInstanceCount')
|
|
1596
1628
|
ManagedInstanceScalingMinInstanceCount = Shapes::IntegerShape.new(name: 'ManagedInstanceScalingMinInstanceCount')
|
|
@@ -1639,6 +1671,12 @@ module Aws::SageMaker
|
|
|
1639
1671
|
MinimumInstanceMetadataServiceVersion = Shapes::StringShape.new(name: 'MinimumInstanceMetadataServiceVersion')
|
|
1640
1672
|
MlReservationArn = Shapes::StringShape.new(name: 'MlReservationArn')
|
|
1641
1673
|
MlTools = Shapes::StringShape.new(name: 'MlTools')
|
|
1674
|
+
MlflowAppArn = Shapes::StringShape.new(name: 'MlflowAppArn')
|
|
1675
|
+
MlflowAppName = Shapes::StringShape.new(name: 'MlflowAppName')
|
|
1676
|
+
MlflowAppStatus = Shapes::StringShape.new(name: 'MlflowAppStatus')
|
|
1677
|
+
MlflowAppSummaries = Shapes::ListShape.new(name: 'MlflowAppSummaries')
|
|
1678
|
+
MlflowAppSummary = Shapes::StructureShape.new(name: 'MlflowAppSummary')
|
|
1679
|
+
MlflowAppUrl = Shapes::StringShape.new(name: 'MlflowAppUrl')
|
|
1642
1680
|
MlflowVersion = Shapes::StringShape.new(name: 'MlflowVersion')
|
|
1643
1681
|
Model = Shapes::StructureShape.new(name: 'Model')
|
|
1644
1682
|
ModelAccessConfig = Shapes::StructureShape.new(name: 'ModelAccessConfig')
|
|
@@ -1740,9 +1778,14 @@ module Aws::SageMaker
|
|
|
1740
1778
|
ModelQualityJobInput = Shapes::StructureShape.new(name: 'ModelQualityJobInput')
|
|
1741
1779
|
ModelQuantizationConfig = Shapes::StructureShape.new(name: 'ModelQuantizationConfig')
|
|
1742
1780
|
ModelRegisterSettings = Shapes::StructureShape.new(name: 'ModelRegisterSettings')
|
|
1781
|
+
ModelRegistrationMode = Shapes::StringShape.new(name: 'ModelRegistrationMode')
|
|
1743
1782
|
ModelSetupTime = Shapes::IntegerShape.new(name: 'ModelSetupTime')
|
|
1744
1783
|
ModelShardingConfig = Shapes::StructureShape.new(name: 'ModelShardingConfig')
|
|
1745
1784
|
ModelSortKey = Shapes::StringShape.new(name: 'ModelSortKey')
|
|
1785
|
+
ModelSpeculativeDecodingConfig = Shapes::StructureShape.new(name: 'ModelSpeculativeDecodingConfig')
|
|
1786
|
+
ModelSpeculativeDecodingS3DataType = Shapes::StringShape.new(name: 'ModelSpeculativeDecodingS3DataType')
|
|
1787
|
+
ModelSpeculativeDecodingTechnique = Shapes::StringShape.new(name: 'ModelSpeculativeDecodingTechnique')
|
|
1788
|
+
ModelSpeculativeDecodingTrainingDataSource = Shapes::StructureShape.new(name: 'ModelSpeculativeDecodingTrainingDataSource')
|
|
1746
1789
|
ModelStepMetadata = Shapes::StructureShape.new(name: 'ModelStepMetadata')
|
|
1747
1790
|
ModelSummary = Shapes::StructureShape.new(name: 'ModelSummary')
|
|
1748
1791
|
ModelSummaryList = Shapes::ListShape.new(name: 'ModelSummaryList')
|
|
@@ -1877,6 +1920,7 @@ module Aws::SageMaker
|
|
|
1877
1920
|
OptimizationJobArn = Shapes::StringShape.new(name: 'OptimizationJobArn')
|
|
1878
1921
|
OptimizationJobDeploymentInstanceType = Shapes::StringShape.new(name: 'OptimizationJobDeploymentInstanceType')
|
|
1879
1922
|
OptimizationJobEnvironmentVariables = Shapes::MapShape.new(name: 'OptimizationJobEnvironmentVariables')
|
|
1923
|
+
OptimizationJobMaxInstanceCount = Shapes::IntegerShape.new(name: 'OptimizationJobMaxInstanceCount')
|
|
1880
1924
|
OptimizationJobModelSource = Shapes::StructureShape.new(name: 'OptimizationJobModelSource')
|
|
1881
1925
|
OptimizationJobModelSourceS3 = Shapes::StructureShape.new(name: 'OptimizationJobModelSourceS3')
|
|
1882
1926
|
OptimizationJobOutputConfig = Shapes::StructureShape.new(name: 'OptimizationJobOutputConfig')
|
|
@@ -1886,6 +1930,7 @@ module Aws::SageMaker
|
|
|
1886
1930
|
OptimizationModelAcceptEula = Shapes::BooleanShape.new(name: 'OptimizationModelAcceptEula')
|
|
1887
1931
|
OptimizationModelAccessConfig = Shapes::StructureShape.new(name: 'OptimizationModelAccessConfig')
|
|
1888
1932
|
OptimizationOutput = Shapes::StructureShape.new(name: 'OptimizationOutput')
|
|
1933
|
+
OptimizationSageMakerModel = Shapes::StructureShape.new(name: 'OptimizationSageMakerModel')
|
|
1889
1934
|
OptimizationType = Shapes::StringShape.new(name: 'OptimizationType')
|
|
1890
1935
|
OptimizationTypes = Shapes::ListShape.new(name: 'OptimizationTypes')
|
|
1891
1936
|
OptimizationVpcConfig = Shapes::StructureShape.new(name: 'OptimizationVpcConfig')
|
|
@@ -2281,6 +2326,7 @@ module Aws::SageMaker
|
|
|
2281
2326
|
SortExperimentsBy = Shapes::StringShape.new(name: 'SortExperimentsBy')
|
|
2282
2327
|
SortInferenceExperimentsBy = Shapes::StringShape.new(name: 'SortInferenceExperimentsBy')
|
|
2283
2328
|
SortLineageGroupsBy = Shapes::StringShape.new(name: 'SortLineageGroupsBy')
|
|
2329
|
+
SortMlflowAppBy = Shapes::StringShape.new(name: 'SortMlflowAppBy')
|
|
2284
2330
|
SortOrder = Shapes::StringShape.new(name: 'SortOrder')
|
|
2285
2331
|
SortPipelineExecutionsBy = Shapes::StringShape.new(name: 'SortPipelineExecutionsBy')
|
|
2286
2332
|
SortPipelinesBy = Shapes::StringShape.new(name: 'SortPipelinesBy')
|
|
@@ -2621,6 +2667,8 @@ module Aws::SageMaker
|
|
|
2621
2667
|
UpdateInferenceComponentRuntimeConfigOutput = Shapes::StructureShape.new(name: 'UpdateInferenceComponentRuntimeConfigOutput')
|
|
2622
2668
|
UpdateInferenceExperimentRequest = Shapes::StructureShape.new(name: 'UpdateInferenceExperimentRequest')
|
|
2623
2669
|
UpdateInferenceExperimentResponse = Shapes::StructureShape.new(name: 'UpdateInferenceExperimentResponse')
|
|
2670
|
+
UpdateMlflowAppRequest = Shapes::StructureShape.new(name: 'UpdateMlflowAppRequest')
|
|
2671
|
+
UpdateMlflowAppResponse = Shapes::StructureShape.new(name: 'UpdateMlflowAppResponse')
|
|
2624
2672
|
UpdateMlflowTrackingServerRequest = Shapes::StructureShape.new(name: 'UpdateMlflowTrackingServerRequest')
|
|
2625
2673
|
UpdateMlflowTrackingServerResponse = Shapes::StructureShape.new(name: 'UpdateMlflowTrackingServerResponse')
|
|
2626
2674
|
UpdateModelCardRequest = Shapes::StructureShape.new(name: 'UpdateModelCardRequest')
|
|
@@ -2749,6 +2797,9 @@ module Aws::SageMaker
|
|
|
2749
2797
|
ActionSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
|
2750
2798
|
ActionSummary.struct_class = Types::ActionSummary
|
|
2751
2799
|
|
|
2800
|
+
ActiveOperations.key = Shapes::ShapeRef.new(shape: ActiveClusterOperationName)
|
|
2801
|
+
ActiveOperations.value = Shapes::ShapeRef.new(shape: ActiveClusterOperationCount)
|
|
2802
|
+
|
|
2752
2803
|
AddAssociationRequest.add_member(:source_arn, Shapes::ShapeRef.new(shape: AssociationEntityArn, required: true, location_name: "SourceArn"))
|
|
2753
2804
|
AddAssociationRequest.add_member(:destination_arn, Shapes::ShapeRef.new(shape: AssociationEntityArn, required: true, location_name: "DestinationArn"))
|
|
2754
2805
|
AddAssociationRequest.add_member(:association_type, Shapes::ShapeRef.new(shape: AssociationEdgeType, location_name: "AssociationType"))
|
|
@@ -3516,6 +3567,10 @@ module Aws::SageMaker
|
|
|
3516
3567
|
ClusterAutoScalingConfigOutput.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "FailureMessage"))
|
|
3517
3568
|
ClusterAutoScalingConfigOutput.struct_class = Types::ClusterAutoScalingConfigOutput
|
|
3518
3569
|
|
|
3570
|
+
ClusterCapacityRequirements.add_member(:spot, Shapes::ShapeRef.new(shape: ClusterSpotOptions, location_name: "Spot"))
|
|
3571
|
+
ClusterCapacityRequirements.add_member(:on_demand, Shapes::ShapeRef.new(shape: ClusterOnDemandOptions, location_name: "OnDemand"))
|
|
3572
|
+
ClusterCapacityRequirements.struct_class = Types::ClusterCapacityRequirements
|
|
3573
|
+
|
|
3519
3574
|
ClusterEbsVolumeConfig.add_member(:volume_size_in_gb, Shapes::ShapeRef.new(shape: ClusterEbsVolumeSizeInGB, location_name: "VolumeSizeInGB"))
|
|
3520
3575
|
ClusterEbsVolumeConfig.add_member(:volume_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "VolumeKmsKeyId"))
|
|
3521
3576
|
ClusterEbsVolumeConfig.add_member(:root_volume, Shapes::ShapeRef.new(shape: Boolean, location_name: "RootVolume", metadata: {"box" => true}))
|
|
@@ -3546,6 +3601,7 @@ module Aws::SageMaker
|
|
|
3546
3601
|
|
|
3547
3602
|
ClusterInstanceGroupDetails.add_member(:current_count, Shapes::ShapeRef.new(shape: ClusterNonNegativeInstanceCount, location_name: "CurrentCount"))
|
|
3548
3603
|
ClusterInstanceGroupDetails.add_member(:target_count, Shapes::ShapeRef.new(shape: ClusterInstanceCount, location_name: "TargetCount"))
|
|
3604
|
+
ClusterInstanceGroupDetails.add_member(:min_count, Shapes::ShapeRef.new(shape: ClusterInstanceCount, location_name: "MinCount"))
|
|
3549
3605
|
ClusterInstanceGroupDetails.add_member(:instance_group_name, Shapes::ShapeRef.new(shape: ClusterInstanceGroupName, location_name: "InstanceGroupName"))
|
|
3550
3606
|
ClusterInstanceGroupDetails.add_member(:instance_type, Shapes::ShapeRef.new(shape: ClusterInstanceType, location_name: "InstanceType"))
|
|
3551
3607
|
ClusterInstanceGroupDetails.add_member(:life_cycle_config, Shapes::ShapeRef.new(shape: ClusterLifeCycleConfig, location_name: "LifeCycleConfig"))
|
|
@@ -3560,6 +3616,9 @@ module Aws::SageMaker
|
|
|
3560
3616
|
ClusterInstanceGroupDetails.add_member(:scheduled_update_config, Shapes::ShapeRef.new(shape: ScheduledUpdateConfig, location_name: "ScheduledUpdateConfig"))
|
|
3561
3617
|
ClusterInstanceGroupDetails.add_member(:current_image_id, Shapes::ShapeRef.new(shape: ImageId, location_name: "CurrentImageId"))
|
|
3562
3618
|
ClusterInstanceGroupDetails.add_member(:desired_image_id, Shapes::ShapeRef.new(shape: ImageId, location_name: "DesiredImageId"))
|
|
3619
|
+
ClusterInstanceGroupDetails.add_member(:active_operations, Shapes::ShapeRef.new(shape: ActiveOperations, location_name: "ActiveOperations"))
|
|
3620
|
+
ClusterInstanceGroupDetails.add_member(:kubernetes_config, Shapes::ShapeRef.new(shape: ClusterKubernetesConfigDetails, location_name: "KubernetesConfig"))
|
|
3621
|
+
ClusterInstanceGroupDetails.add_member(:capacity_requirements, Shapes::ShapeRef.new(shape: ClusterCapacityRequirements, location_name: "CapacityRequirements"))
|
|
3563
3622
|
ClusterInstanceGroupDetails.add_member(:target_state_count, Shapes::ShapeRef.new(shape: ClusterInstanceCount, location_name: "TargetStateCount"))
|
|
3564
3623
|
ClusterInstanceGroupDetails.add_member(:software_update_status, Shapes::ShapeRef.new(shape: SoftwareUpdateStatus, location_name: "SoftwareUpdateStatus"))
|
|
3565
3624
|
ClusterInstanceGroupDetails.add_member(:active_software_update_config, Shapes::ShapeRef.new(shape: DeploymentConfiguration, location_name: "ActiveSoftwareUpdateConfig"))
|
|
@@ -3568,6 +3627,7 @@ module Aws::SageMaker
|
|
|
3568
3627
|
ClusterInstanceGroupDetailsList.member = Shapes::ShapeRef.new(shape: ClusterInstanceGroupDetails)
|
|
3569
3628
|
|
|
3570
3629
|
ClusterInstanceGroupSpecification.add_member(:instance_count, Shapes::ShapeRef.new(shape: ClusterInstanceCount, required: true, location_name: "InstanceCount"))
|
|
3630
|
+
ClusterInstanceGroupSpecification.add_member(:min_instance_count, Shapes::ShapeRef.new(shape: ClusterInstanceCount, location_name: "MinInstanceCount"))
|
|
3571
3631
|
ClusterInstanceGroupSpecification.add_member(:instance_group_name, Shapes::ShapeRef.new(shape: ClusterInstanceGroupName, required: true, location_name: "InstanceGroupName"))
|
|
3572
3632
|
ClusterInstanceGroupSpecification.add_member(:instance_type, Shapes::ShapeRef.new(shape: ClusterInstanceType, required: true, location_name: "InstanceType"))
|
|
3573
3633
|
ClusterInstanceGroupSpecification.add_member(:life_cycle_config, Shapes::ShapeRef.new(shape: ClusterLifeCycleConfig, required: true, location_name: "LifeCycleConfig"))
|
|
@@ -3579,6 +3639,8 @@ module Aws::SageMaker
|
|
|
3579
3639
|
ClusterInstanceGroupSpecification.add_member(:override_vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "OverrideVpcConfig"))
|
|
3580
3640
|
ClusterInstanceGroupSpecification.add_member(:scheduled_update_config, Shapes::ShapeRef.new(shape: ScheduledUpdateConfig, location_name: "ScheduledUpdateConfig"))
|
|
3581
3641
|
ClusterInstanceGroupSpecification.add_member(:image_id, Shapes::ShapeRef.new(shape: ImageId, location_name: "ImageId"))
|
|
3642
|
+
ClusterInstanceGroupSpecification.add_member(:kubernetes_config, Shapes::ShapeRef.new(shape: ClusterKubernetesConfig, location_name: "KubernetesConfig"))
|
|
3643
|
+
ClusterInstanceGroupSpecification.add_member(:capacity_requirements, Shapes::ShapeRef.new(shape: ClusterCapacityRequirements, location_name: "CapacityRequirements"))
|
|
3582
3644
|
ClusterInstanceGroupSpecification.struct_class = Types::ClusterInstanceGroupSpecification
|
|
3583
3645
|
|
|
3584
3646
|
ClusterInstanceGroupSpecifications.member = Shapes::ShapeRef.new(shape: ClusterInstanceGroupSpecification)
|
|
@@ -3601,6 +3663,32 @@ module Aws::SageMaker
|
|
|
3601
3663
|
|
|
3602
3664
|
ClusterInstanceStorageConfigs.member = Shapes::ShapeRef.new(shape: ClusterInstanceStorageConfig)
|
|
3603
3665
|
|
|
3666
|
+
ClusterKubernetesConfig.add_member(:labels, Shapes::ShapeRef.new(shape: ClusterKubernetesLabels, location_name: "Labels"))
|
|
3667
|
+
ClusterKubernetesConfig.add_member(:taints, Shapes::ShapeRef.new(shape: ClusterKubernetesTaints, location_name: "Taints"))
|
|
3668
|
+
ClusterKubernetesConfig.struct_class = Types::ClusterKubernetesConfig
|
|
3669
|
+
|
|
3670
|
+
ClusterKubernetesConfigDetails.add_member(:current_labels, Shapes::ShapeRef.new(shape: ClusterKubernetesLabels, location_name: "CurrentLabels"))
|
|
3671
|
+
ClusterKubernetesConfigDetails.add_member(:desired_labels, Shapes::ShapeRef.new(shape: ClusterKubernetesLabels, location_name: "DesiredLabels"))
|
|
3672
|
+
ClusterKubernetesConfigDetails.add_member(:current_taints, Shapes::ShapeRef.new(shape: ClusterKubernetesTaints, location_name: "CurrentTaints"))
|
|
3673
|
+
ClusterKubernetesConfigDetails.add_member(:desired_taints, Shapes::ShapeRef.new(shape: ClusterKubernetesTaints, location_name: "DesiredTaints"))
|
|
3674
|
+
ClusterKubernetesConfigDetails.struct_class = Types::ClusterKubernetesConfigDetails
|
|
3675
|
+
|
|
3676
|
+
ClusterKubernetesConfigNodeDetails.add_member(:current_labels, Shapes::ShapeRef.new(shape: ClusterKubernetesLabels, location_name: "CurrentLabels"))
|
|
3677
|
+
ClusterKubernetesConfigNodeDetails.add_member(:desired_labels, Shapes::ShapeRef.new(shape: ClusterKubernetesLabels, location_name: "DesiredLabels"))
|
|
3678
|
+
ClusterKubernetesConfigNodeDetails.add_member(:current_taints, Shapes::ShapeRef.new(shape: ClusterKubernetesTaints, location_name: "CurrentTaints"))
|
|
3679
|
+
ClusterKubernetesConfigNodeDetails.add_member(:desired_taints, Shapes::ShapeRef.new(shape: ClusterKubernetesTaints, location_name: "DesiredTaints"))
|
|
3680
|
+
ClusterKubernetesConfigNodeDetails.struct_class = Types::ClusterKubernetesConfigNodeDetails
|
|
3681
|
+
|
|
3682
|
+
ClusterKubernetesLabels.key = Shapes::ShapeRef.new(shape: ClusterKubernetesLabelKey)
|
|
3683
|
+
ClusterKubernetesLabels.value = Shapes::ShapeRef.new(shape: ClusterKubernetesLabelValue)
|
|
3684
|
+
|
|
3685
|
+
ClusterKubernetesTaint.add_member(:key, Shapes::ShapeRef.new(shape: ClusterKubernetesTaintKey, required: true, location_name: "Key"))
|
|
3686
|
+
ClusterKubernetesTaint.add_member(:value, Shapes::ShapeRef.new(shape: ClusterKubernetesTaintValue, location_name: "Value"))
|
|
3687
|
+
ClusterKubernetesTaint.add_member(:effect, Shapes::ShapeRef.new(shape: ClusterKubernetesTaintEffect, required: true, location_name: "Effect"))
|
|
3688
|
+
ClusterKubernetesTaint.struct_class = Types::ClusterKubernetesTaint
|
|
3689
|
+
|
|
3690
|
+
ClusterKubernetesTaints.member = Shapes::ShapeRef.new(shape: ClusterKubernetesTaint)
|
|
3691
|
+
|
|
3604
3692
|
ClusterLifeCycleConfig.add_member(:source_s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "SourceS3Uri"))
|
|
3605
3693
|
ClusterLifeCycleConfig.add_member(:on_create, Shapes::ShapeRef.new(shape: ClusterLifeCycleConfigFileName, required: true, location_name: "OnCreate"))
|
|
3606
3694
|
ClusterLifeCycleConfig.struct_class = Types::ClusterLifeCycleConfig
|
|
@@ -3628,6 +3716,8 @@ module Aws::SageMaker
|
|
|
3628
3716
|
ClusterNodeDetails.add_member(:current_image_id, Shapes::ShapeRef.new(shape: ImageId, location_name: "CurrentImageId"))
|
|
3629
3717
|
ClusterNodeDetails.add_member(:desired_image_id, Shapes::ShapeRef.new(shape: ImageId, location_name: "DesiredImageId"))
|
|
3630
3718
|
ClusterNodeDetails.add_member(:ultra_server_info, Shapes::ShapeRef.new(shape: UltraServerInfo, location_name: "UltraServerInfo"))
|
|
3719
|
+
ClusterNodeDetails.add_member(:kubernetes_config, Shapes::ShapeRef.new(shape: ClusterKubernetesConfigNodeDetails, location_name: "KubernetesConfig"))
|
|
3720
|
+
ClusterNodeDetails.add_member(:capacity_type, Shapes::ShapeRef.new(shape: ClusterCapacityType, location_name: "CapacityType"))
|
|
3631
3721
|
ClusterNodeDetails.struct_class = Types::ClusterNodeDetails
|
|
3632
3722
|
|
|
3633
3723
|
ClusterNodeIds.member = Shapes::ShapeRef.new(shape: ClusterNodeId)
|
|
@@ -3647,7 +3737,9 @@ module Aws::SageMaker
|
|
|
3647
3737
|
ClusterNodeSummary.add_member(:private_dns_hostname, Shapes::ShapeRef.new(shape: ClusterPrivateDnsHostname, location_name: "PrivateDnsHostname"))
|
|
3648
3738
|
ClusterNodeSummary.struct_class = Types::ClusterNodeSummary
|
|
3649
3739
|
|
|
3650
|
-
|
|
3740
|
+
ClusterOnDemandOptions.struct_class = Types::ClusterOnDemandOptions
|
|
3741
|
+
|
|
3742
|
+
ClusterOrchestrator.add_member(:eks, Shapes::ShapeRef.new(shape: ClusterOrchestratorEksConfig, location_name: "Eks"))
|
|
3651
3743
|
ClusterOrchestrator.struct_class = Types::ClusterOrchestrator
|
|
3652
3744
|
|
|
3653
3745
|
ClusterOrchestratorEksConfig.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: EksClusterArn, required: true, location_name: "ClusterArn"))
|
|
@@ -3698,6 +3790,8 @@ module Aws::SageMaker
|
|
|
3698
3790
|
|
|
3699
3791
|
ClusterSchedulerConfigSummaryList.member = Shapes::ShapeRef.new(shape: ClusterSchedulerConfigSummary)
|
|
3700
3792
|
|
|
3793
|
+
ClusterSpotOptions.struct_class = Types::ClusterSpotOptions
|
|
3794
|
+
|
|
3701
3795
|
ClusterSummaries.member = Shapes::ShapeRef.new(shape: ClusterSummary)
|
|
3702
3796
|
|
|
3703
3797
|
ClusterSummary.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: ClusterArn, required: true, location_name: "ClusterArn"))
|
|
@@ -4302,6 +4396,19 @@ module Aws::SageMaker
|
|
|
4302
4396
|
CreateLabelingJobResponse.add_member(:labeling_job_arn, Shapes::ShapeRef.new(shape: LabelingJobArn, required: true, location_name: "LabelingJobArn"))
|
|
4303
4397
|
CreateLabelingJobResponse.struct_class = Types::CreateLabelingJobResponse
|
|
4304
4398
|
|
|
4399
|
+
CreateMlflowAppRequest.add_member(:name, Shapes::ShapeRef.new(shape: MlflowAppName, required: true, location_name: "Name"))
|
|
4400
|
+
CreateMlflowAppRequest.add_member(:artifact_store_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "ArtifactStoreUri"))
|
|
4401
|
+
CreateMlflowAppRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
|
|
4402
|
+
CreateMlflowAppRequest.add_member(:model_registration_mode, Shapes::ShapeRef.new(shape: ModelRegistrationMode, location_name: "ModelRegistrationMode"))
|
|
4403
|
+
CreateMlflowAppRequest.add_member(:weekly_maintenance_window_start, Shapes::ShapeRef.new(shape: WeeklyMaintenanceWindowStart, location_name: "WeeklyMaintenanceWindowStart"))
|
|
4404
|
+
CreateMlflowAppRequest.add_member(:account_default_status, Shapes::ShapeRef.new(shape: AccountDefaultStatus, location_name: "AccountDefaultStatus"))
|
|
4405
|
+
CreateMlflowAppRequest.add_member(:default_domain_id_list, Shapes::ShapeRef.new(shape: DefaultDomainIdList, location_name: "DefaultDomainIdList"))
|
|
4406
|
+
CreateMlflowAppRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
|
4407
|
+
CreateMlflowAppRequest.struct_class = Types::CreateMlflowAppRequest
|
|
4408
|
+
|
|
4409
|
+
CreateMlflowAppResponse.add_member(:arn, Shapes::ShapeRef.new(shape: MlflowAppArn, location_name: "Arn"))
|
|
4410
|
+
CreateMlflowAppResponse.struct_class = Types::CreateMlflowAppResponse
|
|
4411
|
+
|
|
4305
4412
|
CreateMlflowTrackingServerRequest.add_member(:tracking_server_name, Shapes::ShapeRef.new(shape: TrackingServerName, required: true, location_name: "TrackingServerName"))
|
|
4306
4413
|
CreateMlflowTrackingServerRequest.add_member(:artifact_store_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "ArtifactStoreUri"))
|
|
4307
4414
|
CreateMlflowTrackingServerRequest.add_member(:tracking_server_size, Shapes::ShapeRef.new(shape: TrackingServerSize, location_name: "TrackingServerSize"))
|
|
@@ -4471,6 +4578,7 @@ module Aws::SageMaker
|
|
|
4471
4578
|
CreateOptimizationJobRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
|
|
4472
4579
|
CreateOptimizationJobRequest.add_member(:model_source, Shapes::ShapeRef.new(shape: OptimizationJobModelSource, required: true, location_name: "ModelSource"))
|
|
4473
4580
|
CreateOptimizationJobRequest.add_member(:deployment_instance_type, Shapes::ShapeRef.new(shape: OptimizationJobDeploymentInstanceType, required: true, location_name: "DeploymentInstanceType"))
|
|
4581
|
+
CreateOptimizationJobRequest.add_member(:max_instance_count, Shapes::ShapeRef.new(shape: OptimizationJobMaxInstanceCount, location_name: "MaxInstanceCount"))
|
|
4474
4582
|
CreateOptimizationJobRequest.add_member(:optimization_environment, Shapes::ShapeRef.new(shape: OptimizationJobEnvironmentVariables, location_name: "OptimizationEnvironment"))
|
|
4475
4583
|
CreateOptimizationJobRequest.add_member(:optimization_configs, Shapes::ShapeRef.new(shape: OptimizationConfigs, required: true, location_name: "OptimizationConfigs"))
|
|
4476
4584
|
CreateOptimizationJobRequest.add_member(:output_config, Shapes::ShapeRef.new(shape: OptimizationJobOutputConfig, required: true, location_name: "OutputConfig"))
|
|
@@ -4532,6 +4640,14 @@ module Aws::SageMaker
|
|
|
4532
4640
|
CreatePresignedDomainUrlResponse.add_member(:authorized_url, Shapes::ShapeRef.new(shape: PresignedDomainUrl, location_name: "AuthorizedUrl"))
|
|
4533
4641
|
CreatePresignedDomainUrlResponse.struct_class = Types::CreatePresignedDomainUrlResponse
|
|
4534
4642
|
|
|
4643
|
+
CreatePresignedMlflowAppUrlRequest.add_member(:arn, Shapes::ShapeRef.new(shape: MlflowAppArn, required: true, location_name: "Arn"))
|
|
4644
|
+
CreatePresignedMlflowAppUrlRequest.add_member(:expires_in_seconds, Shapes::ShapeRef.new(shape: ExpiresInSeconds, location_name: "ExpiresInSeconds"))
|
|
4645
|
+
CreatePresignedMlflowAppUrlRequest.add_member(:session_expiration_duration_in_seconds, Shapes::ShapeRef.new(shape: SessionExpirationDurationInSeconds, location_name: "SessionExpirationDurationInSeconds"))
|
|
4646
|
+
CreatePresignedMlflowAppUrlRequest.struct_class = Types::CreatePresignedMlflowAppUrlRequest
|
|
4647
|
+
|
|
4648
|
+
CreatePresignedMlflowAppUrlResponse.add_member(:authorized_url, Shapes::ShapeRef.new(shape: MlflowAppUrl, location_name: "AuthorizedUrl"))
|
|
4649
|
+
CreatePresignedMlflowAppUrlResponse.struct_class = Types::CreatePresignedMlflowAppUrlResponse
|
|
4650
|
+
|
|
4535
4651
|
CreatePresignedMlflowTrackingServerUrlRequest.add_member(:tracking_server_name, Shapes::ShapeRef.new(shape: TrackingServerName, required: true, location_name: "TrackingServerName"))
|
|
4536
4652
|
CreatePresignedMlflowTrackingServerUrlRequest.add_member(:expires_in_seconds, Shapes::ShapeRef.new(shape: ExpiresInSeconds, location_name: "ExpiresInSeconds"))
|
|
4537
4653
|
CreatePresignedMlflowTrackingServerUrlRequest.add_member(:session_expiration_duration_in_seconds, Shapes::ShapeRef.new(shape: SessionExpirationDurationInSeconds, location_name: "SessionExpirationDurationInSeconds"))
|
|
@@ -4851,6 +4967,8 @@ module Aws::SageMaker
|
|
|
4851
4967
|
|
|
4852
4968
|
DebugRuleEvaluationStatuses.member = Shapes::ShapeRef.new(shape: DebugRuleEvaluationStatus)
|
|
4853
4969
|
|
|
4970
|
+
DefaultDomainIdList.member = Shapes::ShapeRef.new(shape: DomainId)
|
|
4971
|
+
|
|
4854
4972
|
DefaultEbsStorageSettings.add_member(:default_ebs_volume_size_in_gb, Shapes::ShapeRef.new(shape: SpaceEbsVolumeSizeInGb, required: true, location_name: "DefaultEbsVolumeSizeInGb"))
|
|
4855
4973
|
DefaultEbsStorageSettings.add_member(:maximum_ebs_volume_size_in_gb, Shapes::ShapeRef.new(shape: SpaceEbsVolumeSizeInGb, required: true, location_name: "MaximumEbsVolumeSizeInGb"))
|
|
4856
4974
|
DefaultEbsStorageSettings.struct_class = Types::DefaultEbsStorageSettings
|
|
@@ -5006,6 +5124,12 @@ module Aws::SageMaker
|
|
|
5006
5124
|
DeleteInferenceExperimentResponse.add_member(:inference_experiment_arn, Shapes::ShapeRef.new(shape: InferenceExperimentArn, required: true, location_name: "InferenceExperimentArn"))
|
|
5007
5125
|
DeleteInferenceExperimentResponse.struct_class = Types::DeleteInferenceExperimentResponse
|
|
5008
5126
|
|
|
5127
|
+
DeleteMlflowAppRequest.add_member(:arn, Shapes::ShapeRef.new(shape: MlflowAppArn, required: true, location_name: "Arn"))
|
|
5128
|
+
DeleteMlflowAppRequest.struct_class = Types::DeleteMlflowAppRequest
|
|
5129
|
+
|
|
5130
|
+
DeleteMlflowAppResponse.add_member(:arn, Shapes::ShapeRef.new(shape: MlflowAppArn, location_name: "Arn"))
|
|
5131
|
+
DeleteMlflowAppResponse.struct_class = Types::DeleteMlflowAppResponse
|
|
5132
|
+
|
|
5009
5133
|
DeleteMlflowTrackingServerRequest.add_member(:tracking_server_name, Shapes::ShapeRef.new(shape: TrackingServerName, required: true, location_name: "TrackingServerName"))
|
|
5010
5134
|
DeleteMlflowTrackingServerRequest.struct_class = Types::DeleteMlflowTrackingServerRequest
|
|
5011
5135
|
|
|
@@ -5841,6 +5965,26 @@ module Aws::SageMaker
|
|
|
5841
5965
|
DescribeLineageGroupResponse.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
|
|
5842
5966
|
DescribeLineageGroupResponse.struct_class = Types::DescribeLineageGroupResponse
|
|
5843
5967
|
|
|
5968
|
+
DescribeMlflowAppRequest.add_member(:arn, Shapes::ShapeRef.new(shape: MlflowAppArn, required: true, location_name: "Arn"))
|
|
5969
|
+
DescribeMlflowAppRequest.struct_class = Types::DescribeMlflowAppRequest
|
|
5970
|
+
|
|
5971
|
+
DescribeMlflowAppResponse.add_member(:arn, Shapes::ShapeRef.new(shape: MlflowAppArn, location_name: "Arn"))
|
|
5972
|
+
DescribeMlflowAppResponse.add_member(:name, Shapes::ShapeRef.new(shape: MlflowAppName, location_name: "Name"))
|
|
5973
|
+
DescribeMlflowAppResponse.add_member(:artifact_store_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "ArtifactStoreUri"))
|
|
5974
|
+
DescribeMlflowAppResponse.add_member(:mlflow_version, Shapes::ShapeRef.new(shape: MlflowVersion, location_name: "MlflowVersion"))
|
|
5975
|
+
DescribeMlflowAppResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
|
5976
|
+
DescribeMlflowAppResponse.add_member(:status, Shapes::ShapeRef.new(shape: MlflowAppStatus, location_name: "Status"))
|
|
5977
|
+
DescribeMlflowAppResponse.add_member(:model_registration_mode, Shapes::ShapeRef.new(shape: ModelRegistrationMode, location_name: "ModelRegistrationMode"))
|
|
5978
|
+
DescribeMlflowAppResponse.add_member(:account_default_status, Shapes::ShapeRef.new(shape: AccountDefaultStatus, location_name: "AccountDefaultStatus"))
|
|
5979
|
+
DescribeMlflowAppResponse.add_member(:default_domain_id_list, Shapes::ShapeRef.new(shape: DefaultDomainIdList, location_name: "DefaultDomainIdList"))
|
|
5980
|
+
DescribeMlflowAppResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
|
5981
|
+
DescribeMlflowAppResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
|
|
5982
|
+
DescribeMlflowAppResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
|
5983
|
+
DescribeMlflowAppResponse.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
|
|
5984
|
+
DescribeMlflowAppResponse.add_member(:weekly_maintenance_window_start, Shapes::ShapeRef.new(shape: WeeklyMaintenanceWindowStart, location_name: "WeeklyMaintenanceWindowStart"))
|
|
5985
|
+
DescribeMlflowAppResponse.add_member(:maintenance_status, Shapes::ShapeRef.new(shape: MaintenanceStatus, location_name: "MaintenanceStatus"))
|
|
5986
|
+
DescribeMlflowAppResponse.struct_class = Types::DescribeMlflowAppResponse
|
|
5987
|
+
|
|
5844
5988
|
DescribeMlflowTrackingServerRequest.add_member(:tracking_server_name, Shapes::ShapeRef.new(shape: TrackingServerName, required: true, location_name: "TrackingServerName"))
|
|
5845
5989
|
DescribeMlflowTrackingServerRequest.struct_class = Types::DescribeMlflowTrackingServerRequest
|
|
5846
5990
|
|
|
@@ -6071,6 +6215,7 @@ module Aws::SageMaker
|
|
|
6071
6215
|
DescribeOptimizationJobResponse.add_member(:model_source, Shapes::ShapeRef.new(shape: OptimizationJobModelSource, required: true, location_name: "ModelSource"))
|
|
6072
6216
|
DescribeOptimizationJobResponse.add_member(:optimization_environment, Shapes::ShapeRef.new(shape: OptimizationJobEnvironmentVariables, location_name: "OptimizationEnvironment"))
|
|
6073
6217
|
DescribeOptimizationJobResponse.add_member(:deployment_instance_type, Shapes::ShapeRef.new(shape: OptimizationJobDeploymentInstanceType, required: true, location_name: "DeploymentInstanceType"))
|
|
6218
|
+
DescribeOptimizationJobResponse.add_member(:max_instance_count, Shapes::ShapeRef.new(shape: OptimizationJobMaxInstanceCount, location_name: "MaxInstanceCount"))
|
|
6074
6219
|
DescribeOptimizationJobResponse.add_member(:optimization_configs, Shapes::ShapeRef.new(shape: OptimizationConfigs, required: true, location_name: "OptimizationConfigs"))
|
|
6075
6220
|
DescribeOptimizationJobResponse.add_member(:output_config, Shapes::ShapeRef.new(shape: OptimizationJobOutputConfig, required: true, location_name: "OutputConfig"))
|
|
6076
6221
|
DescribeOptimizationJobResponse.add_member(:optimization_output, Shapes::ShapeRef.new(shape: OptimizationOutput, location_name: "OptimizationOutput"))
|
|
@@ -7105,7 +7250,7 @@ module Aws::SageMaker
|
|
|
7105
7250
|
|
|
7106
7251
|
HubContentInfoList.member = Shapes::ShapeRef.new(shape: HubContentInfo)
|
|
7107
7252
|
|
|
7108
|
-
HubContentSearchKeywordList.member = Shapes::ShapeRef.new(shape:
|
|
7253
|
+
HubContentSearchKeywordList.member = Shapes::ShapeRef.new(shape: HubContentSearchKeyword)
|
|
7109
7254
|
|
|
7110
7255
|
HubInfo.add_member(:hub_name, Shapes::ShapeRef.new(shape: HubName, required: true, location_name: "HubName"))
|
|
7111
7256
|
HubInfo.add_member(:hub_arn, Shapes::ShapeRef.new(shape: HubArn, required: true, location_name: "HubArn"))
|
|
@@ -7561,6 +7706,7 @@ module Aws::SageMaker
|
|
|
7561
7706
|
|
|
7562
7707
|
InstanceGroupScalingMetadata.add_member(:instance_count, Shapes::ShapeRef.new(shape: InstanceCount, location_name: "InstanceCount"))
|
|
7563
7708
|
InstanceGroupScalingMetadata.add_member(:target_count, Shapes::ShapeRef.new(shape: TargetCount, location_name: "TargetCount"))
|
|
7709
|
+
InstanceGroupScalingMetadata.add_member(:min_count, Shapes::ShapeRef.new(shape: InstanceCount, location_name: "MinCount"))
|
|
7564
7710
|
InstanceGroupScalingMetadata.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "FailureMessage"))
|
|
7565
7711
|
InstanceGroupScalingMetadata.struct_class = Types::InstanceGroupScalingMetadata
|
|
7566
7712
|
|
|
@@ -8337,6 +8483,22 @@ module Aws::SageMaker
|
|
|
8337
8483
|
ListLineageGroupsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
8338
8484
|
ListLineageGroupsResponse.struct_class = Types::ListLineageGroupsResponse
|
|
8339
8485
|
|
|
8486
|
+
ListMlflowAppsRequest.add_member(:created_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAfter"))
|
|
8487
|
+
ListMlflowAppsRequest.add_member(:created_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedBefore"))
|
|
8488
|
+
ListMlflowAppsRequest.add_member(:status, Shapes::ShapeRef.new(shape: MlflowAppStatus, location_name: "Status"))
|
|
8489
|
+
ListMlflowAppsRequest.add_member(:mlflow_version, Shapes::ShapeRef.new(shape: MlflowVersion, location_name: "MlflowVersion"))
|
|
8490
|
+
ListMlflowAppsRequest.add_member(:default_for_domain_id, Shapes::ShapeRef.new(shape: String, location_name: "DefaultForDomainId"))
|
|
8491
|
+
ListMlflowAppsRequest.add_member(:account_default_status, Shapes::ShapeRef.new(shape: AccountDefaultStatus, location_name: "AccountDefaultStatus"))
|
|
8492
|
+
ListMlflowAppsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortMlflowAppBy, location_name: "SortBy"))
|
|
8493
|
+
ListMlflowAppsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
|
8494
|
+
ListMlflowAppsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
8495
|
+
ListMlflowAppsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
|
8496
|
+
ListMlflowAppsRequest.struct_class = Types::ListMlflowAppsRequest
|
|
8497
|
+
|
|
8498
|
+
ListMlflowAppsResponse.add_member(:summaries, Shapes::ShapeRef.new(shape: MlflowAppSummaries, location_name: "Summaries"))
|
|
8499
|
+
ListMlflowAppsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
8500
|
+
ListMlflowAppsResponse.struct_class = Types::ListMlflowAppsResponse
|
|
8501
|
+
|
|
8340
8502
|
ListMlflowTrackingServersRequest.add_member(:created_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAfter"))
|
|
8341
8503
|
ListMlflowTrackingServersRequest.add_member(:created_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedBefore"))
|
|
8342
8504
|
ListMlflowTrackingServersRequest.add_member(:tracking_server_status, Shapes::ShapeRef.new(shape: TrackingServerStatus, location_name: "TrackingServerStatus"))
|
|
@@ -8949,6 +9111,16 @@ module Aws::SageMaker
|
|
|
8949
9111
|
MetricsSource.add_member(:s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3Uri"))
|
|
8950
9112
|
MetricsSource.struct_class = Types::MetricsSource
|
|
8951
9113
|
|
|
9114
|
+
MlflowAppSummaries.member = Shapes::ShapeRef.new(shape: MlflowAppSummary)
|
|
9115
|
+
|
|
9116
|
+
MlflowAppSummary.add_member(:arn, Shapes::ShapeRef.new(shape: MlflowAppArn, location_name: "Arn"))
|
|
9117
|
+
MlflowAppSummary.add_member(:name, Shapes::ShapeRef.new(shape: MlflowAppName, location_name: "Name"))
|
|
9118
|
+
MlflowAppSummary.add_member(:status, Shapes::ShapeRef.new(shape: MlflowAppStatus, location_name: "Status"))
|
|
9119
|
+
MlflowAppSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
|
9120
|
+
MlflowAppSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
|
9121
|
+
MlflowAppSummary.add_member(:mlflow_version, Shapes::ShapeRef.new(shape: MlflowVersion, location_name: "MlflowVersion"))
|
|
9122
|
+
MlflowAppSummary.struct_class = Types::MlflowAppSummary
|
|
9123
|
+
|
|
8952
9124
|
Model.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, location_name: "ModelName"))
|
|
8953
9125
|
Model.add_member(:primary_container, Shapes::ShapeRef.new(shape: ContainerDefinition, location_name: "PrimaryContainer"))
|
|
8954
9126
|
Model.add_member(:containers, Shapes::ShapeRef.new(shape: ContainerDefinitionList, location_name: "Containers"))
|
|
@@ -9319,6 +9491,14 @@ module Aws::SageMaker
|
|
|
9319
9491
|
ModelShardingConfig.add_member(:override_environment, Shapes::ShapeRef.new(shape: OptimizationJobEnvironmentVariables, location_name: "OverrideEnvironment"))
|
|
9320
9492
|
ModelShardingConfig.struct_class = Types::ModelShardingConfig
|
|
9321
9493
|
|
|
9494
|
+
ModelSpeculativeDecodingConfig.add_member(:technique, Shapes::ShapeRef.new(shape: ModelSpeculativeDecodingTechnique, required: true, location_name: "Technique"))
|
|
9495
|
+
ModelSpeculativeDecodingConfig.add_member(:training_data_source, Shapes::ShapeRef.new(shape: ModelSpeculativeDecodingTrainingDataSource, location_name: "TrainingDataSource"))
|
|
9496
|
+
ModelSpeculativeDecodingConfig.struct_class = Types::ModelSpeculativeDecodingConfig
|
|
9497
|
+
|
|
9498
|
+
ModelSpeculativeDecodingTrainingDataSource.add_member(:s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3Uri"))
|
|
9499
|
+
ModelSpeculativeDecodingTrainingDataSource.add_member(:s3_data_type, Shapes::ShapeRef.new(shape: ModelSpeculativeDecodingS3DataType, required: true, location_name: "S3DataType"))
|
|
9500
|
+
ModelSpeculativeDecodingTrainingDataSource.struct_class = Types::ModelSpeculativeDecodingTrainingDataSource
|
|
9501
|
+
|
|
9322
9502
|
ModelStepMetadata.add_member(:arn, Shapes::ShapeRef.new(shape: String256, location_name: "Arn"))
|
|
9323
9503
|
ModelStepMetadata.struct_class = Types::ModelStepMetadata
|
|
9324
9504
|
|
|
@@ -9630,10 +9810,12 @@ module Aws::SageMaker
|
|
|
9630
9810
|
OptimizationConfig.add_member(:model_quantization_config, Shapes::ShapeRef.new(shape: ModelQuantizationConfig, location_name: "ModelQuantizationConfig"))
|
|
9631
9811
|
OptimizationConfig.add_member(:model_compilation_config, Shapes::ShapeRef.new(shape: ModelCompilationConfig, location_name: "ModelCompilationConfig"))
|
|
9632
9812
|
OptimizationConfig.add_member(:model_sharding_config, Shapes::ShapeRef.new(shape: ModelShardingConfig, location_name: "ModelShardingConfig"))
|
|
9813
|
+
OptimizationConfig.add_member(:model_speculative_decoding_config, Shapes::ShapeRef.new(shape: ModelSpeculativeDecodingConfig, location_name: "ModelSpeculativeDecodingConfig"))
|
|
9633
9814
|
OptimizationConfig.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
9634
9815
|
OptimizationConfig.add_member_subclass(:model_quantization_config, Types::OptimizationConfig::ModelQuantizationConfig)
|
|
9635
9816
|
OptimizationConfig.add_member_subclass(:model_compilation_config, Types::OptimizationConfig::ModelCompilationConfig)
|
|
9636
9817
|
OptimizationConfig.add_member_subclass(:model_sharding_config, Types::OptimizationConfig::ModelShardingConfig)
|
|
9818
|
+
OptimizationConfig.add_member_subclass(:model_speculative_decoding_config, Types::OptimizationConfig::ModelSpeculativeDecodingConfig)
|
|
9637
9819
|
OptimizationConfig.add_member_subclass(:unknown, Types::OptimizationConfig::Unknown)
|
|
9638
9820
|
OptimizationConfig.struct_class = Types::OptimizationConfig
|
|
9639
9821
|
|
|
@@ -9643,6 +9825,7 @@ module Aws::SageMaker
|
|
|
9643
9825
|
OptimizationJobEnvironmentVariables.value = Shapes::ShapeRef.new(shape: String256)
|
|
9644
9826
|
|
|
9645
9827
|
OptimizationJobModelSource.add_member(:s3, Shapes::ShapeRef.new(shape: OptimizationJobModelSourceS3, location_name: "S3"))
|
|
9828
|
+
OptimizationJobModelSource.add_member(:sage_maker_model, Shapes::ShapeRef.new(shape: OptimizationSageMakerModel, location_name: "SageMakerModel"))
|
|
9646
9829
|
OptimizationJobModelSource.struct_class = Types::OptimizationJobModelSource
|
|
9647
9830
|
|
|
9648
9831
|
OptimizationJobModelSourceS3.add_member(:s3_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "S3Uri"))
|
|
@@ -9651,6 +9834,7 @@ module Aws::SageMaker
|
|
|
9651
9834
|
|
|
9652
9835
|
OptimizationJobOutputConfig.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
|
|
9653
9836
|
OptimizationJobOutputConfig.add_member(:s3_output_location, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3OutputLocation"))
|
|
9837
|
+
OptimizationJobOutputConfig.add_member(:sage_maker_model, Shapes::ShapeRef.new(shape: OptimizationSageMakerModel, location_name: "SageMakerModel"))
|
|
9654
9838
|
OptimizationJobOutputConfig.struct_class = Types::OptimizationJobOutputConfig
|
|
9655
9839
|
|
|
9656
9840
|
OptimizationJobSummaries.member = Shapes::ShapeRef.new(shape: OptimizationJobSummary)
|
|
@@ -9663,6 +9847,7 @@ module Aws::SageMaker
|
|
|
9663
9847
|
OptimizationJobSummary.add_member(:optimization_end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "OptimizationEndTime"))
|
|
9664
9848
|
OptimizationJobSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: LastModifiedTime, location_name: "LastModifiedTime"))
|
|
9665
9849
|
OptimizationJobSummary.add_member(:deployment_instance_type, Shapes::ShapeRef.new(shape: OptimizationJobDeploymentInstanceType, required: true, location_name: "DeploymentInstanceType"))
|
|
9850
|
+
OptimizationJobSummary.add_member(:max_instance_count, Shapes::ShapeRef.new(shape: OptimizationJobMaxInstanceCount, location_name: "MaxInstanceCount"))
|
|
9666
9851
|
OptimizationJobSummary.add_member(:optimization_types, Shapes::ShapeRef.new(shape: OptimizationTypes, required: true, location_name: "OptimizationTypes"))
|
|
9667
9852
|
OptimizationJobSummary.struct_class = Types::OptimizationJobSummary
|
|
9668
9853
|
|
|
@@ -9672,6 +9857,9 @@ module Aws::SageMaker
|
|
|
9672
9857
|
OptimizationOutput.add_member(:recommended_inference_image, Shapes::ShapeRef.new(shape: OptimizationContainerImage, location_name: "RecommendedInferenceImage"))
|
|
9673
9858
|
OptimizationOutput.struct_class = Types::OptimizationOutput
|
|
9674
9859
|
|
|
9860
|
+
OptimizationSageMakerModel.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, location_name: "ModelName"))
|
|
9861
|
+
OptimizationSageMakerModel.struct_class = Types::OptimizationSageMakerModel
|
|
9862
|
+
|
|
9675
9863
|
OptimizationTypes.member = Shapes::ShapeRef.new(shape: OptimizationType)
|
|
9676
9864
|
|
|
9677
9865
|
OptimizationVpcConfig.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: OptimizationVpcSecurityGroupIds, required: true, location_name: "SecurityGroupIds"))
|
|
@@ -11685,6 +11873,18 @@ module Aws::SageMaker
|
|
|
11685
11873
|
UpdateInferenceExperimentResponse.add_member(:inference_experiment_arn, Shapes::ShapeRef.new(shape: InferenceExperimentArn, required: true, location_name: "InferenceExperimentArn"))
|
|
11686
11874
|
UpdateInferenceExperimentResponse.struct_class = Types::UpdateInferenceExperimentResponse
|
|
11687
11875
|
|
|
11876
|
+
UpdateMlflowAppRequest.add_member(:arn, Shapes::ShapeRef.new(shape: MlflowAppArn, required: true, location_name: "Arn"))
|
|
11877
|
+
UpdateMlflowAppRequest.add_member(:name, Shapes::ShapeRef.new(shape: MlflowAppName, location_name: "Name"))
|
|
11878
|
+
UpdateMlflowAppRequest.add_member(:artifact_store_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "ArtifactStoreUri"))
|
|
11879
|
+
UpdateMlflowAppRequest.add_member(:model_registration_mode, Shapes::ShapeRef.new(shape: ModelRegistrationMode, location_name: "ModelRegistrationMode"))
|
|
11880
|
+
UpdateMlflowAppRequest.add_member(:weekly_maintenance_window_start, Shapes::ShapeRef.new(shape: WeeklyMaintenanceWindowStart, location_name: "WeeklyMaintenanceWindowStart"))
|
|
11881
|
+
UpdateMlflowAppRequest.add_member(:default_domain_id_list, Shapes::ShapeRef.new(shape: DefaultDomainIdList, location_name: "DefaultDomainIdList"))
|
|
11882
|
+
UpdateMlflowAppRequest.add_member(:account_default_status, Shapes::ShapeRef.new(shape: AccountDefaultStatus, location_name: "AccountDefaultStatus"))
|
|
11883
|
+
UpdateMlflowAppRequest.struct_class = Types::UpdateMlflowAppRequest
|
|
11884
|
+
|
|
11885
|
+
UpdateMlflowAppResponse.add_member(:arn, Shapes::ShapeRef.new(shape: MlflowAppArn, location_name: "Arn"))
|
|
11886
|
+
UpdateMlflowAppResponse.struct_class = Types::UpdateMlflowAppResponse
|
|
11887
|
+
|
|
11688
11888
|
UpdateMlflowTrackingServerRequest.add_member(:tracking_server_name, Shapes::ShapeRef.new(shape: TrackingServerName, required: true, location_name: "TrackingServerName"))
|
|
11689
11889
|
UpdateMlflowTrackingServerRequest.add_member(:artifact_store_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "ArtifactStoreUri"))
|
|
11690
11890
|
UpdateMlflowTrackingServerRequest.add_member(:tracking_server_size, Shapes::ShapeRef.new(shape: TrackingServerSize, location_name: "TrackingServerSize"))
|
|
@@ -12463,6 +12663,15 @@ module Aws::SageMaker
|
|
|
12463
12663
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
|
12464
12664
|
end)
|
|
12465
12665
|
|
|
12666
|
+
api.add_operation(:create_mlflow_app, Seahorse::Model::Operation.new.tap do |o|
|
|
12667
|
+
o.name = "CreateMlflowApp"
|
|
12668
|
+
o.http_method = "POST"
|
|
12669
|
+
o.http_request_uri = "/"
|
|
12670
|
+
o.input = Shapes::ShapeRef.new(shape: CreateMlflowAppRequest)
|
|
12671
|
+
o.output = Shapes::ShapeRef.new(shape: CreateMlflowAppResponse)
|
|
12672
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
|
12673
|
+
end)
|
|
12674
|
+
|
|
12466
12675
|
api.add_operation(:create_mlflow_tracking_server, Seahorse::Model::Operation.new.tap do |o|
|
|
12467
12676
|
o.name = "CreateMlflowTrackingServer"
|
|
12468
12677
|
o.http_method = "POST"
|
|
@@ -12628,6 +12837,15 @@ module Aws::SageMaker
|
|
|
12628
12837
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
|
12629
12838
|
end)
|
|
12630
12839
|
|
|
12840
|
+
api.add_operation(:create_presigned_mlflow_app_url, Seahorse::Model::Operation.new.tap do |o|
|
|
12841
|
+
o.name = "CreatePresignedMlflowAppUrl"
|
|
12842
|
+
o.http_method = "POST"
|
|
12843
|
+
o.http_request_uri = "/"
|
|
12844
|
+
o.input = Shapes::ShapeRef.new(shape: CreatePresignedMlflowAppUrlRequest)
|
|
12845
|
+
o.output = Shapes::ShapeRef.new(shape: CreatePresignedMlflowAppUrlResponse)
|
|
12846
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
|
12847
|
+
end)
|
|
12848
|
+
|
|
12631
12849
|
api.add_operation(:create_presigned_mlflow_tracking_server_url, Seahorse::Model::Operation.new.tap do |o|
|
|
12632
12850
|
o.name = "CreatePresignedMlflowTrackingServerUrl"
|
|
12633
12851
|
o.http_method = "POST"
|
|
@@ -13047,6 +13265,15 @@ module Aws::SageMaker
|
|
|
13047
13265
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
|
13048
13266
|
end)
|
|
13049
13267
|
|
|
13268
|
+
api.add_operation(:delete_mlflow_app, Seahorse::Model::Operation.new.tap do |o|
|
|
13269
|
+
o.name = "DeleteMlflowApp"
|
|
13270
|
+
o.http_method = "POST"
|
|
13271
|
+
o.http_request_uri = "/"
|
|
13272
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteMlflowAppRequest)
|
|
13273
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteMlflowAppResponse)
|
|
13274
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
|
13275
|
+
end)
|
|
13276
|
+
|
|
13050
13277
|
api.add_operation(:delete_mlflow_tracking_server, Seahorse::Model::Operation.new.tap do |o|
|
|
13051
13278
|
o.name = "DeleteMlflowTrackingServer"
|
|
13052
13279
|
o.http_method = "POST"
|
|
@@ -13628,6 +13855,15 @@ module Aws::SageMaker
|
|
|
13628
13855
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
|
13629
13856
|
end)
|
|
13630
13857
|
|
|
13858
|
+
api.add_operation(:describe_mlflow_app, Seahorse::Model::Operation.new.tap do |o|
|
|
13859
|
+
o.name = "DescribeMlflowApp"
|
|
13860
|
+
o.http_method = "POST"
|
|
13861
|
+
o.http_request_uri = "/"
|
|
13862
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeMlflowAppRequest)
|
|
13863
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeMlflowAppResponse)
|
|
13864
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
|
13865
|
+
end)
|
|
13866
|
+
|
|
13631
13867
|
api.add_operation(:describe_mlflow_tracking_server, Seahorse::Model::Operation.new.tap do |o|
|
|
13632
13868
|
o.name = "DescribeMlflowTrackingServer"
|
|
13633
13869
|
o.http_method = "POST"
|
|
@@ -14577,6 +14813,20 @@ module Aws::SageMaker
|
|
|
14577
14813
|
)
|
|
14578
14814
|
end)
|
|
14579
14815
|
|
|
14816
|
+
api.add_operation(:list_mlflow_apps, Seahorse::Model::Operation.new.tap do |o|
|
|
14817
|
+
o.name = "ListMlflowApps"
|
|
14818
|
+
o.http_method = "POST"
|
|
14819
|
+
o.http_request_uri = "/"
|
|
14820
|
+
o.input = Shapes::ShapeRef.new(shape: ListMlflowAppsRequest)
|
|
14821
|
+
o.output = Shapes::ShapeRef.new(shape: ListMlflowAppsResponse)
|
|
14822
|
+
o[:pager] = Aws::Pager.new(
|
|
14823
|
+
limit_key: "max_results",
|
|
14824
|
+
tokens: {
|
|
14825
|
+
"next_token" => "next_token"
|
|
14826
|
+
}
|
|
14827
|
+
)
|
|
14828
|
+
end)
|
|
14829
|
+
|
|
14580
14830
|
api.add_operation(:list_mlflow_tracking_servers, Seahorse::Model::Operation.new.tap do |o|
|
|
14581
14831
|
o.name = "ListMlflowTrackingServers"
|
|
14582
14832
|
o.http_method = "POST"
|
|
@@ -15729,6 +15979,16 @@ module Aws::SageMaker
|
|
|
15729
15979
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
|
15730
15980
|
end)
|
|
15731
15981
|
|
|
15982
|
+
api.add_operation(:update_mlflow_app, Seahorse::Model::Operation.new.tap do |o|
|
|
15983
|
+
o.name = "UpdateMlflowApp"
|
|
15984
|
+
o.http_method = "POST"
|
|
15985
|
+
o.http_request_uri = "/"
|
|
15986
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateMlflowAppRequest)
|
|
15987
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateMlflowAppResponse)
|
|
15988
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
15989
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
|
15990
|
+
end)
|
|
15991
|
+
|
|
15732
15992
|
api.add_operation(:update_mlflow_tracking_server, Seahorse::Model::Operation.new.tap do |o|
|
|
15733
15993
|
o.name = "UpdateMlflowTrackingServer"
|
|
15734
15994
|
o.http_method = "POST"
|