@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
|
@@ -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,
|
|
@@ -116,27 +106,177 @@ import {
|
|
|
116
106
|
NetworkConfig,
|
|
117
107
|
OfflineStoreConfig,
|
|
118
108
|
OnlineStoreConfig,
|
|
119
|
-
OptimizationConfig,
|
|
120
|
-
OptimizationJobDeploymentInstanceType,
|
|
121
|
-
OptimizationJobModelSource,
|
|
122
|
-
OptimizationJobOutputConfig,
|
|
123
|
-
OptimizationVpcConfig,
|
|
124
109
|
OutputConfig,
|
|
125
110
|
ProcessingInstanceType,
|
|
126
111
|
ProcessingS3UploadMode,
|
|
127
|
-
Processor,
|
|
128
112
|
ProductionVariant,
|
|
129
113
|
ProductionVariantAcceleratorType,
|
|
130
114
|
ProductionVariantManagedInstanceScaling,
|
|
131
115
|
ProductionVariantRoutingConfig,
|
|
132
116
|
ProductionVariantServerlessConfig,
|
|
133
117
|
RetryStrategy,
|
|
134
|
-
|
|
118
|
+
SchedulerConfig,
|
|
135
119
|
TagPropagation,
|
|
136
120
|
ThroughputMode,
|
|
121
|
+
TrainingSpecification,
|
|
137
122
|
UserSettings,
|
|
138
|
-
VendorGuidance,
|
|
139
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
|
+
}
|
|
140
280
|
export interface CreateOptimizationJobRequest {
|
|
141
281
|
OptimizationJobName: string | undefined;
|
|
142
282
|
RoleArn: string | undefined;
|
|
@@ -152,6 +292,49 @@ export interface CreateOptimizationJobRequest {
|
|
|
152
292
|
export interface CreateOptimizationJobResponse {
|
|
153
293
|
OptimizationJobArn: string | undefined;
|
|
154
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
|
+
}
|
|
155
338
|
export interface ParallelismConfiguration {
|
|
156
339
|
MaxParallelExecutionSteps: number | undefined;
|
|
157
340
|
}
|
|
@@ -360,20 +543,32 @@ export interface SpaceCodeEditorAppSettings {
|
|
|
360
543
|
export interface EFSFileSystem {
|
|
361
544
|
FileSystemId: string | undefined;
|
|
362
545
|
}
|
|
546
|
+
export interface FSxLustreFileSystem {
|
|
547
|
+
FileSystemId: string | undefined;
|
|
548
|
+
}
|
|
363
549
|
export type CustomFileSystem =
|
|
364
550
|
| CustomFileSystem.EFSFileSystemMember
|
|
551
|
+
| CustomFileSystem.FSxLustreFileSystemMember
|
|
365
552
|
| CustomFileSystem.$UnknownMember;
|
|
366
553
|
export declare namespace CustomFileSystem {
|
|
367
554
|
interface EFSFileSystemMember {
|
|
368
555
|
EFSFileSystem: EFSFileSystem;
|
|
556
|
+
FSxLustreFileSystem?: never;
|
|
557
|
+
$unknown?: never;
|
|
558
|
+
}
|
|
559
|
+
interface FSxLustreFileSystemMember {
|
|
560
|
+
EFSFileSystem?: never;
|
|
561
|
+
FSxLustreFileSystem: FSxLustreFileSystem;
|
|
369
562
|
$unknown?: never;
|
|
370
563
|
}
|
|
371
564
|
interface $UnknownMember {
|
|
372
565
|
EFSFileSystem?: never;
|
|
566
|
+
FSxLustreFileSystem?: never;
|
|
373
567
|
$unknown: [string, any];
|
|
374
568
|
}
|
|
375
569
|
interface Visitor<T> {
|
|
376
570
|
EFSFileSystem: (value: EFSFileSystem) => T;
|
|
571
|
+
FSxLustreFileSystem: (value: FSxLustreFileSystem) => T;
|
|
377
572
|
_: (name: string, value: any) => T;
|
|
378
573
|
}
|
|
379
574
|
const visit: <T>(value: CustomFileSystem, visitor: Visitor<T>) => T;
|
|
@@ -508,6 +703,14 @@ export interface CreateTrainingJobRequest {
|
|
|
508
703
|
export interface CreateTrainingJobResponse {
|
|
509
704
|
TrainingJobArn: string | undefined;
|
|
510
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
|
+
}
|
|
511
714
|
export declare const JoinSource: {
|
|
512
715
|
readonly INPUT: "Input";
|
|
513
716
|
readonly NONE: "None";
|
|
@@ -776,12 +979,18 @@ export interface DeleteClusterRequest {
|
|
|
776
979
|
export interface DeleteClusterResponse {
|
|
777
980
|
ClusterArn: string | undefined;
|
|
778
981
|
}
|
|
982
|
+
export interface DeleteClusterSchedulerConfigRequest {
|
|
983
|
+
ClusterSchedulerConfigId: string | undefined;
|
|
984
|
+
}
|
|
779
985
|
export interface DeleteCodeRepositoryInput {
|
|
780
986
|
CodeRepositoryName: string | undefined;
|
|
781
987
|
}
|
|
782
988
|
export interface DeleteCompilationJobRequest {
|
|
783
989
|
CompilationJobName: string | undefined;
|
|
784
990
|
}
|
|
991
|
+
export interface DeleteComputeQuotaRequest {
|
|
992
|
+
ComputeQuotaId: string | undefined;
|
|
993
|
+
}
|
|
785
994
|
export interface DeleteContextRequest {
|
|
786
995
|
ContextName: string | undefined;
|
|
787
996
|
}
|
|
@@ -921,6 +1130,13 @@ export interface DeleteNotebookInstanceLifecycleConfigInput {
|
|
|
921
1130
|
export interface DeleteOptimizationJobRequest {
|
|
922
1131
|
OptimizationJobName: string | undefined;
|
|
923
1132
|
}
|
|
1133
|
+
export interface DeletePartnerAppRequest {
|
|
1134
|
+
Arn: string | undefined;
|
|
1135
|
+
ClientToken?: string | undefined;
|
|
1136
|
+
}
|
|
1137
|
+
export interface DeletePartnerAppResponse {
|
|
1138
|
+
Arn?: string | undefined;
|
|
1139
|
+
}
|
|
924
1140
|
export interface DeletePipelineRequest {
|
|
925
1141
|
PipelineName: string | undefined;
|
|
926
1142
|
ClientRequestToken?: string | undefined;
|
|
@@ -1192,6 +1408,25 @@ export interface DescribeClusterNodeRequest {
|
|
|
1192
1408
|
export interface DescribeClusterNodeResponse {
|
|
1193
1409
|
NodeDetails: ClusterNodeDetails | undefined;
|
|
1194
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
|
+
}
|
|
1195
1430
|
export interface DescribeCodeRepositoryInput {
|
|
1196
1431
|
CodeRepositoryName: string | undefined;
|
|
1197
1432
|
}
|
|
@@ -1231,6 +1466,27 @@ export interface DescribeCompilationJobResponse {
|
|
|
1231
1466
|
VpcConfig?: NeoVpcConfig | undefined;
|
|
1232
1467
|
DerivedInformation?: DerivedInformation | undefined;
|
|
1233
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
|
+
}
|
|
1234
1490
|
export interface DescribeContextRequest {
|
|
1235
1491
|
ContextName: string | undefined;
|
|
1236
1492
|
}
|
|
@@ -1693,300 +1949,6 @@ export declare const HumanTaskUiStatus: {
|
|
|
1693
1949
|
};
|
|
1694
1950
|
export type HumanTaskUiStatus =
|
|
1695
1951
|
(typeof HumanTaskUiStatus)[keyof typeof HumanTaskUiStatus];
|
|
1696
|
-
export interface UiTemplateInfo {
|
|
1697
|
-
Url?: string | undefined;
|
|
1698
|
-
ContentSha256?: string | undefined;
|
|
1699
|
-
}
|
|
1700
|
-
export interface DescribeHumanTaskUiResponse {
|
|
1701
|
-
HumanTaskUiArn: string | undefined;
|
|
1702
|
-
HumanTaskUiName: string | undefined;
|
|
1703
|
-
HumanTaskUiStatus?: HumanTaskUiStatus | undefined;
|
|
1704
|
-
CreationTime: Date | undefined;
|
|
1705
|
-
UiTemplate: UiTemplateInfo | undefined;
|
|
1706
|
-
}
|
|
1707
|
-
export interface DescribeHyperParameterTuningJobRequest {
|
|
1708
|
-
HyperParameterTuningJobName: string | undefined;
|
|
1709
|
-
}
|
|
1710
|
-
export interface FinalHyperParameterTuningJobObjectiveMetric {
|
|
1711
|
-
Type?: HyperParameterTuningJobObjectiveType | undefined;
|
|
1712
|
-
MetricName: string | undefined;
|
|
1713
|
-
Value: number | undefined;
|
|
1714
|
-
}
|
|
1715
|
-
export declare const TrainingJobStatus: {
|
|
1716
|
-
readonly COMPLETED: "Completed";
|
|
1717
|
-
readonly FAILED: "Failed";
|
|
1718
|
-
readonly IN_PROGRESS: "InProgress";
|
|
1719
|
-
readonly STOPPED: "Stopped";
|
|
1720
|
-
readonly STOPPING: "Stopping";
|
|
1721
|
-
};
|
|
1722
|
-
export type TrainingJobStatus =
|
|
1723
|
-
(typeof TrainingJobStatus)[keyof typeof TrainingJobStatus];
|
|
1724
|
-
export interface HyperParameterTrainingJobSummary {
|
|
1725
|
-
TrainingJobDefinitionName?: string | undefined;
|
|
1726
|
-
TrainingJobName: string | undefined;
|
|
1727
|
-
TrainingJobArn: string | undefined;
|
|
1728
|
-
TuningJobName?: string | undefined;
|
|
1729
|
-
CreationTime: Date | undefined;
|
|
1730
|
-
TrainingStartTime?: Date | undefined;
|
|
1731
|
-
TrainingEndTime?: Date | undefined;
|
|
1732
|
-
TrainingJobStatus: TrainingJobStatus | undefined;
|
|
1733
|
-
TunedHyperParameters: Record<string, string> | undefined;
|
|
1734
|
-
FailureReason?: string | undefined;
|
|
1735
|
-
FinalHyperParameterTuningJobObjectiveMetric?:
|
|
1736
|
-
| FinalHyperParameterTuningJobObjectiveMetric
|
|
1737
|
-
| undefined;
|
|
1738
|
-
ObjectiveStatus?: ObjectiveStatus | undefined;
|
|
1739
|
-
}
|
|
1740
|
-
export interface HyperParameterTuningJobConsumedResources {
|
|
1741
|
-
RuntimeInSeconds?: number | undefined;
|
|
1742
|
-
}
|
|
1743
|
-
export declare const HyperParameterTuningJobStatus: {
|
|
1744
|
-
readonly COMPLETED: "Completed";
|
|
1745
|
-
readonly DELETE_FAILED: "DeleteFailed";
|
|
1746
|
-
readonly DELETING: "Deleting";
|
|
1747
|
-
readonly FAILED: "Failed";
|
|
1748
|
-
readonly IN_PROGRESS: "InProgress";
|
|
1749
|
-
readonly STOPPED: "Stopped";
|
|
1750
|
-
readonly STOPPING: "Stopping";
|
|
1751
|
-
};
|
|
1752
|
-
export type HyperParameterTuningJobStatus =
|
|
1753
|
-
(typeof HyperParameterTuningJobStatus)[keyof typeof HyperParameterTuningJobStatus];
|
|
1754
|
-
export interface ObjectiveStatusCounters {
|
|
1755
|
-
Succeeded?: number | undefined;
|
|
1756
|
-
Pending?: number | undefined;
|
|
1757
|
-
Failed?: number | undefined;
|
|
1758
|
-
}
|
|
1759
|
-
export interface TrainingJobStatusCounters {
|
|
1760
|
-
Completed?: number | undefined;
|
|
1761
|
-
InProgress?: number | undefined;
|
|
1762
|
-
RetryableError?: number | undefined;
|
|
1763
|
-
NonRetryableError?: number | undefined;
|
|
1764
|
-
Stopped?: number | undefined;
|
|
1765
|
-
}
|
|
1766
|
-
export interface HyperParameterTuningJobCompletionDetails {
|
|
1767
|
-
NumberOfTrainingJobsObjectiveNotImproving?: number | undefined;
|
|
1768
|
-
ConvergenceDetectedTime?: Date | undefined;
|
|
1769
|
-
}
|
|
1770
|
-
export interface DescribeHyperParameterTuningJobResponse {
|
|
1771
|
-
HyperParameterTuningJobName: string | undefined;
|
|
1772
|
-
HyperParameterTuningJobArn: string | undefined;
|
|
1773
|
-
HyperParameterTuningJobConfig: HyperParameterTuningJobConfig | undefined;
|
|
1774
|
-
TrainingJobDefinition?: HyperParameterTrainingJobDefinition | undefined;
|
|
1775
|
-
TrainingJobDefinitions?: HyperParameterTrainingJobDefinition[] | undefined;
|
|
1776
|
-
HyperParameterTuningJobStatus: HyperParameterTuningJobStatus | undefined;
|
|
1777
|
-
CreationTime: Date | undefined;
|
|
1778
|
-
HyperParameterTuningEndTime?: Date | undefined;
|
|
1779
|
-
LastModifiedTime?: Date | undefined;
|
|
1780
|
-
TrainingJobStatusCounters: TrainingJobStatusCounters | undefined;
|
|
1781
|
-
ObjectiveStatusCounters: ObjectiveStatusCounters | undefined;
|
|
1782
|
-
BestTrainingJob?: HyperParameterTrainingJobSummary | undefined;
|
|
1783
|
-
OverallBestTrainingJob?: HyperParameterTrainingJobSummary | undefined;
|
|
1784
|
-
WarmStartConfig?: HyperParameterTuningJobWarmStartConfig | undefined;
|
|
1785
|
-
Autotune?: Autotune | undefined;
|
|
1786
|
-
FailureReason?: string | undefined;
|
|
1787
|
-
TuningJobCompletionDetails?:
|
|
1788
|
-
| HyperParameterTuningJobCompletionDetails
|
|
1789
|
-
| undefined;
|
|
1790
|
-
ConsumedResources?: HyperParameterTuningJobConsumedResources | undefined;
|
|
1791
|
-
}
|
|
1792
|
-
export interface DescribeImageRequest {
|
|
1793
|
-
ImageName: string | undefined;
|
|
1794
|
-
}
|
|
1795
|
-
export declare const ImageStatus: {
|
|
1796
|
-
readonly CREATED: "CREATED";
|
|
1797
|
-
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
1798
|
-
readonly CREATING: "CREATING";
|
|
1799
|
-
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
1800
|
-
readonly DELETING: "DELETING";
|
|
1801
|
-
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
1802
|
-
readonly UPDATING: "UPDATING";
|
|
1803
|
-
};
|
|
1804
|
-
export type ImageStatus = (typeof ImageStatus)[keyof typeof ImageStatus];
|
|
1805
|
-
export interface DescribeImageResponse {
|
|
1806
|
-
CreationTime?: Date | undefined;
|
|
1807
|
-
Description?: string | undefined;
|
|
1808
|
-
DisplayName?: string | undefined;
|
|
1809
|
-
FailureReason?: string | undefined;
|
|
1810
|
-
ImageArn?: string | undefined;
|
|
1811
|
-
ImageName?: string | undefined;
|
|
1812
|
-
ImageStatus?: ImageStatus | undefined;
|
|
1813
|
-
LastModifiedTime?: Date | undefined;
|
|
1814
|
-
RoleArn?: string | undefined;
|
|
1815
|
-
}
|
|
1816
|
-
export interface DescribeImageVersionRequest {
|
|
1817
|
-
ImageName: string | undefined;
|
|
1818
|
-
Version?: number | undefined;
|
|
1819
|
-
Alias?: string | undefined;
|
|
1820
|
-
}
|
|
1821
|
-
export declare const ImageVersionStatus: {
|
|
1822
|
-
readonly CREATED: "CREATED";
|
|
1823
|
-
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
1824
|
-
readonly CREATING: "CREATING";
|
|
1825
|
-
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
1826
|
-
readonly DELETING: "DELETING";
|
|
1827
|
-
};
|
|
1828
|
-
export type ImageVersionStatus =
|
|
1829
|
-
(typeof ImageVersionStatus)[keyof typeof ImageVersionStatus];
|
|
1830
|
-
export interface DescribeImageVersionResponse {
|
|
1831
|
-
BaseImage?: string | undefined;
|
|
1832
|
-
ContainerImage?: string | undefined;
|
|
1833
|
-
CreationTime?: Date | undefined;
|
|
1834
|
-
FailureReason?: string | undefined;
|
|
1835
|
-
ImageArn?: string | undefined;
|
|
1836
|
-
ImageVersionArn?: string | undefined;
|
|
1837
|
-
ImageVersionStatus?: ImageVersionStatus | undefined;
|
|
1838
|
-
LastModifiedTime?: Date | undefined;
|
|
1839
|
-
Version?: number | undefined;
|
|
1840
|
-
VendorGuidance?: VendorGuidance | undefined;
|
|
1841
|
-
JobType?: JobType | undefined;
|
|
1842
|
-
MLFramework?: string | undefined;
|
|
1843
|
-
ProgrammingLang?: string | undefined;
|
|
1844
|
-
Processor?: Processor | undefined;
|
|
1845
|
-
Horovod?: boolean | undefined;
|
|
1846
|
-
ReleaseNotes?: string | undefined;
|
|
1847
|
-
}
|
|
1848
|
-
export interface DescribeInferenceComponentInput {
|
|
1849
|
-
InferenceComponentName: string | undefined;
|
|
1850
|
-
}
|
|
1851
|
-
export declare const InferenceComponentStatus: {
|
|
1852
|
-
readonly CREATING: "Creating";
|
|
1853
|
-
readonly DELETING: "Deleting";
|
|
1854
|
-
readonly FAILED: "Failed";
|
|
1855
|
-
readonly IN_SERVICE: "InService";
|
|
1856
|
-
readonly UPDATING: "Updating";
|
|
1857
|
-
};
|
|
1858
|
-
export type InferenceComponentStatus =
|
|
1859
|
-
(typeof InferenceComponentStatus)[keyof typeof InferenceComponentStatus];
|
|
1860
|
-
export interface InferenceComponentRuntimeConfigSummary {
|
|
1861
|
-
DesiredCopyCount?: number | undefined;
|
|
1862
|
-
CurrentCopyCount?: number | undefined;
|
|
1863
|
-
}
|
|
1864
|
-
export interface InferenceComponentContainerSpecificationSummary {
|
|
1865
|
-
DeployedImage?: DeployedImage | undefined;
|
|
1866
|
-
ArtifactUrl?: string | undefined;
|
|
1867
|
-
Environment?: Record<string, string> | undefined;
|
|
1868
|
-
}
|
|
1869
|
-
export interface InferenceComponentSpecificationSummary {
|
|
1870
|
-
ModelName?: string | undefined;
|
|
1871
|
-
Container?: InferenceComponentContainerSpecificationSummary | undefined;
|
|
1872
|
-
StartupParameters?: InferenceComponentStartupParameters | undefined;
|
|
1873
|
-
ComputeResourceRequirements?:
|
|
1874
|
-
| InferenceComponentComputeResourceRequirements
|
|
1875
|
-
| undefined;
|
|
1876
|
-
BaseInferenceComponentName?: string | undefined;
|
|
1877
|
-
}
|
|
1878
|
-
export interface DescribeInferenceComponentOutput {
|
|
1879
|
-
InferenceComponentName: string | undefined;
|
|
1880
|
-
InferenceComponentArn: string | undefined;
|
|
1881
|
-
EndpointName: string | undefined;
|
|
1882
|
-
EndpointArn: string | undefined;
|
|
1883
|
-
VariantName?: string | undefined;
|
|
1884
|
-
FailureReason?: string | undefined;
|
|
1885
|
-
Specification?: InferenceComponentSpecificationSummary | undefined;
|
|
1886
|
-
RuntimeConfig?: InferenceComponentRuntimeConfigSummary | undefined;
|
|
1887
|
-
CreationTime: Date | undefined;
|
|
1888
|
-
LastModifiedTime: Date | undefined;
|
|
1889
|
-
InferenceComponentStatus?: InferenceComponentStatus | undefined;
|
|
1890
|
-
}
|
|
1891
|
-
export interface DescribeInferenceExperimentRequest {
|
|
1892
|
-
Name: string | undefined;
|
|
1893
|
-
}
|
|
1894
|
-
export interface EndpointMetadata {
|
|
1895
|
-
EndpointName: string | undefined;
|
|
1896
|
-
EndpointConfigName?: string | undefined;
|
|
1897
|
-
EndpointStatus?: EndpointStatus | undefined;
|
|
1898
|
-
FailureReason?: string | undefined;
|
|
1899
|
-
}
|
|
1900
|
-
export declare const ModelVariantStatus: {
|
|
1901
|
-
readonly CREATING: "Creating";
|
|
1902
|
-
readonly DELETED: "Deleted";
|
|
1903
|
-
readonly DELETING: "Deleting";
|
|
1904
|
-
readonly IN_SERVICE: "InService";
|
|
1905
|
-
readonly UPDATING: "Updating";
|
|
1906
|
-
};
|
|
1907
|
-
export type ModelVariantStatus =
|
|
1908
|
-
(typeof ModelVariantStatus)[keyof typeof ModelVariantStatus];
|
|
1909
|
-
export interface ModelVariantConfigSummary {
|
|
1910
|
-
ModelName: string | undefined;
|
|
1911
|
-
VariantName: string | undefined;
|
|
1912
|
-
InfrastructureConfig: ModelInfrastructureConfig | undefined;
|
|
1913
|
-
Status: ModelVariantStatus | undefined;
|
|
1914
|
-
}
|
|
1915
|
-
export declare const InferenceExperimentStatus: {
|
|
1916
|
-
readonly CANCELLED: "Cancelled";
|
|
1917
|
-
readonly COMPLETED: "Completed";
|
|
1918
|
-
readonly CREATED: "Created";
|
|
1919
|
-
readonly CREATING: "Creating";
|
|
1920
|
-
readonly RUNNING: "Running";
|
|
1921
|
-
readonly STARTING: "Starting";
|
|
1922
|
-
readonly STOPPING: "Stopping";
|
|
1923
|
-
readonly UPDATING: "Updating";
|
|
1924
|
-
};
|
|
1925
|
-
export type InferenceExperimentStatus =
|
|
1926
|
-
(typeof InferenceExperimentStatus)[keyof typeof InferenceExperimentStatus];
|
|
1927
|
-
export interface DescribeInferenceExperimentResponse {
|
|
1928
|
-
Arn: string | undefined;
|
|
1929
|
-
Name: string | undefined;
|
|
1930
|
-
Type: InferenceExperimentType | undefined;
|
|
1931
|
-
Schedule?: InferenceExperimentSchedule | undefined;
|
|
1932
|
-
Status: InferenceExperimentStatus | undefined;
|
|
1933
|
-
StatusReason?: string | undefined;
|
|
1934
|
-
Description?: string | undefined;
|
|
1935
|
-
CreationTime?: Date | undefined;
|
|
1936
|
-
CompletionTime?: Date | undefined;
|
|
1937
|
-
LastModifiedTime?: Date | undefined;
|
|
1938
|
-
RoleArn?: string | undefined;
|
|
1939
|
-
EndpointMetadata: EndpointMetadata | undefined;
|
|
1940
|
-
ModelVariants: ModelVariantConfigSummary[] | undefined;
|
|
1941
|
-
DataStorageConfig?: InferenceExperimentDataStorageConfig | undefined;
|
|
1942
|
-
ShadowModeConfig?: ShadowModeConfig | undefined;
|
|
1943
|
-
KmsKey?: string | undefined;
|
|
1944
|
-
}
|
|
1945
|
-
export interface DescribeInferenceRecommendationsJobRequest {
|
|
1946
|
-
JobName: string | undefined;
|
|
1947
|
-
}
|
|
1948
|
-
export interface InferenceMetrics {
|
|
1949
|
-
MaxInvocations: number | undefined;
|
|
1950
|
-
ModelLatency: number | undefined;
|
|
1951
|
-
}
|
|
1952
|
-
export interface EndpointPerformance {
|
|
1953
|
-
Metrics: InferenceMetrics | undefined;
|
|
1954
|
-
EndpointInfo: EndpointInfo | undefined;
|
|
1955
|
-
}
|
|
1956
|
-
export interface EndpointOutputConfiguration {
|
|
1957
|
-
EndpointName: string | undefined;
|
|
1958
|
-
VariantName: string | undefined;
|
|
1959
|
-
InstanceType?: ProductionVariantInstanceType | undefined;
|
|
1960
|
-
InitialInstanceCount?: number | undefined;
|
|
1961
|
-
ServerlessConfig?: ProductionVariantServerlessConfig | undefined;
|
|
1962
|
-
}
|
|
1963
|
-
export interface RecommendationMetrics {
|
|
1964
|
-
CostPerHour?: number | undefined;
|
|
1965
|
-
CostPerInference?: number | undefined;
|
|
1966
|
-
MaxInvocations?: number | undefined;
|
|
1967
|
-
ModelLatency?: number | undefined;
|
|
1968
|
-
CpuUtilization?: number | undefined;
|
|
1969
|
-
MemoryUtilization?: number | undefined;
|
|
1970
|
-
ModelSetupTime?: number | undefined;
|
|
1971
|
-
}
|
|
1972
|
-
export interface EnvironmentParameter {
|
|
1973
|
-
Key: string | undefined;
|
|
1974
|
-
ValueType: string | undefined;
|
|
1975
|
-
Value: string | undefined;
|
|
1976
|
-
}
|
|
1977
|
-
export interface ModelConfiguration {
|
|
1978
|
-
InferenceSpecificationName?: string | undefined;
|
|
1979
|
-
EnvironmentParameters?: EnvironmentParameter[] | undefined;
|
|
1980
|
-
CompilationJobName?: string | undefined;
|
|
1981
|
-
}
|
|
1982
|
-
export interface InferenceRecommendation {
|
|
1983
|
-
RecommendationId?: string | undefined;
|
|
1984
|
-
Metrics?: RecommendationMetrics | undefined;
|
|
1985
|
-
EndpointConfiguration: EndpointOutputConfiguration | undefined;
|
|
1986
|
-
ModelConfiguration: ModelConfiguration | undefined;
|
|
1987
|
-
InvocationEndTime?: Date | undefined;
|
|
1988
|
-
InvocationStartTime?: Date | undefined;
|
|
1989
|
-
}
|
|
1990
1952
|
export declare const OidcConfigFilterSensitiveLog: (obj: OidcConfig) => any;
|
|
1991
1953
|
export declare const CreateWorkforceRequestFilterSensitiveLog: (
|
|
1992
1954
|
obj: CreateWorkforceRequest
|