@aws-sdk/client-sagemaker 3.696.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 +1603 -179
- 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 +68 -10
- package/dist-es/models/models_1.js +21 -54
- package/dist-es/models/models_2.js +67 -66
- package/dist-es/models/models_3.js +111 -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 +912 -14
- package/dist-types/SageMaker.d.ts +144 -0
- package/dist-types/SageMakerClient.d.ts +22 -2
- package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +1 -1
- package/dist-types/commands/CreateActionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +5 -4
- package/dist-types/commands/CreateClusterCommand.d.ts +13 -4
- 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/CreateEndpointConfigCommand.d.ts +2 -2
- package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +10 -8
- package/dist-types/commands/CreateInferenceComponentCommand.d.ts +2 -1
- package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelPackageCommand.d.ts +2 -2
- package/dist-types/commands/CreateNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateOptimizationJobCommand.d.ts +7 -2
- 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 +5 -4
- package/dist-types/commands/DescribeClusterCommand.d.ts +15 -4
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +9 -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/DescribeEndpointCommand.d.ts +2 -2
- package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +2 -2
- 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 +2 -1
- package/dist-types/commands/DescribeInferenceExperimentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +3 -4
- package/dist-types/commands/DescribeModelCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +2 -2
- package/dist-types/commands/DescribeOptimizationJobCommand.d.ts +6 -0
- 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 +2 -2
- 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 -1
- 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 +13 -11
- 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 +11 -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 +2 -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 +3 -3
- 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 -1
- 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 +413 -285
- package/dist-types/models/models_1.d.ts +521 -553
- package/dist-types/models/models_2.d.ts +4313 -4644
- package/dist-types/models/models_3.d.ts +5924 -5713
- package/dist-types/models/models_4.d.ts +5364 -4886
- package/dist-types/models/models_5.d.ts +1796 -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/CreateOptimizationJobCommand.d.ts +4 -2
- 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 +1 -1
- 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 +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +20 -0
- package/dist-types/ts3.4/models/models_0.d.ts +127 -76
- package/dist-types/ts3.4/models/models_1.d.ts +145 -160
- package/dist-types/ts3.4/models/models_2.d.ts +292 -324
- package/dist-types/ts3.4/models/models_3.d.ts +483 -425
- package/dist-types/ts3.4/models/models_4.d.ts +551 -397
- package/dist-types/ts3.4/models/models_5.d.ts +461 -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 +4 -4
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ActionSource,
|
|
3
3
|
ActionStatus,
|
|
4
|
+
ActivationState,
|
|
4
5
|
AlgorithmSpecification,
|
|
5
6
|
AlgorithmStatus,
|
|
6
7
|
AlgorithmStatusDetails,
|
|
@@ -31,7 +32,6 @@ import {
|
|
|
31
32
|
AutoMLProblemTypeConfigName,
|
|
32
33
|
AutoMLResolvedAttributes,
|
|
33
34
|
AutoMLSecurityConfig,
|
|
34
|
-
Autotune,
|
|
35
35
|
BatchDataCaptureConfig,
|
|
36
36
|
BatchStrategy,
|
|
37
37
|
CaptureStatus,
|
|
@@ -48,14 +48,13 @@ import {
|
|
|
48
48
|
CognitoMemberDefinition,
|
|
49
49
|
CollectionConfiguration,
|
|
50
50
|
CompilationJobStatus,
|
|
51
|
+
ComputeQuotaConfig,
|
|
52
|
+
ComputeQuotaTarget,
|
|
51
53
|
ContextSource,
|
|
52
54
|
GitConfig,
|
|
53
|
-
HyperParameterTuningJobObjectiveType,
|
|
54
55
|
InferenceSpecification,
|
|
55
56
|
JupyterLabAppImageConfig,
|
|
56
57
|
KernelGatewayImageConfig,
|
|
57
|
-
MetadataProperties,
|
|
58
|
-
ObjectiveStatus,
|
|
59
58
|
OutputDataConfig,
|
|
60
59
|
ProblemType,
|
|
61
60
|
ProcessingS3DataDistributionType,
|
|
@@ -63,9 +62,9 @@ import {
|
|
|
63
62
|
ProductionVariantInstanceType,
|
|
64
63
|
ResourceConfig,
|
|
65
64
|
ResourceSpec,
|
|
65
|
+
SchedulerResourceStatus,
|
|
66
66
|
StoppingCondition,
|
|
67
67
|
Tag,
|
|
68
|
-
TrainingSpecification,
|
|
69
68
|
TransformInput,
|
|
70
69
|
TransformOutput,
|
|
71
70
|
TransformResources,
|
|
@@ -73,6 +72,7 @@ import {
|
|
|
73
72
|
VpcConfig,
|
|
74
73
|
} from "./models_0";
|
|
75
74
|
import {
|
|
75
|
+
_InstanceType,
|
|
76
76
|
DataCaptureConfig,
|
|
77
77
|
DataQualityAppSpecification,
|
|
78
78
|
DataQualityBaselineConfig,
|
|
@@ -85,7 +85,6 @@ import {
|
|
|
85
85
|
EdgeDeploymentModelConfig,
|
|
86
86
|
EdgeOutputConfig,
|
|
87
87
|
EdgePresetDeploymentType,
|
|
88
|
-
EndpointInfo,
|
|
89
88
|
ExplainerConfig,
|
|
90
89
|
FeatureDefinition,
|
|
91
90
|
FeatureType,
|
|
@@ -94,20 +93,11 @@ import {
|
|
|
94
93
|
HumanLoopActivationConfig,
|
|
95
94
|
HumanLoopConfig,
|
|
96
95
|
HumanLoopRequestSource,
|
|
97
|
-
HyperParameterTrainingJobDefinition,
|
|
98
|
-
HyperParameterTuningJobConfig,
|
|
99
|
-
HyperParameterTuningJobWarmStartConfig,
|
|
100
|
-
InferenceComponentComputeResourceRequirements,
|
|
101
|
-
InferenceComponentStartupParameters,
|
|
102
|
-
InferenceExperimentDataStorageConfig,
|
|
103
|
-
InferenceExperimentSchedule,
|
|
104
|
-
InferenceExperimentType,
|
|
105
96
|
InputConfig,
|
|
106
|
-
JobType,
|
|
107
97
|
JupyterServerAppSettings,
|
|
108
98
|
KernelGatewayAppSettings,
|
|
99
|
+
MetadataProperties,
|
|
109
100
|
ModelDeployConfig,
|
|
110
|
-
ModelInfrastructureConfig,
|
|
111
101
|
MonitoringNetworkConfig,
|
|
112
102
|
MonitoringOutputConfig,
|
|
113
103
|
MonitoringResources,
|
|
@@ -119,22 +109,232 @@ import {
|
|
|
119
109
|
OutputConfig,
|
|
120
110
|
ProcessingInstanceType,
|
|
121
111
|
ProcessingS3UploadMode,
|
|
122
|
-
Processor,
|
|
123
112
|
ProductionVariant,
|
|
124
113
|
ProductionVariantAcceleratorType,
|
|
125
114
|
ProductionVariantManagedInstanceScaling,
|
|
126
115
|
ProductionVariantRoutingConfig,
|
|
127
116
|
ProductionVariantServerlessConfig,
|
|
128
117
|
RetryStrategy,
|
|
129
|
-
|
|
118
|
+
SchedulerConfig,
|
|
130
119
|
TagPropagation,
|
|
131
120
|
ThroughputMode,
|
|
121
|
+
TrainingSpecification,
|
|
132
122
|
UserSettings,
|
|
133
|
-
VendorGuidance,
|
|
134
123
|
} from "./models_1";
|
|
124
|
+
export declare const NotebookInstanceAcceleratorType: {
|
|
125
|
+
readonly ML_EIA1_LARGE: "ml.eia1.large";
|
|
126
|
+
readonly ML_EIA1_MEDIUM: "ml.eia1.medium";
|
|
127
|
+
readonly ML_EIA1_XLARGE: "ml.eia1.xlarge";
|
|
128
|
+
readonly ML_EIA2_LARGE: "ml.eia2.large";
|
|
129
|
+
readonly ML_EIA2_MEDIUM: "ml.eia2.medium";
|
|
130
|
+
readonly ML_EIA2_XLARGE: "ml.eia2.xlarge";
|
|
131
|
+
};
|
|
132
|
+
export type NotebookInstanceAcceleratorType =
|
|
133
|
+
(typeof NotebookInstanceAcceleratorType)[keyof typeof NotebookInstanceAcceleratorType];
|
|
134
|
+
export declare const DirectInternetAccess: {
|
|
135
|
+
readonly DISABLED: "Disabled";
|
|
136
|
+
readonly ENABLED: "Enabled";
|
|
137
|
+
};
|
|
138
|
+
export type DirectInternetAccess =
|
|
139
|
+
(typeof DirectInternetAccess)[keyof typeof DirectInternetAccess];
|
|
140
|
+
export interface InstanceMetadataServiceConfiguration {
|
|
141
|
+
MinimumInstanceMetadataServiceVersion: string | undefined;
|
|
142
|
+
}
|
|
143
|
+
export declare const RootAccess: {
|
|
144
|
+
readonly DISABLED: "Disabled";
|
|
145
|
+
readonly ENABLED: "Enabled";
|
|
146
|
+
};
|
|
147
|
+
export type RootAccess = (typeof RootAccess)[keyof typeof RootAccess];
|
|
148
|
+
export interface CreateNotebookInstanceInput {
|
|
149
|
+
NotebookInstanceName: string | undefined;
|
|
150
|
+
InstanceType: _InstanceType | undefined;
|
|
151
|
+
SubnetId?: string | undefined;
|
|
152
|
+
SecurityGroupIds?: string[] | undefined;
|
|
153
|
+
RoleArn: string | undefined;
|
|
154
|
+
KmsKeyId?: string | undefined;
|
|
155
|
+
Tags?: Tag[] | undefined;
|
|
156
|
+
LifecycleConfigName?: string | undefined;
|
|
157
|
+
DirectInternetAccess?: DirectInternetAccess | undefined;
|
|
158
|
+
VolumeSizeInGB?: number | undefined;
|
|
159
|
+
AcceleratorTypes?: NotebookInstanceAcceleratorType[] | undefined;
|
|
160
|
+
DefaultCodeRepository?: string | undefined;
|
|
161
|
+
AdditionalCodeRepositories?: string[] | undefined;
|
|
162
|
+
RootAccess?: RootAccess | undefined;
|
|
163
|
+
PlatformIdentifier?: string | undefined;
|
|
164
|
+
InstanceMetadataServiceConfiguration?:
|
|
165
|
+
| InstanceMetadataServiceConfiguration
|
|
166
|
+
| undefined;
|
|
167
|
+
}
|
|
168
|
+
export interface CreateNotebookInstanceOutput {
|
|
169
|
+
NotebookInstanceArn?: string | undefined;
|
|
170
|
+
}
|
|
171
|
+
export interface NotebookInstanceLifecycleHook {
|
|
172
|
+
Content?: string | undefined;
|
|
173
|
+
}
|
|
174
|
+
export interface CreateNotebookInstanceLifecycleConfigInput {
|
|
175
|
+
NotebookInstanceLifecycleConfigName: string | undefined;
|
|
176
|
+
OnCreate?: NotebookInstanceLifecycleHook[] | undefined;
|
|
177
|
+
OnStart?: NotebookInstanceLifecycleHook[] | undefined;
|
|
178
|
+
}
|
|
179
|
+
export interface CreateNotebookInstanceLifecycleConfigOutput {
|
|
180
|
+
NotebookInstanceLifecycleConfigArn?: string | undefined;
|
|
181
|
+
}
|
|
182
|
+
export declare const OptimizationJobDeploymentInstanceType: {
|
|
183
|
+
readonly ML_G5_12XLARGE: "ml.g5.12xlarge";
|
|
184
|
+
readonly ML_G5_16XLARGE: "ml.g5.16xlarge";
|
|
185
|
+
readonly ML_G5_24XLARGE: "ml.g5.24xlarge";
|
|
186
|
+
readonly ML_G5_2XLARGE: "ml.g5.2xlarge";
|
|
187
|
+
readonly ML_G5_48XLARGE: "ml.g5.48xlarge";
|
|
188
|
+
readonly ML_G5_4XLARGE: "ml.g5.4xlarge";
|
|
189
|
+
readonly ML_G5_8XLARGE: "ml.g5.8xlarge";
|
|
190
|
+
readonly ML_G5_XLARGE: "ml.g5.xlarge";
|
|
191
|
+
readonly ML_G6_12XLARGE: "ml.g6.12xlarge";
|
|
192
|
+
readonly ML_G6_16XLARGE: "ml.g6.16xlarge";
|
|
193
|
+
readonly ML_G6_24XLARGE: "ml.g6.24xlarge";
|
|
194
|
+
readonly ML_G6_2XLARGE: "ml.g6.2xlarge";
|
|
195
|
+
readonly ML_G6_48XLARGE: "ml.g6.48xlarge";
|
|
196
|
+
readonly ML_G6_4XLARGE: "ml.g6.4xlarge";
|
|
197
|
+
readonly ML_G6_8XLARGE: "ml.g6.8xlarge";
|
|
198
|
+
readonly ML_G6_XLARGE: "ml.g6.xlarge";
|
|
199
|
+
readonly ML_INF2_24XLARGE: "ml.inf2.24xlarge";
|
|
200
|
+
readonly ML_INF2_48XLARGE: "ml.inf2.48xlarge";
|
|
201
|
+
readonly ML_INF2_8XLARGE: "ml.inf2.8xlarge";
|
|
202
|
+
readonly ML_INF2_XLARGE: "ml.inf2.xlarge";
|
|
203
|
+
readonly ML_P4DE_24XLARGE: "ml.p4de.24xlarge";
|
|
204
|
+
readonly ML_P4D_24XLARGE: "ml.p4d.24xlarge";
|
|
205
|
+
readonly ML_P5_48XLARGE: "ml.p5.48xlarge";
|
|
206
|
+
readonly ML_TRN1N_32XLARGE: "ml.trn1n.32xlarge";
|
|
207
|
+
readonly ML_TRN1_2XLARGE: "ml.trn1.2xlarge";
|
|
208
|
+
readonly ML_TRN1_32XLARGE: "ml.trn1.32xlarge";
|
|
209
|
+
};
|
|
210
|
+
export type OptimizationJobDeploymentInstanceType =
|
|
211
|
+
(typeof OptimizationJobDeploymentInstanceType)[keyof typeof OptimizationJobDeploymentInstanceType];
|
|
212
|
+
export interface OptimizationModelAccessConfig {
|
|
213
|
+
AcceptEula: boolean | undefined;
|
|
214
|
+
}
|
|
215
|
+
export interface OptimizationJobModelSourceS3 {
|
|
216
|
+
S3Uri?: string | undefined;
|
|
217
|
+
ModelAccessConfig?: OptimizationModelAccessConfig | undefined;
|
|
218
|
+
}
|
|
219
|
+
export interface OptimizationJobModelSource {
|
|
220
|
+
S3?: OptimizationJobModelSourceS3 | undefined;
|
|
221
|
+
}
|
|
222
|
+
export interface ModelCompilationConfig {
|
|
223
|
+
Image?: string | undefined;
|
|
224
|
+
OverrideEnvironment?: Record<string, string> | undefined;
|
|
225
|
+
}
|
|
226
|
+
export interface ModelQuantizationConfig {
|
|
227
|
+
Image?: string | undefined;
|
|
228
|
+
OverrideEnvironment?: Record<string, string> | undefined;
|
|
229
|
+
}
|
|
230
|
+
export interface ModelShardingConfig {
|
|
231
|
+
Image?: string | undefined;
|
|
232
|
+
OverrideEnvironment?: Record<string, string> | undefined;
|
|
233
|
+
}
|
|
234
|
+
export type OptimizationConfig =
|
|
235
|
+
| OptimizationConfig.ModelCompilationConfigMember
|
|
236
|
+
| OptimizationConfig.ModelQuantizationConfigMember
|
|
237
|
+
| OptimizationConfig.ModelShardingConfigMember
|
|
238
|
+
| OptimizationConfig.$UnknownMember;
|
|
239
|
+
export declare namespace OptimizationConfig {
|
|
240
|
+
interface ModelQuantizationConfigMember {
|
|
241
|
+
ModelQuantizationConfig: ModelQuantizationConfig;
|
|
242
|
+
ModelCompilationConfig?: never;
|
|
243
|
+
ModelShardingConfig?: never;
|
|
244
|
+
$unknown?: never;
|
|
245
|
+
}
|
|
246
|
+
interface ModelCompilationConfigMember {
|
|
247
|
+
ModelQuantizationConfig?: never;
|
|
248
|
+
ModelCompilationConfig: ModelCompilationConfig;
|
|
249
|
+
ModelShardingConfig?: never;
|
|
250
|
+
$unknown?: never;
|
|
251
|
+
}
|
|
252
|
+
interface ModelShardingConfigMember {
|
|
253
|
+
ModelQuantizationConfig?: never;
|
|
254
|
+
ModelCompilationConfig?: never;
|
|
255
|
+
ModelShardingConfig: ModelShardingConfig;
|
|
256
|
+
$unknown?: never;
|
|
257
|
+
}
|
|
258
|
+
interface $UnknownMember {
|
|
259
|
+
ModelQuantizationConfig?: never;
|
|
260
|
+
ModelCompilationConfig?: never;
|
|
261
|
+
ModelShardingConfig?: never;
|
|
262
|
+
$unknown: [string, any];
|
|
263
|
+
}
|
|
264
|
+
interface Visitor<T> {
|
|
265
|
+
ModelQuantizationConfig: (value: ModelQuantizationConfig) => T;
|
|
266
|
+
ModelCompilationConfig: (value: ModelCompilationConfig) => T;
|
|
267
|
+
ModelShardingConfig: (value: ModelShardingConfig) => T;
|
|
268
|
+
_: (name: string, value: any) => T;
|
|
269
|
+
}
|
|
270
|
+
const visit: <T>(value: OptimizationConfig, visitor: Visitor<T>) => T;
|
|
271
|
+
}
|
|
272
|
+
export interface OptimizationJobOutputConfig {
|
|
273
|
+
KmsKeyId?: string | undefined;
|
|
274
|
+
S3OutputLocation: string | undefined;
|
|
275
|
+
}
|
|
276
|
+
export interface OptimizationVpcConfig {
|
|
277
|
+
SecurityGroupIds: string[] | undefined;
|
|
278
|
+
Subnets: string[] | undefined;
|
|
279
|
+
}
|
|
280
|
+
export interface CreateOptimizationJobRequest {
|
|
281
|
+
OptimizationJobName: string | undefined;
|
|
282
|
+
RoleArn: string | undefined;
|
|
283
|
+
ModelSource: OptimizationJobModelSource | undefined;
|
|
284
|
+
DeploymentInstanceType: OptimizationJobDeploymentInstanceType | undefined;
|
|
285
|
+
OptimizationEnvironment?: Record<string, string> | undefined;
|
|
286
|
+
OptimizationConfigs: OptimizationConfig[] | undefined;
|
|
287
|
+
OutputConfig: OptimizationJobOutputConfig | undefined;
|
|
288
|
+
StoppingCondition: StoppingCondition | undefined;
|
|
289
|
+
Tags?: Tag[] | undefined;
|
|
290
|
+
VpcConfig?: OptimizationVpcConfig | undefined;
|
|
291
|
+
}
|
|
135
292
|
export interface CreateOptimizationJobResponse {
|
|
136
293
|
OptimizationJobArn: string | undefined;
|
|
137
294
|
}
|
|
295
|
+
export interface PartnerAppConfig {
|
|
296
|
+
AdminUsers?: string[] | undefined;
|
|
297
|
+
Arguments?: Record<string, string> | undefined;
|
|
298
|
+
}
|
|
299
|
+
export declare const PartnerAppAuthType: {
|
|
300
|
+
readonly IAM: "IAM";
|
|
301
|
+
};
|
|
302
|
+
export type PartnerAppAuthType =
|
|
303
|
+
(typeof PartnerAppAuthType)[keyof typeof PartnerAppAuthType];
|
|
304
|
+
export interface PartnerAppMaintenanceConfig {
|
|
305
|
+
MaintenanceWindowStart?: string | undefined;
|
|
306
|
+
}
|
|
307
|
+
export declare const PartnerAppType: {
|
|
308
|
+
readonly COMET: "comet";
|
|
309
|
+
readonly DEEPCHECKS_LLM_EVALUATION: "deepchecks-llm-evaluation";
|
|
310
|
+
readonly FIDDLER: "fiddler";
|
|
311
|
+
readonly LAKERA_GUARD: "lakera-guard";
|
|
312
|
+
};
|
|
313
|
+
export type PartnerAppType =
|
|
314
|
+
(typeof PartnerAppType)[keyof typeof PartnerAppType];
|
|
315
|
+
export interface CreatePartnerAppRequest {
|
|
316
|
+
Name: string | undefined;
|
|
317
|
+
Type: PartnerAppType | undefined;
|
|
318
|
+
ExecutionRoleArn: string | undefined;
|
|
319
|
+
MaintenanceConfig?: PartnerAppMaintenanceConfig | undefined;
|
|
320
|
+
Tier: string | undefined;
|
|
321
|
+
ApplicationConfig?: PartnerAppConfig | undefined;
|
|
322
|
+
AuthType: PartnerAppAuthType | undefined;
|
|
323
|
+
EnableIamSessionBasedIdentity?: boolean | undefined;
|
|
324
|
+
ClientToken?: string | undefined;
|
|
325
|
+
Tags?: Tag[] | undefined;
|
|
326
|
+
}
|
|
327
|
+
export interface CreatePartnerAppResponse {
|
|
328
|
+
Arn?: string | undefined;
|
|
329
|
+
}
|
|
330
|
+
export interface CreatePartnerAppPresignedUrlRequest {
|
|
331
|
+
Arn: string | undefined;
|
|
332
|
+
ExpiresInSeconds?: number | undefined;
|
|
333
|
+
SessionExpirationDurationInSeconds?: number | undefined;
|
|
334
|
+
}
|
|
335
|
+
export interface CreatePartnerAppPresignedUrlResponse {
|
|
336
|
+
Url?: string | undefined;
|
|
337
|
+
}
|
|
138
338
|
export interface ParallelismConfiguration {
|
|
139
339
|
MaxParallelExecutionSteps: number | undefined;
|
|
140
340
|
}
|
|
@@ -343,20 +543,32 @@ export interface SpaceCodeEditorAppSettings {
|
|
|
343
543
|
export interface EFSFileSystem {
|
|
344
544
|
FileSystemId: string | undefined;
|
|
345
545
|
}
|
|
546
|
+
export interface FSxLustreFileSystem {
|
|
547
|
+
FileSystemId: string | undefined;
|
|
548
|
+
}
|
|
346
549
|
export type CustomFileSystem =
|
|
347
550
|
| CustomFileSystem.EFSFileSystemMember
|
|
551
|
+
| CustomFileSystem.FSxLustreFileSystemMember
|
|
348
552
|
| CustomFileSystem.$UnknownMember;
|
|
349
553
|
export declare namespace CustomFileSystem {
|
|
350
554
|
interface EFSFileSystemMember {
|
|
351
555
|
EFSFileSystem: EFSFileSystem;
|
|
556
|
+
FSxLustreFileSystem?: never;
|
|
557
|
+
$unknown?: never;
|
|
558
|
+
}
|
|
559
|
+
interface FSxLustreFileSystemMember {
|
|
560
|
+
EFSFileSystem?: never;
|
|
561
|
+
FSxLustreFileSystem: FSxLustreFileSystem;
|
|
352
562
|
$unknown?: never;
|
|
353
563
|
}
|
|
354
564
|
interface $UnknownMember {
|
|
355
565
|
EFSFileSystem?: never;
|
|
566
|
+
FSxLustreFileSystem?: never;
|
|
356
567
|
$unknown: [string, any];
|
|
357
568
|
}
|
|
358
569
|
interface Visitor<T> {
|
|
359
570
|
EFSFileSystem: (value: EFSFileSystem) => T;
|
|
571
|
+
FSxLustreFileSystem: (value: FSxLustreFileSystem) => T;
|
|
360
572
|
_: (name: string, value: any) => T;
|
|
361
573
|
}
|
|
362
574
|
const visit: <T>(value: CustomFileSystem, visitor: Visitor<T>) => T;
|
|
@@ -491,6 +703,14 @@ export interface CreateTrainingJobRequest {
|
|
|
491
703
|
export interface CreateTrainingJobResponse {
|
|
492
704
|
TrainingJobArn: string | undefined;
|
|
493
705
|
}
|
|
706
|
+
export interface CreateTrainingPlanRequest {
|
|
707
|
+
TrainingPlanName: string | undefined;
|
|
708
|
+
TrainingPlanOfferingId: string | undefined;
|
|
709
|
+
Tags?: Tag[] | undefined;
|
|
710
|
+
}
|
|
711
|
+
export interface CreateTrainingPlanResponse {
|
|
712
|
+
TrainingPlanArn: string | undefined;
|
|
713
|
+
}
|
|
494
714
|
export declare const JoinSource: {
|
|
495
715
|
readonly INPUT: "Input";
|
|
496
716
|
readonly NONE: "None";
|
|
@@ -759,12 +979,18 @@ export interface DeleteClusterRequest {
|
|
|
759
979
|
export interface DeleteClusterResponse {
|
|
760
980
|
ClusterArn: string | undefined;
|
|
761
981
|
}
|
|
982
|
+
export interface DeleteClusterSchedulerConfigRequest {
|
|
983
|
+
ClusterSchedulerConfigId: string | undefined;
|
|
984
|
+
}
|
|
762
985
|
export interface DeleteCodeRepositoryInput {
|
|
763
986
|
CodeRepositoryName: string | undefined;
|
|
764
987
|
}
|
|
765
988
|
export interface DeleteCompilationJobRequest {
|
|
766
989
|
CompilationJobName: string | undefined;
|
|
767
990
|
}
|
|
991
|
+
export interface DeleteComputeQuotaRequest {
|
|
992
|
+
ComputeQuotaId: string | undefined;
|
|
993
|
+
}
|
|
768
994
|
export interface DeleteContextRequest {
|
|
769
995
|
ContextName: string | undefined;
|
|
770
996
|
}
|
|
@@ -904,6 +1130,13 @@ export interface DeleteNotebookInstanceLifecycleConfigInput {
|
|
|
904
1130
|
export interface DeleteOptimizationJobRequest {
|
|
905
1131
|
OptimizationJobName: string | undefined;
|
|
906
1132
|
}
|
|
1133
|
+
export interface DeletePartnerAppRequest {
|
|
1134
|
+
Arn: string | undefined;
|
|
1135
|
+
ClientToken?: string | undefined;
|
|
1136
|
+
}
|
|
1137
|
+
export interface DeletePartnerAppResponse {
|
|
1138
|
+
Arn?: string | undefined;
|
|
1139
|
+
}
|
|
907
1140
|
export interface DeletePipelineRequest {
|
|
908
1141
|
PipelineName: string | undefined;
|
|
909
1142
|
ClientRequestToken?: string | undefined;
|
|
@@ -1175,6 +1408,25 @@ export interface DescribeClusterNodeRequest {
|
|
|
1175
1408
|
export interface DescribeClusterNodeResponse {
|
|
1176
1409
|
NodeDetails: ClusterNodeDetails | undefined;
|
|
1177
1410
|
}
|
|
1411
|
+
export interface DescribeClusterSchedulerConfigRequest {
|
|
1412
|
+
ClusterSchedulerConfigId: string | undefined;
|
|
1413
|
+
ClusterSchedulerConfigVersion?: number | undefined;
|
|
1414
|
+
}
|
|
1415
|
+
export interface DescribeClusterSchedulerConfigResponse {
|
|
1416
|
+
ClusterSchedulerConfigArn: string | undefined;
|
|
1417
|
+
ClusterSchedulerConfigId: string | undefined;
|
|
1418
|
+
Name: string | undefined;
|
|
1419
|
+
ClusterSchedulerConfigVersion: number | undefined;
|
|
1420
|
+
Status: SchedulerResourceStatus | undefined;
|
|
1421
|
+
FailureReason?: string | undefined;
|
|
1422
|
+
ClusterArn?: string | undefined;
|
|
1423
|
+
SchedulerConfig?: SchedulerConfig | undefined;
|
|
1424
|
+
Description?: string | undefined;
|
|
1425
|
+
CreationTime: Date | undefined;
|
|
1426
|
+
CreatedBy?: UserContext | undefined;
|
|
1427
|
+
LastModifiedTime?: Date | undefined;
|
|
1428
|
+
LastModifiedBy?: UserContext | undefined;
|
|
1429
|
+
}
|
|
1178
1430
|
export interface DescribeCodeRepositoryInput {
|
|
1179
1431
|
CodeRepositoryName: string | undefined;
|
|
1180
1432
|
}
|
|
@@ -1214,6 +1466,27 @@ export interface DescribeCompilationJobResponse {
|
|
|
1214
1466
|
VpcConfig?: NeoVpcConfig | undefined;
|
|
1215
1467
|
DerivedInformation?: DerivedInformation | undefined;
|
|
1216
1468
|
}
|
|
1469
|
+
export interface DescribeComputeQuotaRequest {
|
|
1470
|
+
ComputeQuotaId: string | undefined;
|
|
1471
|
+
ComputeQuotaVersion?: number | undefined;
|
|
1472
|
+
}
|
|
1473
|
+
export interface DescribeComputeQuotaResponse {
|
|
1474
|
+
ComputeQuotaArn: string | undefined;
|
|
1475
|
+
ComputeQuotaId: string | undefined;
|
|
1476
|
+
Name: string | undefined;
|
|
1477
|
+
Description?: string | undefined;
|
|
1478
|
+
ComputeQuotaVersion: number | undefined;
|
|
1479
|
+
Status: SchedulerResourceStatus | undefined;
|
|
1480
|
+
FailureReason?: string | undefined;
|
|
1481
|
+
ClusterArn?: string | undefined;
|
|
1482
|
+
ComputeQuotaConfig?: ComputeQuotaConfig | undefined;
|
|
1483
|
+
ComputeQuotaTarget: ComputeQuotaTarget | undefined;
|
|
1484
|
+
ActivationState?: ActivationState | undefined;
|
|
1485
|
+
CreationTime: Date | undefined;
|
|
1486
|
+
CreatedBy?: UserContext | undefined;
|
|
1487
|
+
LastModifiedTime?: Date | undefined;
|
|
1488
|
+
LastModifiedBy?: UserContext | undefined;
|
|
1489
|
+
}
|
|
1217
1490
|
export interface DescribeContextRequest {
|
|
1218
1491
|
ContextName: string | undefined;
|
|
1219
1492
|
}
|
|
@@ -1676,311 +1949,6 @@ export declare const HumanTaskUiStatus: {
|
|
|
1676
1949
|
};
|
|
1677
1950
|
export type HumanTaskUiStatus =
|
|
1678
1951
|
(typeof HumanTaskUiStatus)[keyof typeof HumanTaskUiStatus];
|
|
1679
|
-
export interface UiTemplateInfo {
|
|
1680
|
-
Url?: string | undefined;
|
|
1681
|
-
ContentSha256?: string | undefined;
|
|
1682
|
-
}
|
|
1683
|
-
export interface DescribeHumanTaskUiResponse {
|
|
1684
|
-
HumanTaskUiArn: string | undefined;
|
|
1685
|
-
HumanTaskUiName: string | undefined;
|
|
1686
|
-
HumanTaskUiStatus?: HumanTaskUiStatus | undefined;
|
|
1687
|
-
CreationTime: Date | undefined;
|
|
1688
|
-
UiTemplate: UiTemplateInfo | undefined;
|
|
1689
|
-
}
|
|
1690
|
-
export interface DescribeHyperParameterTuningJobRequest {
|
|
1691
|
-
HyperParameterTuningJobName: string | undefined;
|
|
1692
|
-
}
|
|
1693
|
-
export interface FinalHyperParameterTuningJobObjectiveMetric {
|
|
1694
|
-
Type?: HyperParameterTuningJobObjectiveType | undefined;
|
|
1695
|
-
MetricName: string | undefined;
|
|
1696
|
-
Value: number | undefined;
|
|
1697
|
-
}
|
|
1698
|
-
export declare const TrainingJobStatus: {
|
|
1699
|
-
readonly COMPLETED: "Completed";
|
|
1700
|
-
readonly FAILED: "Failed";
|
|
1701
|
-
readonly IN_PROGRESS: "InProgress";
|
|
1702
|
-
readonly STOPPED: "Stopped";
|
|
1703
|
-
readonly STOPPING: "Stopping";
|
|
1704
|
-
};
|
|
1705
|
-
export type TrainingJobStatus =
|
|
1706
|
-
(typeof TrainingJobStatus)[keyof typeof TrainingJobStatus];
|
|
1707
|
-
export interface HyperParameterTrainingJobSummary {
|
|
1708
|
-
TrainingJobDefinitionName?: string | undefined;
|
|
1709
|
-
TrainingJobName: string | undefined;
|
|
1710
|
-
TrainingJobArn: string | undefined;
|
|
1711
|
-
TuningJobName?: string | undefined;
|
|
1712
|
-
CreationTime: Date | undefined;
|
|
1713
|
-
TrainingStartTime?: Date | undefined;
|
|
1714
|
-
TrainingEndTime?: Date | undefined;
|
|
1715
|
-
TrainingJobStatus: TrainingJobStatus | undefined;
|
|
1716
|
-
TunedHyperParameters: Record<string, string> | undefined;
|
|
1717
|
-
FailureReason?: string | undefined;
|
|
1718
|
-
FinalHyperParameterTuningJobObjectiveMetric?:
|
|
1719
|
-
| FinalHyperParameterTuningJobObjectiveMetric
|
|
1720
|
-
| undefined;
|
|
1721
|
-
ObjectiveStatus?: ObjectiveStatus | undefined;
|
|
1722
|
-
}
|
|
1723
|
-
export interface HyperParameterTuningJobConsumedResources {
|
|
1724
|
-
RuntimeInSeconds?: number | undefined;
|
|
1725
|
-
}
|
|
1726
|
-
export declare const HyperParameterTuningJobStatus: {
|
|
1727
|
-
readonly COMPLETED: "Completed";
|
|
1728
|
-
readonly DELETE_FAILED: "DeleteFailed";
|
|
1729
|
-
readonly DELETING: "Deleting";
|
|
1730
|
-
readonly FAILED: "Failed";
|
|
1731
|
-
readonly IN_PROGRESS: "InProgress";
|
|
1732
|
-
readonly STOPPED: "Stopped";
|
|
1733
|
-
readonly STOPPING: "Stopping";
|
|
1734
|
-
};
|
|
1735
|
-
export type HyperParameterTuningJobStatus =
|
|
1736
|
-
(typeof HyperParameterTuningJobStatus)[keyof typeof HyperParameterTuningJobStatus];
|
|
1737
|
-
export interface ObjectiveStatusCounters {
|
|
1738
|
-
Succeeded?: number | undefined;
|
|
1739
|
-
Pending?: number | undefined;
|
|
1740
|
-
Failed?: number | undefined;
|
|
1741
|
-
}
|
|
1742
|
-
export interface TrainingJobStatusCounters {
|
|
1743
|
-
Completed?: number | undefined;
|
|
1744
|
-
InProgress?: number | undefined;
|
|
1745
|
-
RetryableError?: number | undefined;
|
|
1746
|
-
NonRetryableError?: number | undefined;
|
|
1747
|
-
Stopped?: number | undefined;
|
|
1748
|
-
}
|
|
1749
|
-
export interface HyperParameterTuningJobCompletionDetails {
|
|
1750
|
-
NumberOfTrainingJobsObjectiveNotImproving?: number | undefined;
|
|
1751
|
-
ConvergenceDetectedTime?: Date | undefined;
|
|
1752
|
-
}
|
|
1753
|
-
export interface DescribeHyperParameterTuningJobResponse {
|
|
1754
|
-
HyperParameterTuningJobName: string | undefined;
|
|
1755
|
-
HyperParameterTuningJobArn: string | undefined;
|
|
1756
|
-
HyperParameterTuningJobConfig: HyperParameterTuningJobConfig | undefined;
|
|
1757
|
-
TrainingJobDefinition?: HyperParameterTrainingJobDefinition | undefined;
|
|
1758
|
-
TrainingJobDefinitions?: HyperParameterTrainingJobDefinition[] | undefined;
|
|
1759
|
-
HyperParameterTuningJobStatus: HyperParameterTuningJobStatus | undefined;
|
|
1760
|
-
CreationTime: Date | undefined;
|
|
1761
|
-
HyperParameterTuningEndTime?: Date | undefined;
|
|
1762
|
-
LastModifiedTime?: Date | undefined;
|
|
1763
|
-
TrainingJobStatusCounters: TrainingJobStatusCounters | undefined;
|
|
1764
|
-
ObjectiveStatusCounters: ObjectiveStatusCounters | undefined;
|
|
1765
|
-
BestTrainingJob?: HyperParameterTrainingJobSummary | undefined;
|
|
1766
|
-
OverallBestTrainingJob?: HyperParameterTrainingJobSummary | undefined;
|
|
1767
|
-
WarmStartConfig?: HyperParameterTuningJobWarmStartConfig | undefined;
|
|
1768
|
-
Autotune?: Autotune | undefined;
|
|
1769
|
-
FailureReason?: string | undefined;
|
|
1770
|
-
TuningJobCompletionDetails?:
|
|
1771
|
-
| HyperParameterTuningJobCompletionDetails
|
|
1772
|
-
| undefined;
|
|
1773
|
-
ConsumedResources?: HyperParameterTuningJobConsumedResources | undefined;
|
|
1774
|
-
}
|
|
1775
|
-
export interface DescribeImageRequest {
|
|
1776
|
-
ImageName: string | undefined;
|
|
1777
|
-
}
|
|
1778
|
-
export declare const ImageStatus: {
|
|
1779
|
-
readonly CREATED: "CREATED";
|
|
1780
|
-
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
1781
|
-
readonly CREATING: "CREATING";
|
|
1782
|
-
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
1783
|
-
readonly DELETING: "DELETING";
|
|
1784
|
-
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
1785
|
-
readonly UPDATING: "UPDATING";
|
|
1786
|
-
};
|
|
1787
|
-
export type ImageStatus = (typeof ImageStatus)[keyof typeof ImageStatus];
|
|
1788
|
-
export interface DescribeImageResponse {
|
|
1789
|
-
CreationTime?: Date | undefined;
|
|
1790
|
-
Description?: string | undefined;
|
|
1791
|
-
DisplayName?: string | undefined;
|
|
1792
|
-
FailureReason?: string | undefined;
|
|
1793
|
-
ImageArn?: string | undefined;
|
|
1794
|
-
ImageName?: string | undefined;
|
|
1795
|
-
ImageStatus?: ImageStatus | undefined;
|
|
1796
|
-
LastModifiedTime?: Date | undefined;
|
|
1797
|
-
RoleArn?: string | undefined;
|
|
1798
|
-
}
|
|
1799
|
-
export interface DescribeImageVersionRequest {
|
|
1800
|
-
ImageName: string | undefined;
|
|
1801
|
-
Version?: number | undefined;
|
|
1802
|
-
Alias?: string | undefined;
|
|
1803
|
-
}
|
|
1804
|
-
export declare const ImageVersionStatus: {
|
|
1805
|
-
readonly CREATED: "CREATED";
|
|
1806
|
-
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
1807
|
-
readonly CREATING: "CREATING";
|
|
1808
|
-
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
1809
|
-
readonly DELETING: "DELETING";
|
|
1810
|
-
};
|
|
1811
|
-
export type ImageVersionStatus =
|
|
1812
|
-
(typeof ImageVersionStatus)[keyof typeof ImageVersionStatus];
|
|
1813
|
-
export interface DescribeImageVersionResponse {
|
|
1814
|
-
BaseImage?: string | undefined;
|
|
1815
|
-
ContainerImage?: string | undefined;
|
|
1816
|
-
CreationTime?: Date | undefined;
|
|
1817
|
-
FailureReason?: string | undefined;
|
|
1818
|
-
ImageArn?: string | undefined;
|
|
1819
|
-
ImageVersionArn?: string | undefined;
|
|
1820
|
-
ImageVersionStatus?: ImageVersionStatus | undefined;
|
|
1821
|
-
LastModifiedTime?: Date | undefined;
|
|
1822
|
-
Version?: number | undefined;
|
|
1823
|
-
VendorGuidance?: VendorGuidance | undefined;
|
|
1824
|
-
JobType?: JobType | undefined;
|
|
1825
|
-
MLFramework?: string | undefined;
|
|
1826
|
-
ProgrammingLang?: string | undefined;
|
|
1827
|
-
Processor?: Processor | undefined;
|
|
1828
|
-
Horovod?: boolean | undefined;
|
|
1829
|
-
ReleaseNotes?: string | undefined;
|
|
1830
|
-
}
|
|
1831
|
-
export interface DescribeInferenceComponentInput {
|
|
1832
|
-
InferenceComponentName: string | undefined;
|
|
1833
|
-
}
|
|
1834
|
-
export declare const InferenceComponentStatus: {
|
|
1835
|
-
readonly CREATING: "Creating";
|
|
1836
|
-
readonly DELETING: "Deleting";
|
|
1837
|
-
readonly FAILED: "Failed";
|
|
1838
|
-
readonly IN_SERVICE: "InService";
|
|
1839
|
-
readonly UPDATING: "Updating";
|
|
1840
|
-
};
|
|
1841
|
-
export type InferenceComponentStatus =
|
|
1842
|
-
(typeof InferenceComponentStatus)[keyof typeof InferenceComponentStatus];
|
|
1843
|
-
export interface InferenceComponentRuntimeConfigSummary {
|
|
1844
|
-
DesiredCopyCount?: number | undefined;
|
|
1845
|
-
CurrentCopyCount?: number | undefined;
|
|
1846
|
-
}
|
|
1847
|
-
export interface InferenceComponentContainerSpecificationSummary {
|
|
1848
|
-
DeployedImage?: DeployedImage | undefined;
|
|
1849
|
-
ArtifactUrl?: string | undefined;
|
|
1850
|
-
Environment?: Record<string, string> | undefined;
|
|
1851
|
-
}
|
|
1852
|
-
export interface InferenceComponentSpecificationSummary {
|
|
1853
|
-
ModelName?: string | undefined;
|
|
1854
|
-
Container?: InferenceComponentContainerSpecificationSummary | undefined;
|
|
1855
|
-
StartupParameters?: InferenceComponentStartupParameters | undefined;
|
|
1856
|
-
ComputeResourceRequirements?:
|
|
1857
|
-
| InferenceComponentComputeResourceRequirements
|
|
1858
|
-
| undefined;
|
|
1859
|
-
}
|
|
1860
|
-
export interface DescribeInferenceComponentOutput {
|
|
1861
|
-
InferenceComponentName: string | undefined;
|
|
1862
|
-
InferenceComponentArn: string | undefined;
|
|
1863
|
-
EndpointName: string | undefined;
|
|
1864
|
-
EndpointArn: string | undefined;
|
|
1865
|
-
VariantName?: string | undefined;
|
|
1866
|
-
FailureReason?: string | undefined;
|
|
1867
|
-
Specification?: InferenceComponentSpecificationSummary | undefined;
|
|
1868
|
-
RuntimeConfig?: InferenceComponentRuntimeConfigSummary | undefined;
|
|
1869
|
-
CreationTime: Date | undefined;
|
|
1870
|
-
LastModifiedTime: Date | undefined;
|
|
1871
|
-
InferenceComponentStatus?: InferenceComponentStatus | undefined;
|
|
1872
|
-
}
|
|
1873
|
-
export interface DescribeInferenceExperimentRequest {
|
|
1874
|
-
Name: string | undefined;
|
|
1875
|
-
}
|
|
1876
|
-
export interface EndpointMetadata {
|
|
1877
|
-
EndpointName: string | undefined;
|
|
1878
|
-
EndpointConfigName?: string | undefined;
|
|
1879
|
-
EndpointStatus?: EndpointStatus | undefined;
|
|
1880
|
-
FailureReason?: string | undefined;
|
|
1881
|
-
}
|
|
1882
|
-
export declare const ModelVariantStatus: {
|
|
1883
|
-
readonly CREATING: "Creating";
|
|
1884
|
-
readonly DELETED: "Deleted";
|
|
1885
|
-
readonly DELETING: "Deleting";
|
|
1886
|
-
readonly IN_SERVICE: "InService";
|
|
1887
|
-
readonly UPDATING: "Updating";
|
|
1888
|
-
};
|
|
1889
|
-
export type ModelVariantStatus =
|
|
1890
|
-
(typeof ModelVariantStatus)[keyof typeof ModelVariantStatus];
|
|
1891
|
-
export interface ModelVariantConfigSummary {
|
|
1892
|
-
ModelName: string | undefined;
|
|
1893
|
-
VariantName: string | undefined;
|
|
1894
|
-
InfrastructureConfig: ModelInfrastructureConfig | undefined;
|
|
1895
|
-
Status: ModelVariantStatus | undefined;
|
|
1896
|
-
}
|
|
1897
|
-
export declare const InferenceExperimentStatus: {
|
|
1898
|
-
readonly CANCELLED: "Cancelled";
|
|
1899
|
-
readonly COMPLETED: "Completed";
|
|
1900
|
-
readonly CREATED: "Created";
|
|
1901
|
-
readonly CREATING: "Creating";
|
|
1902
|
-
readonly RUNNING: "Running";
|
|
1903
|
-
readonly STARTING: "Starting";
|
|
1904
|
-
readonly STOPPING: "Stopping";
|
|
1905
|
-
readonly UPDATING: "Updating";
|
|
1906
|
-
};
|
|
1907
|
-
export type InferenceExperimentStatus =
|
|
1908
|
-
(typeof InferenceExperimentStatus)[keyof typeof InferenceExperimentStatus];
|
|
1909
|
-
export interface DescribeInferenceExperimentResponse {
|
|
1910
|
-
Arn: string | undefined;
|
|
1911
|
-
Name: string | undefined;
|
|
1912
|
-
Type: InferenceExperimentType | undefined;
|
|
1913
|
-
Schedule?: InferenceExperimentSchedule | undefined;
|
|
1914
|
-
Status: InferenceExperimentStatus | undefined;
|
|
1915
|
-
StatusReason?: string | undefined;
|
|
1916
|
-
Description?: string | undefined;
|
|
1917
|
-
CreationTime?: Date | undefined;
|
|
1918
|
-
CompletionTime?: Date | undefined;
|
|
1919
|
-
LastModifiedTime?: Date | undefined;
|
|
1920
|
-
RoleArn?: string | undefined;
|
|
1921
|
-
EndpointMetadata: EndpointMetadata | undefined;
|
|
1922
|
-
ModelVariants: ModelVariantConfigSummary[] | undefined;
|
|
1923
|
-
DataStorageConfig?: InferenceExperimentDataStorageConfig | undefined;
|
|
1924
|
-
ShadowModeConfig?: ShadowModeConfig | undefined;
|
|
1925
|
-
KmsKey?: string | undefined;
|
|
1926
|
-
}
|
|
1927
|
-
export interface DescribeInferenceRecommendationsJobRequest {
|
|
1928
|
-
JobName: string | undefined;
|
|
1929
|
-
}
|
|
1930
|
-
export interface InferenceMetrics {
|
|
1931
|
-
MaxInvocations: number | undefined;
|
|
1932
|
-
ModelLatency: number | undefined;
|
|
1933
|
-
}
|
|
1934
|
-
export interface EndpointPerformance {
|
|
1935
|
-
Metrics: InferenceMetrics | undefined;
|
|
1936
|
-
EndpointInfo: EndpointInfo | undefined;
|
|
1937
|
-
}
|
|
1938
|
-
export interface EndpointOutputConfiguration {
|
|
1939
|
-
EndpointName: string | undefined;
|
|
1940
|
-
VariantName: string | undefined;
|
|
1941
|
-
InstanceType?: ProductionVariantInstanceType | undefined;
|
|
1942
|
-
InitialInstanceCount?: number | undefined;
|
|
1943
|
-
ServerlessConfig?: ProductionVariantServerlessConfig | undefined;
|
|
1944
|
-
}
|
|
1945
|
-
export interface RecommendationMetrics {
|
|
1946
|
-
CostPerHour?: number | undefined;
|
|
1947
|
-
CostPerInference?: number | undefined;
|
|
1948
|
-
MaxInvocations?: number | undefined;
|
|
1949
|
-
ModelLatency?: number | undefined;
|
|
1950
|
-
CpuUtilization?: number | undefined;
|
|
1951
|
-
MemoryUtilization?: number | undefined;
|
|
1952
|
-
ModelSetupTime?: number | undefined;
|
|
1953
|
-
}
|
|
1954
|
-
export interface EnvironmentParameter {
|
|
1955
|
-
Key: string | undefined;
|
|
1956
|
-
ValueType: string | undefined;
|
|
1957
|
-
Value: string | undefined;
|
|
1958
|
-
}
|
|
1959
|
-
export interface ModelConfiguration {
|
|
1960
|
-
InferenceSpecificationName?: string | undefined;
|
|
1961
|
-
EnvironmentParameters?: EnvironmentParameter[] | undefined;
|
|
1962
|
-
CompilationJobName?: string | undefined;
|
|
1963
|
-
}
|
|
1964
|
-
export interface InferenceRecommendation {
|
|
1965
|
-
RecommendationId?: string | undefined;
|
|
1966
|
-
Metrics?: RecommendationMetrics | undefined;
|
|
1967
|
-
EndpointConfiguration: EndpointOutputConfiguration | undefined;
|
|
1968
|
-
ModelConfiguration: ModelConfiguration | undefined;
|
|
1969
|
-
InvocationEndTime?: Date | undefined;
|
|
1970
|
-
InvocationStartTime?: Date | undefined;
|
|
1971
|
-
}
|
|
1972
|
-
export declare const RecommendationJobStatus: {
|
|
1973
|
-
readonly COMPLETED: "COMPLETED";
|
|
1974
|
-
readonly DELETED: "DELETED";
|
|
1975
|
-
readonly DELETING: "DELETING";
|
|
1976
|
-
readonly FAILED: "FAILED";
|
|
1977
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
1978
|
-
readonly PENDING: "PENDING";
|
|
1979
|
-
readonly STOPPED: "STOPPED";
|
|
1980
|
-
readonly STOPPING: "STOPPING";
|
|
1981
|
-
};
|
|
1982
|
-
export type RecommendationJobStatus =
|
|
1983
|
-
(typeof RecommendationJobStatus)[keyof typeof RecommendationJobStatus];
|
|
1984
1952
|
export declare const OidcConfigFilterSensitiveLog: (obj: OidcConfig) => any;
|
|
1985
1953
|
export declare const CreateWorkforceRequestFilterSensitiveLog: (
|
|
1986
1954
|
obj: CreateWorkforceRequest
|