@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
|
@@ -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,8 +176,8 @@ import {
|
|
|
169
176
|
ProductionVariantSummary,
|
|
170
177
|
ProfilerConfig,
|
|
171
178
|
ProfilerRuleConfiguration,
|
|
172
|
-
RecommendationMetrics,
|
|
173
179
|
RemoteDebugConfig,
|
|
180
|
+
RootAccess,
|
|
174
181
|
RuleEvaluationStatus,
|
|
175
182
|
ServiceCatalogProvisioningDetails,
|
|
176
183
|
SourceIpConfig,
|
|
@@ -178,13 +185,305 @@ import {
|
|
|
178
185
|
SpaceSharingSettings,
|
|
179
186
|
StudioLifecycleConfigAppType,
|
|
180
187
|
TensorBoardOutputConfig,
|
|
181
|
-
TrainingJobStatus,
|
|
182
|
-
TrainingJobStatusCounters,
|
|
183
188
|
TrialComponentArtifact,
|
|
184
189
|
TrialComponentParameterValue,
|
|
185
190
|
TrialComponentStatus,
|
|
186
191
|
WorkerAccessConfiguration,
|
|
187
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
|
+
}
|
|
188
487
|
export declare const RecommendationJobStatus: {
|
|
189
488
|
readonly COMPLETED: "COMPLETED";
|
|
190
489
|
readonly DELETED: "DELETED";
|
|
@@ -643,6 +942,40 @@ export interface DescribeOptimizationJobResponse {
|
|
|
643
942
|
StoppingCondition: StoppingCondition | undefined;
|
|
644
943
|
VpcConfig?: OptimizationVpcConfig | undefined;
|
|
645
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
|
+
}
|
|
646
979
|
export interface DescribePipelineRequest {
|
|
647
980
|
PipelineName: string | undefined;
|
|
648
981
|
}
|
|
@@ -943,6 +1276,70 @@ export interface DescribeTrainingJobResponse {
|
|
|
943
1276
|
RemoteDebugConfig?: RemoteDebugConfig | undefined;
|
|
944
1277
|
InfraCheckConfig?: InfraCheckConfig | undefined;
|
|
945
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
|
+
}
|
|
946
1343
|
export interface DescribeTransformJobRequest {
|
|
947
1344
|
TransformJobName: string | undefined;
|
|
948
1345
|
}
|
|
@@ -2017,11 +2414,34 @@ export interface ListClustersRequest {
|
|
|
2017
2414
|
NextToken?: string | undefined;
|
|
2018
2415
|
SortBy?: ClusterSortBy | undefined;
|
|
2019
2416
|
SortOrder?: SortOrder | undefined;
|
|
2417
|
+
TrainingPlanArn?: string | undefined;
|
|
2020
2418
|
}
|
|
2021
2419
|
export interface ListClustersResponse {
|
|
2022
2420
|
NextToken: string | undefined;
|
|
2023
2421
|
ClusterSummaries: ClusterSummary[] | undefined;
|
|
2024
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
|
+
}
|
|
2025
2445
|
export interface ListCodeRepositoriesInput {
|
|
2026
2446
|
CreationTimeAfter?: Date | undefined;
|
|
2027
2447
|
CreationTimeBefore?: Date | undefined;
|
|
@@ -2060,6 +2480,28 @@ export interface ListCompilationJobsResponse {
|
|
|
2060
2480
|
CompilationJobSummaries: CompilationJobSummary[] | undefined;
|
|
2061
2481
|
NextToken?: string | undefined;
|
|
2062
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
|
+
}
|
|
2063
2505
|
export declare const SortContextsBy: {
|
|
2064
2506
|
readonly CREATION_TIME: "CreationTime";
|
|
2065
2507
|
readonly NAME: "Name";
|
|
@@ -2124,397 +2566,6 @@ export interface ListDeviceFleetsRequest {
|
|
|
2124
2566
|
SortBy?: ListDeviceFleetsSortBy | undefined;
|
|
2125
2567
|
SortOrder?: SortOrder | undefined;
|
|
2126
2568
|
}
|
|
2127
|
-
export interface ListDeviceFleetsResponse {
|
|
2128
|
-
DeviceFleetSummaries: DeviceFleetSummary[] | undefined;
|
|
2129
|
-
NextToken?: string | undefined;
|
|
2130
|
-
}
|
|
2131
|
-
export interface ListDevicesRequest {
|
|
2132
|
-
NextToken?: string | undefined;
|
|
2133
|
-
MaxResults?: number | undefined;
|
|
2134
|
-
LatestHeartbeatAfter?: Date | undefined;
|
|
2135
|
-
ModelName?: string | undefined;
|
|
2136
|
-
DeviceFleetName?: string | undefined;
|
|
2137
|
-
}
|
|
2138
|
-
export interface ListDevicesResponse {
|
|
2139
|
-
DeviceSummaries: DeviceSummary[] | undefined;
|
|
2140
|
-
NextToken?: string | undefined;
|
|
2141
|
-
}
|
|
2142
|
-
export interface ListDomainsRequest {
|
|
2143
|
-
NextToken?: string | undefined;
|
|
2144
|
-
MaxResults?: number | undefined;
|
|
2145
|
-
}
|
|
2146
|
-
export interface ListDomainsResponse {
|
|
2147
|
-
Domains?: DomainDetails[] | undefined;
|
|
2148
|
-
NextToken?: string | undefined;
|
|
2149
|
-
}
|
|
2150
|
-
export declare const ListEdgeDeploymentPlansSortBy: {
|
|
2151
|
-
readonly CreationTime: "CREATION_TIME";
|
|
2152
|
-
readonly DeviceFleetName: "DEVICE_FLEET_NAME";
|
|
2153
|
-
readonly LastModifiedTime: "LAST_MODIFIED_TIME";
|
|
2154
|
-
readonly Name: "NAME";
|
|
2155
|
-
};
|
|
2156
|
-
export type ListEdgeDeploymentPlansSortBy =
|
|
2157
|
-
(typeof ListEdgeDeploymentPlansSortBy)[keyof typeof ListEdgeDeploymentPlansSortBy];
|
|
2158
|
-
export interface ListEdgeDeploymentPlansRequest {
|
|
2159
|
-
NextToken?: string | undefined;
|
|
2160
|
-
MaxResults?: number | undefined;
|
|
2161
|
-
CreationTimeAfter?: Date | undefined;
|
|
2162
|
-
CreationTimeBefore?: Date | undefined;
|
|
2163
|
-
LastModifiedTimeAfter?: Date | undefined;
|
|
2164
|
-
LastModifiedTimeBefore?: Date | undefined;
|
|
2165
|
-
NameContains?: string | undefined;
|
|
2166
|
-
DeviceFleetNameContains?: string | undefined;
|
|
2167
|
-
SortBy?: ListEdgeDeploymentPlansSortBy | undefined;
|
|
2168
|
-
SortOrder?: SortOrder | undefined;
|
|
2169
|
-
}
|
|
2170
|
-
export interface ListEdgeDeploymentPlansResponse {
|
|
2171
|
-
EdgeDeploymentPlanSummaries: EdgeDeploymentPlanSummary[] | undefined;
|
|
2172
|
-
NextToken?: string | undefined;
|
|
2173
|
-
}
|
|
2174
|
-
export declare const ListEdgePackagingJobsSortBy: {
|
|
2175
|
-
readonly CreationTime: "CREATION_TIME";
|
|
2176
|
-
readonly EdgePackagingJobStatus: "STATUS";
|
|
2177
|
-
readonly LastModifiedTime: "LAST_MODIFIED_TIME";
|
|
2178
|
-
readonly ModelName: "MODEL_NAME";
|
|
2179
|
-
readonly Name: "NAME";
|
|
2180
|
-
};
|
|
2181
|
-
export type ListEdgePackagingJobsSortBy =
|
|
2182
|
-
(typeof ListEdgePackagingJobsSortBy)[keyof typeof ListEdgePackagingJobsSortBy];
|
|
2183
|
-
export interface ListEdgePackagingJobsRequest {
|
|
2184
|
-
NextToken?: string | undefined;
|
|
2185
|
-
MaxResults?: number | undefined;
|
|
2186
|
-
CreationTimeAfter?: Date | undefined;
|
|
2187
|
-
CreationTimeBefore?: Date | undefined;
|
|
2188
|
-
LastModifiedTimeAfter?: Date | undefined;
|
|
2189
|
-
LastModifiedTimeBefore?: Date | undefined;
|
|
2190
|
-
NameContains?: string | undefined;
|
|
2191
|
-
ModelNameContains?: string | undefined;
|
|
2192
|
-
StatusEquals?: EdgePackagingJobStatus | undefined;
|
|
2193
|
-
SortBy?: ListEdgePackagingJobsSortBy | undefined;
|
|
2194
|
-
SortOrder?: SortOrder | undefined;
|
|
2195
|
-
}
|
|
2196
|
-
export interface ListEdgePackagingJobsResponse {
|
|
2197
|
-
EdgePackagingJobSummaries: EdgePackagingJobSummary[] | undefined;
|
|
2198
|
-
NextToken?: string | undefined;
|
|
2199
|
-
}
|
|
2200
|
-
export declare const OrderKey: {
|
|
2201
|
-
readonly Ascending: "Ascending";
|
|
2202
|
-
readonly Descending: "Descending";
|
|
2203
|
-
};
|
|
2204
|
-
export type OrderKey = (typeof OrderKey)[keyof typeof OrderKey];
|
|
2205
|
-
export interface ListEndpointConfigsInput {
|
|
2206
|
-
SortBy?: EndpointConfigSortKey | undefined;
|
|
2207
|
-
SortOrder?: OrderKey | undefined;
|
|
2208
|
-
NextToken?: string | undefined;
|
|
2209
|
-
MaxResults?: number | undefined;
|
|
2210
|
-
NameContains?: string | undefined;
|
|
2211
|
-
CreationTimeBefore?: Date | undefined;
|
|
2212
|
-
CreationTimeAfter?: Date | undefined;
|
|
2213
|
-
}
|
|
2214
|
-
export interface ListEndpointConfigsOutput {
|
|
2215
|
-
EndpointConfigs: EndpointConfigSummary[] | undefined;
|
|
2216
|
-
NextToken?: string | undefined;
|
|
2217
|
-
}
|
|
2218
|
-
export interface ListEndpointsInput {
|
|
2219
|
-
SortBy?: EndpointSortKey | undefined;
|
|
2220
|
-
SortOrder?: OrderKey | undefined;
|
|
2221
|
-
NextToken?: string | undefined;
|
|
2222
|
-
MaxResults?: number | undefined;
|
|
2223
|
-
NameContains?: string | undefined;
|
|
2224
|
-
CreationTimeBefore?: Date | undefined;
|
|
2225
|
-
CreationTimeAfter?: Date | undefined;
|
|
2226
|
-
LastModifiedTimeBefore?: Date | undefined;
|
|
2227
|
-
LastModifiedTimeAfter?: Date | undefined;
|
|
2228
|
-
StatusEquals?: EndpointStatus | undefined;
|
|
2229
|
-
}
|
|
2230
|
-
export interface ListEndpointsOutput {
|
|
2231
|
-
Endpoints: EndpointSummary[] | undefined;
|
|
2232
|
-
NextToken?: string | undefined;
|
|
2233
|
-
}
|
|
2234
|
-
export declare const SortExperimentsBy: {
|
|
2235
|
-
readonly CREATION_TIME: "CreationTime";
|
|
2236
|
-
readonly NAME: "Name";
|
|
2237
|
-
};
|
|
2238
|
-
export type SortExperimentsBy =
|
|
2239
|
-
(typeof SortExperimentsBy)[keyof typeof SortExperimentsBy];
|
|
2240
|
-
export interface ListExperimentsRequest {
|
|
2241
|
-
CreatedAfter?: Date | undefined;
|
|
2242
|
-
CreatedBefore?: Date | undefined;
|
|
2243
|
-
SortBy?: SortExperimentsBy | undefined;
|
|
2244
|
-
SortOrder?: SortOrder | undefined;
|
|
2245
|
-
NextToken?: string | undefined;
|
|
2246
|
-
MaxResults?: number | undefined;
|
|
2247
|
-
}
|
|
2248
|
-
export interface ListExperimentsResponse {
|
|
2249
|
-
ExperimentSummaries?: ExperimentSummary[] | undefined;
|
|
2250
|
-
NextToken?: string | undefined;
|
|
2251
|
-
}
|
|
2252
|
-
export interface ListFeatureGroupsRequest {
|
|
2253
|
-
NameContains?: string | undefined;
|
|
2254
|
-
FeatureGroupStatusEquals?: FeatureGroupStatus | undefined;
|
|
2255
|
-
OfflineStoreStatusEquals?: OfflineStoreStatusValue | undefined;
|
|
2256
|
-
CreationTimeAfter?: Date | undefined;
|
|
2257
|
-
CreationTimeBefore?: Date | undefined;
|
|
2258
|
-
SortOrder?: FeatureGroupSortOrder | undefined;
|
|
2259
|
-
SortBy?: FeatureGroupSortBy | undefined;
|
|
2260
|
-
MaxResults?: number | undefined;
|
|
2261
|
-
NextToken?: string | undefined;
|
|
2262
|
-
}
|
|
2263
|
-
export interface ListFeatureGroupsResponse {
|
|
2264
|
-
FeatureGroupSummaries: FeatureGroupSummary[] | undefined;
|
|
2265
|
-
NextToken?: string | undefined;
|
|
2266
|
-
}
|
|
2267
|
-
export interface ListFlowDefinitionsRequest {
|
|
2268
|
-
CreationTimeAfter?: Date | undefined;
|
|
2269
|
-
CreationTimeBefore?: Date | undefined;
|
|
2270
|
-
SortOrder?: SortOrder | undefined;
|
|
2271
|
-
NextToken?: string | undefined;
|
|
2272
|
-
MaxResults?: number | undefined;
|
|
2273
|
-
}
|
|
2274
|
-
export interface ListFlowDefinitionsResponse {
|
|
2275
|
-
FlowDefinitionSummaries: FlowDefinitionSummary[] | undefined;
|
|
2276
|
-
NextToken?: string | undefined;
|
|
2277
|
-
}
|
|
2278
|
-
export interface ListHubContentsRequest {
|
|
2279
|
-
HubName: string | undefined;
|
|
2280
|
-
HubContentType: HubContentType | undefined;
|
|
2281
|
-
NameContains?: string | undefined;
|
|
2282
|
-
MaxSchemaVersion?: string | undefined;
|
|
2283
|
-
CreationTimeBefore?: Date | undefined;
|
|
2284
|
-
CreationTimeAfter?: Date | undefined;
|
|
2285
|
-
SortBy?: HubContentSortBy | undefined;
|
|
2286
|
-
SortOrder?: SortOrder | undefined;
|
|
2287
|
-
MaxResults?: number | undefined;
|
|
2288
|
-
NextToken?: string | undefined;
|
|
2289
|
-
}
|
|
2290
|
-
export interface ListHubContentsResponse {
|
|
2291
|
-
HubContentSummaries: HubContentInfo[] | undefined;
|
|
2292
|
-
NextToken?: string | undefined;
|
|
2293
|
-
}
|
|
2294
|
-
export interface ListHubContentVersionsRequest {
|
|
2295
|
-
HubName: string | undefined;
|
|
2296
|
-
HubContentType: HubContentType | undefined;
|
|
2297
|
-
HubContentName: string | undefined;
|
|
2298
|
-
MinVersion?: string | undefined;
|
|
2299
|
-
MaxSchemaVersion?: string | undefined;
|
|
2300
|
-
CreationTimeBefore?: Date | undefined;
|
|
2301
|
-
CreationTimeAfter?: Date | undefined;
|
|
2302
|
-
SortBy?: HubContentSortBy | undefined;
|
|
2303
|
-
SortOrder?: SortOrder | undefined;
|
|
2304
|
-
MaxResults?: number | undefined;
|
|
2305
|
-
NextToken?: string | undefined;
|
|
2306
|
-
}
|
|
2307
|
-
export interface ListHubContentVersionsResponse {
|
|
2308
|
-
HubContentSummaries: HubContentInfo[] | undefined;
|
|
2309
|
-
NextToken?: string | undefined;
|
|
2310
|
-
}
|
|
2311
|
-
export interface ListHubsRequest {
|
|
2312
|
-
NameContains?: string | undefined;
|
|
2313
|
-
CreationTimeBefore?: Date | undefined;
|
|
2314
|
-
CreationTimeAfter?: Date | undefined;
|
|
2315
|
-
LastModifiedTimeBefore?: Date | undefined;
|
|
2316
|
-
LastModifiedTimeAfter?: Date | undefined;
|
|
2317
|
-
SortBy?: HubSortBy | undefined;
|
|
2318
|
-
SortOrder?: SortOrder | undefined;
|
|
2319
|
-
MaxResults?: number | undefined;
|
|
2320
|
-
NextToken?: string | undefined;
|
|
2321
|
-
}
|
|
2322
|
-
export interface ListHubsResponse {
|
|
2323
|
-
HubSummaries: HubInfo[] | undefined;
|
|
2324
|
-
NextToken?: string | undefined;
|
|
2325
|
-
}
|
|
2326
|
-
export interface ListHumanTaskUisRequest {
|
|
2327
|
-
CreationTimeAfter?: Date | undefined;
|
|
2328
|
-
CreationTimeBefore?: Date | undefined;
|
|
2329
|
-
SortOrder?: SortOrder | undefined;
|
|
2330
|
-
NextToken?: string | undefined;
|
|
2331
|
-
MaxResults?: number | undefined;
|
|
2332
|
-
}
|
|
2333
|
-
export interface ListHumanTaskUisResponse {
|
|
2334
|
-
HumanTaskUiSummaries: HumanTaskUiSummary[] | undefined;
|
|
2335
|
-
NextToken?: string | undefined;
|
|
2336
|
-
}
|
|
2337
|
-
export interface ListHyperParameterTuningJobsRequest {
|
|
2338
|
-
NextToken?: string | undefined;
|
|
2339
|
-
MaxResults?: number | undefined;
|
|
2340
|
-
SortBy?: HyperParameterTuningJobSortByOptions | undefined;
|
|
2341
|
-
SortOrder?: SortOrder | undefined;
|
|
2342
|
-
NameContains?: string | undefined;
|
|
2343
|
-
CreationTimeAfter?: Date | undefined;
|
|
2344
|
-
CreationTimeBefore?: Date | undefined;
|
|
2345
|
-
LastModifiedTimeAfter?: Date | undefined;
|
|
2346
|
-
LastModifiedTimeBefore?: Date | undefined;
|
|
2347
|
-
StatusEquals?: HyperParameterTuningJobStatus | undefined;
|
|
2348
|
-
}
|
|
2349
|
-
export interface ListHyperParameterTuningJobsResponse {
|
|
2350
|
-
HyperParameterTuningJobSummaries:
|
|
2351
|
-
| HyperParameterTuningJobSummary[]
|
|
2352
|
-
| undefined;
|
|
2353
|
-
NextToken?: string | undefined;
|
|
2354
|
-
}
|
|
2355
|
-
export interface ListImagesRequest {
|
|
2356
|
-
CreationTimeAfter?: Date | undefined;
|
|
2357
|
-
CreationTimeBefore?: Date | undefined;
|
|
2358
|
-
LastModifiedTimeAfter?: Date | undefined;
|
|
2359
|
-
LastModifiedTimeBefore?: Date | undefined;
|
|
2360
|
-
MaxResults?: number | undefined;
|
|
2361
|
-
NameContains?: string | undefined;
|
|
2362
|
-
NextToken?: string | undefined;
|
|
2363
|
-
SortBy?: ImageSortBy | undefined;
|
|
2364
|
-
SortOrder?: ImageSortOrder | undefined;
|
|
2365
|
-
}
|
|
2366
|
-
export interface ListImagesResponse {
|
|
2367
|
-
Images?: Image[] | undefined;
|
|
2368
|
-
NextToken?: string | undefined;
|
|
2369
|
-
}
|
|
2370
|
-
export interface ListImageVersionsRequest {
|
|
2371
|
-
CreationTimeAfter?: Date | undefined;
|
|
2372
|
-
CreationTimeBefore?: Date | undefined;
|
|
2373
|
-
ImageName: string | undefined;
|
|
2374
|
-
LastModifiedTimeAfter?: Date | undefined;
|
|
2375
|
-
LastModifiedTimeBefore?: Date | undefined;
|
|
2376
|
-
MaxResults?: number | undefined;
|
|
2377
|
-
NextToken?: string | undefined;
|
|
2378
|
-
SortBy?: ImageVersionSortBy | undefined;
|
|
2379
|
-
SortOrder?: ImageVersionSortOrder | undefined;
|
|
2380
|
-
}
|
|
2381
|
-
export interface ListImageVersionsResponse {
|
|
2382
|
-
ImageVersions?: ImageVersion[] | undefined;
|
|
2383
|
-
NextToken?: string | undefined;
|
|
2384
|
-
}
|
|
2385
|
-
export interface ListInferenceComponentsInput {
|
|
2386
|
-
SortBy?: InferenceComponentSortKey | undefined;
|
|
2387
|
-
SortOrder?: OrderKey | undefined;
|
|
2388
|
-
NextToken?: string | undefined;
|
|
2389
|
-
MaxResults?: number | undefined;
|
|
2390
|
-
NameContains?: string | undefined;
|
|
2391
|
-
CreationTimeBefore?: Date | undefined;
|
|
2392
|
-
CreationTimeAfter?: Date | undefined;
|
|
2393
|
-
LastModifiedTimeBefore?: Date | undefined;
|
|
2394
|
-
LastModifiedTimeAfter?: Date | undefined;
|
|
2395
|
-
StatusEquals?: InferenceComponentStatus | undefined;
|
|
2396
|
-
EndpointNameEquals?: string | undefined;
|
|
2397
|
-
VariantNameEquals?: string | undefined;
|
|
2398
|
-
}
|
|
2399
|
-
export interface ListInferenceComponentsOutput {
|
|
2400
|
-
InferenceComponents: InferenceComponentSummary[] | undefined;
|
|
2401
|
-
NextToken?: string | undefined;
|
|
2402
|
-
}
|
|
2403
|
-
export declare const SortInferenceExperimentsBy: {
|
|
2404
|
-
readonly CREATION_TIME: "CreationTime";
|
|
2405
|
-
readonly NAME: "Name";
|
|
2406
|
-
readonly STATUS: "Status";
|
|
2407
|
-
};
|
|
2408
|
-
export type SortInferenceExperimentsBy =
|
|
2409
|
-
(typeof SortInferenceExperimentsBy)[keyof typeof SortInferenceExperimentsBy];
|
|
2410
|
-
export interface ListInferenceExperimentsRequest {
|
|
2411
|
-
NameContains?: string | undefined;
|
|
2412
|
-
Type?: InferenceExperimentType | undefined;
|
|
2413
|
-
StatusEquals?: InferenceExperimentStatus | undefined;
|
|
2414
|
-
CreationTimeAfter?: Date | undefined;
|
|
2415
|
-
CreationTimeBefore?: Date | undefined;
|
|
2416
|
-
LastModifiedTimeAfter?: Date | undefined;
|
|
2417
|
-
LastModifiedTimeBefore?: Date | undefined;
|
|
2418
|
-
SortBy?: SortInferenceExperimentsBy | undefined;
|
|
2419
|
-
SortOrder?: SortOrder | undefined;
|
|
2420
|
-
NextToken?: string | undefined;
|
|
2421
|
-
MaxResults?: number | undefined;
|
|
2422
|
-
}
|
|
2423
|
-
export interface ListInferenceExperimentsResponse {
|
|
2424
|
-
InferenceExperiments?: InferenceExperimentSummary[] | undefined;
|
|
2425
|
-
NextToken?: string | undefined;
|
|
2426
|
-
}
|
|
2427
|
-
export declare const ListInferenceRecommendationsJobsSortBy: {
|
|
2428
|
-
readonly CREATION_TIME: "CreationTime";
|
|
2429
|
-
readonly NAME: "Name";
|
|
2430
|
-
readonly STATUS: "Status";
|
|
2431
|
-
};
|
|
2432
|
-
export type ListInferenceRecommendationsJobsSortBy =
|
|
2433
|
-
(typeof ListInferenceRecommendationsJobsSortBy)[keyof typeof ListInferenceRecommendationsJobsSortBy];
|
|
2434
|
-
export interface ListInferenceRecommendationsJobsRequest {
|
|
2435
|
-
CreationTimeAfter?: Date | undefined;
|
|
2436
|
-
CreationTimeBefore?: Date | undefined;
|
|
2437
|
-
LastModifiedTimeAfter?: Date | undefined;
|
|
2438
|
-
LastModifiedTimeBefore?: Date | undefined;
|
|
2439
|
-
NameContains?: string | undefined;
|
|
2440
|
-
StatusEquals?: RecommendationJobStatus | undefined;
|
|
2441
|
-
SortBy?: ListInferenceRecommendationsJobsSortBy | undefined;
|
|
2442
|
-
SortOrder?: SortOrder | undefined;
|
|
2443
|
-
NextToken?: string | undefined;
|
|
2444
|
-
MaxResults?: number | undefined;
|
|
2445
|
-
ModelNameEquals?: string | undefined;
|
|
2446
|
-
ModelPackageVersionArnEquals?: string | undefined;
|
|
2447
|
-
}
|
|
2448
|
-
export interface ListInferenceRecommendationsJobsResponse {
|
|
2449
|
-
InferenceRecommendationsJobs: InferenceRecommendationsJob[] | undefined;
|
|
2450
|
-
NextToken?: string | undefined;
|
|
2451
|
-
}
|
|
2452
|
-
export interface ListInferenceRecommendationsJobStepsRequest {
|
|
2453
|
-
JobName: string | undefined;
|
|
2454
|
-
Status?: RecommendationJobStatus | undefined;
|
|
2455
|
-
StepType?: RecommendationStepType | undefined;
|
|
2456
|
-
MaxResults?: number | undefined;
|
|
2457
|
-
NextToken?: string | undefined;
|
|
2458
|
-
}
|
|
2459
|
-
export interface ListInferenceRecommendationsJobStepsResponse {
|
|
2460
|
-
Steps?: InferenceRecommendationsJobStep[] | undefined;
|
|
2461
|
-
NextToken?: string | undefined;
|
|
2462
|
-
}
|
|
2463
|
-
export declare const SortBy: {
|
|
2464
|
-
readonly CREATION_TIME: "CreationTime";
|
|
2465
|
-
readonly NAME: "Name";
|
|
2466
|
-
readonly STATUS: "Status";
|
|
2467
|
-
};
|
|
2468
|
-
export type SortBy = (typeof SortBy)[keyof typeof SortBy];
|
|
2469
|
-
export interface ListLabelingJobsRequest {
|
|
2470
|
-
CreationTimeAfter?: Date | undefined;
|
|
2471
|
-
CreationTimeBefore?: Date | undefined;
|
|
2472
|
-
LastModifiedTimeAfter?: Date | undefined;
|
|
2473
|
-
LastModifiedTimeBefore?: Date | undefined;
|
|
2474
|
-
MaxResults?: number | undefined;
|
|
2475
|
-
NextToken?: string | undefined;
|
|
2476
|
-
NameContains?: string | undefined;
|
|
2477
|
-
SortBy?: SortBy | undefined;
|
|
2478
|
-
SortOrder?: SortOrder | undefined;
|
|
2479
|
-
StatusEquals?: LabelingJobStatus | undefined;
|
|
2480
|
-
}
|
|
2481
|
-
export interface ListLabelingJobsResponse {
|
|
2482
|
-
LabelingJobSummaryList?: LabelingJobSummary[] | undefined;
|
|
2483
|
-
NextToken?: string | undefined;
|
|
2484
|
-
}
|
|
2485
|
-
export declare const ListLabelingJobsForWorkteamSortByOptions: {
|
|
2486
|
-
readonly CREATION_TIME: "CreationTime";
|
|
2487
|
-
};
|
|
2488
|
-
export type ListLabelingJobsForWorkteamSortByOptions =
|
|
2489
|
-
(typeof ListLabelingJobsForWorkteamSortByOptions)[keyof typeof ListLabelingJobsForWorkteamSortByOptions];
|
|
2490
|
-
export interface ListLabelingJobsForWorkteamRequest {
|
|
2491
|
-
WorkteamArn: string | undefined;
|
|
2492
|
-
MaxResults?: number | undefined;
|
|
2493
|
-
NextToken?: string | undefined;
|
|
2494
|
-
CreationTimeAfter?: Date | undefined;
|
|
2495
|
-
CreationTimeBefore?: Date | undefined;
|
|
2496
|
-
JobReferenceCodeContains?: string | undefined;
|
|
2497
|
-
SortBy?: ListLabelingJobsForWorkteamSortByOptions | undefined;
|
|
2498
|
-
SortOrder?: SortOrder | undefined;
|
|
2499
|
-
}
|
|
2500
|
-
export interface ListLabelingJobsForWorkteamResponse {
|
|
2501
|
-
LabelingJobSummaryList: LabelingJobForWorkteamSummary[] | undefined;
|
|
2502
|
-
NextToken?: string | undefined;
|
|
2503
|
-
}
|
|
2504
|
-
export declare const SortLineageGroupsBy: {
|
|
2505
|
-
readonly CREATION_TIME: "CreationTime";
|
|
2506
|
-
readonly NAME: "Name";
|
|
2507
|
-
};
|
|
2508
|
-
export type SortLineageGroupsBy =
|
|
2509
|
-
(typeof SortLineageGroupsBy)[keyof typeof SortLineageGroupsBy];
|
|
2510
|
-
export interface ListLineageGroupsRequest {
|
|
2511
|
-
CreatedAfter?: Date | undefined;
|
|
2512
|
-
CreatedBefore?: Date | undefined;
|
|
2513
|
-
SortBy?: SortLineageGroupsBy | undefined;
|
|
2514
|
-
SortOrder?: SortOrder | undefined;
|
|
2515
|
-
NextToken?: string | undefined;
|
|
2516
|
-
MaxResults?: number | undefined;
|
|
2517
|
-
}
|
|
2518
2569
|
export declare const DescribeModelCardResponseFilterSensitiveLog: (
|
|
2519
2570
|
obj: DescribeModelCardResponse
|
|
2520
2571
|
) => any;
|