@aws-sdk/client-sagemaker 3.699.0 → 3.706.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 +1583 -204
- 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 +907 -24
- 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 +493 -485
- 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 +141 -160
- 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 +1 -1
|
@@ -1,5 +1,61 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { ModelPackageModelCardFilterSensitiveLog, } from "./models_1";
|
|
3
|
+
export const TrainingJobStatus = {
|
|
4
|
+
COMPLETED: "Completed",
|
|
5
|
+
FAILED: "Failed",
|
|
6
|
+
IN_PROGRESS: "InProgress",
|
|
7
|
+
STOPPED: "Stopped",
|
|
8
|
+
STOPPING: "Stopping",
|
|
9
|
+
};
|
|
10
|
+
export const HyperParameterTuningJobStatus = {
|
|
11
|
+
COMPLETED: "Completed",
|
|
12
|
+
DELETE_FAILED: "DeleteFailed",
|
|
13
|
+
DELETING: "Deleting",
|
|
14
|
+
FAILED: "Failed",
|
|
15
|
+
IN_PROGRESS: "InProgress",
|
|
16
|
+
STOPPED: "Stopped",
|
|
17
|
+
STOPPING: "Stopping",
|
|
18
|
+
};
|
|
19
|
+
export const ImageStatus = {
|
|
20
|
+
CREATED: "CREATED",
|
|
21
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
22
|
+
CREATING: "CREATING",
|
|
23
|
+
DELETE_FAILED: "DELETE_FAILED",
|
|
24
|
+
DELETING: "DELETING",
|
|
25
|
+
UPDATE_FAILED: "UPDATE_FAILED",
|
|
26
|
+
UPDATING: "UPDATING",
|
|
27
|
+
};
|
|
28
|
+
export const ImageVersionStatus = {
|
|
29
|
+
CREATED: "CREATED",
|
|
30
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
31
|
+
CREATING: "CREATING",
|
|
32
|
+
DELETE_FAILED: "DELETE_FAILED",
|
|
33
|
+
DELETING: "DELETING",
|
|
34
|
+
};
|
|
35
|
+
export const InferenceComponentStatus = {
|
|
36
|
+
CREATING: "Creating",
|
|
37
|
+
DELETING: "Deleting",
|
|
38
|
+
FAILED: "Failed",
|
|
39
|
+
IN_SERVICE: "InService",
|
|
40
|
+
UPDATING: "Updating",
|
|
41
|
+
};
|
|
42
|
+
export const ModelVariantStatus = {
|
|
43
|
+
CREATING: "Creating",
|
|
44
|
+
DELETED: "Deleted",
|
|
45
|
+
DELETING: "Deleting",
|
|
46
|
+
IN_SERVICE: "InService",
|
|
47
|
+
UPDATING: "Updating",
|
|
48
|
+
};
|
|
49
|
+
export const InferenceExperimentStatus = {
|
|
50
|
+
CANCELLED: "Cancelled",
|
|
51
|
+
COMPLETED: "Completed",
|
|
52
|
+
CREATED: "Created",
|
|
53
|
+
CREATING: "Creating",
|
|
54
|
+
RUNNING: "Running",
|
|
55
|
+
STARTING: "Starting",
|
|
56
|
+
STOPPING: "Stopping",
|
|
57
|
+
UPDATING: "Updating",
|
|
58
|
+
};
|
|
3
59
|
export const RecommendationJobStatus = {
|
|
4
60
|
COMPLETED: "COMPLETED",
|
|
5
61
|
DELETED: "DELETED",
|
|
@@ -100,6 +156,15 @@ export const OptimizationJobStatus = {
|
|
|
100
156
|
STOPPED: "STOPPED",
|
|
101
157
|
STOPPING: "STOPPING",
|
|
102
158
|
};
|
|
159
|
+
export const PartnerAppStatus = {
|
|
160
|
+
AVAILABLE: "Available",
|
|
161
|
+
CREATING: "Creating",
|
|
162
|
+
DELETED: "Deleted",
|
|
163
|
+
DELETING: "Deleting",
|
|
164
|
+
FAILED: "Failed",
|
|
165
|
+
UPDATE_FAILED: "UpdateFailed",
|
|
166
|
+
UPDATING: "Updating",
|
|
167
|
+
};
|
|
103
168
|
export const PipelineStatus = {
|
|
104
169
|
ACTIVE: "Active",
|
|
105
170
|
DELETING: "Deleting",
|
|
@@ -168,6 +233,31 @@ export const WarmPoolResourceStatus = {
|
|
|
168
233
|
REUSED: "Reused",
|
|
169
234
|
TERMINATED: "Terminated",
|
|
170
235
|
};
|
|
236
|
+
export const ReservedCapacityInstanceType = {
|
|
237
|
+
ML_P4D_24XLARGE: "ml.p4d.24xlarge",
|
|
238
|
+
ML_P5EN_48XLARGE: "ml.p5en.48xlarge",
|
|
239
|
+
ML_P5E_48XLARGE: "ml.p5e.48xlarge",
|
|
240
|
+
ML_P5_48XLARGE: "ml.p5.48xlarge",
|
|
241
|
+
ML_TRN2_48XLARGE: "ml.trn2.48xlarge",
|
|
242
|
+
};
|
|
243
|
+
export const ReservedCapacityStatus = {
|
|
244
|
+
ACTIVE: "Active",
|
|
245
|
+
EXPIRED: "Expired",
|
|
246
|
+
FAILED: "Failed",
|
|
247
|
+
PENDING: "Pending",
|
|
248
|
+
SCHEDULED: "Scheduled",
|
|
249
|
+
};
|
|
250
|
+
export const TrainingPlanStatus = {
|
|
251
|
+
ACTIVE: "Active",
|
|
252
|
+
EXPIRED: "Expired",
|
|
253
|
+
FAILED: "Failed",
|
|
254
|
+
PENDING: "Pending",
|
|
255
|
+
SCHEDULED: "Scheduled",
|
|
256
|
+
};
|
|
257
|
+
export const SageMakerResourceName = {
|
|
258
|
+
HYPERPOD_CLUSTER: "hyperpod-cluster",
|
|
259
|
+
TRAINING_JOB: "training-job",
|
|
260
|
+
};
|
|
171
261
|
export const TransformJobStatus = {
|
|
172
262
|
COMPLETED: "Completed",
|
|
173
263
|
FAILED: "Failed",
|
|
@@ -346,67 +436,35 @@ export const SortAssociationsBy = {
|
|
|
346
436
|
SOURCE_ARN: "SourceArn",
|
|
347
437
|
SOURCE_TYPE: "SourceType",
|
|
348
438
|
};
|
|
349
|
-
export const
|
|
439
|
+
export const SortClusterSchedulerConfigBy = {
|
|
350
440
|
CREATION_TIME: "CreationTime",
|
|
351
441
|
NAME: "Name",
|
|
352
442
|
STATUS: "Status",
|
|
353
443
|
};
|
|
354
|
-
export const
|
|
355
|
-
CREATION_TIME: "CreationTime",
|
|
356
|
-
NAME: "Name",
|
|
357
|
-
};
|
|
358
|
-
export const MonitoringJobDefinitionSortKey = {
|
|
359
|
-
CREATION_TIME: "CreationTime",
|
|
360
|
-
NAME: "Name",
|
|
361
|
-
};
|
|
362
|
-
export const ListDeviceFleetsSortBy = {
|
|
363
|
-
CreationTime: "CREATION_TIME",
|
|
364
|
-
LastModifiedTime: "LAST_MODIFIED_TIME",
|
|
365
|
-
Name: "NAME",
|
|
366
|
-
};
|
|
367
|
-
export const ListEdgeDeploymentPlansSortBy = {
|
|
368
|
-
CreationTime: "CREATION_TIME",
|
|
369
|
-
DeviceFleetName: "DEVICE_FLEET_NAME",
|
|
370
|
-
LastModifiedTime: "LAST_MODIFIED_TIME",
|
|
371
|
-
Name: "NAME",
|
|
372
|
-
};
|
|
373
|
-
export const ListEdgePackagingJobsSortBy = {
|
|
374
|
-
CreationTime: "CREATION_TIME",
|
|
375
|
-
EdgePackagingJobStatus: "STATUS",
|
|
376
|
-
LastModifiedTime: "LAST_MODIFIED_TIME",
|
|
377
|
-
ModelName: "MODEL_NAME",
|
|
378
|
-
Name: "NAME",
|
|
379
|
-
};
|
|
380
|
-
export const OrderKey = {
|
|
381
|
-
Ascending: "Ascending",
|
|
382
|
-
Descending: "Descending",
|
|
383
|
-
};
|
|
384
|
-
export const SortExperimentsBy = {
|
|
385
|
-
CREATION_TIME: "CreationTime",
|
|
386
|
-
NAME: "Name",
|
|
387
|
-
};
|
|
388
|
-
export const SortInferenceExperimentsBy = {
|
|
444
|
+
export const ListCompilationJobsSortBy = {
|
|
389
445
|
CREATION_TIME: "CreationTime",
|
|
390
446
|
NAME: "Name",
|
|
391
447
|
STATUS: "Status",
|
|
392
448
|
};
|
|
393
|
-
export const
|
|
449
|
+
export const SortQuotaBy = {
|
|
450
|
+
CLUSTER_ARN: "ClusterArn",
|
|
394
451
|
CREATION_TIME: "CreationTime",
|
|
395
452
|
NAME: "Name",
|
|
396
453
|
STATUS: "Status",
|
|
397
454
|
};
|
|
398
|
-
export const
|
|
455
|
+
export const SortContextsBy = {
|
|
399
456
|
CREATION_TIME: "CreationTime",
|
|
400
457
|
NAME: "Name",
|
|
401
|
-
STATUS: "Status",
|
|
402
458
|
};
|
|
403
|
-
export const
|
|
404
|
-
CREATION_TIME: "CreationTime",
|
|
405
|
-
};
|
|
406
|
-
export const SortLineageGroupsBy = {
|
|
459
|
+
export const MonitoringJobDefinitionSortKey = {
|
|
407
460
|
CREATION_TIME: "CreationTime",
|
|
408
461
|
NAME: "Name",
|
|
409
462
|
};
|
|
463
|
+
export const ListDeviceFleetsSortBy = {
|
|
464
|
+
CreationTime: "CREATION_TIME",
|
|
465
|
+
LastModifiedTime: "LAST_MODIFIED_TIME",
|
|
466
|
+
Name: "NAME",
|
|
467
|
+
};
|
|
410
468
|
export const DescribeModelCardResponseFilterSensitiveLog = (obj) => ({
|
|
411
469
|
...obj,
|
|
412
470
|
...(obj.Content && { Content: SENSITIVE_STRING }),
|
|
@@ -1,5 +1,48 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { ModelPackageModelCardFilterSensitiveLog, } from "./models_1";
|
|
3
|
+
export const ListEdgeDeploymentPlansSortBy = {
|
|
4
|
+
CreationTime: "CREATION_TIME",
|
|
5
|
+
DeviceFleetName: "DEVICE_FLEET_NAME",
|
|
6
|
+
LastModifiedTime: "LAST_MODIFIED_TIME",
|
|
7
|
+
Name: "NAME",
|
|
8
|
+
};
|
|
9
|
+
export const ListEdgePackagingJobsSortBy = {
|
|
10
|
+
CreationTime: "CREATION_TIME",
|
|
11
|
+
EdgePackagingJobStatus: "STATUS",
|
|
12
|
+
LastModifiedTime: "LAST_MODIFIED_TIME",
|
|
13
|
+
ModelName: "MODEL_NAME",
|
|
14
|
+
Name: "NAME",
|
|
15
|
+
};
|
|
16
|
+
export const OrderKey = {
|
|
17
|
+
Ascending: "Ascending",
|
|
18
|
+
Descending: "Descending",
|
|
19
|
+
};
|
|
20
|
+
export const SortExperimentsBy = {
|
|
21
|
+
CREATION_TIME: "CreationTime",
|
|
22
|
+
NAME: "Name",
|
|
23
|
+
};
|
|
24
|
+
export const SortInferenceExperimentsBy = {
|
|
25
|
+
CREATION_TIME: "CreationTime",
|
|
26
|
+
NAME: "Name",
|
|
27
|
+
STATUS: "Status",
|
|
28
|
+
};
|
|
29
|
+
export const ListInferenceRecommendationsJobsSortBy = {
|
|
30
|
+
CREATION_TIME: "CreationTime",
|
|
31
|
+
NAME: "Name",
|
|
32
|
+
STATUS: "Status",
|
|
33
|
+
};
|
|
34
|
+
export const SortBy = {
|
|
35
|
+
CREATION_TIME: "CreationTime",
|
|
36
|
+
NAME: "Name",
|
|
37
|
+
STATUS: "Status",
|
|
38
|
+
};
|
|
39
|
+
export const ListLabelingJobsForWorkteamSortByOptions = {
|
|
40
|
+
CREATION_TIME: "CreationTime",
|
|
41
|
+
};
|
|
42
|
+
export const SortLineageGroupsBy = {
|
|
43
|
+
CREATION_TIME: "CreationTime",
|
|
44
|
+
NAME: "Name",
|
|
45
|
+
};
|
|
3
46
|
export const SortTrackingServerBy = {
|
|
4
47
|
CREATION_TIME: "CreationTime",
|
|
5
48
|
NAME: "Name",
|
|
@@ -135,6 +178,18 @@ export const TrainingJobSortByOptions = {
|
|
|
135
178
|
Name: "Name",
|
|
136
179
|
Status: "Status",
|
|
137
180
|
};
|
|
181
|
+
export const TrainingPlanFilterName = {
|
|
182
|
+
STATUS: "Status",
|
|
183
|
+
};
|
|
184
|
+
export const TrainingPlanSortBy = {
|
|
185
|
+
NAME: "TrainingPlanName",
|
|
186
|
+
START_TIME: "StartTime",
|
|
187
|
+
STATUS: "Status",
|
|
188
|
+
};
|
|
189
|
+
export const TrainingPlanSortOrder = {
|
|
190
|
+
ASCENDING: "Ascending",
|
|
191
|
+
DESCENDING: "Descending",
|
|
192
|
+
};
|
|
138
193
|
export const SortTrialComponentsBy = {
|
|
139
194
|
CREATION_TIME: "CreationTime",
|
|
140
195
|
NAME: "Name",
|
|
@@ -164,11 +219,6 @@ export const SearchSortOrder = {
|
|
|
164
219
|
ASCENDING: "Ascending",
|
|
165
220
|
DESCENDING: "Descending",
|
|
166
221
|
};
|
|
167
|
-
export const VariantPropertyType = {
|
|
168
|
-
DataCaptureConfig: "DataCaptureConfig",
|
|
169
|
-
DesiredInstanceCount: "DesiredInstanceCount",
|
|
170
|
-
DesiredWeight: "DesiredWeight",
|
|
171
|
-
};
|
|
172
222
|
export const ModelCardFilterSensitiveLog = (obj) => ({
|
|
173
223
|
...obj,
|
|
174
224
|
...(obj.Content && { Content: SENSITIVE_STRING }),
|
|
@@ -188,11 +238,3 @@ export const SearchResponseFilterSensitiveLog = (obj) => ({
|
|
|
188
238
|
...obj,
|
|
189
239
|
...(obj.Results && { Results: obj.Results.map((item) => SearchRecordFilterSensitiveLog(item)) }),
|
|
190
240
|
});
|
|
191
|
-
export const UpdateModelCardRequestFilterSensitiveLog = (obj) => ({
|
|
192
|
-
...obj,
|
|
193
|
-
...(obj.Content && { Content: SENSITIVE_STRING }),
|
|
194
|
-
});
|
|
195
|
-
export const UpdateModelPackageInputFilterSensitiveLog = (obj) => ({
|
|
196
|
-
...obj,
|
|
197
|
-
...(obj.ModelCard && { ModelCard: ModelPackageModelCardFilterSensitiveLog(obj.ModelCard) }),
|
|
198
|
-
});
|
|
@@ -1,4 +1,19 @@
|
|
|
1
|
+
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
|
+
import { ModelPackageModelCardFilterSensitiveLog, } from "./models_1";
|
|
1
3
|
import { OidcConfigFilterSensitiveLog, } from "./models_2";
|
|
4
|
+
export const VariantPropertyType = {
|
|
5
|
+
DataCaptureConfig: "DataCaptureConfig",
|
|
6
|
+
DesiredInstanceCount: "DesiredInstanceCount",
|
|
7
|
+
DesiredWeight: "DesiredWeight",
|
|
8
|
+
};
|
|
9
|
+
export const UpdateModelCardRequestFilterSensitiveLog = (obj) => ({
|
|
10
|
+
...obj,
|
|
11
|
+
...(obj.Content && { Content: SENSITIVE_STRING }),
|
|
12
|
+
});
|
|
13
|
+
export const UpdateModelPackageInputFilterSensitiveLog = (obj) => ({
|
|
14
|
+
...obj,
|
|
15
|
+
...(obj.ModelCard && { ModelCard: ModelPackageModelCardFilterSensitiveLog(obj.ModelCard) }),
|
|
16
|
+
});
|
|
2
17
|
export const UpdateWorkforceRequestFilterSensitiveLog = (obj) => ({
|
|
3
18
|
...obj,
|
|
4
19
|
...(obj.OidcConfig && { OidcConfig: OidcConfigFilterSensitiveLog(obj.OidcConfig) }),
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListClusterSchedulerConfigsCommand, } from "../commands/ListClusterSchedulerConfigsCommand";
|
|
3
|
+
import { SageMakerClient } from "../SageMakerClient";
|
|
4
|
+
export const paginateListClusterSchedulerConfigs = createPaginator(SageMakerClient, ListClusterSchedulerConfigsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListComputeQuotasCommand, } from "../commands/ListComputeQuotasCommand";
|
|
3
|
+
import { SageMakerClient } from "../SageMakerClient";
|
|
4
|
+
export const paginateListComputeQuotas = createPaginator(SageMakerClient, ListComputeQuotasCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListPartnerAppsCommand, } from "../commands/ListPartnerAppsCommand";
|
|
3
|
+
import { SageMakerClient } from "../SageMakerClient";
|
|
4
|
+
export const paginateListPartnerApps = createPaginator(SageMakerClient, ListPartnerAppsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListTrainingPlansCommand, } from "../commands/ListTrainingPlansCommand";
|
|
3
|
+
import { SageMakerClient } from "../SageMakerClient";
|
|
4
|
+
export const paginateListTrainingPlans = createPaginator(SageMakerClient, ListTrainingPlansCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -8,8 +8,10 @@ export * from "./ListArtifactsPaginator";
|
|
|
8
8
|
export * from "./ListAssociationsPaginator";
|
|
9
9
|
export * from "./ListAutoMLJobsPaginator";
|
|
10
10
|
export * from "./ListCandidatesForAutoMLJobPaginator";
|
|
11
|
+
export * from "./ListClusterSchedulerConfigsPaginator";
|
|
11
12
|
export * from "./ListCodeRepositoriesPaginator";
|
|
12
13
|
export * from "./ListCompilationJobsPaginator";
|
|
14
|
+
export * from "./ListComputeQuotasPaginator";
|
|
13
15
|
export * from "./ListContextsPaginator";
|
|
14
16
|
export * from "./ListDataQualityJobDefinitionsPaginator";
|
|
15
17
|
export * from "./ListDeviceFleetsPaginator";
|
|
@@ -51,6 +53,7 @@ export * from "./ListMonitoringSchedulesPaginator";
|
|
|
51
53
|
export * from "./ListNotebookInstanceLifecycleConfigsPaginator";
|
|
52
54
|
export * from "./ListNotebookInstancesPaginator";
|
|
53
55
|
export * from "./ListOptimizationJobsPaginator";
|
|
56
|
+
export * from "./ListPartnerAppsPaginator";
|
|
54
57
|
export * from "./ListPipelineExecutionStepsPaginator";
|
|
55
58
|
export * from "./ListPipelineExecutionsPaginator";
|
|
56
59
|
export * from "./ListPipelineParametersForExecutionPaginator";
|
|
@@ -65,6 +68,7 @@ export * from "./ListSubscribedWorkteamsPaginator";
|
|
|
65
68
|
export * from "./ListTagsPaginator";
|
|
66
69
|
export * from "./ListTrainingJobsForHyperParameterTuningJobPaginator";
|
|
67
70
|
export * from "./ListTrainingJobsPaginator";
|
|
71
|
+
export * from "./ListTrainingPlansPaginator";
|
|
68
72
|
export * from "./ListTransformJobsPaginator";
|
|
69
73
|
export * from "./ListTrialComponentsPaginator";
|
|
70
74
|
export * from "./ListTrialsPaginator";
|