@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
|
@@ -19,6 +19,7 @@ import {
|
|
|
19
19
|
AutoMLJobSummary,
|
|
20
20
|
AutoMLSortBy,
|
|
21
21
|
AutoMLSortOrder,
|
|
22
|
+
Autotune,
|
|
22
23
|
BatchDataCaptureConfig,
|
|
23
24
|
BatchStrategy,
|
|
24
25
|
CandidateSortBy,
|
|
@@ -26,6 +27,7 @@ import {
|
|
|
26
27
|
Channel,
|
|
27
28
|
CheckpointConfig,
|
|
28
29
|
ClusterNodeSummary,
|
|
30
|
+
ClusterSchedulerConfigSummary,
|
|
29
31
|
ClusterSortBy,
|
|
30
32
|
ClusterSummary,
|
|
31
33
|
CodeRepositorySortBy,
|
|
@@ -34,16 +36,19 @@ import {
|
|
|
34
36
|
CognitoConfig,
|
|
35
37
|
CompilationJobStatus,
|
|
36
38
|
CompilationJobSummary,
|
|
39
|
+
ComputeQuotaSummary,
|
|
37
40
|
ContainerDefinition,
|
|
38
41
|
ContextSummary,
|
|
39
42
|
InferenceSpecification,
|
|
40
|
-
MetadataProperties,
|
|
41
43
|
ModelApprovalStatus,
|
|
42
44
|
ModelPackageStatus,
|
|
45
|
+
ObjectiveStatus,
|
|
43
46
|
OutputDataConfig,
|
|
44
47
|
OutputParameter,
|
|
48
|
+
ProductionVariantInstanceType,
|
|
45
49
|
ResourceConfig,
|
|
46
50
|
ResourceSpec,
|
|
51
|
+
SchedulerResourceStatus,
|
|
47
52
|
StoppingCondition,
|
|
48
53
|
Tag,
|
|
49
54
|
TransformInput,
|
|
@@ -54,26 +59,31 @@ import {
|
|
|
54
59
|
} from "./models_0";
|
|
55
60
|
import {
|
|
56
61
|
_InstanceType,
|
|
57
|
-
DirectInternetAccess,
|
|
58
62
|
DockerSettings,
|
|
59
63
|
DriftCheckBaselines,
|
|
60
64
|
EdgeOutputConfig,
|
|
65
|
+
EndpointInfo,
|
|
61
66
|
ExecutionRoleIdentityConfig,
|
|
62
67
|
FeatureDefinition,
|
|
63
68
|
FeatureType,
|
|
64
69
|
HumanTaskConfig,
|
|
65
70
|
HyperParameterTrainingJobDefinition,
|
|
66
71
|
HyperParameterTuningJobConfig,
|
|
72
|
+
HyperParameterTuningJobObjectiveType,
|
|
67
73
|
HyperParameterTuningJobStrategyType,
|
|
68
74
|
HyperParameterTuningJobWarmStartConfig,
|
|
75
|
+
InferenceComponentComputeResourceRequirements,
|
|
76
|
+
InferenceComponentStartupParameters,
|
|
69
77
|
InferenceExecutionConfig,
|
|
78
|
+
InferenceExperimentDataStorageConfig,
|
|
70
79
|
InferenceExperimentSchedule,
|
|
71
80
|
InferenceExperimentType,
|
|
72
|
-
|
|
81
|
+
JobType,
|
|
73
82
|
LabelingJobAlgorithmsConfig,
|
|
74
83
|
LabelingJobInputConfig,
|
|
75
84
|
LabelingJobOutputConfig,
|
|
76
85
|
LabelingJobStoppingConditions,
|
|
86
|
+
MetadataProperties,
|
|
77
87
|
ModelBiasAppSpecification,
|
|
78
88
|
ModelBiasBaselineConfig,
|
|
79
89
|
ModelBiasJobInput,
|
|
@@ -83,6 +93,7 @@ import {
|
|
|
83
93
|
ModelExplainabilityAppSpecification,
|
|
84
94
|
ModelExplainabilityBaselineConfig,
|
|
85
95
|
ModelExplainabilityJobInput,
|
|
96
|
+
ModelInfrastructureConfig,
|
|
86
97
|
ModelLifeCycle,
|
|
87
98
|
ModelMetrics,
|
|
88
99
|
ModelPackageModelCard,
|
|
@@ -98,25 +109,21 @@ import {
|
|
|
98
109
|
MonitoringStoppingCondition,
|
|
99
110
|
MonitoringType,
|
|
100
111
|
NetworkConfig,
|
|
101
|
-
NotebookInstanceAcceleratorType,
|
|
102
|
-
NotebookInstanceLifecycleHook,
|
|
103
112
|
OfflineStoreConfig,
|
|
104
113
|
OnlineStoreConfig,
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
OptimizationJobModelSource,
|
|
108
|
-
OptimizationJobOutputConfig,
|
|
109
|
-
OptimizationVpcConfig,
|
|
114
|
+
Processor,
|
|
115
|
+
ProductionVariantServerlessConfig,
|
|
110
116
|
RecommendationJobInputConfig,
|
|
111
117
|
RecommendationJobStoppingConditions,
|
|
112
118
|
RecommendationJobType,
|
|
113
119
|
ResourceLimits,
|
|
114
120
|
RetryStrategy,
|
|
115
|
-
|
|
121
|
+
ShadowModeConfig,
|
|
116
122
|
SkipModelValidation,
|
|
117
123
|
SourceAlgorithmSpecification,
|
|
118
124
|
TrackingServerSize,
|
|
119
125
|
UserSettings,
|
|
126
|
+
VendorGuidance,
|
|
120
127
|
} from "./models_1";
|
|
121
128
|
import {
|
|
122
129
|
CustomizedMetricSpecification,
|
|
@@ -125,11 +132,11 @@ import {
|
|
|
125
132
|
DebugHookConfig,
|
|
126
133
|
DebugRuleConfiguration,
|
|
127
134
|
DebugRuleEvaluationStatus,
|
|
135
|
+
DeployedImage,
|
|
128
136
|
DeploymentRecommendation,
|
|
137
|
+
DirectInternetAccess,
|
|
129
138
|
DomainStatus,
|
|
130
139
|
EdgePackagingJobStatus,
|
|
131
|
-
EndpointOutputConfiguration,
|
|
132
|
-
EndpointPerformance,
|
|
133
140
|
EndpointStatus,
|
|
134
141
|
ExperimentConfig,
|
|
135
142
|
ExperimentSource,
|
|
@@ -140,28 +147,28 @@ import {
|
|
|
140
147
|
HubContentSupportStatus,
|
|
141
148
|
HubContentType,
|
|
142
149
|
HubStatus,
|
|
143
|
-
|
|
144
|
-
HyperParameterTuningJobCompletionDetails,
|
|
145
|
-
HyperParameterTuningJobConsumedResources,
|
|
146
|
-
HyperParameterTuningJobStatus,
|
|
147
|
-
ImageStatus,
|
|
148
|
-
ImageVersionStatus,
|
|
149
|
-
InferenceComponentStatus,
|
|
150
|
-
InferenceExperimentStatus,
|
|
151
|
-
InferenceMetrics,
|
|
152
|
-
InferenceRecommendation,
|
|
150
|
+
HumanTaskUiStatus,
|
|
153
151
|
InfraCheckConfig,
|
|
152
|
+
InstanceMetadataServiceConfiguration,
|
|
154
153
|
LastUpdateStatus,
|
|
155
154
|
MemberDefinition,
|
|
156
155
|
ModelArtifacts,
|
|
157
156
|
ModelClientConfig,
|
|
158
|
-
|
|
157
|
+
NotebookInstanceAcceleratorType,
|
|
158
|
+
NotebookInstanceLifecycleHook,
|
|
159
159
|
NotificationConfiguration,
|
|
160
|
-
ObjectiveStatusCounters,
|
|
161
160
|
OfflineStoreStatus,
|
|
162
|
-
|
|
161
|
+
OptimizationConfig,
|
|
162
|
+
OptimizationJobDeploymentInstanceType,
|
|
163
|
+
OptimizationJobModelSource,
|
|
164
|
+
OptimizationJobOutputConfig,
|
|
165
|
+
OptimizationVpcConfig,
|
|
163
166
|
OwnershipSettings,
|
|
164
167
|
ParallelismConfiguration,
|
|
168
|
+
PartnerAppAuthType,
|
|
169
|
+
PartnerAppConfig,
|
|
170
|
+
PartnerAppMaintenanceConfig,
|
|
171
|
+
PartnerAppType,
|
|
165
172
|
ProcessingInput,
|
|
166
173
|
ProcessingOutputConfig,
|
|
167
174
|
ProcessingResources,
|
|
@@ -169,9 +176,8 @@ import {
|
|
|
169
176
|
ProductionVariantSummary,
|
|
170
177
|
ProfilerConfig,
|
|
171
178
|
ProfilerRuleConfiguration,
|
|
172
|
-
RecommendationJobStatus,
|
|
173
|
-
RecommendationMetrics,
|
|
174
179
|
RemoteDebugConfig,
|
|
180
|
+
RootAccess,
|
|
175
181
|
RuleEvaluationStatus,
|
|
176
182
|
ServiceCatalogProvisioningDetails,
|
|
177
183
|
SourceIpConfig,
|
|
@@ -179,13 +185,317 @@ import {
|
|
|
179
185
|
SpaceSharingSettings,
|
|
180
186
|
StudioLifecycleConfigAppType,
|
|
181
187
|
TensorBoardOutputConfig,
|
|
182
|
-
TrainingJobStatus,
|
|
183
|
-
TrainingJobStatusCounters,
|
|
184
188
|
TrialComponentArtifact,
|
|
185
189
|
TrialComponentParameterValue,
|
|
186
190
|
TrialComponentStatus,
|
|
187
191
|
WorkerAccessConfiguration,
|
|
188
192
|
} from "./models_2";
|
|
193
|
+
export interface UiTemplateInfo {
|
|
194
|
+
Url?: string | undefined;
|
|
195
|
+
ContentSha256?: string | undefined;
|
|
196
|
+
}
|
|
197
|
+
export interface DescribeHumanTaskUiResponse {
|
|
198
|
+
HumanTaskUiArn: string | undefined;
|
|
199
|
+
HumanTaskUiName: string | undefined;
|
|
200
|
+
HumanTaskUiStatus?: HumanTaskUiStatus | undefined;
|
|
201
|
+
CreationTime: Date | undefined;
|
|
202
|
+
UiTemplate: UiTemplateInfo | undefined;
|
|
203
|
+
}
|
|
204
|
+
export interface DescribeHyperParameterTuningJobRequest {
|
|
205
|
+
HyperParameterTuningJobName: string | undefined;
|
|
206
|
+
}
|
|
207
|
+
export interface FinalHyperParameterTuningJobObjectiveMetric {
|
|
208
|
+
Type?: HyperParameterTuningJobObjectiveType | undefined;
|
|
209
|
+
MetricName: string | undefined;
|
|
210
|
+
Value: number | undefined;
|
|
211
|
+
}
|
|
212
|
+
export declare const TrainingJobStatus: {
|
|
213
|
+
readonly COMPLETED: "Completed";
|
|
214
|
+
readonly FAILED: "Failed";
|
|
215
|
+
readonly IN_PROGRESS: "InProgress";
|
|
216
|
+
readonly STOPPED: "Stopped";
|
|
217
|
+
readonly STOPPING: "Stopping";
|
|
218
|
+
};
|
|
219
|
+
export type TrainingJobStatus =
|
|
220
|
+
(typeof TrainingJobStatus)[keyof typeof TrainingJobStatus];
|
|
221
|
+
export interface HyperParameterTrainingJobSummary {
|
|
222
|
+
TrainingJobDefinitionName?: string | undefined;
|
|
223
|
+
TrainingJobName: string | undefined;
|
|
224
|
+
TrainingJobArn: string | undefined;
|
|
225
|
+
TuningJobName?: string | undefined;
|
|
226
|
+
CreationTime: Date | undefined;
|
|
227
|
+
TrainingStartTime?: Date | undefined;
|
|
228
|
+
TrainingEndTime?: Date | undefined;
|
|
229
|
+
TrainingJobStatus: TrainingJobStatus | undefined;
|
|
230
|
+
TunedHyperParameters: Record<string, string> | undefined;
|
|
231
|
+
FailureReason?: string | undefined;
|
|
232
|
+
FinalHyperParameterTuningJobObjectiveMetric?:
|
|
233
|
+
| FinalHyperParameterTuningJobObjectiveMetric
|
|
234
|
+
| undefined;
|
|
235
|
+
ObjectiveStatus?: ObjectiveStatus | undefined;
|
|
236
|
+
}
|
|
237
|
+
export interface HyperParameterTuningJobConsumedResources {
|
|
238
|
+
RuntimeInSeconds?: number | undefined;
|
|
239
|
+
}
|
|
240
|
+
export declare const HyperParameterTuningJobStatus: {
|
|
241
|
+
readonly COMPLETED: "Completed";
|
|
242
|
+
readonly DELETE_FAILED: "DeleteFailed";
|
|
243
|
+
readonly DELETING: "Deleting";
|
|
244
|
+
readonly FAILED: "Failed";
|
|
245
|
+
readonly IN_PROGRESS: "InProgress";
|
|
246
|
+
readonly STOPPED: "Stopped";
|
|
247
|
+
readonly STOPPING: "Stopping";
|
|
248
|
+
};
|
|
249
|
+
export type HyperParameterTuningJobStatus =
|
|
250
|
+
(typeof HyperParameterTuningJobStatus)[keyof typeof HyperParameterTuningJobStatus];
|
|
251
|
+
export interface ObjectiveStatusCounters {
|
|
252
|
+
Succeeded?: number | undefined;
|
|
253
|
+
Pending?: number | undefined;
|
|
254
|
+
Failed?: number | undefined;
|
|
255
|
+
}
|
|
256
|
+
export interface TrainingJobStatusCounters {
|
|
257
|
+
Completed?: number | undefined;
|
|
258
|
+
InProgress?: number | undefined;
|
|
259
|
+
RetryableError?: number | undefined;
|
|
260
|
+
NonRetryableError?: number | undefined;
|
|
261
|
+
Stopped?: number | undefined;
|
|
262
|
+
}
|
|
263
|
+
export interface HyperParameterTuningJobCompletionDetails {
|
|
264
|
+
NumberOfTrainingJobsObjectiveNotImproving?: number | undefined;
|
|
265
|
+
ConvergenceDetectedTime?: Date | undefined;
|
|
266
|
+
}
|
|
267
|
+
export interface DescribeHyperParameterTuningJobResponse {
|
|
268
|
+
HyperParameterTuningJobName: string | undefined;
|
|
269
|
+
HyperParameterTuningJobArn: string | undefined;
|
|
270
|
+
HyperParameterTuningJobConfig: HyperParameterTuningJobConfig | undefined;
|
|
271
|
+
TrainingJobDefinition?: HyperParameterTrainingJobDefinition | undefined;
|
|
272
|
+
TrainingJobDefinitions?: HyperParameterTrainingJobDefinition[] | undefined;
|
|
273
|
+
HyperParameterTuningJobStatus: HyperParameterTuningJobStatus | undefined;
|
|
274
|
+
CreationTime: Date | undefined;
|
|
275
|
+
HyperParameterTuningEndTime?: Date | undefined;
|
|
276
|
+
LastModifiedTime?: Date | undefined;
|
|
277
|
+
TrainingJobStatusCounters: TrainingJobStatusCounters | undefined;
|
|
278
|
+
ObjectiveStatusCounters: ObjectiveStatusCounters | undefined;
|
|
279
|
+
BestTrainingJob?: HyperParameterTrainingJobSummary | undefined;
|
|
280
|
+
OverallBestTrainingJob?: HyperParameterTrainingJobSummary | undefined;
|
|
281
|
+
WarmStartConfig?: HyperParameterTuningJobWarmStartConfig | undefined;
|
|
282
|
+
Autotune?: Autotune | undefined;
|
|
283
|
+
FailureReason?: string | undefined;
|
|
284
|
+
TuningJobCompletionDetails?:
|
|
285
|
+
| HyperParameterTuningJobCompletionDetails
|
|
286
|
+
| undefined;
|
|
287
|
+
ConsumedResources?: HyperParameterTuningJobConsumedResources | undefined;
|
|
288
|
+
}
|
|
289
|
+
export interface DescribeImageRequest {
|
|
290
|
+
ImageName: string | undefined;
|
|
291
|
+
}
|
|
292
|
+
export declare const ImageStatus: {
|
|
293
|
+
readonly CREATED: "CREATED";
|
|
294
|
+
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
295
|
+
readonly CREATING: "CREATING";
|
|
296
|
+
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
297
|
+
readonly DELETING: "DELETING";
|
|
298
|
+
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
299
|
+
readonly UPDATING: "UPDATING";
|
|
300
|
+
};
|
|
301
|
+
export type ImageStatus = (typeof ImageStatus)[keyof typeof ImageStatus];
|
|
302
|
+
export interface DescribeImageResponse {
|
|
303
|
+
CreationTime?: Date | undefined;
|
|
304
|
+
Description?: string | undefined;
|
|
305
|
+
DisplayName?: string | undefined;
|
|
306
|
+
FailureReason?: string | undefined;
|
|
307
|
+
ImageArn?: string | undefined;
|
|
308
|
+
ImageName?: string | undefined;
|
|
309
|
+
ImageStatus?: ImageStatus | undefined;
|
|
310
|
+
LastModifiedTime?: Date | undefined;
|
|
311
|
+
RoleArn?: string | undefined;
|
|
312
|
+
}
|
|
313
|
+
export interface DescribeImageVersionRequest {
|
|
314
|
+
ImageName: string | undefined;
|
|
315
|
+
Version?: number | undefined;
|
|
316
|
+
Alias?: string | undefined;
|
|
317
|
+
}
|
|
318
|
+
export declare const ImageVersionStatus: {
|
|
319
|
+
readonly CREATED: "CREATED";
|
|
320
|
+
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
321
|
+
readonly CREATING: "CREATING";
|
|
322
|
+
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
323
|
+
readonly DELETING: "DELETING";
|
|
324
|
+
};
|
|
325
|
+
export type ImageVersionStatus =
|
|
326
|
+
(typeof ImageVersionStatus)[keyof typeof ImageVersionStatus];
|
|
327
|
+
export interface DescribeImageVersionResponse {
|
|
328
|
+
BaseImage?: string | undefined;
|
|
329
|
+
ContainerImage?: string | undefined;
|
|
330
|
+
CreationTime?: Date | undefined;
|
|
331
|
+
FailureReason?: string | undefined;
|
|
332
|
+
ImageArn?: string | undefined;
|
|
333
|
+
ImageVersionArn?: string | undefined;
|
|
334
|
+
ImageVersionStatus?: ImageVersionStatus | undefined;
|
|
335
|
+
LastModifiedTime?: Date | undefined;
|
|
336
|
+
Version?: number | undefined;
|
|
337
|
+
VendorGuidance?: VendorGuidance | undefined;
|
|
338
|
+
JobType?: JobType | undefined;
|
|
339
|
+
MLFramework?: string | undefined;
|
|
340
|
+
ProgrammingLang?: string | undefined;
|
|
341
|
+
Processor?: Processor | undefined;
|
|
342
|
+
Horovod?: boolean | undefined;
|
|
343
|
+
ReleaseNotes?: string | undefined;
|
|
344
|
+
}
|
|
345
|
+
export interface DescribeInferenceComponentInput {
|
|
346
|
+
InferenceComponentName: string | undefined;
|
|
347
|
+
}
|
|
348
|
+
export declare const InferenceComponentStatus: {
|
|
349
|
+
readonly CREATING: "Creating";
|
|
350
|
+
readonly DELETING: "Deleting";
|
|
351
|
+
readonly FAILED: "Failed";
|
|
352
|
+
readonly IN_SERVICE: "InService";
|
|
353
|
+
readonly UPDATING: "Updating";
|
|
354
|
+
};
|
|
355
|
+
export type InferenceComponentStatus =
|
|
356
|
+
(typeof InferenceComponentStatus)[keyof typeof InferenceComponentStatus];
|
|
357
|
+
export interface InferenceComponentRuntimeConfigSummary {
|
|
358
|
+
DesiredCopyCount?: number | undefined;
|
|
359
|
+
CurrentCopyCount?: number | undefined;
|
|
360
|
+
}
|
|
361
|
+
export interface InferenceComponentContainerSpecificationSummary {
|
|
362
|
+
DeployedImage?: DeployedImage | undefined;
|
|
363
|
+
ArtifactUrl?: string | undefined;
|
|
364
|
+
Environment?: Record<string, string> | undefined;
|
|
365
|
+
}
|
|
366
|
+
export interface InferenceComponentSpecificationSummary {
|
|
367
|
+
ModelName?: string | undefined;
|
|
368
|
+
Container?: InferenceComponentContainerSpecificationSummary | undefined;
|
|
369
|
+
StartupParameters?: InferenceComponentStartupParameters | undefined;
|
|
370
|
+
ComputeResourceRequirements?:
|
|
371
|
+
| InferenceComponentComputeResourceRequirements
|
|
372
|
+
| undefined;
|
|
373
|
+
BaseInferenceComponentName?: string | undefined;
|
|
374
|
+
}
|
|
375
|
+
export interface DescribeInferenceComponentOutput {
|
|
376
|
+
InferenceComponentName: string | undefined;
|
|
377
|
+
InferenceComponentArn: string | undefined;
|
|
378
|
+
EndpointName: string | undefined;
|
|
379
|
+
EndpointArn: string | undefined;
|
|
380
|
+
VariantName?: string | undefined;
|
|
381
|
+
FailureReason?: string | undefined;
|
|
382
|
+
Specification?: InferenceComponentSpecificationSummary | undefined;
|
|
383
|
+
RuntimeConfig?: InferenceComponentRuntimeConfigSummary | undefined;
|
|
384
|
+
CreationTime: Date | undefined;
|
|
385
|
+
LastModifiedTime: Date | undefined;
|
|
386
|
+
InferenceComponentStatus?: InferenceComponentStatus | undefined;
|
|
387
|
+
}
|
|
388
|
+
export interface DescribeInferenceExperimentRequest {
|
|
389
|
+
Name: string | undefined;
|
|
390
|
+
}
|
|
391
|
+
export interface EndpointMetadata {
|
|
392
|
+
EndpointName: string | undefined;
|
|
393
|
+
EndpointConfigName?: string | undefined;
|
|
394
|
+
EndpointStatus?: EndpointStatus | undefined;
|
|
395
|
+
FailureReason?: string | undefined;
|
|
396
|
+
}
|
|
397
|
+
export declare const ModelVariantStatus: {
|
|
398
|
+
readonly CREATING: "Creating";
|
|
399
|
+
readonly DELETED: "Deleted";
|
|
400
|
+
readonly DELETING: "Deleting";
|
|
401
|
+
readonly IN_SERVICE: "InService";
|
|
402
|
+
readonly UPDATING: "Updating";
|
|
403
|
+
};
|
|
404
|
+
export type ModelVariantStatus =
|
|
405
|
+
(typeof ModelVariantStatus)[keyof typeof ModelVariantStatus];
|
|
406
|
+
export interface ModelVariantConfigSummary {
|
|
407
|
+
ModelName: string | undefined;
|
|
408
|
+
VariantName: string | undefined;
|
|
409
|
+
InfrastructureConfig: ModelInfrastructureConfig | undefined;
|
|
410
|
+
Status: ModelVariantStatus | undefined;
|
|
411
|
+
}
|
|
412
|
+
export declare const InferenceExperimentStatus: {
|
|
413
|
+
readonly CANCELLED: "Cancelled";
|
|
414
|
+
readonly COMPLETED: "Completed";
|
|
415
|
+
readonly CREATED: "Created";
|
|
416
|
+
readonly CREATING: "Creating";
|
|
417
|
+
readonly RUNNING: "Running";
|
|
418
|
+
readonly STARTING: "Starting";
|
|
419
|
+
readonly STOPPING: "Stopping";
|
|
420
|
+
readonly UPDATING: "Updating";
|
|
421
|
+
};
|
|
422
|
+
export type InferenceExperimentStatus =
|
|
423
|
+
(typeof InferenceExperimentStatus)[keyof typeof InferenceExperimentStatus];
|
|
424
|
+
export interface DescribeInferenceExperimentResponse {
|
|
425
|
+
Arn: string | undefined;
|
|
426
|
+
Name: string | undefined;
|
|
427
|
+
Type: InferenceExperimentType | undefined;
|
|
428
|
+
Schedule?: InferenceExperimentSchedule | undefined;
|
|
429
|
+
Status: InferenceExperimentStatus | undefined;
|
|
430
|
+
StatusReason?: string | undefined;
|
|
431
|
+
Description?: string | undefined;
|
|
432
|
+
CreationTime?: Date | undefined;
|
|
433
|
+
CompletionTime?: Date | undefined;
|
|
434
|
+
LastModifiedTime?: Date | undefined;
|
|
435
|
+
RoleArn?: string | undefined;
|
|
436
|
+
EndpointMetadata: EndpointMetadata | undefined;
|
|
437
|
+
ModelVariants: ModelVariantConfigSummary[] | undefined;
|
|
438
|
+
DataStorageConfig?: InferenceExperimentDataStorageConfig | undefined;
|
|
439
|
+
ShadowModeConfig?: ShadowModeConfig | undefined;
|
|
440
|
+
KmsKey?: string | undefined;
|
|
441
|
+
}
|
|
442
|
+
export interface DescribeInferenceRecommendationsJobRequest {
|
|
443
|
+
JobName: string | undefined;
|
|
444
|
+
}
|
|
445
|
+
export interface InferenceMetrics {
|
|
446
|
+
MaxInvocations: number | undefined;
|
|
447
|
+
ModelLatency: number | undefined;
|
|
448
|
+
}
|
|
449
|
+
export interface EndpointPerformance {
|
|
450
|
+
Metrics: InferenceMetrics | undefined;
|
|
451
|
+
EndpointInfo: EndpointInfo | undefined;
|
|
452
|
+
}
|
|
453
|
+
export interface EndpointOutputConfiguration {
|
|
454
|
+
EndpointName: string | undefined;
|
|
455
|
+
VariantName: string | undefined;
|
|
456
|
+
InstanceType?: ProductionVariantInstanceType | undefined;
|
|
457
|
+
InitialInstanceCount?: number | undefined;
|
|
458
|
+
ServerlessConfig?: ProductionVariantServerlessConfig | undefined;
|
|
459
|
+
}
|
|
460
|
+
export interface RecommendationMetrics {
|
|
461
|
+
CostPerHour?: number | undefined;
|
|
462
|
+
CostPerInference?: number | undefined;
|
|
463
|
+
MaxInvocations?: number | undefined;
|
|
464
|
+
ModelLatency?: number | undefined;
|
|
465
|
+
CpuUtilization?: number | undefined;
|
|
466
|
+
MemoryUtilization?: number | undefined;
|
|
467
|
+
ModelSetupTime?: number | undefined;
|
|
468
|
+
}
|
|
469
|
+
export interface EnvironmentParameter {
|
|
470
|
+
Key: string | undefined;
|
|
471
|
+
ValueType: string | undefined;
|
|
472
|
+
Value: string | undefined;
|
|
473
|
+
}
|
|
474
|
+
export interface ModelConfiguration {
|
|
475
|
+
InferenceSpecificationName?: string | undefined;
|
|
476
|
+
EnvironmentParameters?: EnvironmentParameter[] | undefined;
|
|
477
|
+
CompilationJobName?: string | undefined;
|
|
478
|
+
}
|
|
479
|
+
export interface InferenceRecommendation {
|
|
480
|
+
RecommendationId?: string | undefined;
|
|
481
|
+
Metrics?: RecommendationMetrics | undefined;
|
|
482
|
+
EndpointConfiguration: EndpointOutputConfiguration | undefined;
|
|
483
|
+
ModelConfiguration: ModelConfiguration | undefined;
|
|
484
|
+
InvocationEndTime?: Date | undefined;
|
|
485
|
+
InvocationStartTime?: Date | undefined;
|
|
486
|
+
}
|
|
487
|
+
export declare const RecommendationJobStatus: {
|
|
488
|
+
readonly COMPLETED: "COMPLETED";
|
|
489
|
+
readonly DELETED: "DELETED";
|
|
490
|
+
readonly DELETING: "DELETING";
|
|
491
|
+
readonly FAILED: "FAILED";
|
|
492
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
493
|
+
readonly PENDING: "PENDING";
|
|
494
|
+
readonly STOPPED: "STOPPED";
|
|
495
|
+
readonly STOPPING: "STOPPING";
|
|
496
|
+
};
|
|
497
|
+
export type RecommendationJobStatus =
|
|
498
|
+
(typeof RecommendationJobStatus)[keyof typeof RecommendationJobStatus];
|
|
189
499
|
export interface DescribeInferenceRecommendationsJobResponse {
|
|
190
500
|
JobName: string | undefined;
|
|
191
501
|
JobDescription?: string | undefined;
|
|
@@ -632,6 +942,40 @@ export interface DescribeOptimizationJobResponse {
|
|
|
632
942
|
StoppingCondition: StoppingCondition | undefined;
|
|
633
943
|
VpcConfig?: OptimizationVpcConfig | undefined;
|
|
634
944
|
}
|
|
945
|
+
export interface DescribePartnerAppRequest {
|
|
946
|
+
Arn: string | undefined;
|
|
947
|
+
}
|
|
948
|
+
export interface ErrorInfo {
|
|
949
|
+
Code?: string | undefined;
|
|
950
|
+
Reason?: string | undefined;
|
|
951
|
+
}
|
|
952
|
+
export declare const PartnerAppStatus: {
|
|
953
|
+
readonly AVAILABLE: "Available";
|
|
954
|
+
readonly CREATING: "Creating";
|
|
955
|
+
readonly DELETED: "Deleted";
|
|
956
|
+
readonly DELETING: "Deleting";
|
|
957
|
+
readonly FAILED: "Failed";
|
|
958
|
+
readonly UPDATE_FAILED: "UpdateFailed";
|
|
959
|
+
readonly UPDATING: "Updating";
|
|
960
|
+
};
|
|
961
|
+
export type PartnerAppStatus =
|
|
962
|
+
(typeof PartnerAppStatus)[keyof typeof PartnerAppStatus];
|
|
963
|
+
export interface DescribePartnerAppResponse {
|
|
964
|
+
Arn?: string | undefined;
|
|
965
|
+
Name?: string | undefined;
|
|
966
|
+
Type?: PartnerAppType | undefined;
|
|
967
|
+
Status?: PartnerAppStatus | undefined;
|
|
968
|
+
CreationTime?: Date | undefined;
|
|
969
|
+
ExecutionRoleArn?: string | undefined;
|
|
970
|
+
BaseUrl?: string | undefined;
|
|
971
|
+
MaintenanceConfig?: PartnerAppMaintenanceConfig | undefined;
|
|
972
|
+
Tier?: string | undefined;
|
|
973
|
+
Version?: string | undefined;
|
|
974
|
+
ApplicationConfig?: PartnerAppConfig | undefined;
|
|
975
|
+
AuthType?: PartnerAppAuthType | undefined;
|
|
976
|
+
EnableIamSessionBasedIdentity?: boolean | undefined;
|
|
977
|
+
Error?: ErrorInfo | undefined;
|
|
978
|
+
}
|
|
635
979
|
export interface DescribePipelineRequest {
|
|
636
980
|
PipelineName: string | undefined;
|
|
637
981
|
}
|
|
@@ -932,6 +1276,70 @@ export interface DescribeTrainingJobResponse {
|
|
|
932
1276
|
RemoteDebugConfig?: RemoteDebugConfig | undefined;
|
|
933
1277
|
InfraCheckConfig?: InfraCheckConfig | undefined;
|
|
934
1278
|
}
|
|
1279
|
+
export interface DescribeTrainingPlanRequest {
|
|
1280
|
+
TrainingPlanName: string | undefined;
|
|
1281
|
+
}
|
|
1282
|
+
export declare const ReservedCapacityInstanceType: {
|
|
1283
|
+
readonly ML_P4D_24XLARGE: "ml.p4d.24xlarge";
|
|
1284
|
+
readonly ML_P5EN_48XLARGE: "ml.p5en.48xlarge";
|
|
1285
|
+
readonly ML_P5E_48XLARGE: "ml.p5e.48xlarge";
|
|
1286
|
+
readonly ML_P5_48XLARGE: "ml.p5.48xlarge";
|
|
1287
|
+
readonly ML_TRN2_48XLARGE: "ml.trn2.48xlarge";
|
|
1288
|
+
};
|
|
1289
|
+
export type ReservedCapacityInstanceType =
|
|
1290
|
+
(typeof ReservedCapacityInstanceType)[keyof typeof ReservedCapacityInstanceType];
|
|
1291
|
+
export declare const ReservedCapacityStatus: {
|
|
1292
|
+
readonly ACTIVE: "Active";
|
|
1293
|
+
readonly EXPIRED: "Expired";
|
|
1294
|
+
readonly FAILED: "Failed";
|
|
1295
|
+
readonly PENDING: "Pending";
|
|
1296
|
+
readonly SCHEDULED: "Scheduled";
|
|
1297
|
+
};
|
|
1298
|
+
export type ReservedCapacityStatus =
|
|
1299
|
+
(typeof ReservedCapacityStatus)[keyof typeof ReservedCapacityStatus];
|
|
1300
|
+
export interface ReservedCapacitySummary {
|
|
1301
|
+
ReservedCapacityArn: string | undefined;
|
|
1302
|
+
InstanceType: ReservedCapacityInstanceType | undefined;
|
|
1303
|
+
TotalInstanceCount: number | undefined;
|
|
1304
|
+
Status: ReservedCapacityStatus | undefined;
|
|
1305
|
+
AvailabilityZone?: string | undefined;
|
|
1306
|
+
DurationHours?: number | undefined;
|
|
1307
|
+
DurationMinutes?: number | undefined;
|
|
1308
|
+
StartTime?: Date | undefined;
|
|
1309
|
+
EndTime?: Date | undefined;
|
|
1310
|
+
}
|
|
1311
|
+
export declare const TrainingPlanStatus: {
|
|
1312
|
+
readonly ACTIVE: "Active";
|
|
1313
|
+
readonly EXPIRED: "Expired";
|
|
1314
|
+
readonly FAILED: "Failed";
|
|
1315
|
+
readonly PENDING: "Pending";
|
|
1316
|
+
readonly SCHEDULED: "Scheduled";
|
|
1317
|
+
};
|
|
1318
|
+
export type TrainingPlanStatus =
|
|
1319
|
+
(typeof TrainingPlanStatus)[keyof typeof TrainingPlanStatus];
|
|
1320
|
+
export declare const SageMakerResourceName: {
|
|
1321
|
+
readonly HYPERPOD_CLUSTER: "hyperpod-cluster";
|
|
1322
|
+
readonly TRAINING_JOB: "training-job";
|
|
1323
|
+
};
|
|
1324
|
+
export type SageMakerResourceName =
|
|
1325
|
+
(typeof SageMakerResourceName)[keyof typeof SageMakerResourceName];
|
|
1326
|
+
export interface DescribeTrainingPlanResponse {
|
|
1327
|
+
TrainingPlanArn: string | undefined;
|
|
1328
|
+
TrainingPlanName: string | undefined;
|
|
1329
|
+
Status: TrainingPlanStatus | undefined;
|
|
1330
|
+
StatusMessage?: string | undefined;
|
|
1331
|
+
DurationHours?: number | undefined;
|
|
1332
|
+
DurationMinutes?: number | undefined;
|
|
1333
|
+
StartTime?: Date | undefined;
|
|
1334
|
+
EndTime?: Date | undefined;
|
|
1335
|
+
UpfrontFee?: string | undefined;
|
|
1336
|
+
CurrencyCode?: string | undefined;
|
|
1337
|
+
TotalInstanceCount?: number | undefined;
|
|
1338
|
+
AvailableInstanceCount?: number | undefined;
|
|
1339
|
+
InUseInstanceCount?: number | undefined;
|
|
1340
|
+
TargetResources?: SageMakerResourceName[] | undefined;
|
|
1341
|
+
ReservedCapacitySummaries?: ReservedCapacitySummary[] | undefined;
|
|
1342
|
+
}
|
|
935
1343
|
export interface DescribeTransformJobRequest {
|
|
936
1344
|
TransformJobName: string | undefined;
|
|
937
1345
|
}
|
|
@@ -2006,11 +2414,34 @@ export interface ListClustersRequest {
|
|
|
2006
2414
|
NextToken?: string | undefined;
|
|
2007
2415
|
SortBy?: ClusterSortBy | undefined;
|
|
2008
2416
|
SortOrder?: SortOrder | undefined;
|
|
2417
|
+
TrainingPlanArn?: string | undefined;
|
|
2009
2418
|
}
|
|
2010
2419
|
export interface ListClustersResponse {
|
|
2011
2420
|
NextToken: string | undefined;
|
|
2012
2421
|
ClusterSummaries: ClusterSummary[] | undefined;
|
|
2013
2422
|
}
|
|
2423
|
+
export declare const SortClusterSchedulerConfigBy: {
|
|
2424
|
+
readonly CREATION_TIME: "CreationTime";
|
|
2425
|
+
readonly NAME: "Name";
|
|
2426
|
+
readonly STATUS: "Status";
|
|
2427
|
+
};
|
|
2428
|
+
export type SortClusterSchedulerConfigBy =
|
|
2429
|
+
(typeof SortClusterSchedulerConfigBy)[keyof typeof SortClusterSchedulerConfigBy];
|
|
2430
|
+
export interface ListClusterSchedulerConfigsRequest {
|
|
2431
|
+
CreatedAfter?: Date | undefined;
|
|
2432
|
+
CreatedBefore?: Date | undefined;
|
|
2433
|
+
NameContains?: string | undefined;
|
|
2434
|
+
ClusterArn?: string | undefined;
|
|
2435
|
+
Status?: SchedulerResourceStatus | undefined;
|
|
2436
|
+
SortBy?: SortClusterSchedulerConfigBy | undefined;
|
|
2437
|
+
SortOrder?: SortOrder | undefined;
|
|
2438
|
+
NextToken?: string | undefined;
|
|
2439
|
+
MaxResults?: number | undefined;
|
|
2440
|
+
}
|
|
2441
|
+
export interface ListClusterSchedulerConfigsResponse {
|
|
2442
|
+
ClusterSchedulerConfigSummaries?: ClusterSchedulerConfigSummary[] | undefined;
|
|
2443
|
+
NextToken?: string | undefined;
|
|
2444
|
+
}
|
|
2014
2445
|
export interface ListCodeRepositoriesInput {
|
|
2015
2446
|
CreationTimeAfter?: Date | undefined;
|
|
2016
2447
|
CreationTimeBefore?: Date | undefined;
|
|
@@ -2049,6 +2480,28 @@ export interface ListCompilationJobsResponse {
|
|
|
2049
2480
|
CompilationJobSummaries: CompilationJobSummary[] | undefined;
|
|
2050
2481
|
NextToken?: string | undefined;
|
|
2051
2482
|
}
|
|
2483
|
+
export declare const SortQuotaBy: {
|
|
2484
|
+
readonly CLUSTER_ARN: "ClusterArn";
|
|
2485
|
+
readonly CREATION_TIME: "CreationTime";
|
|
2486
|
+
readonly NAME: "Name";
|
|
2487
|
+
readonly STATUS: "Status";
|
|
2488
|
+
};
|
|
2489
|
+
export type SortQuotaBy = (typeof SortQuotaBy)[keyof typeof SortQuotaBy];
|
|
2490
|
+
export interface ListComputeQuotasRequest {
|
|
2491
|
+
CreatedAfter?: Date | undefined;
|
|
2492
|
+
CreatedBefore?: Date | undefined;
|
|
2493
|
+
NameContains?: string | undefined;
|
|
2494
|
+
Status?: SchedulerResourceStatus | undefined;
|
|
2495
|
+
ClusterArn?: string | undefined;
|
|
2496
|
+
SortBy?: SortQuotaBy | undefined;
|
|
2497
|
+
SortOrder?: SortOrder | undefined;
|
|
2498
|
+
NextToken?: string | undefined;
|
|
2499
|
+
MaxResults?: number | undefined;
|
|
2500
|
+
}
|
|
2501
|
+
export interface ListComputeQuotasResponse {
|
|
2502
|
+
ComputeQuotaSummaries?: ComputeQuotaSummary[] | undefined;
|
|
2503
|
+
NextToken?: string | undefined;
|
|
2504
|
+
}
|
|
2052
2505
|
export declare const SortContextsBy: {
|
|
2053
2506
|
readonly CREATION_TIME: "CreationTime";
|
|
2054
2507
|
readonly NAME: "Name";
|
|
@@ -2113,401 +2566,6 @@ export interface ListDeviceFleetsRequest {
|
|
|
2113
2566
|
SortBy?: ListDeviceFleetsSortBy | undefined;
|
|
2114
2567
|
SortOrder?: SortOrder | undefined;
|
|
2115
2568
|
}
|
|
2116
|
-
export interface ListDeviceFleetsResponse {
|
|
2117
|
-
DeviceFleetSummaries: DeviceFleetSummary[] | undefined;
|
|
2118
|
-
NextToken?: string | undefined;
|
|
2119
|
-
}
|
|
2120
|
-
export interface ListDevicesRequest {
|
|
2121
|
-
NextToken?: string | undefined;
|
|
2122
|
-
MaxResults?: number | undefined;
|
|
2123
|
-
LatestHeartbeatAfter?: Date | undefined;
|
|
2124
|
-
ModelName?: string | undefined;
|
|
2125
|
-
DeviceFleetName?: string | undefined;
|
|
2126
|
-
}
|
|
2127
|
-
export interface ListDevicesResponse {
|
|
2128
|
-
DeviceSummaries: DeviceSummary[] | undefined;
|
|
2129
|
-
NextToken?: string | undefined;
|
|
2130
|
-
}
|
|
2131
|
-
export interface ListDomainsRequest {
|
|
2132
|
-
NextToken?: string | undefined;
|
|
2133
|
-
MaxResults?: number | undefined;
|
|
2134
|
-
}
|
|
2135
|
-
export interface ListDomainsResponse {
|
|
2136
|
-
Domains?: DomainDetails[] | undefined;
|
|
2137
|
-
NextToken?: string | undefined;
|
|
2138
|
-
}
|
|
2139
|
-
export declare const ListEdgeDeploymentPlansSortBy: {
|
|
2140
|
-
readonly CreationTime: "CREATION_TIME";
|
|
2141
|
-
readonly DeviceFleetName: "DEVICE_FLEET_NAME";
|
|
2142
|
-
readonly LastModifiedTime: "LAST_MODIFIED_TIME";
|
|
2143
|
-
readonly Name: "NAME";
|
|
2144
|
-
};
|
|
2145
|
-
export type ListEdgeDeploymentPlansSortBy =
|
|
2146
|
-
(typeof ListEdgeDeploymentPlansSortBy)[keyof typeof ListEdgeDeploymentPlansSortBy];
|
|
2147
|
-
export interface ListEdgeDeploymentPlansRequest {
|
|
2148
|
-
NextToken?: string | undefined;
|
|
2149
|
-
MaxResults?: number | undefined;
|
|
2150
|
-
CreationTimeAfter?: Date | undefined;
|
|
2151
|
-
CreationTimeBefore?: Date | undefined;
|
|
2152
|
-
LastModifiedTimeAfter?: Date | undefined;
|
|
2153
|
-
LastModifiedTimeBefore?: Date | undefined;
|
|
2154
|
-
NameContains?: string | undefined;
|
|
2155
|
-
DeviceFleetNameContains?: string | undefined;
|
|
2156
|
-
SortBy?: ListEdgeDeploymentPlansSortBy | undefined;
|
|
2157
|
-
SortOrder?: SortOrder | undefined;
|
|
2158
|
-
}
|
|
2159
|
-
export interface ListEdgeDeploymentPlansResponse {
|
|
2160
|
-
EdgeDeploymentPlanSummaries: EdgeDeploymentPlanSummary[] | undefined;
|
|
2161
|
-
NextToken?: string | undefined;
|
|
2162
|
-
}
|
|
2163
|
-
export declare const ListEdgePackagingJobsSortBy: {
|
|
2164
|
-
readonly CreationTime: "CREATION_TIME";
|
|
2165
|
-
readonly EdgePackagingJobStatus: "STATUS";
|
|
2166
|
-
readonly LastModifiedTime: "LAST_MODIFIED_TIME";
|
|
2167
|
-
readonly ModelName: "MODEL_NAME";
|
|
2168
|
-
readonly Name: "NAME";
|
|
2169
|
-
};
|
|
2170
|
-
export type ListEdgePackagingJobsSortBy =
|
|
2171
|
-
(typeof ListEdgePackagingJobsSortBy)[keyof typeof ListEdgePackagingJobsSortBy];
|
|
2172
|
-
export interface ListEdgePackagingJobsRequest {
|
|
2173
|
-
NextToken?: string | undefined;
|
|
2174
|
-
MaxResults?: number | undefined;
|
|
2175
|
-
CreationTimeAfter?: Date | undefined;
|
|
2176
|
-
CreationTimeBefore?: Date | undefined;
|
|
2177
|
-
LastModifiedTimeAfter?: Date | undefined;
|
|
2178
|
-
LastModifiedTimeBefore?: Date | undefined;
|
|
2179
|
-
NameContains?: string | undefined;
|
|
2180
|
-
ModelNameContains?: string | undefined;
|
|
2181
|
-
StatusEquals?: EdgePackagingJobStatus | undefined;
|
|
2182
|
-
SortBy?: ListEdgePackagingJobsSortBy | undefined;
|
|
2183
|
-
SortOrder?: SortOrder | undefined;
|
|
2184
|
-
}
|
|
2185
|
-
export interface ListEdgePackagingJobsResponse {
|
|
2186
|
-
EdgePackagingJobSummaries: EdgePackagingJobSummary[] | undefined;
|
|
2187
|
-
NextToken?: string | undefined;
|
|
2188
|
-
}
|
|
2189
|
-
export declare const OrderKey: {
|
|
2190
|
-
readonly Ascending: "Ascending";
|
|
2191
|
-
readonly Descending: "Descending";
|
|
2192
|
-
};
|
|
2193
|
-
export type OrderKey = (typeof OrderKey)[keyof typeof OrderKey];
|
|
2194
|
-
export interface ListEndpointConfigsInput {
|
|
2195
|
-
SortBy?: EndpointConfigSortKey | undefined;
|
|
2196
|
-
SortOrder?: OrderKey | undefined;
|
|
2197
|
-
NextToken?: string | undefined;
|
|
2198
|
-
MaxResults?: number | undefined;
|
|
2199
|
-
NameContains?: string | undefined;
|
|
2200
|
-
CreationTimeBefore?: Date | undefined;
|
|
2201
|
-
CreationTimeAfter?: Date | undefined;
|
|
2202
|
-
}
|
|
2203
|
-
export interface ListEndpointConfigsOutput {
|
|
2204
|
-
EndpointConfigs: EndpointConfigSummary[] | undefined;
|
|
2205
|
-
NextToken?: string | undefined;
|
|
2206
|
-
}
|
|
2207
|
-
export interface ListEndpointsInput {
|
|
2208
|
-
SortBy?: EndpointSortKey | undefined;
|
|
2209
|
-
SortOrder?: OrderKey | undefined;
|
|
2210
|
-
NextToken?: string | undefined;
|
|
2211
|
-
MaxResults?: number | undefined;
|
|
2212
|
-
NameContains?: string | undefined;
|
|
2213
|
-
CreationTimeBefore?: Date | undefined;
|
|
2214
|
-
CreationTimeAfter?: Date | undefined;
|
|
2215
|
-
LastModifiedTimeBefore?: Date | undefined;
|
|
2216
|
-
LastModifiedTimeAfter?: Date | undefined;
|
|
2217
|
-
StatusEquals?: EndpointStatus | undefined;
|
|
2218
|
-
}
|
|
2219
|
-
export interface ListEndpointsOutput {
|
|
2220
|
-
Endpoints: EndpointSummary[] | undefined;
|
|
2221
|
-
NextToken?: string | undefined;
|
|
2222
|
-
}
|
|
2223
|
-
export declare const SortExperimentsBy: {
|
|
2224
|
-
readonly CREATION_TIME: "CreationTime";
|
|
2225
|
-
readonly NAME: "Name";
|
|
2226
|
-
};
|
|
2227
|
-
export type SortExperimentsBy =
|
|
2228
|
-
(typeof SortExperimentsBy)[keyof typeof SortExperimentsBy];
|
|
2229
|
-
export interface ListExperimentsRequest {
|
|
2230
|
-
CreatedAfter?: Date | undefined;
|
|
2231
|
-
CreatedBefore?: Date | undefined;
|
|
2232
|
-
SortBy?: SortExperimentsBy | undefined;
|
|
2233
|
-
SortOrder?: SortOrder | undefined;
|
|
2234
|
-
NextToken?: string | undefined;
|
|
2235
|
-
MaxResults?: number | undefined;
|
|
2236
|
-
}
|
|
2237
|
-
export interface ListExperimentsResponse {
|
|
2238
|
-
ExperimentSummaries?: ExperimentSummary[] | undefined;
|
|
2239
|
-
NextToken?: string | undefined;
|
|
2240
|
-
}
|
|
2241
|
-
export interface ListFeatureGroupsRequest {
|
|
2242
|
-
NameContains?: string | undefined;
|
|
2243
|
-
FeatureGroupStatusEquals?: FeatureGroupStatus | undefined;
|
|
2244
|
-
OfflineStoreStatusEquals?: OfflineStoreStatusValue | undefined;
|
|
2245
|
-
CreationTimeAfter?: Date | undefined;
|
|
2246
|
-
CreationTimeBefore?: Date | undefined;
|
|
2247
|
-
SortOrder?: FeatureGroupSortOrder | undefined;
|
|
2248
|
-
SortBy?: FeatureGroupSortBy | undefined;
|
|
2249
|
-
MaxResults?: number | undefined;
|
|
2250
|
-
NextToken?: string | undefined;
|
|
2251
|
-
}
|
|
2252
|
-
export interface ListFeatureGroupsResponse {
|
|
2253
|
-
FeatureGroupSummaries: FeatureGroupSummary[] | undefined;
|
|
2254
|
-
NextToken?: string | undefined;
|
|
2255
|
-
}
|
|
2256
|
-
export interface ListFlowDefinitionsRequest {
|
|
2257
|
-
CreationTimeAfter?: Date | undefined;
|
|
2258
|
-
CreationTimeBefore?: Date | undefined;
|
|
2259
|
-
SortOrder?: SortOrder | undefined;
|
|
2260
|
-
NextToken?: string | undefined;
|
|
2261
|
-
MaxResults?: number | undefined;
|
|
2262
|
-
}
|
|
2263
|
-
export interface ListFlowDefinitionsResponse {
|
|
2264
|
-
FlowDefinitionSummaries: FlowDefinitionSummary[] | undefined;
|
|
2265
|
-
NextToken?: string | undefined;
|
|
2266
|
-
}
|
|
2267
|
-
export interface ListHubContentsRequest {
|
|
2268
|
-
HubName: string | undefined;
|
|
2269
|
-
HubContentType: HubContentType | undefined;
|
|
2270
|
-
NameContains?: string | undefined;
|
|
2271
|
-
MaxSchemaVersion?: string | undefined;
|
|
2272
|
-
CreationTimeBefore?: Date | undefined;
|
|
2273
|
-
CreationTimeAfter?: Date | undefined;
|
|
2274
|
-
SortBy?: HubContentSortBy | undefined;
|
|
2275
|
-
SortOrder?: SortOrder | undefined;
|
|
2276
|
-
MaxResults?: number | undefined;
|
|
2277
|
-
NextToken?: string | undefined;
|
|
2278
|
-
}
|
|
2279
|
-
export interface ListHubContentsResponse {
|
|
2280
|
-
HubContentSummaries: HubContentInfo[] | undefined;
|
|
2281
|
-
NextToken?: string | undefined;
|
|
2282
|
-
}
|
|
2283
|
-
export interface ListHubContentVersionsRequest {
|
|
2284
|
-
HubName: string | undefined;
|
|
2285
|
-
HubContentType: HubContentType | undefined;
|
|
2286
|
-
HubContentName: string | undefined;
|
|
2287
|
-
MinVersion?: string | undefined;
|
|
2288
|
-
MaxSchemaVersion?: string | undefined;
|
|
2289
|
-
CreationTimeBefore?: Date | undefined;
|
|
2290
|
-
CreationTimeAfter?: Date | undefined;
|
|
2291
|
-
SortBy?: HubContentSortBy | undefined;
|
|
2292
|
-
SortOrder?: SortOrder | undefined;
|
|
2293
|
-
MaxResults?: number | undefined;
|
|
2294
|
-
NextToken?: string | undefined;
|
|
2295
|
-
}
|
|
2296
|
-
export interface ListHubContentVersionsResponse {
|
|
2297
|
-
HubContentSummaries: HubContentInfo[] | undefined;
|
|
2298
|
-
NextToken?: string | undefined;
|
|
2299
|
-
}
|
|
2300
|
-
export interface ListHubsRequest {
|
|
2301
|
-
NameContains?: string | undefined;
|
|
2302
|
-
CreationTimeBefore?: Date | undefined;
|
|
2303
|
-
CreationTimeAfter?: Date | undefined;
|
|
2304
|
-
LastModifiedTimeBefore?: Date | undefined;
|
|
2305
|
-
LastModifiedTimeAfter?: Date | undefined;
|
|
2306
|
-
SortBy?: HubSortBy | undefined;
|
|
2307
|
-
SortOrder?: SortOrder | undefined;
|
|
2308
|
-
MaxResults?: number | undefined;
|
|
2309
|
-
NextToken?: string | undefined;
|
|
2310
|
-
}
|
|
2311
|
-
export interface ListHubsResponse {
|
|
2312
|
-
HubSummaries: HubInfo[] | undefined;
|
|
2313
|
-
NextToken?: string | undefined;
|
|
2314
|
-
}
|
|
2315
|
-
export interface ListHumanTaskUisRequest {
|
|
2316
|
-
CreationTimeAfter?: Date | undefined;
|
|
2317
|
-
CreationTimeBefore?: Date | undefined;
|
|
2318
|
-
SortOrder?: SortOrder | undefined;
|
|
2319
|
-
NextToken?: string | undefined;
|
|
2320
|
-
MaxResults?: number | undefined;
|
|
2321
|
-
}
|
|
2322
|
-
export interface ListHumanTaskUisResponse {
|
|
2323
|
-
HumanTaskUiSummaries: HumanTaskUiSummary[] | undefined;
|
|
2324
|
-
NextToken?: string | undefined;
|
|
2325
|
-
}
|
|
2326
|
-
export interface ListHyperParameterTuningJobsRequest {
|
|
2327
|
-
NextToken?: string | undefined;
|
|
2328
|
-
MaxResults?: number | undefined;
|
|
2329
|
-
SortBy?: HyperParameterTuningJobSortByOptions | undefined;
|
|
2330
|
-
SortOrder?: SortOrder | undefined;
|
|
2331
|
-
NameContains?: string | undefined;
|
|
2332
|
-
CreationTimeAfter?: Date | undefined;
|
|
2333
|
-
CreationTimeBefore?: Date | undefined;
|
|
2334
|
-
LastModifiedTimeAfter?: Date | undefined;
|
|
2335
|
-
LastModifiedTimeBefore?: Date | undefined;
|
|
2336
|
-
StatusEquals?: HyperParameterTuningJobStatus | undefined;
|
|
2337
|
-
}
|
|
2338
|
-
export interface ListHyperParameterTuningJobsResponse {
|
|
2339
|
-
HyperParameterTuningJobSummaries:
|
|
2340
|
-
| HyperParameterTuningJobSummary[]
|
|
2341
|
-
| undefined;
|
|
2342
|
-
NextToken?: string | undefined;
|
|
2343
|
-
}
|
|
2344
|
-
export interface ListImagesRequest {
|
|
2345
|
-
CreationTimeAfter?: Date | undefined;
|
|
2346
|
-
CreationTimeBefore?: Date | undefined;
|
|
2347
|
-
LastModifiedTimeAfter?: Date | undefined;
|
|
2348
|
-
LastModifiedTimeBefore?: Date | undefined;
|
|
2349
|
-
MaxResults?: number | undefined;
|
|
2350
|
-
NameContains?: string | undefined;
|
|
2351
|
-
NextToken?: string | undefined;
|
|
2352
|
-
SortBy?: ImageSortBy | undefined;
|
|
2353
|
-
SortOrder?: ImageSortOrder | undefined;
|
|
2354
|
-
}
|
|
2355
|
-
export interface ListImagesResponse {
|
|
2356
|
-
Images?: Image[] | undefined;
|
|
2357
|
-
NextToken?: string | undefined;
|
|
2358
|
-
}
|
|
2359
|
-
export interface ListImageVersionsRequest {
|
|
2360
|
-
CreationTimeAfter?: Date | undefined;
|
|
2361
|
-
CreationTimeBefore?: Date | undefined;
|
|
2362
|
-
ImageName: string | undefined;
|
|
2363
|
-
LastModifiedTimeAfter?: Date | undefined;
|
|
2364
|
-
LastModifiedTimeBefore?: Date | undefined;
|
|
2365
|
-
MaxResults?: number | undefined;
|
|
2366
|
-
NextToken?: string | undefined;
|
|
2367
|
-
SortBy?: ImageVersionSortBy | undefined;
|
|
2368
|
-
SortOrder?: ImageVersionSortOrder | undefined;
|
|
2369
|
-
}
|
|
2370
|
-
export interface ListImageVersionsResponse {
|
|
2371
|
-
ImageVersions?: ImageVersion[] | undefined;
|
|
2372
|
-
NextToken?: string | undefined;
|
|
2373
|
-
}
|
|
2374
|
-
export interface ListInferenceComponentsInput {
|
|
2375
|
-
SortBy?: InferenceComponentSortKey | undefined;
|
|
2376
|
-
SortOrder?: OrderKey | undefined;
|
|
2377
|
-
NextToken?: string | undefined;
|
|
2378
|
-
MaxResults?: number | undefined;
|
|
2379
|
-
NameContains?: string | undefined;
|
|
2380
|
-
CreationTimeBefore?: Date | undefined;
|
|
2381
|
-
CreationTimeAfter?: Date | undefined;
|
|
2382
|
-
LastModifiedTimeBefore?: Date | undefined;
|
|
2383
|
-
LastModifiedTimeAfter?: Date | undefined;
|
|
2384
|
-
StatusEquals?: InferenceComponentStatus | undefined;
|
|
2385
|
-
EndpointNameEquals?: string | undefined;
|
|
2386
|
-
VariantNameEquals?: string | undefined;
|
|
2387
|
-
}
|
|
2388
|
-
export interface ListInferenceComponentsOutput {
|
|
2389
|
-
InferenceComponents: InferenceComponentSummary[] | undefined;
|
|
2390
|
-
NextToken?: string | undefined;
|
|
2391
|
-
}
|
|
2392
|
-
export declare const SortInferenceExperimentsBy: {
|
|
2393
|
-
readonly CREATION_TIME: "CreationTime";
|
|
2394
|
-
readonly NAME: "Name";
|
|
2395
|
-
readonly STATUS: "Status";
|
|
2396
|
-
};
|
|
2397
|
-
export type SortInferenceExperimentsBy =
|
|
2398
|
-
(typeof SortInferenceExperimentsBy)[keyof typeof SortInferenceExperimentsBy];
|
|
2399
|
-
export interface ListInferenceExperimentsRequest {
|
|
2400
|
-
NameContains?: string | undefined;
|
|
2401
|
-
Type?: InferenceExperimentType | undefined;
|
|
2402
|
-
StatusEquals?: InferenceExperimentStatus | undefined;
|
|
2403
|
-
CreationTimeAfter?: Date | undefined;
|
|
2404
|
-
CreationTimeBefore?: Date | undefined;
|
|
2405
|
-
LastModifiedTimeAfter?: Date | undefined;
|
|
2406
|
-
LastModifiedTimeBefore?: Date | undefined;
|
|
2407
|
-
SortBy?: SortInferenceExperimentsBy | undefined;
|
|
2408
|
-
SortOrder?: SortOrder | undefined;
|
|
2409
|
-
NextToken?: string | undefined;
|
|
2410
|
-
MaxResults?: number | undefined;
|
|
2411
|
-
}
|
|
2412
|
-
export interface ListInferenceExperimentsResponse {
|
|
2413
|
-
InferenceExperiments?: InferenceExperimentSummary[] | undefined;
|
|
2414
|
-
NextToken?: string | undefined;
|
|
2415
|
-
}
|
|
2416
|
-
export declare const ListInferenceRecommendationsJobsSortBy: {
|
|
2417
|
-
readonly CREATION_TIME: "CreationTime";
|
|
2418
|
-
readonly NAME: "Name";
|
|
2419
|
-
readonly STATUS: "Status";
|
|
2420
|
-
};
|
|
2421
|
-
export type ListInferenceRecommendationsJobsSortBy =
|
|
2422
|
-
(typeof ListInferenceRecommendationsJobsSortBy)[keyof typeof ListInferenceRecommendationsJobsSortBy];
|
|
2423
|
-
export interface ListInferenceRecommendationsJobsRequest {
|
|
2424
|
-
CreationTimeAfter?: Date | undefined;
|
|
2425
|
-
CreationTimeBefore?: Date | undefined;
|
|
2426
|
-
LastModifiedTimeAfter?: Date | undefined;
|
|
2427
|
-
LastModifiedTimeBefore?: Date | undefined;
|
|
2428
|
-
NameContains?: string | undefined;
|
|
2429
|
-
StatusEquals?: RecommendationJobStatus | undefined;
|
|
2430
|
-
SortBy?: ListInferenceRecommendationsJobsSortBy | undefined;
|
|
2431
|
-
SortOrder?: SortOrder | undefined;
|
|
2432
|
-
NextToken?: string | undefined;
|
|
2433
|
-
MaxResults?: number | undefined;
|
|
2434
|
-
ModelNameEquals?: string | undefined;
|
|
2435
|
-
ModelPackageVersionArnEquals?: string | undefined;
|
|
2436
|
-
}
|
|
2437
|
-
export interface ListInferenceRecommendationsJobsResponse {
|
|
2438
|
-
InferenceRecommendationsJobs: InferenceRecommendationsJob[] | undefined;
|
|
2439
|
-
NextToken?: string | undefined;
|
|
2440
|
-
}
|
|
2441
|
-
export interface ListInferenceRecommendationsJobStepsRequest {
|
|
2442
|
-
JobName: string | undefined;
|
|
2443
|
-
Status?: RecommendationJobStatus | undefined;
|
|
2444
|
-
StepType?: RecommendationStepType | undefined;
|
|
2445
|
-
MaxResults?: number | undefined;
|
|
2446
|
-
NextToken?: string | undefined;
|
|
2447
|
-
}
|
|
2448
|
-
export interface ListInferenceRecommendationsJobStepsResponse {
|
|
2449
|
-
Steps?: InferenceRecommendationsJobStep[] | undefined;
|
|
2450
|
-
NextToken?: string | undefined;
|
|
2451
|
-
}
|
|
2452
|
-
export declare const SortBy: {
|
|
2453
|
-
readonly CREATION_TIME: "CreationTime";
|
|
2454
|
-
readonly NAME: "Name";
|
|
2455
|
-
readonly STATUS: "Status";
|
|
2456
|
-
};
|
|
2457
|
-
export type SortBy = (typeof SortBy)[keyof typeof SortBy];
|
|
2458
|
-
export interface ListLabelingJobsRequest {
|
|
2459
|
-
CreationTimeAfter?: Date | undefined;
|
|
2460
|
-
CreationTimeBefore?: Date | undefined;
|
|
2461
|
-
LastModifiedTimeAfter?: Date | undefined;
|
|
2462
|
-
LastModifiedTimeBefore?: Date | undefined;
|
|
2463
|
-
MaxResults?: number | undefined;
|
|
2464
|
-
NextToken?: string | undefined;
|
|
2465
|
-
NameContains?: string | undefined;
|
|
2466
|
-
SortBy?: SortBy | undefined;
|
|
2467
|
-
SortOrder?: SortOrder | undefined;
|
|
2468
|
-
StatusEquals?: LabelingJobStatus | undefined;
|
|
2469
|
-
}
|
|
2470
|
-
export interface ListLabelingJobsResponse {
|
|
2471
|
-
LabelingJobSummaryList?: LabelingJobSummary[] | undefined;
|
|
2472
|
-
NextToken?: string | undefined;
|
|
2473
|
-
}
|
|
2474
|
-
export declare const ListLabelingJobsForWorkteamSortByOptions: {
|
|
2475
|
-
readonly CREATION_TIME: "CreationTime";
|
|
2476
|
-
};
|
|
2477
|
-
export type ListLabelingJobsForWorkteamSortByOptions =
|
|
2478
|
-
(typeof ListLabelingJobsForWorkteamSortByOptions)[keyof typeof ListLabelingJobsForWorkteamSortByOptions];
|
|
2479
|
-
export interface ListLabelingJobsForWorkteamRequest {
|
|
2480
|
-
WorkteamArn: string | undefined;
|
|
2481
|
-
MaxResults?: number | undefined;
|
|
2482
|
-
NextToken?: string | undefined;
|
|
2483
|
-
CreationTimeAfter?: Date | undefined;
|
|
2484
|
-
CreationTimeBefore?: Date | undefined;
|
|
2485
|
-
JobReferenceCodeContains?: string | undefined;
|
|
2486
|
-
SortBy?: ListLabelingJobsForWorkteamSortByOptions | undefined;
|
|
2487
|
-
SortOrder?: SortOrder | undefined;
|
|
2488
|
-
}
|
|
2489
|
-
export interface ListLabelingJobsForWorkteamResponse {
|
|
2490
|
-
LabelingJobSummaryList: LabelingJobForWorkteamSummary[] | undefined;
|
|
2491
|
-
NextToken?: string | undefined;
|
|
2492
|
-
}
|
|
2493
|
-
export declare const SortLineageGroupsBy: {
|
|
2494
|
-
readonly CREATION_TIME: "CreationTime";
|
|
2495
|
-
readonly NAME: "Name";
|
|
2496
|
-
};
|
|
2497
|
-
export type SortLineageGroupsBy =
|
|
2498
|
-
(typeof SortLineageGroupsBy)[keyof typeof SortLineageGroupsBy];
|
|
2499
|
-
export interface ListLineageGroupsRequest {
|
|
2500
|
-
CreatedAfter?: Date | undefined;
|
|
2501
|
-
CreatedBefore?: Date | undefined;
|
|
2502
|
-
SortBy?: SortLineageGroupsBy | undefined;
|
|
2503
|
-
SortOrder?: SortOrder | undefined;
|
|
2504
|
-
NextToken?: string | undefined;
|
|
2505
|
-
MaxResults?: number | undefined;
|
|
2506
|
-
}
|
|
2507
|
-
export interface ListLineageGroupsResponse {
|
|
2508
|
-
LineageGroupSummaries?: LineageGroupSummary[] | undefined;
|
|
2509
|
-
NextToken?: string | undefined;
|
|
2510
|
-
}
|
|
2511
2569
|
export declare const DescribeModelCardResponseFilterSensitiveLog: (
|
|
2512
2570
|
obj: DescribeModelCardResponse
|
|
2513
2571
|
) => any;
|