@aws-sdk/client-sagemaker 3.699.0 → 3.709.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.
- package/README.md +160 -0
- package/dist-cjs/index.js +1585 -206
- package/dist-es/SageMaker.js +40 -0
- package/dist-es/commands/CreateClusterSchedulerConfigCommand.js +22 -0
- package/dist-es/commands/CreateComputeQuotaCommand.js +22 -0
- package/dist-es/commands/CreatePartnerAppCommand.js +22 -0
- package/dist-es/commands/CreatePartnerAppPresignedUrlCommand.js +22 -0
- package/dist-es/commands/CreateTrainingPlanCommand.js +22 -0
- package/dist-es/commands/DeleteClusterSchedulerConfigCommand.js +22 -0
- package/dist-es/commands/DeleteComputeQuotaCommand.js +22 -0
- package/dist-es/commands/DeletePartnerAppCommand.js +22 -0
- package/dist-es/commands/DescribeClusterSchedulerConfigCommand.js +22 -0
- package/dist-es/commands/DescribeComputeQuotaCommand.js +22 -0
- package/dist-es/commands/DescribePartnerAppCommand.js +22 -0
- package/dist-es/commands/DescribeTrainingPlanCommand.js +22 -0
- package/dist-es/commands/ListClusterSchedulerConfigsCommand.js +22 -0
- package/dist-es/commands/ListComputeQuotasCommand.js +22 -0
- package/dist-es/commands/ListPartnerAppsCommand.js +22 -0
- package/dist-es/commands/ListTrainingPlansCommand.js +22 -0
- package/dist-es/commands/SearchTrainingPlanOfferingsCommand.js +22 -0
- package/dist-es/commands/UpdateClusterSchedulerConfigCommand.js +22 -0
- package/dist-es/commands/UpdateComputeQuotaCommand.js +22 -0
- package/dist-es/commands/UpdateModelCardCommand.js +1 -1
- package/dist-es/commands/UpdateModelPackageCommand.js +1 -1
- package/dist-es/commands/UpdatePartnerAppCommand.js +22 -0
- package/dist-es/commands/index.js +20 -0
- package/dist-es/models/models_0.js +40 -10
- package/dist-es/models/models_1.js +21 -56
- package/dist-es/models/models_2.js +67 -56
- package/dist-es/models/models_3.js +101 -43
- package/dist-es/models/models_4.js +55 -13
- package/dist-es/models/models_5.js +15 -0
- package/dist-es/pagination/ListClusterSchedulerConfigsPaginator.js +4 -0
- package/dist-es/pagination/ListComputeQuotasPaginator.js +4 -0
- package/dist-es/pagination/ListPartnerAppsPaginator.js +4 -0
- package/dist-es/pagination/ListTrainingPlansPaginator.js +4 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_json1_1.js +909 -26
- package/dist-types/SageMaker.d.ts +144 -0
- package/dist-types/SageMakerClient.d.ts +22 -2
- package/dist-types/commands/CreateActionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +4 -3
- package/dist-types/commands/CreateClusterCommand.d.ts +2 -1
- package/dist-types/commands/CreateClusterSchedulerConfigCommand.d.ts +99 -0
- package/dist-types/commands/CreateComputeQuotaCommand.d.ts +108 -0
- package/dist-types/commands/CreateDomainCommand.d.ts +9 -1
- package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +10 -8
- package/dist-types/commands/CreateNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreatePartnerAppCommand.d.ts +102 -0
- package/dist-types/commands/CreatePartnerAppPresignedUrlCommand.d.ts +76 -0
- package/dist-types/commands/CreateSpaceCommand.d.ts +3 -0
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +3 -2
- package/dist-types/commands/CreateTrainingPlanCommand.d.ts +148 -0
- package/dist-types/commands/CreateUserProfileCommand.d.ts +5 -1
- package/dist-types/commands/DeleteClusterSchedulerConfigCommand.d.ts +72 -0
- package/dist-types/commands/DeleteComputeQuotaCommand.d.ts +72 -0
- package/dist-types/commands/DeletePartnerAppCommand.d.ts +79 -0
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +4 -3
- package/dist-types/commands/DescribeClusterCommand.d.ts +4 -1
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClusterSchedulerConfigCommand.d.ts +115 -0
- package/dist-types/commands/DescribeComputeQuotaCommand.d.ts +122 -0
- package/dist-types/commands/DescribeDomainCommand.d.ts +9 -1
- package/dist-types/commands/DescribeHumanTaskUiCommand.d.ts +2 -1
- package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +11 -9
- package/dist-types/commands/DescribeImageCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageVersionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInferenceComponentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInferenceExperimentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +1 -2
- package/dist-types/commands/DescribePartnerAppCommand.d.ts +99 -0
- package/dist-types/commands/DescribeSpaceCommand.d.ts +3 -0
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +3 -2
- package/dist-types/commands/DescribeTrainingPlanCommand.d.ts +102 -0
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +5 -1
- package/dist-types/commands/ListClusterNodesCommand.d.ts +1 -1
- package/dist-types/commands/ListClusterSchedulerConfigsCommand.d.ts +91 -0
- package/dist-types/commands/ListClustersCommand.d.ts +4 -0
- package/dist-types/commands/ListComputeQuotasCommand.d.ts +109 -0
- package/dist-types/commands/ListDeviceFleetsCommand.d.ts +2 -1
- package/dist-types/commands/ListDevicesCommand.d.ts +1 -1
- package/dist-types/commands/ListDomainsCommand.d.ts +1 -1
- package/dist-types/commands/ListEdgeDeploymentPlansCommand.d.ts +1 -1
- package/dist-types/commands/ListEdgePackagingJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListEndpointConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/ListExperimentsCommand.d.ts +1 -1
- package/dist-types/commands/ListFeatureGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListFlowDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListHubContentVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListHubContentsCommand.d.ts +1 -1
- package/dist-types/commands/ListHubsCommand.d.ts +1 -1
- package/dist-types/commands/ListHumanTaskUisCommand.d.ts +1 -1
- package/dist-types/commands/ListHyperParameterTuningJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListImageVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListImagesCommand.d.ts +1 -1
- package/dist-types/commands/ListInferenceComponentsCommand.d.ts +1 -1
- package/dist-types/commands/ListInferenceExperimentsCommand.d.ts +1 -1
- package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +1 -1
- package/dist-types/commands/ListInferenceRecommendationsJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListLabelingJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListLabelingJobsForWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/ListLineageGroupsCommand.d.ts +1 -2
- package/dist-types/commands/ListPartnerAppsCommand.d.ts +81 -0
- package/dist-types/commands/ListTrainingJobsCommand.d.ts +2 -0
- package/dist-types/commands/ListTrainingPlansCommand.d.ts +115 -0
- package/dist-types/commands/SearchCommand.d.ts +10 -8
- package/dist-types/commands/SearchTrainingPlanOfferingsCommand.d.ts +120 -0
- package/dist-types/commands/UpdateActionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateArtifactCommand.d.ts +1 -1
- package/dist-types/commands/UpdateClusterCommand.d.ts +3 -2
- package/dist-types/commands/UpdateClusterSchedulerConfigCommand.d.ts +94 -0
- package/dist-types/commands/UpdateClusterSoftwareCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCodeRepositoryCommand.d.ts +1 -1
- package/dist-types/commands/UpdateComputeQuotaCommand.d.ts +103 -0
- package/dist-types/commands/UpdateContextCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDeviceFleetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDevicesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDomainCommand.d.ts +10 -2
- package/dist-types/commands/UpdateEndpointCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEndpointWeightsAndCapacitiesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateExperimentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFeatureGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFeatureMetadataCommand.d.ts +1 -1
- package/dist-types/commands/UpdateHubCommand.d.ts +1 -1
- package/dist-types/commands/UpdateImageCommand.d.ts +1 -1
- package/dist-types/commands/UpdateImageVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateInferenceComponentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateInferenceComponentRuntimeConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateInferenceExperimentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMlflowTrackingServerCommand.d.ts +1 -1
- package/dist-types/commands/UpdateModelCardCommand.d.ts +1 -1
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMonitoringAlertCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePartnerAppCommand.d.ts +98 -0
- package/dist-types/commands/UpdatePipelineCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePipelineExecutionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateProjectCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSpaceCommand.d.ts +4 -1
- package/dist-types/commands/UpdateTrainingJobCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTrialCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTrialComponentCommand.d.ts +1 -2
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +5 -1
- package/dist-types/commands/index.d.ts +20 -0
- package/dist-types/models/models_0.d.ts +361 -285
- package/dist-types/models/models_1.d.ts +495 -487
- package/dist-types/models/models_2.d.ts +4294 -4703
- package/dist-types/models/models_3.d.ts +5930 -5721
- package/dist-types/models/models_4.d.ts +5296 -4824
- package/dist-types/models/models_5.d.ts +1786 -5
- package/dist-types/pagination/ListClusterSchedulerConfigsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListComputeQuotasPaginator.d.ts +7 -0
- package/dist-types/pagination/ListPartnerAppsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListTrainingPlansPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +180 -0
- package/dist-types/ts3.4/SageMaker.d.ts +344 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +120 -0
- package/dist-types/ts3.4/commands/CreateActionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateClusterSchedulerConfigCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateComputeQuotaCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePartnerAppCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreatePartnerAppPresignedUrlCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateTrainingPlanCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteClusterSchedulerConfigCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeleteComputeQuotaCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/DeletePartnerAppCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DescribeClusterSchedulerConfigCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeComputeQuotaCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeHumanTaskUiCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImageVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInferenceComponentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInferenceExperimentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInferenceRecommendationsJobCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribePartnerAppCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeTrainingPlanCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListClusterSchedulerConfigsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListComputeQuotasCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListDeviceFleetsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListEdgeDeploymentPlansCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListEdgePackagingJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListEndpointConfigsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListExperimentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFeatureGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFlowDefinitionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListHubContentVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListHubContentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListHubsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListHumanTaskUisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListHyperParameterTuningJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListImageVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInferenceComponentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInferenceExperimentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInferenceRecommendationsJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListLabelingJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListLabelingJobsForWorkteamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListLineageGroupsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListPartnerAppsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListTrainingPlansCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SearchTrainingPlanOfferingsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateActionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateAppImageConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateArtifactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateClusterSchedulerConfigCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateClusterSoftwareCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCodeRepositoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateComputeQuotaCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateContextCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDeviceFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDevicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateEndpointWeightsAndCapacitiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateExperimentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFeatureGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFeatureMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateHubCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateImageVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInferenceComponentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInferenceComponentRuntimeConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInferenceExperimentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateMlflowTrackingServerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateModelCardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateModelPackageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateMonitoringAlertCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePartnerAppCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePipelineExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTrainingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTrialCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTrialComponentCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +20 -0
- package/dist-types/ts3.4/models/models_0.d.ts +96 -76
- package/dist-types/ts3.4/models/models_1.d.ts +146 -162
- package/dist-types/ts3.4/models/models_2.d.ts +280 -318
- package/dist-types/ts3.4/models/models_3.d.ts +471 -420
- package/dist-types/ts3.4/models/models_4.d.ts +546 -394
- package/dist-types/ts3.4/models/models_5.d.ts +458 -3
- package/dist-types/ts3.4/pagination/ListClusterSchedulerConfigsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListComputeQuotasPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListPartnerAppsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListTrainingPlansPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +240 -0
- package/package.json +36 -36
|
@@ -80,6 +80,18 @@ export interface ActionSummary {
|
|
|
80
80
|
*/
|
|
81
81
|
LastModifiedTime?: Date | undefined;
|
|
82
82
|
}
|
|
83
|
+
/**
|
|
84
|
+
* @public
|
|
85
|
+
* @enum
|
|
86
|
+
*/
|
|
87
|
+
export declare const ActivationState: {
|
|
88
|
+
readonly DISABLED: "Disabled";
|
|
89
|
+
readonly ENABLED: "Enabled";
|
|
90
|
+
};
|
|
91
|
+
/**
|
|
92
|
+
* @public
|
|
93
|
+
*/
|
|
94
|
+
export type ActivationState = (typeof ActivationState)[keyof typeof ActivationState];
|
|
83
95
|
/**
|
|
84
96
|
* @public
|
|
85
97
|
* @enum
|
|
@@ -1801,6 +1813,7 @@ export declare const TrainingInstanceType: {
|
|
|
1801
1813
|
readonly ML_P3_8XLARGE: "ml.p3.8xlarge";
|
|
1802
1814
|
readonly ML_P4DE_24XLARGE: "ml.p4de.24xlarge";
|
|
1803
1815
|
readonly ML_P4D_24XLARGE: "ml.p4d.24xlarge";
|
|
1816
|
+
readonly ML_P5EN_48XLARGE: "ml.p5en.48xlarge";
|
|
1804
1817
|
readonly ML_P5E_48XLARGE: "ml.p5e.48xlarge";
|
|
1805
1818
|
readonly ML_P5_48XLARGE: "ml.p5.48xlarge";
|
|
1806
1819
|
readonly ML_R5D_12XLARGE: "ml.r5d.12xlarge";
|
|
@@ -1826,6 +1839,7 @@ export declare const TrainingInstanceType: {
|
|
|
1826
1839
|
readonly ML_TRN1N_32XLARGE: "ml.trn1n.32xlarge";
|
|
1827
1840
|
readonly ML_TRN1_2XLARGE: "ml.trn1.2xlarge";
|
|
1828
1841
|
readonly ML_TRN1_32XLARGE: "ml.trn1.32xlarge";
|
|
1842
|
+
readonly ML_TRN2_48XLARGE: "ml.trn2.48xlarge";
|
|
1829
1843
|
};
|
|
1830
1844
|
/**
|
|
1831
1845
|
* @public
|
|
@@ -1957,6 +1971,11 @@ export interface ResourceConfig {
|
|
|
1957
1971
|
* @public
|
|
1958
1972
|
*/
|
|
1959
1973
|
InstanceGroups?: InstanceGroup[] | undefined;
|
|
1974
|
+
/**
|
|
1975
|
+
* <p>The Amazon Resource Name (ARN); of the training plan to use for this resource configuration.</p>
|
|
1976
|
+
* @public
|
|
1977
|
+
*/
|
|
1978
|
+
TrainingPlanArn?: string | undefined;
|
|
1960
1979
|
}
|
|
1961
1980
|
/**
|
|
1962
1981
|
* <p>Specifies a limit to how long a job can run. When the job reaches the time limit, SageMaker
|
|
@@ -8672,6 +8691,7 @@ export declare const ClusterInstanceType: {
|
|
|
8672
8691
|
readonly ML_M5_XLARGE: "ml.m5.xlarge";
|
|
8673
8692
|
readonly ML_P4DE_24XLARGE: "ml.p4de.24xlarge";
|
|
8674
8693
|
readonly ML_P4D_24XLARGE: "ml.p4d.24xlarge";
|
|
8694
|
+
readonly ML_P5EN_48XLARGE: "ml.p5en.48xlarge";
|
|
8675
8695
|
readonly ML_P5E_48XLARGE: "ml.p5e.48xlarge";
|
|
8676
8696
|
readonly ML_P5_48XLARGE: "ml.p5.48xlarge";
|
|
8677
8697
|
readonly ML_T3_2XLARGE: "ml.t3.2xlarge";
|
|
@@ -8680,6 +8700,7 @@ export declare const ClusterInstanceType: {
|
|
|
8680
8700
|
readonly ML_T3_XLARGE: "ml.t3.xlarge";
|
|
8681
8701
|
readonly ML_TRN1N_32XLARGE: "ml.trn1n.32xlarge";
|
|
8682
8702
|
readonly ML_TRN1_32XLARGE: "ml.trn1.32xlarge";
|
|
8703
|
+
readonly ML_TRN2_48XLARGE: "ml.trn2.48xlarge";
|
|
8683
8704
|
};
|
|
8684
8705
|
/**
|
|
8685
8706
|
* @public
|
|
@@ -8721,6 +8742,23 @@ export declare const DeepHealthCheckType: {
|
|
|
8721
8742
|
* @public
|
|
8722
8743
|
*/
|
|
8723
8744
|
export type DeepHealthCheckType = (typeof DeepHealthCheckType)[keyof typeof DeepHealthCheckType];
|
|
8745
|
+
/**
|
|
8746
|
+
* @public
|
|
8747
|
+
* @enum
|
|
8748
|
+
*/
|
|
8749
|
+
export declare const InstanceGroupStatus: {
|
|
8750
|
+
readonly CREATING: "Creating";
|
|
8751
|
+
readonly DEGRADED: "Degraded";
|
|
8752
|
+
readonly DELETING: "Deleting";
|
|
8753
|
+
readonly FAILED: "Failed";
|
|
8754
|
+
readonly INSERVICE: "InService";
|
|
8755
|
+
readonly SYSTEMUPDATING: "SystemUpdating";
|
|
8756
|
+
readonly UPDATING: "Updating";
|
|
8757
|
+
};
|
|
8758
|
+
/**
|
|
8759
|
+
* @public
|
|
8760
|
+
*/
|
|
8761
|
+
export type InstanceGroupStatus = (typeof InstanceGroupStatus)[keyof typeof InstanceGroupStatus];
|
|
8724
8762
|
/**
|
|
8725
8763
|
* <p>Details of an instance group in a SageMaker HyperPod cluster.</p>
|
|
8726
8764
|
* @public
|
|
@@ -8780,6 +8818,54 @@ export interface ClusterInstanceGroupDetails {
|
|
|
8780
8818
|
* @public
|
|
8781
8819
|
*/
|
|
8782
8820
|
OnStartDeepHealthChecks?: DeepHealthCheckType[] | undefined;
|
|
8821
|
+
/**
|
|
8822
|
+
* <p>The current status of the cluster instance group.</p>
|
|
8823
|
+
* <ul>
|
|
8824
|
+
* <li>
|
|
8825
|
+
* <p>
|
|
8826
|
+
* <code>InService</code>: The instance group is active and healthy.</p>
|
|
8827
|
+
* </li>
|
|
8828
|
+
* <li>
|
|
8829
|
+
* <p>
|
|
8830
|
+
* <code>Creating</code>: The instance group is being provisioned.</p>
|
|
8831
|
+
* </li>
|
|
8832
|
+
* <li>
|
|
8833
|
+
* <p>
|
|
8834
|
+
* <code>Updating</code>: The instance group is being updated.</p>
|
|
8835
|
+
* </li>
|
|
8836
|
+
* <li>
|
|
8837
|
+
* <p>
|
|
8838
|
+
* <code>Failed</code>: The instance group has failed to provision or is no longer
|
|
8839
|
+
* healthy.</p>
|
|
8840
|
+
* </li>
|
|
8841
|
+
* <li>
|
|
8842
|
+
* <p>
|
|
8843
|
+
* <code>Degraded</code>: The instance group is degraded, meaning that some instances
|
|
8844
|
+
* have failed to provision or are no longer healthy.</p>
|
|
8845
|
+
* </li>
|
|
8846
|
+
* <li>
|
|
8847
|
+
* <p>
|
|
8848
|
+
* <code>Deleting</code>: The instance group is being deleted.</p>
|
|
8849
|
+
* </li>
|
|
8850
|
+
* </ul>
|
|
8851
|
+
* @public
|
|
8852
|
+
*/
|
|
8853
|
+
Status?: InstanceGroupStatus | undefined;
|
|
8854
|
+
/**
|
|
8855
|
+
* <p>The Amazon Resource Name (ARN); of the training plan associated with this cluster instance group.</p>
|
|
8856
|
+
* <p>For more information about how to reserve GPU capacity for your SageMaker HyperPod clusters using
|
|
8857
|
+
* Amazon SageMaker Training Plan, see <code>
|
|
8858
|
+
* <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingPlan.html">CreateTrainingPlan</a>
|
|
8859
|
+
* </code>.</p>
|
|
8860
|
+
* @public
|
|
8861
|
+
*/
|
|
8862
|
+
TrainingPlanArn?: string | undefined;
|
|
8863
|
+
/**
|
|
8864
|
+
* <p>The current status of the training plan associated with this cluster instance
|
|
8865
|
+
* group.</p>
|
|
8866
|
+
* @public
|
|
8867
|
+
*/
|
|
8868
|
+
TrainingPlanStatus?: string | undefined;
|
|
8783
8869
|
/**
|
|
8784
8870
|
* <p>Specifies an Amazon Virtual Private Cloud (VPC) that your SageMaker jobs, hosted models, and compute resources
|
|
8785
8871
|
* have access to. You can control access to and from your resources by configuring a VPC.
|
|
@@ -8843,6 +8929,15 @@ export interface ClusterInstanceGroupSpecification {
|
|
|
8843
8929
|
* @public
|
|
8844
8930
|
*/
|
|
8845
8931
|
OnStartDeepHealthChecks?: DeepHealthCheckType[] | undefined;
|
|
8932
|
+
/**
|
|
8933
|
+
* <p>The Amazon Resource Name (ARN); of the training plan to use for this cluster instance group.</p>
|
|
8934
|
+
* <p>For more information about how to reserve GPU capacity for your SageMaker HyperPod clusters using
|
|
8935
|
+
* Amazon SageMaker Training Plan, see <code>
|
|
8936
|
+
* <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingPlan.html">CreateTrainingPlan</a>
|
|
8937
|
+
* </code>.</p>
|
|
8938
|
+
* @public
|
|
8939
|
+
*/
|
|
8940
|
+
TrainingPlanArn?: string | undefined;
|
|
8846
8941
|
/**
|
|
8847
8942
|
* <p>Specifies an Amazon Virtual Private Cloud (VPC) that your SageMaker jobs, hosted models, and compute resources
|
|
8848
8943
|
* have access to. You can control access to and from your resources by configuring a VPC.
|
|
@@ -9042,6 +9137,74 @@ export interface ClusterOrchestrator {
|
|
|
9042
9137
|
*/
|
|
9043
9138
|
Eks: ClusterOrchestratorEksConfig | undefined;
|
|
9044
9139
|
}
|
|
9140
|
+
/**
|
|
9141
|
+
* @public
|
|
9142
|
+
* @enum
|
|
9143
|
+
*/
|
|
9144
|
+
export declare const SchedulerResourceStatus: {
|
|
9145
|
+
readonly CREATED: "Created";
|
|
9146
|
+
readonly CREATE_FAILED: "CreateFailed";
|
|
9147
|
+
readonly CREATE_ROLLBACK_FAILED: "CreateRollbackFailed";
|
|
9148
|
+
readonly CREATING: "Creating";
|
|
9149
|
+
readonly DELETED: "Deleted";
|
|
9150
|
+
readonly DELETE_FAILED: "DeleteFailed";
|
|
9151
|
+
readonly DELETE_ROLLBACK_FAILED: "DeleteRollbackFailed";
|
|
9152
|
+
readonly DELETING: "Deleting";
|
|
9153
|
+
readonly UPDATED: "Updated";
|
|
9154
|
+
readonly UPDATE_FAILED: "UpdateFailed";
|
|
9155
|
+
readonly UPDATE_ROLLBACK_FAILED: "UpdateRollbackFailed";
|
|
9156
|
+
readonly UPDATING: "Updating";
|
|
9157
|
+
};
|
|
9158
|
+
/**
|
|
9159
|
+
* @public
|
|
9160
|
+
*/
|
|
9161
|
+
export type SchedulerResourceStatus = (typeof SchedulerResourceStatus)[keyof typeof SchedulerResourceStatus];
|
|
9162
|
+
/**
|
|
9163
|
+
* <p>Summary of the cluster policy.</p>
|
|
9164
|
+
* @public
|
|
9165
|
+
*/
|
|
9166
|
+
export interface ClusterSchedulerConfigSummary {
|
|
9167
|
+
/**
|
|
9168
|
+
* <p>ARN of the cluster policy.</p>
|
|
9169
|
+
* @public
|
|
9170
|
+
*/
|
|
9171
|
+
ClusterSchedulerConfigArn: string | undefined;
|
|
9172
|
+
/**
|
|
9173
|
+
* <p>ID of the cluster policy.</p>
|
|
9174
|
+
* @public
|
|
9175
|
+
*/
|
|
9176
|
+
ClusterSchedulerConfigId: string | undefined;
|
|
9177
|
+
/**
|
|
9178
|
+
* <p>Version of the cluster policy.</p>
|
|
9179
|
+
* @public
|
|
9180
|
+
*/
|
|
9181
|
+
ClusterSchedulerConfigVersion?: number | undefined;
|
|
9182
|
+
/**
|
|
9183
|
+
* <p>Name of the cluster policy.</p>
|
|
9184
|
+
* @public
|
|
9185
|
+
*/
|
|
9186
|
+
Name: string | undefined;
|
|
9187
|
+
/**
|
|
9188
|
+
* <p>Creation time of the cluster policy.</p>
|
|
9189
|
+
* @public
|
|
9190
|
+
*/
|
|
9191
|
+
CreationTime: Date | undefined;
|
|
9192
|
+
/**
|
|
9193
|
+
* <p>Last modified time of the cluster policy.</p>
|
|
9194
|
+
* @public
|
|
9195
|
+
*/
|
|
9196
|
+
LastModifiedTime?: Date | undefined;
|
|
9197
|
+
/**
|
|
9198
|
+
* <p>Status of the cluster policy.</p>
|
|
9199
|
+
* @public
|
|
9200
|
+
*/
|
|
9201
|
+
Status: SchedulerResourceStatus | undefined;
|
|
9202
|
+
/**
|
|
9203
|
+
* <p>ARN of the cluster.</p>
|
|
9204
|
+
* @public
|
|
9205
|
+
*/
|
|
9206
|
+
ClusterArn?: string | undefined;
|
|
9207
|
+
}
|
|
9045
9208
|
/**
|
|
9046
9209
|
* @public
|
|
9047
9210
|
* @enum
|
|
@@ -9096,6 +9259,16 @@ export interface ClusterSummary {
|
|
|
9096
9259
|
* @public
|
|
9097
9260
|
*/
|
|
9098
9261
|
ClusterStatus: ClusterStatus | undefined;
|
|
9262
|
+
/**
|
|
9263
|
+
* <p>A list of Amazon Resource Names (ARNs) of the training plans associated with this
|
|
9264
|
+
* cluster.</p>
|
|
9265
|
+
* <p>For more information about how to reserve GPU capacity for your SageMaker HyperPod clusters using
|
|
9266
|
+
* Amazon SageMaker Training Plan, see <code>
|
|
9267
|
+
* <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingPlan.html">CreateTrainingPlan</a>
|
|
9268
|
+
* </code>.</p>
|
|
9269
|
+
* @public
|
|
9270
|
+
*/
|
|
9271
|
+
TrainingPlanArns?: string[] | undefined;
|
|
9099
9272
|
}
|
|
9100
9273
|
/**
|
|
9101
9274
|
* <p>A custom SageMaker image. For more information, see
|
|
@@ -9561,6 +9734,194 @@ export declare const CompleteOnConvergence: {
|
|
|
9561
9734
|
* @public
|
|
9562
9735
|
*/
|
|
9563
9736
|
export type CompleteOnConvergence = (typeof CompleteOnConvergence)[keyof typeof CompleteOnConvergence];
|
|
9737
|
+
/**
|
|
9738
|
+
* <p>Configuration of the resources used for the compute allocation definition.</p>
|
|
9739
|
+
* @public
|
|
9740
|
+
*/
|
|
9741
|
+
export interface ComputeQuotaResourceConfig {
|
|
9742
|
+
/**
|
|
9743
|
+
* <p>The instance type of the instance group for the cluster.</p>
|
|
9744
|
+
* @public
|
|
9745
|
+
*/
|
|
9746
|
+
InstanceType: ClusterInstanceType | undefined;
|
|
9747
|
+
/**
|
|
9748
|
+
* <p>The number of instances to add to the instance group of a SageMaker HyperPod
|
|
9749
|
+
* cluster.</p>
|
|
9750
|
+
* @public
|
|
9751
|
+
*/
|
|
9752
|
+
Count: number | undefined;
|
|
9753
|
+
}
|
|
9754
|
+
/**
|
|
9755
|
+
* @public
|
|
9756
|
+
* @enum
|
|
9757
|
+
*/
|
|
9758
|
+
export declare const PreemptTeamTasks: {
|
|
9759
|
+
readonly LOWERPRIORITY: "LowerPriority";
|
|
9760
|
+
readonly NEVER: "Never";
|
|
9761
|
+
};
|
|
9762
|
+
/**
|
|
9763
|
+
* @public
|
|
9764
|
+
*/
|
|
9765
|
+
export type PreemptTeamTasks = (typeof PreemptTeamTasks)[keyof typeof PreemptTeamTasks];
|
|
9766
|
+
/**
|
|
9767
|
+
* @public
|
|
9768
|
+
* @enum
|
|
9769
|
+
*/
|
|
9770
|
+
export declare const ResourceSharingStrategy: {
|
|
9771
|
+
readonly DONTLEND: "DontLend";
|
|
9772
|
+
readonly LEND: "Lend";
|
|
9773
|
+
readonly LENDANDBORROW: "LendAndBorrow";
|
|
9774
|
+
};
|
|
9775
|
+
/**
|
|
9776
|
+
* @public
|
|
9777
|
+
*/
|
|
9778
|
+
export type ResourceSharingStrategy = (typeof ResourceSharingStrategy)[keyof typeof ResourceSharingStrategy];
|
|
9779
|
+
/**
|
|
9780
|
+
* <p>Resource sharing configuration.</p>
|
|
9781
|
+
* @public
|
|
9782
|
+
*/
|
|
9783
|
+
export interface ResourceSharingConfig {
|
|
9784
|
+
/**
|
|
9785
|
+
* <p>The strategy of how idle compute is shared within the cluster. The following are the
|
|
9786
|
+
* options of strategies.</p>
|
|
9787
|
+
* <ul>
|
|
9788
|
+
* <li>
|
|
9789
|
+
* <p>
|
|
9790
|
+
* <code>DontLend</code>: entities do not lend idle compute.</p>
|
|
9791
|
+
* </li>
|
|
9792
|
+
* <li>
|
|
9793
|
+
* <p>
|
|
9794
|
+
* <code>Lend</code>: entities can lend idle compute to entities that can
|
|
9795
|
+
* borrow.</p>
|
|
9796
|
+
* </li>
|
|
9797
|
+
* <li>
|
|
9798
|
+
* <p>
|
|
9799
|
+
* <code>LendandBorrow</code>: entities can lend idle compute and borrow idle compute
|
|
9800
|
+
* from other entities.</p>
|
|
9801
|
+
* </li>
|
|
9802
|
+
* </ul>
|
|
9803
|
+
* <p>Default is <code>LendandBorrow</code>.</p>
|
|
9804
|
+
* @public
|
|
9805
|
+
*/
|
|
9806
|
+
Strategy: ResourceSharingStrategy | undefined;
|
|
9807
|
+
/**
|
|
9808
|
+
* <p>The limit on how much idle compute can be borrowed.The values can be 1 - 500 percent of
|
|
9809
|
+
* idle compute that the team is allowed to borrow.</p>
|
|
9810
|
+
* <p>Default is <code>50</code>.</p>
|
|
9811
|
+
* @public
|
|
9812
|
+
*/
|
|
9813
|
+
BorrowLimit?: number | undefined;
|
|
9814
|
+
}
|
|
9815
|
+
/**
|
|
9816
|
+
* <p>Configuration of the compute allocation definition for an entity. This includes the
|
|
9817
|
+
* resource sharing option and the setting to preempt low priority tasks.</p>
|
|
9818
|
+
* @public
|
|
9819
|
+
*/
|
|
9820
|
+
export interface ComputeQuotaConfig {
|
|
9821
|
+
/**
|
|
9822
|
+
* <p>Allocate compute resources by instance types.</p>
|
|
9823
|
+
* @public
|
|
9824
|
+
*/
|
|
9825
|
+
ComputeQuotaResources?: ComputeQuotaResourceConfig[] | undefined;
|
|
9826
|
+
/**
|
|
9827
|
+
* <p>Resource sharing configuration. This defines how an entity can lend and borrow idle
|
|
9828
|
+
* compute with other entities within the cluster.</p>
|
|
9829
|
+
* @public
|
|
9830
|
+
*/
|
|
9831
|
+
ResourceSharingConfig?: ResourceSharingConfig | undefined;
|
|
9832
|
+
/**
|
|
9833
|
+
* <p>Allows workloads from within an entity to preempt same-team workloads. When set to
|
|
9834
|
+
* <code>LowerPriority</code>, the entity's lower priority tasks are preempted by their own
|
|
9835
|
+
* higher priority tasks.</p>
|
|
9836
|
+
* <p>Default is <code>LowerPriority</code>.</p>
|
|
9837
|
+
* @public
|
|
9838
|
+
*/
|
|
9839
|
+
PreemptTeamTasks?: PreemptTeamTasks | undefined;
|
|
9840
|
+
}
|
|
9841
|
+
/**
|
|
9842
|
+
* <p>The target entity to allocate compute resources to.</p>
|
|
9843
|
+
* @public
|
|
9844
|
+
*/
|
|
9845
|
+
export interface ComputeQuotaTarget {
|
|
9846
|
+
/**
|
|
9847
|
+
* <p>Name of the team to allocate compute resources to.</p>
|
|
9848
|
+
* @public
|
|
9849
|
+
*/
|
|
9850
|
+
TeamName: string | undefined;
|
|
9851
|
+
/**
|
|
9852
|
+
* <p>Assigned entity fair-share weight. Idle compute will be shared across entities based on
|
|
9853
|
+
* these assigned weights. This weight is only used when <code>FairShare</code> is
|
|
9854
|
+
* enabled.</p>
|
|
9855
|
+
* <p>A weight of 0 is the lowest priority and 100 is the highest. Weight 0 is the
|
|
9856
|
+
* default.</p>
|
|
9857
|
+
* @public
|
|
9858
|
+
*/
|
|
9859
|
+
FairShareWeight?: number | undefined;
|
|
9860
|
+
}
|
|
9861
|
+
/**
|
|
9862
|
+
* <p>Summary of the compute allocation definition.</p>
|
|
9863
|
+
* @public
|
|
9864
|
+
*/
|
|
9865
|
+
export interface ComputeQuotaSummary {
|
|
9866
|
+
/**
|
|
9867
|
+
* <p>ARN of the compute allocation definition.</p>
|
|
9868
|
+
* @public
|
|
9869
|
+
*/
|
|
9870
|
+
ComputeQuotaArn: string | undefined;
|
|
9871
|
+
/**
|
|
9872
|
+
* <p>ID of the compute allocation definition.</p>
|
|
9873
|
+
* @public
|
|
9874
|
+
*/
|
|
9875
|
+
ComputeQuotaId: string | undefined;
|
|
9876
|
+
/**
|
|
9877
|
+
* <p>Name of the compute allocation definition.</p>
|
|
9878
|
+
* @public
|
|
9879
|
+
*/
|
|
9880
|
+
Name: string | undefined;
|
|
9881
|
+
/**
|
|
9882
|
+
* <p>Version of the compute allocation definition.</p>
|
|
9883
|
+
* @public
|
|
9884
|
+
*/
|
|
9885
|
+
ComputeQuotaVersion?: number | undefined;
|
|
9886
|
+
/**
|
|
9887
|
+
* <p>Status of the compute allocation definition.</p>
|
|
9888
|
+
* @public
|
|
9889
|
+
*/
|
|
9890
|
+
Status: SchedulerResourceStatus | undefined;
|
|
9891
|
+
/**
|
|
9892
|
+
* <p>ARN of the cluster.</p>
|
|
9893
|
+
* @public
|
|
9894
|
+
*/
|
|
9895
|
+
ClusterArn?: string | undefined;
|
|
9896
|
+
/**
|
|
9897
|
+
* <p>Configuration of the compute allocation definition. This includes the resource sharing
|
|
9898
|
+
* option, and the setting to preempt low priority tasks.</p>
|
|
9899
|
+
* @public
|
|
9900
|
+
*/
|
|
9901
|
+
ComputeQuotaConfig?: ComputeQuotaConfig | undefined;
|
|
9902
|
+
/**
|
|
9903
|
+
* <p>The target entity to allocate compute resources to.</p>
|
|
9904
|
+
* @public
|
|
9905
|
+
*/
|
|
9906
|
+
ComputeQuotaTarget: ComputeQuotaTarget | undefined;
|
|
9907
|
+
/**
|
|
9908
|
+
* <p>The state of the compute allocation being described. Use to enable or disable compute
|
|
9909
|
+
* allocation.</p>
|
|
9910
|
+
* <p>Default is <code>Enabled</code>.</p>
|
|
9911
|
+
* @public
|
|
9912
|
+
*/
|
|
9913
|
+
ActivationState?: ActivationState | undefined;
|
|
9914
|
+
/**
|
|
9915
|
+
* <p>Creation time of the compute allocation definition.</p>
|
|
9916
|
+
* @public
|
|
9917
|
+
*/
|
|
9918
|
+
CreationTime: Date | undefined;
|
|
9919
|
+
/**
|
|
9920
|
+
* <p>Last modified time of the compute allocation definition.</p>
|
|
9921
|
+
* @public
|
|
9922
|
+
*/
|
|
9923
|
+
LastModifiedTime?: Date | undefined;
|
|
9924
|
+
}
|
|
9564
9925
|
/**
|
|
9565
9926
|
* @public
|
|
9566
9927
|
* @enum
|
|
@@ -9982,288 +10343,3 @@ export interface ContinuousParameterRangeSpecification {
|
|
|
9982
10343
|
*/
|
|
9983
10344
|
MaxValue: string | undefined;
|
|
9984
10345
|
}
|
|
9985
|
-
/**
|
|
9986
|
-
* <p>A flag to indicating that automatic model tuning (AMT) has detected model convergence,
|
|
9987
|
-
* defined as a lack of significant improvement (1% or less) against an objective
|
|
9988
|
-
* metric.</p>
|
|
9989
|
-
* @public
|
|
9990
|
-
*/
|
|
9991
|
-
export interface ConvergenceDetected {
|
|
9992
|
-
/**
|
|
9993
|
-
* <p>A flag to stop a tuning job once AMT has detected that the job has converged.</p>
|
|
9994
|
-
* @public
|
|
9995
|
-
*/
|
|
9996
|
-
CompleteOnConvergence?: CompleteOnConvergence | undefined;
|
|
9997
|
-
}
|
|
9998
|
-
/**
|
|
9999
|
-
* <p>Metadata properties of the tracking entity, trial, or trial component.</p>
|
|
10000
|
-
* @public
|
|
10001
|
-
*/
|
|
10002
|
-
export interface MetadataProperties {
|
|
10003
|
-
/**
|
|
10004
|
-
* <p>The commit ID.</p>
|
|
10005
|
-
* @public
|
|
10006
|
-
*/
|
|
10007
|
-
CommitId?: string | undefined;
|
|
10008
|
-
/**
|
|
10009
|
-
* <p>The repository.</p>
|
|
10010
|
-
* @public
|
|
10011
|
-
*/
|
|
10012
|
-
Repository?: string | undefined;
|
|
10013
|
-
/**
|
|
10014
|
-
* <p>The entity this entity was generated by.</p>
|
|
10015
|
-
* @public
|
|
10016
|
-
*/
|
|
10017
|
-
GeneratedBy?: string | undefined;
|
|
10018
|
-
/**
|
|
10019
|
-
* <p>The project ID.</p>
|
|
10020
|
-
* @public
|
|
10021
|
-
*/
|
|
10022
|
-
ProjectId?: string | undefined;
|
|
10023
|
-
}
|
|
10024
|
-
/**
|
|
10025
|
-
* @public
|
|
10026
|
-
*/
|
|
10027
|
-
export interface CreateActionRequest {
|
|
10028
|
-
/**
|
|
10029
|
-
* <p>The name of the action. Must be unique to your account in an Amazon Web Services Region.</p>
|
|
10030
|
-
* @public
|
|
10031
|
-
*/
|
|
10032
|
-
ActionName: string | undefined;
|
|
10033
|
-
/**
|
|
10034
|
-
* <p>The source type, ID, and URI.</p>
|
|
10035
|
-
* @public
|
|
10036
|
-
*/
|
|
10037
|
-
Source: ActionSource | undefined;
|
|
10038
|
-
/**
|
|
10039
|
-
* <p>The action type.</p>
|
|
10040
|
-
* @public
|
|
10041
|
-
*/
|
|
10042
|
-
ActionType: string | undefined;
|
|
10043
|
-
/**
|
|
10044
|
-
* <p>The description of the action.</p>
|
|
10045
|
-
* @public
|
|
10046
|
-
*/
|
|
10047
|
-
Description?: string | undefined;
|
|
10048
|
-
/**
|
|
10049
|
-
* <p>The status of the action.</p>
|
|
10050
|
-
* @public
|
|
10051
|
-
*/
|
|
10052
|
-
Status?: ActionStatus | undefined;
|
|
10053
|
-
/**
|
|
10054
|
-
* <p>A list of properties to add to the action.</p>
|
|
10055
|
-
* @public
|
|
10056
|
-
*/
|
|
10057
|
-
Properties?: Record<string, string> | undefined;
|
|
10058
|
-
/**
|
|
10059
|
-
* <p>Metadata properties of the tracking entity, trial, or trial component.</p>
|
|
10060
|
-
* @public
|
|
10061
|
-
*/
|
|
10062
|
-
MetadataProperties?: MetadataProperties | undefined;
|
|
10063
|
-
/**
|
|
10064
|
-
* <p>A list of tags to apply to the action.</p>
|
|
10065
|
-
* @public
|
|
10066
|
-
*/
|
|
10067
|
-
Tags?: Tag[] | undefined;
|
|
10068
|
-
}
|
|
10069
|
-
/**
|
|
10070
|
-
* @public
|
|
10071
|
-
*/
|
|
10072
|
-
export interface CreateActionResponse {
|
|
10073
|
-
/**
|
|
10074
|
-
* <p>The Amazon Resource Name (ARN) of the action.</p>
|
|
10075
|
-
* @public
|
|
10076
|
-
*/
|
|
10077
|
-
ActionArn?: string | undefined;
|
|
10078
|
-
}
|
|
10079
|
-
/**
|
|
10080
|
-
* <p>Defines the possible values for an integer hyperparameter.</p>
|
|
10081
|
-
* @public
|
|
10082
|
-
*/
|
|
10083
|
-
export interface IntegerParameterRangeSpecification {
|
|
10084
|
-
/**
|
|
10085
|
-
* <p>The minimum integer value allowed.</p>
|
|
10086
|
-
* @public
|
|
10087
|
-
*/
|
|
10088
|
-
MinValue: string | undefined;
|
|
10089
|
-
/**
|
|
10090
|
-
* <p>The maximum integer value allowed.</p>
|
|
10091
|
-
* @public
|
|
10092
|
-
*/
|
|
10093
|
-
MaxValue: string | undefined;
|
|
10094
|
-
}
|
|
10095
|
-
/**
|
|
10096
|
-
* <p>Defines the possible values for categorical, continuous, and integer hyperparameters
|
|
10097
|
-
* to be used by an algorithm.</p>
|
|
10098
|
-
* @public
|
|
10099
|
-
*/
|
|
10100
|
-
export interface ParameterRange {
|
|
10101
|
-
/**
|
|
10102
|
-
* <p>A <code>IntegerParameterRangeSpecification</code> object that defines the possible
|
|
10103
|
-
* values for an integer hyperparameter.</p>
|
|
10104
|
-
* @public
|
|
10105
|
-
*/
|
|
10106
|
-
IntegerParameterRangeSpecification?: IntegerParameterRangeSpecification | undefined;
|
|
10107
|
-
/**
|
|
10108
|
-
* <p>A <code>ContinuousParameterRangeSpecification</code> object that defines the possible
|
|
10109
|
-
* values for a continuous hyperparameter.</p>
|
|
10110
|
-
* @public
|
|
10111
|
-
*/
|
|
10112
|
-
ContinuousParameterRangeSpecification?: ContinuousParameterRangeSpecification | undefined;
|
|
10113
|
-
/**
|
|
10114
|
-
* <p>A <code>CategoricalParameterRangeSpecification</code> object that defines the possible
|
|
10115
|
-
* values for a categorical hyperparameter.</p>
|
|
10116
|
-
* @public
|
|
10117
|
-
*/
|
|
10118
|
-
CategoricalParameterRangeSpecification?: CategoricalParameterRangeSpecification | undefined;
|
|
10119
|
-
}
|
|
10120
|
-
/**
|
|
10121
|
-
* @public
|
|
10122
|
-
* @enum
|
|
10123
|
-
*/
|
|
10124
|
-
export declare const ParameterType: {
|
|
10125
|
-
readonly CATEGORICAL: "Categorical";
|
|
10126
|
-
readonly CONTINUOUS: "Continuous";
|
|
10127
|
-
readonly FREE_TEXT: "FreeText";
|
|
10128
|
-
readonly INTEGER: "Integer";
|
|
10129
|
-
};
|
|
10130
|
-
/**
|
|
10131
|
-
* @public
|
|
10132
|
-
*/
|
|
10133
|
-
export type ParameterType = (typeof ParameterType)[keyof typeof ParameterType];
|
|
10134
|
-
/**
|
|
10135
|
-
* <p>Defines a hyperparameter to be used by an algorithm.</p>
|
|
10136
|
-
* @public
|
|
10137
|
-
*/
|
|
10138
|
-
export interface HyperParameterSpecification {
|
|
10139
|
-
/**
|
|
10140
|
-
* <p>The name of this hyperparameter. The name must be unique.</p>
|
|
10141
|
-
* @public
|
|
10142
|
-
*/
|
|
10143
|
-
Name: string | undefined;
|
|
10144
|
-
/**
|
|
10145
|
-
* <p>A brief description of the hyperparameter.</p>
|
|
10146
|
-
* @public
|
|
10147
|
-
*/
|
|
10148
|
-
Description?: string | undefined;
|
|
10149
|
-
/**
|
|
10150
|
-
* <p>The type of this hyperparameter. The valid types are <code>Integer</code>,
|
|
10151
|
-
* <code>Continuous</code>, <code>Categorical</code>, and <code>FreeText</code>.</p>
|
|
10152
|
-
* @public
|
|
10153
|
-
*/
|
|
10154
|
-
Type: ParameterType | undefined;
|
|
10155
|
-
/**
|
|
10156
|
-
* <p>The allowed range for this hyperparameter.</p>
|
|
10157
|
-
* @public
|
|
10158
|
-
*/
|
|
10159
|
-
Range?: ParameterRange | undefined;
|
|
10160
|
-
/**
|
|
10161
|
-
* <p>Indicates whether this hyperparameter is tunable in a hyperparameter tuning
|
|
10162
|
-
* job.</p>
|
|
10163
|
-
* @public
|
|
10164
|
-
*/
|
|
10165
|
-
IsTunable?: boolean | undefined;
|
|
10166
|
-
/**
|
|
10167
|
-
* <p>Indicates whether this hyperparameter is required.</p>
|
|
10168
|
-
* @public
|
|
10169
|
-
*/
|
|
10170
|
-
IsRequired?: boolean | undefined;
|
|
10171
|
-
/**
|
|
10172
|
-
* <p>The default value for this hyperparameter. If a default value is specified, a
|
|
10173
|
-
* hyperparameter cannot be required.</p>
|
|
10174
|
-
* @public
|
|
10175
|
-
*/
|
|
10176
|
-
DefaultValue?: string | undefined;
|
|
10177
|
-
}
|
|
10178
|
-
/**
|
|
10179
|
-
* @public
|
|
10180
|
-
* @enum
|
|
10181
|
-
*/
|
|
10182
|
-
export declare const HyperParameterTuningJobObjectiveType: {
|
|
10183
|
-
readonly MAXIMIZE: "Maximize";
|
|
10184
|
-
readonly MINIMIZE: "Minimize";
|
|
10185
|
-
};
|
|
10186
|
-
/**
|
|
10187
|
-
* @public
|
|
10188
|
-
*/
|
|
10189
|
-
export type HyperParameterTuningJobObjectiveType = (typeof HyperParameterTuningJobObjectiveType)[keyof typeof HyperParameterTuningJobObjectiveType];
|
|
10190
|
-
/**
|
|
10191
|
-
* <p>Defines the objective metric for a hyperparameter tuning job. Hyperparameter tuning
|
|
10192
|
-
* uses the value of this metric to evaluate the training jobs it launches, and returns the
|
|
10193
|
-
* training job that results in either the highest or lowest value for this metric,
|
|
10194
|
-
* depending on the value you specify for the <code>Type</code> parameter. If you want to
|
|
10195
|
-
* define a custom objective metric, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/automatic-model-tuning-define-metrics-variables.html">Define metrics and environment variables</a>.</p>
|
|
10196
|
-
* @public
|
|
10197
|
-
*/
|
|
10198
|
-
export interface HyperParameterTuningJobObjective {
|
|
10199
|
-
/**
|
|
10200
|
-
* <p>Whether to minimize or maximize the objective metric.</p>
|
|
10201
|
-
* @public
|
|
10202
|
-
*/
|
|
10203
|
-
Type: HyperParameterTuningJobObjectiveType | undefined;
|
|
10204
|
-
/**
|
|
10205
|
-
* <p>The
|
|
10206
|
-
* name of the metric to use for the objective metric.</p>
|
|
10207
|
-
* @public
|
|
10208
|
-
*/
|
|
10209
|
-
MetricName: string | undefined;
|
|
10210
|
-
}
|
|
10211
|
-
/**
|
|
10212
|
-
* <p>Defines how the algorithm is used for a training job.</p>
|
|
10213
|
-
* @public
|
|
10214
|
-
*/
|
|
10215
|
-
export interface TrainingSpecification {
|
|
10216
|
-
/**
|
|
10217
|
-
* <p>The Amazon ECR registry path of the Docker image that contains the training
|
|
10218
|
-
* algorithm.</p>
|
|
10219
|
-
* @public
|
|
10220
|
-
*/
|
|
10221
|
-
TrainingImage: string | undefined;
|
|
10222
|
-
/**
|
|
10223
|
-
* <p>An MD5 hash of the training algorithm that identifies the Docker image used for
|
|
10224
|
-
* training.</p>
|
|
10225
|
-
* @public
|
|
10226
|
-
*/
|
|
10227
|
-
TrainingImageDigest?: string | undefined;
|
|
10228
|
-
/**
|
|
10229
|
-
* <p>A list of the <code>HyperParameterSpecification</code> objects, that define the
|
|
10230
|
-
* supported hyperparameters. This is required if the algorithm supports automatic model
|
|
10231
|
-
* tuning.></p>
|
|
10232
|
-
* @public
|
|
10233
|
-
*/
|
|
10234
|
-
SupportedHyperParameters?: HyperParameterSpecification[] | undefined;
|
|
10235
|
-
/**
|
|
10236
|
-
* <p>A list of the instance types that this algorithm can use for training.</p>
|
|
10237
|
-
* @public
|
|
10238
|
-
*/
|
|
10239
|
-
SupportedTrainingInstanceTypes: TrainingInstanceType[] | undefined;
|
|
10240
|
-
/**
|
|
10241
|
-
* <p>Indicates whether the algorithm supports distributed training. If set to false, buyers
|
|
10242
|
-
* can't request more than one instance during training.</p>
|
|
10243
|
-
* @public
|
|
10244
|
-
*/
|
|
10245
|
-
SupportsDistributedTraining?: boolean | undefined;
|
|
10246
|
-
/**
|
|
10247
|
-
* <p>A list of <code>MetricDefinition</code> objects, which are used for parsing metrics
|
|
10248
|
-
* generated by the algorithm.</p>
|
|
10249
|
-
* @public
|
|
10250
|
-
*/
|
|
10251
|
-
MetricDefinitions?: MetricDefinition[] | undefined;
|
|
10252
|
-
/**
|
|
10253
|
-
* <p>A list of <code>ChannelSpecification</code> objects, which specify the input sources
|
|
10254
|
-
* to be used by the algorithm.</p>
|
|
10255
|
-
* @public
|
|
10256
|
-
*/
|
|
10257
|
-
TrainingChannels: ChannelSpecification[] | undefined;
|
|
10258
|
-
/**
|
|
10259
|
-
* <p>A list of the metrics that the algorithm emits that can be used as the objective
|
|
10260
|
-
* metric in a hyperparameter tuning job.</p>
|
|
10261
|
-
* @public
|
|
10262
|
-
*/
|
|
10263
|
-
SupportedTuningJobObjectiveMetrics?: HyperParameterTuningJobObjective[] | undefined;
|
|
10264
|
-
/**
|
|
10265
|
-
* <p>The additional data source used during the training job.</p>
|
|
10266
|
-
* @public
|
|
10267
|
-
*/
|
|
10268
|
-
AdditionalS3DataSource?: AdditionalS3DataSource | undefined;
|
|
10269
|
-
}
|