@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
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
UpdateMonitoringAlertRequest,
|
|
5
5
|
UpdateMonitoringAlertResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_5";
|
|
7
7
|
import {
|
|
8
8
|
SageMakerClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
UpdateMonitoringScheduleRequest,
|
|
5
5
|
UpdateMonitoringScheduleResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_5";
|
|
7
7
|
import {
|
|
8
8
|
SageMakerClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
UpdateNotebookInstanceInput,
|
|
5
5
|
UpdateNotebookInstanceOutput,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_5";
|
|
7
7
|
import {
|
|
8
8
|
SageMakerClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
UpdateNotebookInstanceLifecycleConfigInput,
|
|
5
5
|
UpdateNotebookInstanceLifecycleConfigOutput,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_5";
|
|
7
7
|
import {
|
|
8
8
|
SageMakerClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
UpdatePartnerAppRequest,
|
|
5
|
+
UpdatePartnerAppResponse,
|
|
6
|
+
} from "../models/models_5";
|
|
7
|
+
import {
|
|
8
|
+
SageMakerClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../SageMakerClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface UpdatePartnerAppCommandInput extends UpdatePartnerAppRequest {}
|
|
15
|
+
export interface UpdatePartnerAppCommandOutput
|
|
16
|
+
extends UpdatePartnerAppResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const UpdatePartnerAppCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: UpdatePartnerAppCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
UpdatePartnerAppCommandInput,
|
|
23
|
+
UpdatePartnerAppCommandOutput,
|
|
24
|
+
SageMakerClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: UpdatePartnerAppCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdatePartnerAppCommandInput,
|
|
32
|
+
UpdatePartnerAppCommandOutput,
|
|
33
|
+
SageMakerClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class UpdatePartnerAppCommand extends UpdatePartnerAppCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: UpdatePartnerAppRequest;
|
|
43
|
+
output: UpdatePartnerAppResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: UpdatePartnerAppCommandInput;
|
|
47
|
+
output: UpdatePartnerAppCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
UpdatePipelineExecutionRequest,
|
|
5
5
|
UpdatePipelineExecutionResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_5";
|
|
7
7
|
import {
|
|
8
8
|
SageMakerClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { UpdateProjectInput, UpdateProjectOutput } from "../models/
|
|
3
|
+
import { UpdateProjectInput, UpdateProjectOutput } from "../models/models_5";
|
|
4
4
|
import {
|
|
5
5
|
SageMakerClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { UpdateSpaceRequest, UpdateSpaceResponse } from "../models/
|
|
3
|
+
import { UpdateSpaceRequest, UpdateSpaceResponse } from "../models/models_5";
|
|
4
4
|
import {
|
|
5
5
|
SageMakerClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { UpdateTrialRequest, UpdateTrialResponse } from "../models/
|
|
3
|
+
import { UpdateTrialRequest, UpdateTrialResponse } from "../models/models_5";
|
|
4
4
|
import {
|
|
5
5
|
SageMakerClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
3
|
+
import {
|
|
4
|
+
UpdateTrialComponentRequest,
|
|
5
|
+
UpdateTrialComponentResponse,
|
|
6
|
+
} from "../models/models_5";
|
|
5
7
|
import {
|
|
6
8
|
SageMakerClientResolvedConfig,
|
|
7
9
|
ServiceInputTypes,
|
|
@@ -11,8 +11,10 @@ export * from "./CreateArtifactCommand";
|
|
|
11
11
|
export * from "./CreateAutoMLJobCommand";
|
|
12
12
|
export * from "./CreateAutoMLJobV2Command";
|
|
13
13
|
export * from "./CreateClusterCommand";
|
|
14
|
+
export * from "./CreateClusterSchedulerConfigCommand";
|
|
14
15
|
export * from "./CreateCodeRepositoryCommand";
|
|
15
16
|
export * from "./CreateCompilationJobCommand";
|
|
17
|
+
export * from "./CreateComputeQuotaCommand";
|
|
16
18
|
export * from "./CreateContextCommand";
|
|
17
19
|
export * from "./CreateDataQualityJobDefinitionCommand";
|
|
18
20
|
export * from "./CreateDeviceFleetCommand";
|
|
@@ -48,6 +50,8 @@ export * from "./CreateMonitoringScheduleCommand";
|
|
|
48
50
|
export * from "./CreateNotebookInstanceCommand";
|
|
49
51
|
export * from "./CreateNotebookInstanceLifecycleConfigCommand";
|
|
50
52
|
export * from "./CreateOptimizationJobCommand";
|
|
53
|
+
export * from "./CreatePartnerAppCommand";
|
|
54
|
+
export * from "./CreatePartnerAppPresignedUrlCommand";
|
|
51
55
|
export * from "./CreatePipelineCommand";
|
|
52
56
|
export * from "./CreatePresignedDomainUrlCommand";
|
|
53
57
|
export * from "./CreatePresignedMlflowTrackingServerUrlCommand";
|
|
@@ -57,6 +61,7 @@ export * from "./CreateProjectCommand";
|
|
|
57
61
|
export * from "./CreateSpaceCommand";
|
|
58
62
|
export * from "./CreateStudioLifecycleConfigCommand";
|
|
59
63
|
export * from "./CreateTrainingJobCommand";
|
|
64
|
+
export * from "./CreateTrainingPlanCommand";
|
|
60
65
|
export * from "./CreateTransformJobCommand";
|
|
61
66
|
export * from "./CreateTrialCommand";
|
|
62
67
|
export * from "./CreateTrialComponentCommand";
|
|
@@ -70,8 +75,10 @@ export * from "./DeleteAppImageConfigCommand";
|
|
|
70
75
|
export * from "./DeleteArtifactCommand";
|
|
71
76
|
export * from "./DeleteAssociationCommand";
|
|
72
77
|
export * from "./DeleteClusterCommand";
|
|
78
|
+
export * from "./DeleteClusterSchedulerConfigCommand";
|
|
73
79
|
export * from "./DeleteCodeRepositoryCommand";
|
|
74
80
|
export * from "./DeleteCompilationJobCommand";
|
|
81
|
+
export * from "./DeleteComputeQuotaCommand";
|
|
75
82
|
export * from "./DeleteContextCommand";
|
|
76
83
|
export * from "./DeleteDataQualityJobDefinitionCommand";
|
|
77
84
|
export * from "./DeleteDeviceFleetCommand";
|
|
@@ -105,6 +112,7 @@ export * from "./DeleteMonitoringScheduleCommand";
|
|
|
105
112
|
export * from "./DeleteNotebookInstanceCommand";
|
|
106
113
|
export * from "./DeleteNotebookInstanceLifecycleConfigCommand";
|
|
107
114
|
export * from "./DeleteOptimizationJobCommand";
|
|
115
|
+
export * from "./DeletePartnerAppCommand";
|
|
108
116
|
export * from "./DeletePipelineCommand";
|
|
109
117
|
export * from "./DeleteProjectCommand";
|
|
110
118
|
export * from "./DeleteSpaceCommand";
|
|
@@ -125,8 +133,10 @@ export * from "./DescribeAutoMLJobCommand";
|
|
|
125
133
|
export * from "./DescribeAutoMLJobV2Command";
|
|
126
134
|
export * from "./DescribeClusterCommand";
|
|
127
135
|
export * from "./DescribeClusterNodeCommand";
|
|
136
|
+
export * from "./DescribeClusterSchedulerConfigCommand";
|
|
128
137
|
export * from "./DescribeCodeRepositoryCommand";
|
|
129
138
|
export * from "./DescribeCompilationJobCommand";
|
|
139
|
+
export * from "./DescribeComputeQuotaCommand";
|
|
130
140
|
export * from "./DescribeContextCommand";
|
|
131
141
|
export * from "./DescribeDataQualityJobDefinitionCommand";
|
|
132
142
|
export * from "./DescribeDeviceCommand";
|
|
@@ -164,6 +174,7 @@ export * from "./DescribeMonitoringScheduleCommand";
|
|
|
164
174
|
export * from "./DescribeNotebookInstanceCommand";
|
|
165
175
|
export * from "./DescribeNotebookInstanceLifecycleConfigCommand";
|
|
166
176
|
export * from "./DescribeOptimizationJobCommand";
|
|
177
|
+
export * from "./DescribePartnerAppCommand";
|
|
167
178
|
export * from "./DescribePipelineCommand";
|
|
168
179
|
export * from "./DescribePipelineDefinitionForExecutionCommand";
|
|
169
180
|
export * from "./DescribePipelineExecutionCommand";
|
|
@@ -173,6 +184,7 @@ export * from "./DescribeSpaceCommand";
|
|
|
173
184
|
export * from "./DescribeStudioLifecycleConfigCommand";
|
|
174
185
|
export * from "./DescribeSubscribedWorkteamCommand";
|
|
175
186
|
export * from "./DescribeTrainingJobCommand";
|
|
187
|
+
export * from "./DescribeTrainingPlanCommand";
|
|
176
188
|
export * from "./DescribeTransformJobCommand";
|
|
177
189
|
export * from "./DescribeTrialCommand";
|
|
178
190
|
export * from "./DescribeTrialComponentCommand";
|
|
@@ -199,9 +211,11 @@ export * from "./ListAssociationsCommand";
|
|
|
199
211
|
export * from "./ListAutoMLJobsCommand";
|
|
200
212
|
export * from "./ListCandidatesForAutoMLJobCommand";
|
|
201
213
|
export * from "./ListClusterNodesCommand";
|
|
214
|
+
export * from "./ListClusterSchedulerConfigsCommand";
|
|
202
215
|
export * from "./ListClustersCommand";
|
|
203
216
|
export * from "./ListCodeRepositoriesCommand";
|
|
204
217
|
export * from "./ListCompilationJobsCommand";
|
|
218
|
+
export * from "./ListComputeQuotasCommand";
|
|
205
219
|
export * from "./ListContextsCommand";
|
|
206
220
|
export * from "./ListDataQualityJobDefinitionsCommand";
|
|
207
221
|
export * from "./ListDeviceFleetsCommand";
|
|
@@ -246,6 +260,7 @@ export * from "./ListMonitoringSchedulesCommand";
|
|
|
246
260
|
export * from "./ListNotebookInstanceLifecycleConfigsCommand";
|
|
247
261
|
export * from "./ListNotebookInstancesCommand";
|
|
248
262
|
export * from "./ListOptimizationJobsCommand";
|
|
263
|
+
export * from "./ListPartnerAppsCommand";
|
|
249
264
|
export * from "./ListPipelineExecutionStepsCommand";
|
|
250
265
|
export * from "./ListPipelineExecutionsCommand";
|
|
251
266
|
export * from "./ListPipelineParametersForExecutionCommand";
|
|
@@ -260,6 +275,7 @@ export * from "./ListSubscribedWorkteamsCommand";
|
|
|
260
275
|
export * from "./ListTagsCommand";
|
|
261
276
|
export * from "./ListTrainingJobsCommand";
|
|
262
277
|
export * from "./ListTrainingJobsForHyperParameterTuningJobCommand";
|
|
278
|
+
export * from "./ListTrainingPlansCommand";
|
|
263
279
|
export * from "./ListTransformJobsCommand";
|
|
264
280
|
export * from "./ListTrialComponentsCommand";
|
|
265
281
|
export * from "./ListTrialsCommand";
|
|
@@ -272,6 +288,7 @@ export * from "./RegisterDevicesCommand";
|
|
|
272
288
|
export * from "./RenderUiTemplateCommand";
|
|
273
289
|
export * from "./RetryPipelineExecutionCommand";
|
|
274
290
|
export * from "./SearchCommand";
|
|
291
|
+
export * from "./SearchTrainingPlanOfferingsCommand";
|
|
275
292
|
export * from "./SendPipelineExecutionStepFailureCommand";
|
|
276
293
|
export * from "./SendPipelineExecutionStepSuccessCommand";
|
|
277
294
|
export * from "./StartEdgeDeploymentStageCommand";
|
|
@@ -300,8 +317,10 @@ export * from "./UpdateActionCommand";
|
|
|
300
317
|
export * from "./UpdateAppImageConfigCommand";
|
|
301
318
|
export * from "./UpdateArtifactCommand";
|
|
302
319
|
export * from "./UpdateClusterCommand";
|
|
320
|
+
export * from "./UpdateClusterSchedulerConfigCommand";
|
|
303
321
|
export * from "./UpdateClusterSoftwareCommand";
|
|
304
322
|
export * from "./UpdateCodeRepositoryCommand";
|
|
323
|
+
export * from "./UpdateComputeQuotaCommand";
|
|
305
324
|
export * from "./UpdateContextCommand";
|
|
306
325
|
export * from "./UpdateDeviceFleetCommand";
|
|
307
326
|
export * from "./UpdateDevicesCommand";
|
|
@@ -324,6 +343,7 @@ export * from "./UpdateMonitoringAlertCommand";
|
|
|
324
343
|
export * from "./UpdateMonitoringScheduleCommand";
|
|
325
344
|
export * from "./UpdateNotebookInstanceCommand";
|
|
326
345
|
export * from "./UpdateNotebookInstanceLifecycleConfigCommand";
|
|
346
|
+
export * from "./UpdatePartnerAppCommand";
|
|
327
347
|
export * from "./UpdatePipelineCommand";
|
|
328
348
|
export * from "./UpdatePipelineExecutionCommand";
|
|
329
349
|
export * from "./UpdateProjectCommand";
|
|
@@ -23,6 +23,12 @@ export interface ActionSummary {
|
|
|
23
23
|
CreationTime?: Date | undefined;
|
|
24
24
|
LastModifiedTime?: Date | undefined;
|
|
25
25
|
}
|
|
26
|
+
export declare const ActivationState: {
|
|
27
|
+
readonly DISABLED: "Disabled";
|
|
28
|
+
readonly ENABLED: "Enabled";
|
|
29
|
+
};
|
|
30
|
+
export type ActivationState =
|
|
31
|
+
(typeof ActivationState)[keyof typeof ActivationState];
|
|
26
32
|
export declare const AssociationEdgeType: {
|
|
27
33
|
readonly ASSOCIATED_WITH: "AssociatedWith";
|
|
28
34
|
readonly CONTRIBUTED_TO: "ContributedTo";
|
|
@@ -703,6 +709,7 @@ export declare const TrainingInstanceType: {
|
|
|
703
709
|
readonly ML_P3_8XLARGE: "ml.p3.8xlarge";
|
|
704
710
|
readonly ML_P4DE_24XLARGE: "ml.p4de.24xlarge";
|
|
705
711
|
readonly ML_P4D_24XLARGE: "ml.p4d.24xlarge";
|
|
712
|
+
readonly ML_P5EN_48XLARGE: "ml.p5en.48xlarge";
|
|
706
713
|
readonly ML_P5E_48XLARGE: "ml.p5e.48xlarge";
|
|
707
714
|
readonly ML_P5_48XLARGE: "ml.p5.48xlarge";
|
|
708
715
|
readonly ML_R5D_12XLARGE: "ml.r5d.12xlarge";
|
|
@@ -728,6 +735,7 @@ export declare const TrainingInstanceType: {
|
|
|
728
735
|
readonly ML_TRN1N_32XLARGE: "ml.trn1n.32xlarge";
|
|
729
736
|
readonly ML_TRN1_2XLARGE: "ml.trn1.2xlarge";
|
|
730
737
|
readonly ML_TRN1_32XLARGE: "ml.trn1.32xlarge";
|
|
738
|
+
readonly ML_TRN2_48XLARGE: "ml.trn2.48xlarge";
|
|
731
739
|
};
|
|
732
740
|
export type TrainingInstanceType =
|
|
733
741
|
(typeof TrainingInstanceType)[keyof typeof TrainingInstanceType];
|
|
@@ -743,6 +751,7 @@ export interface ResourceConfig {
|
|
|
743
751
|
VolumeKmsKeyId?: string | undefined;
|
|
744
752
|
KeepAlivePeriodInSeconds?: number | undefined;
|
|
745
753
|
InstanceGroups?: InstanceGroup[] | undefined;
|
|
754
|
+
TrainingPlanArn?: string | undefined;
|
|
746
755
|
}
|
|
747
756
|
export interface StoppingCondition {
|
|
748
757
|
MaxRuntimeInSeconds?: number | undefined;
|
|
@@ -2204,6 +2213,7 @@ export declare const ClusterInstanceType: {
|
|
|
2204
2213
|
readonly ML_M5_XLARGE: "ml.m5.xlarge";
|
|
2205
2214
|
readonly ML_P4DE_24XLARGE: "ml.p4de.24xlarge";
|
|
2206
2215
|
readonly ML_P4D_24XLARGE: "ml.p4d.24xlarge";
|
|
2216
|
+
readonly ML_P5EN_48XLARGE: "ml.p5en.48xlarge";
|
|
2207
2217
|
readonly ML_P5E_48XLARGE: "ml.p5e.48xlarge";
|
|
2208
2218
|
readonly ML_P5_48XLARGE: "ml.p5.48xlarge";
|
|
2209
2219
|
readonly ML_T3_2XLARGE: "ml.t3.2xlarge";
|
|
@@ -2212,6 +2222,7 @@ export declare const ClusterInstanceType: {
|
|
|
2212
2222
|
readonly ML_T3_XLARGE: "ml.t3.xlarge";
|
|
2213
2223
|
readonly ML_TRN1N_32XLARGE: "ml.trn1n.32xlarge";
|
|
2214
2224
|
readonly ML_TRN1_32XLARGE: "ml.trn1.32xlarge";
|
|
2225
|
+
readonly ML_TRN2_48XLARGE: "ml.trn2.48xlarge";
|
|
2215
2226
|
};
|
|
2216
2227
|
export type ClusterInstanceType =
|
|
2217
2228
|
(typeof ClusterInstanceType)[keyof typeof ClusterInstanceType];
|
|
@@ -2225,6 +2236,17 @@ export declare const DeepHealthCheckType: {
|
|
|
2225
2236
|
};
|
|
2226
2237
|
export type DeepHealthCheckType =
|
|
2227
2238
|
(typeof DeepHealthCheckType)[keyof typeof DeepHealthCheckType];
|
|
2239
|
+
export declare const InstanceGroupStatus: {
|
|
2240
|
+
readonly CREATING: "Creating";
|
|
2241
|
+
readonly DEGRADED: "Degraded";
|
|
2242
|
+
readonly DELETING: "Deleting";
|
|
2243
|
+
readonly FAILED: "Failed";
|
|
2244
|
+
readonly INSERVICE: "InService";
|
|
2245
|
+
readonly SYSTEMUPDATING: "SystemUpdating";
|
|
2246
|
+
readonly UPDATING: "Updating";
|
|
2247
|
+
};
|
|
2248
|
+
export type InstanceGroupStatus =
|
|
2249
|
+
(typeof InstanceGroupStatus)[keyof typeof InstanceGroupStatus];
|
|
2228
2250
|
export interface ClusterInstanceGroupDetails {
|
|
2229
2251
|
CurrentCount?: number | undefined;
|
|
2230
2252
|
TargetCount?: number | undefined;
|
|
@@ -2235,6 +2257,9 @@ export interface ClusterInstanceGroupDetails {
|
|
|
2235
2257
|
ThreadsPerCore?: number | undefined;
|
|
2236
2258
|
InstanceStorageConfigs?: ClusterInstanceStorageConfig[] | undefined;
|
|
2237
2259
|
OnStartDeepHealthChecks?: DeepHealthCheckType[] | undefined;
|
|
2260
|
+
Status?: InstanceGroupStatus | undefined;
|
|
2261
|
+
TrainingPlanArn?: string | undefined;
|
|
2262
|
+
TrainingPlanStatus?: string | undefined;
|
|
2238
2263
|
OverrideVpcConfig?: VpcConfig | undefined;
|
|
2239
2264
|
}
|
|
2240
2265
|
export interface ClusterInstanceGroupSpecification {
|
|
@@ -2246,6 +2271,7 @@ export interface ClusterInstanceGroupSpecification {
|
|
|
2246
2271
|
ThreadsPerCore?: number | undefined;
|
|
2247
2272
|
InstanceStorageConfigs?: ClusterInstanceStorageConfig[] | undefined;
|
|
2248
2273
|
OnStartDeepHealthChecks?: DeepHealthCheckType[] | undefined;
|
|
2274
|
+
TrainingPlanArn?: string | undefined;
|
|
2249
2275
|
OverrideVpcConfig?: VpcConfig | undefined;
|
|
2250
2276
|
}
|
|
2251
2277
|
export interface ClusterInstancePlacement {
|
|
@@ -2299,6 +2325,32 @@ export interface ClusterOrchestratorEksConfig {
|
|
|
2299
2325
|
export interface ClusterOrchestrator {
|
|
2300
2326
|
Eks: ClusterOrchestratorEksConfig | undefined;
|
|
2301
2327
|
}
|
|
2328
|
+
export declare const SchedulerResourceStatus: {
|
|
2329
|
+
readonly CREATED: "Created";
|
|
2330
|
+
readonly CREATE_FAILED: "CreateFailed";
|
|
2331
|
+
readonly CREATE_ROLLBACK_FAILED: "CreateRollbackFailed";
|
|
2332
|
+
readonly CREATING: "Creating";
|
|
2333
|
+
readonly DELETED: "Deleted";
|
|
2334
|
+
readonly DELETE_FAILED: "DeleteFailed";
|
|
2335
|
+
readonly DELETE_ROLLBACK_FAILED: "DeleteRollbackFailed";
|
|
2336
|
+
readonly DELETING: "Deleting";
|
|
2337
|
+
readonly UPDATED: "Updated";
|
|
2338
|
+
readonly UPDATE_FAILED: "UpdateFailed";
|
|
2339
|
+
readonly UPDATE_ROLLBACK_FAILED: "UpdateRollbackFailed";
|
|
2340
|
+
readonly UPDATING: "Updating";
|
|
2341
|
+
};
|
|
2342
|
+
export type SchedulerResourceStatus =
|
|
2343
|
+
(typeof SchedulerResourceStatus)[keyof typeof SchedulerResourceStatus];
|
|
2344
|
+
export interface ClusterSchedulerConfigSummary {
|
|
2345
|
+
ClusterSchedulerConfigArn: string | undefined;
|
|
2346
|
+
ClusterSchedulerConfigId: string | undefined;
|
|
2347
|
+
ClusterSchedulerConfigVersion?: number | undefined;
|
|
2348
|
+
Name: string | undefined;
|
|
2349
|
+
CreationTime: Date | undefined;
|
|
2350
|
+
LastModifiedTime?: Date | undefined;
|
|
2351
|
+
Status: SchedulerResourceStatus | undefined;
|
|
2352
|
+
ClusterArn?: string | undefined;
|
|
2353
|
+
}
|
|
2302
2354
|
export declare const ClusterSortBy: {
|
|
2303
2355
|
readonly CREATION_TIME: "CREATION_TIME";
|
|
2304
2356
|
readonly NAME: "NAME";
|
|
@@ -2319,6 +2371,7 @@ export interface ClusterSummary {
|
|
|
2319
2371
|
ClusterName: string | undefined;
|
|
2320
2372
|
CreationTime: Date | undefined;
|
|
2321
2373
|
ClusterStatus: ClusterStatus | undefined;
|
|
2374
|
+
TrainingPlanArns?: string[] | undefined;
|
|
2322
2375
|
}
|
|
2323
2376
|
export interface CustomImage {
|
|
2324
2377
|
ImageName: string | undefined;
|
|
@@ -2493,6 +2546,49 @@ export declare const CompleteOnConvergence: {
|
|
|
2493
2546
|
};
|
|
2494
2547
|
export type CompleteOnConvergence =
|
|
2495
2548
|
(typeof CompleteOnConvergence)[keyof typeof CompleteOnConvergence];
|
|
2549
|
+
export interface ComputeQuotaResourceConfig {
|
|
2550
|
+
InstanceType: ClusterInstanceType | undefined;
|
|
2551
|
+
Count: number | undefined;
|
|
2552
|
+
}
|
|
2553
|
+
export declare const PreemptTeamTasks: {
|
|
2554
|
+
readonly LOWERPRIORITY: "LowerPriority";
|
|
2555
|
+
readonly NEVER: "Never";
|
|
2556
|
+
};
|
|
2557
|
+
export type PreemptTeamTasks =
|
|
2558
|
+
(typeof PreemptTeamTasks)[keyof typeof PreemptTeamTasks];
|
|
2559
|
+
export declare const ResourceSharingStrategy: {
|
|
2560
|
+
readonly DONTLEND: "DontLend";
|
|
2561
|
+
readonly LEND: "Lend";
|
|
2562
|
+
readonly LENDANDBORROW: "LendAndBorrow";
|
|
2563
|
+
};
|
|
2564
|
+
export type ResourceSharingStrategy =
|
|
2565
|
+
(typeof ResourceSharingStrategy)[keyof typeof ResourceSharingStrategy];
|
|
2566
|
+
export interface ResourceSharingConfig {
|
|
2567
|
+
Strategy: ResourceSharingStrategy | undefined;
|
|
2568
|
+
BorrowLimit?: number | undefined;
|
|
2569
|
+
}
|
|
2570
|
+
export interface ComputeQuotaConfig {
|
|
2571
|
+
ComputeQuotaResources?: ComputeQuotaResourceConfig[] | undefined;
|
|
2572
|
+
ResourceSharingConfig?: ResourceSharingConfig | undefined;
|
|
2573
|
+
PreemptTeamTasks?: PreemptTeamTasks | undefined;
|
|
2574
|
+
}
|
|
2575
|
+
export interface ComputeQuotaTarget {
|
|
2576
|
+
TeamName: string | undefined;
|
|
2577
|
+
FairShareWeight?: number | undefined;
|
|
2578
|
+
}
|
|
2579
|
+
export interface ComputeQuotaSummary {
|
|
2580
|
+
ComputeQuotaArn: string | undefined;
|
|
2581
|
+
ComputeQuotaId: string | undefined;
|
|
2582
|
+
Name: string | undefined;
|
|
2583
|
+
ComputeQuotaVersion?: number | undefined;
|
|
2584
|
+
Status: SchedulerResourceStatus | undefined;
|
|
2585
|
+
ClusterArn?: string | undefined;
|
|
2586
|
+
ComputeQuotaConfig?: ComputeQuotaConfig | undefined;
|
|
2587
|
+
ComputeQuotaTarget: ComputeQuotaTarget | undefined;
|
|
2588
|
+
ActivationState?: ActivationState | undefined;
|
|
2589
|
+
CreationTime: Date | undefined;
|
|
2590
|
+
LastModifiedTime?: Date | undefined;
|
|
2591
|
+
}
|
|
2496
2592
|
export declare const ConditionOutcome: {
|
|
2497
2593
|
readonly FALSE: "False";
|
|
2498
2594
|
readonly TRUE: "True";
|
|
@@ -2585,79 +2681,3 @@ export interface ContinuousParameterRangeSpecification {
|
|
|
2585
2681
|
MinValue: string | undefined;
|
|
2586
2682
|
MaxValue: string | undefined;
|
|
2587
2683
|
}
|
|
2588
|
-
export interface ConvergenceDetected {
|
|
2589
|
-
CompleteOnConvergence?: CompleteOnConvergence | undefined;
|
|
2590
|
-
}
|
|
2591
|
-
export interface MetadataProperties {
|
|
2592
|
-
CommitId?: string | undefined;
|
|
2593
|
-
Repository?: string | undefined;
|
|
2594
|
-
GeneratedBy?: string | undefined;
|
|
2595
|
-
ProjectId?: string | undefined;
|
|
2596
|
-
}
|
|
2597
|
-
export interface CreateActionRequest {
|
|
2598
|
-
ActionName: string | undefined;
|
|
2599
|
-
Source: ActionSource | undefined;
|
|
2600
|
-
ActionType: string | undefined;
|
|
2601
|
-
Description?: string | undefined;
|
|
2602
|
-
Status?: ActionStatus | undefined;
|
|
2603
|
-
Properties?: Record<string, string> | undefined;
|
|
2604
|
-
MetadataProperties?: MetadataProperties | undefined;
|
|
2605
|
-
Tags?: Tag[] | undefined;
|
|
2606
|
-
}
|
|
2607
|
-
export interface CreateActionResponse {
|
|
2608
|
-
ActionArn?: string | undefined;
|
|
2609
|
-
}
|
|
2610
|
-
export interface IntegerParameterRangeSpecification {
|
|
2611
|
-
MinValue: string | undefined;
|
|
2612
|
-
MaxValue: string | undefined;
|
|
2613
|
-
}
|
|
2614
|
-
export interface ParameterRange {
|
|
2615
|
-
IntegerParameterRangeSpecification?:
|
|
2616
|
-
| IntegerParameterRangeSpecification
|
|
2617
|
-
| undefined;
|
|
2618
|
-
ContinuousParameterRangeSpecification?:
|
|
2619
|
-
| ContinuousParameterRangeSpecification
|
|
2620
|
-
| undefined;
|
|
2621
|
-
CategoricalParameterRangeSpecification?:
|
|
2622
|
-
| CategoricalParameterRangeSpecification
|
|
2623
|
-
| undefined;
|
|
2624
|
-
}
|
|
2625
|
-
export declare const ParameterType: {
|
|
2626
|
-
readonly CATEGORICAL: "Categorical";
|
|
2627
|
-
readonly CONTINUOUS: "Continuous";
|
|
2628
|
-
readonly FREE_TEXT: "FreeText";
|
|
2629
|
-
readonly INTEGER: "Integer";
|
|
2630
|
-
};
|
|
2631
|
-
export type ParameterType = (typeof ParameterType)[keyof typeof ParameterType];
|
|
2632
|
-
export interface HyperParameterSpecification {
|
|
2633
|
-
Name: string | undefined;
|
|
2634
|
-
Description?: string | undefined;
|
|
2635
|
-
Type: ParameterType | undefined;
|
|
2636
|
-
Range?: ParameterRange | undefined;
|
|
2637
|
-
IsTunable?: boolean | undefined;
|
|
2638
|
-
IsRequired?: boolean | undefined;
|
|
2639
|
-
DefaultValue?: string | undefined;
|
|
2640
|
-
}
|
|
2641
|
-
export declare const HyperParameterTuningJobObjectiveType: {
|
|
2642
|
-
readonly MAXIMIZE: "Maximize";
|
|
2643
|
-
readonly MINIMIZE: "Minimize";
|
|
2644
|
-
};
|
|
2645
|
-
export type HyperParameterTuningJobObjectiveType =
|
|
2646
|
-
(typeof HyperParameterTuningJobObjectiveType)[keyof typeof HyperParameterTuningJobObjectiveType];
|
|
2647
|
-
export interface HyperParameterTuningJobObjective {
|
|
2648
|
-
Type: HyperParameterTuningJobObjectiveType | undefined;
|
|
2649
|
-
MetricName: string | undefined;
|
|
2650
|
-
}
|
|
2651
|
-
export interface TrainingSpecification {
|
|
2652
|
-
TrainingImage: string | undefined;
|
|
2653
|
-
TrainingImageDigest?: string | undefined;
|
|
2654
|
-
SupportedHyperParameters?: HyperParameterSpecification[] | undefined;
|
|
2655
|
-
SupportedTrainingInstanceTypes: TrainingInstanceType[] | undefined;
|
|
2656
|
-
SupportsDistributedTraining?: boolean | undefined;
|
|
2657
|
-
MetricDefinitions?: MetricDefinition[] | undefined;
|
|
2658
|
-
TrainingChannels: ChannelSpecification[] | undefined;
|
|
2659
|
-
SupportedTuningJobObjectiveMetrics?:
|
|
2660
|
-
| HyperParameterTuningJobObjective[]
|
|
2661
|
-
| undefined;
|
|
2662
|
-
AdditionalS3DataSource?: AdditionalS3DataSource | undefined;
|
|
2663
|
-
}
|