@aws-sdk/client-sagemaker 3.1033.0 → 3.1034.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 +98 -0
- package/dist-cjs/index.js +317 -8
- package/dist-cjs/schemas/schemas_0.js +718 -214
- package/dist-es/SageMaker.js +34 -0
- package/dist-es/commands/CreateAIBenchmarkJobCommand.js +16 -0
- package/dist-es/commands/CreateAIRecommendationJobCommand.js +16 -0
- package/dist-es/commands/CreateAIWorkloadConfigCommand.js +16 -0
- package/dist-es/commands/DeleteAIBenchmarkJobCommand.js +16 -0
- package/dist-es/commands/DeleteAIRecommendationJobCommand.js +16 -0
- package/dist-es/commands/DeleteAIWorkloadConfigCommand.js +16 -0
- package/dist-es/commands/DescribeAIBenchmarkJobCommand.js +16 -0
- package/dist-es/commands/DescribeAIRecommendationJobCommand.js +16 -0
- package/dist-es/commands/DescribeAIWorkloadConfigCommand.js +16 -0
- package/dist-es/commands/ListAIBenchmarkJobsCommand.js +16 -0
- package/dist-es/commands/ListAIRecommendationJobsCommand.js +16 -0
- package/dist-es/commands/ListAIWorkloadConfigsCommand.js +16 -0
- package/dist-es/commands/StopAIBenchmarkJobCommand.js +16 -0
- package/dist-es/commands/StopAIRecommendationJobCommand.js +16 -0
- package/dist-es/commands/index.js +14 -0
- package/dist-es/index.js +1 -0
- package/dist-es/models/enums.js +99 -8
- package/dist-es/models/models_5.js +1 -0
- package/dist-es/pagination/ListAIBenchmarkJobsPaginator.js +4 -0
- package/dist-es/pagination/ListAIRecommendationJobsPaginator.js +4 -0
- package/dist-es/pagination/ListAIWorkloadConfigsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/schemas/schemas_0.js +679 -177
- package/dist-types/SageMaker.d.ts +122 -0
- package/dist-types/SageMakerClient.d.ts +16 -2
- package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +19 -0
- package/dist-types/commands/CreateAIBenchmarkJobCommand.d.ts +115 -0
- package/dist-types/commands/CreateAIRecommendationJobCommand.d.ts +122 -0
- package/dist-types/commands/CreateAIWorkloadConfigCommand.d.ts +103 -0
- package/dist-types/commands/CreateActionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +21 -4
- package/dist-types/commands/CreateAppCommand.d.ts +1 -1
- package/dist-types/commands/CreateAppImageConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateArtifactCommand.d.ts +1 -1
- package/dist-types/commands/CreateAutoMLJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +1 -1
- package/dist-types/commands/CreateClusterCommand.d.ts +1 -1
- package/dist-types/commands/CreateClusterSchedulerConfigCommand.d.ts +1 -2
- package/dist-types/commands/CreateModelPackageCommand.d.ts +25 -0
- package/dist-types/commands/CreateOptimizationJobCommand.d.ts +1 -1
- package/dist-types/commands/CreatePartnerAppCommand.d.ts +1 -1
- package/dist-types/commands/CreatePartnerAppPresignedUrlCommand.d.ts +1 -1
- package/dist-types/commands/CreatePipelineCommand.d.ts +1 -1
- package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +1 -1
- package/dist-types/commands/CreatePresignedMlflowAppUrlCommand.d.ts +1 -1
- package/dist-types/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +1 -1
- package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +1 -1
- package/dist-types/commands/CreateProcessingJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateProjectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAIBenchmarkJobCommand.d.ts +77 -0
- package/dist-types/commands/DeleteAIRecommendationJobCommand.d.ts +77 -0
- package/dist-types/commands/DeleteAIWorkloadConfigCommand.d.ts +80 -0
- package/dist-types/commands/DescribeAIBenchmarkJobCommand.d.ts +121 -0
- package/dist-types/commands/DescribeAIRecommendationJobCommand.d.ts +170 -0
- package/dist-types/commands/DescribeAIWorkloadConfigCommand.d.ts +102 -0
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +20 -3
- package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLabelingJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLineageGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMlflowAppCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMlflowTrackingServerCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelBiasJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelCardCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelCardExportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +26 -1
- package/dist-types/commands/DescribeModelPackageGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOptimizationJobCommand.d.ts +2 -2
- package/dist-types/commands/DescribePartnerAppCommand.d.ts +1 -2
- package/dist-types/commands/ListAIBenchmarkJobsCommand.d.ts +91 -0
- package/dist-types/commands/ListAIRecommendationJobsCommand.d.ts +90 -0
- package/dist-types/commands/ListAIWorkloadConfigsCommand.d.ts +87 -0
- package/dist-types/commands/ListModelCardVersionsCommand.d.ts +2 -1
- package/dist-types/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListModelMetadataCommand.d.ts +1 -1
- package/dist-types/commands/ListModelPackageGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListModelPackagesCommand.d.ts +1 -1
- package/dist-types/commands/ListModelQualityJobDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListModelsCommand.d.ts +1 -1
- package/dist-types/commands/ListMonitoringAlertHistoryCommand.d.ts +1 -1
- package/dist-types/commands/ListMonitoringAlertsCommand.d.ts +1 -1
- package/dist-types/commands/ListMonitoringExecutionsCommand.d.ts +1 -1
- package/dist-types/commands/ListMonitoringSchedulesCommand.d.ts +1 -1
- package/dist-types/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListNotebookInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ListOptimizationJobsCommand.d.ts +2 -2
- package/dist-types/commands/ListPartnerAppsCommand.d.ts +1 -1
- package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +1 -2
- package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +1 -1
- package/dist-types/commands/SearchCommand.d.ts +27 -35
- package/dist-types/commands/StopAIBenchmarkJobCommand.d.ts +77 -0
- package/dist-types/commands/StopAIRecommendationJobCommand.d.ts +77 -0
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +26 -14
- package/dist-types/commands/index.d.ts +14 -0
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +187 -16
- package/dist-types/models/models_0.d.ts +3225 -3460
- package/dist-types/models/models_1.d.ts +3498 -3293
- package/dist-types/models/models_2.d.ts +3410 -4095
- package/dist-types/models/models_3.d.ts +4524 -4193
- package/dist-types/models/models_4.d.ts +1679 -76
- package/dist-types/models/models_5.d.ts +74 -0
- package/dist-types/pagination/ListAIBenchmarkJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAIRecommendationJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAIWorkloadConfigsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/schemas/schemas_0.d.ts +74 -0
- package/dist-types/ts3.4/SageMaker.d.ts +262 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +84 -0
- package/dist-types/ts3.4/commands/CreateAIBenchmarkJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateAIRecommendationJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateAIWorkloadConfigCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateActionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAlgorithmCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAppImageConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateArtifactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAutoMLJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAutoMLJobV2Command.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateClusterSchedulerConfigCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreatePartnerAppCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePartnerAppPresignedUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePresignedDomainUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePresignedMlflowAppUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateProcessingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAIBenchmarkJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteAIRecommendationJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteAIWorkloadConfigCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeAIBenchmarkJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeAIRecommendationJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeAIWorkloadConfigCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeInferenceRecommendationsJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLabelingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLineageGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeMlflowAppCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeMlflowTrackingServerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelBiasJobDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelCardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelCardExportJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelPackageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelPackageGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeOptimizationJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePartnerAppCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListAIBenchmarkJobsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListAIRecommendationJobsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListAIWorkloadConfigsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListModelCardVersionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListModelMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListModelPackageGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListModelPackagesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListModelQualityJobDefinitionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMonitoringAlertHistoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMonitoringAlertsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMonitoringExecutionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMonitoringSchedulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListNotebookInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListOptimizationJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPartnerAppsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPipelineExecutionStepsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StopAIBenchmarkJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StopAIRecommendationJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +14 -0
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +123 -12
- package/dist-types/ts3.4/models/models_0.d.ts +218 -242
- package/dist-types/ts3.4/models/models_1.d.ts +296 -217
- package/dist-types/ts3.4/models/models_2.d.ts +303 -488
- package/dist-types/ts3.4/models/models_3.d.ts +535 -426
- package/dist-types/ts3.4/models/models_4.d.ts +431 -42
- package/dist-types/ts3.4/models/models_5.d.ts +24 -0
- package/dist-types/ts3.4/pagination/ListAIBenchmarkJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAIRecommendationJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAIWorkloadConfigsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +74 -0
- package/package.json +19 -19
|
@@ -4,6 +4,13 @@ import {
|
|
|
4
4
|
ActiveClusterOperationName,
|
|
5
5
|
AdditionalS3DataSourceDataType,
|
|
6
6
|
AggregationTransformationValue,
|
|
7
|
+
AIBenchmarkJobStatus,
|
|
8
|
+
AICapacityReservationPreference,
|
|
9
|
+
AIRecommendationInferenceFramework,
|
|
10
|
+
AIRecommendationInstanceType,
|
|
11
|
+
AIRecommendationJobStatus,
|
|
12
|
+
AIRecommendationMetric,
|
|
13
|
+
AIRecommendationOptimizationType,
|
|
7
14
|
AlgorithmStatus,
|
|
8
15
|
AppInstanceType,
|
|
9
16
|
AppStatus,
|
|
@@ -48,27 +55,19 @@ import {
|
|
|
48
55
|
ClusterInstanceType,
|
|
49
56
|
ClusterInterfaceType,
|
|
50
57
|
ClusterKubernetesTaintEffect,
|
|
51
|
-
ClusterNodeProvisioningMode,
|
|
52
|
-
ClusterNodeRecovery,
|
|
53
58
|
ClusterSlurmConfigStrategy,
|
|
54
59
|
ClusterSlurmNodeType,
|
|
55
60
|
ClusterStatus,
|
|
56
61
|
CompilationJobStatus,
|
|
57
|
-
CompleteOnConvergence,
|
|
58
62
|
CompressionType,
|
|
59
63
|
ConditionOutcome,
|
|
60
|
-
ContainerMode,
|
|
61
64
|
DataSourceName,
|
|
62
65
|
DeepHealthCheckType,
|
|
63
66
|
DetailedAlgorithmStatus,
|
|
64
|
-
FairShare,
|
|
65
67
|
FeatureStatus,
|
|
66
68
|
FileSystemAccessMode,
|
|
67
69
|
FileSystemType,
|
|
68
70
|
FillingType,
|
|
69
|
-
HyperParameterScalingType,
|
|
70
|
-
HyperParameterTuningJobObjectiveType,
|
|
71
|
-
IdleResourceSharing,
|
|
72
71
|
InstanceGroupStatus,
|
|
73
72
|
LifecycleManagement,
|
|
74
73
|
MetricSetSource,
|
|
@@ -81,7 +80,6 @@ import {
|
|
|
81
80
|
NodeUnavailabilityType,
|
|
82
81
|
ObjectiveStatus,
|
|
83
82
|
OutputCompressionType,
|
|
84
|
-
ParameterType,
|
|
85
83
|
PreemptTeamTasks,
|
|
86
84
|
ProblemType,
|
|
87
85
|
ProcessingS3DataDistributionType,
|
|
@@ -151,17 +149,6 @@ export interface AddClusterNodeSpecification {
|
|
|
151
149
|
export interface AdditionalEnis {
|
|
152
150
|
EfaEnis?: string[] | undefined;
|
|
153
151
|
}
|
|
154
|
-
export interface AdditionalS3DataSource {
|
|
155
|
-
S3DataType: AdditionalS3DataSourceDataType | undefined;
|
|
156
|
-
S3Uri: string | undefined;
|
|
157
|
-
CompressionType?: CompressionType | undefined;
|
|
158
|
-
ETag?: string | undefined;
|
|
159
|
-
}
|
|
160
|
-
export interface BaseModel {
|
|
161
|
-
HubContentName?: string | undefined;
|
|
162
|
-
HubContentVersion?: string | undefined;
|
|
163
|
-
RecipeName?: string | undefined;
|
|
164
|
-
}
|
|
165
152
|
export interface InferenceHubAccessConfig {
|
|
166
153
|
HubContentArn: string | undefined;
|
|
167
154
|
}
|
|
@@ -178,6 +165,21 @@ export interface S3ModelDataSource {
|
|
|
178
165
|
ETag?: string | undefined;
|
|
179
166
|
ManifestEtag?: string | undefined;
|
|
180
167
|
}
|
|
168
|
+
export interface AdditionalModelDataSource {
|
|
169
|
+
ChannelName: string | undefined;
|
|
170
|
+
S3DataSource: S3ModelDataSource | undefined;
|
|
171
|
+
}
|
|
172
|
+
export interface AdditionalS3DataSource {
|
|
173
|
+
S3DataType: AdditionalS3DataSourceDataType | undefined;
|
|
174
|
+
S3Uri: string | undefined;
|
|
175
|
+
CompressionType?: CompressionType | undefined;
|
|
176
|
+
ETag?: string | undefined;
|
|
177
|
+
}
|
|
178
|
+
export interface BaseModel {
|
|
179
|
+
HubContentName?: string | undefined;
|
|
180
|
+
HubContentVersion?: string | undefined;
|
|
181
|
+
RecipeName?: string | undefined;
|
|
182
|
+
}
|
|
181
183
|
export interface ModelDataSource {
|
|
182
184
|
S3DataSource?: S3ModelDataSource | undefined;
|
|
183
185
|
}
|
|
@@ -196,6 +198,7 @@ export interface ModelPackageContainerDefinition {
|
|
|
196
198
|
Framework?: string | undefined;
|
|
197
199
|
FrameworkVersion?: string | undefined;
|
|
198
200
|
NearestModelName?: string | undefined;
|
|
201
|
+
AdditionalModelDataSources?: AdditionalModelDataSource[] | undefined;
|
|
199
202
|
AdditionalS3DataSource?: AdditionalS3DataSource | undefined;
|
|
200
203
|
ModelDataETag?: string | undefined;
|
|
201
204
|
IsCheckpoint?: boolean | undefined;
|
|
@@ -212,10 +215,6 @@ export interface AdditionalInferenceSpecificationDefinition {
|
|
|
212
215
|
SupportedContentTypes?: string[] | undefined;
|
|
213
216
|
SupportedResponseMIMETypes?: string[] | undefined;
|
|
214
217
|
}
|
|
215
|
-
export interface AdditionalModelDataSource {
|
|
216
|
-
ChannelName: string | undefined;
|
|
217
|
-
S3DataSource: S3ModelDataSource | undefined;
|
|
218
|
-
}
|
|
219
218
|
export interface Tag {
|
|
220
219
|
Key: string | undefined;
|
|
221
220
|
Value: string | undefined;
|
|
@@ -231,6 +230,201 @@ export interface AgentVersion {
|
|
|
231
230
|
Version: string | undefined;
|
|
232
231
|
AgentCount: number | undefined;
|
|
233
232
|
}
|
|
233
|
+
export interface AIBenchmarkInferenceComponent {
|
|
234
|
+
Identifier: string | undefined;
|
|
235
|
+
}
|
|
236
|
+
export interface AIBenchmarkEndpoint {
|
|
237
|
+
Identifier: string | undefined;
|
|
238
|
+
TargetContainerHostname?: string | undefined;
|
|
239
|
+
InferenceComponents?: AIBenchmarkInferenceComponent[] | undefined;
|
|
240
|
+
}
|
|
241
|
+
export interface AIBenchmarkJobSummary {
|
|
242
|
+
AIBenchmarkJobName: string | undefined;
|
|
243
|
+
AIBenchmarkJobArn: string | undefined;
|
|
244
|
+
AIBenchmarkJobStatus: AIBenchmarkJobStatus | undefined;
|
|
245
|
+
CreationTime: Date | undefined;
|
|
246
|
+
EndTime?: Date | undefined;
|
|
247
|
+
AIWorkloadConfigName?: string | undefined;
|
|
248
|
+
}
|
|
249
|
+
export interface VpcConfig {
|
|
250
|
+
SecurityGroupIds: string[] | undefined;
|
|
251
|
+
Subnets: string[] | undefined;
|
|
252
|
+
}
|
|
253
|
+
export interface AIBenchmarkNetworkConfig {
|
|
254
|
+
VpcConfig?: VpcConfig | undefined;
|
|
255
|
+
}
|
|
256
|
+
export interface AIBenchmarkOutputConfig {
|
|
257
|
+
S3OutputLocation: string | undefined;
|
|
258
|
+
}
|
|
259
|
+
export interface AICloudWatchLogs {
|
|
260
|
+
LogGroupArn?: string | undefined;
|
|
261
|
+
LogStreamName?: string | undefined;
|
|
262
|
+
}
|
|
263
|
+
export interface AIBenchmarkOutputResult {
|
|
264
|
+
S3OutputLocation: string | undefined;
|
|
265
|
+
CloudWatchLogs?: AICloudWatchLogs[] | undefined;
|
|
266
|
+
}
|
|
267
|
+
export type AIBenchmarkTarget =
|
|
268
|
+
| AIBenchmarkTarget.EndpointMember
|
|
269
|
+
| AIBenchmarkTarget.$UnknownMember;
|
|
270
|
+
export declare namespace AIBenchmarkTarget {
|
|
271
|
+
interface EndpointMember {
|
|
272
|
+
Endpoint: AIBenchmarkEndpoint;
|
|
273
|
+
$unknown?: never;
|
|
274
|
+
}
|
|
275
|
+
interface $UnknownMember {
|
|
276
|
+
Endpoint?: never;
|
|
277
|
+
$unknown: [string, any];
|
|
278
|
+
}
|
|
279
|
+
interface Visitor<T> {
|
|
280
|
+
Endpoint: (value: AIBenchmarkEndpoint) => T;
|
|
281
|
+
_: (name: string, value: any) => T;
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
export interface AICapacityReservationConfig {
|
|
285
|
+
CapacityReservationPreference?: AICapacityReservationPreference | undefined;
|
|
286
|
+
MlReservationArns?: string[] | undefined;
|
|
287
|
+
}
|
|
288
|
+
export interface AIWorkloadS3DataSource {
|
|
289
|
+
S3Uri: string | undefined;
|
|
290
|
+
}
|
|
291
|
+
export interface AIWorkloadDataSource {
|
|
292
|
+
S3DataSource?: AIWorkloadS3DataSource | undefined;
|
|
293
|
+
}
|
|
294
|
+
export interface AIWorkloadInputDataConfig {
|
|
295
|
+
ChannelName: string | undefined;
|
|
296
|
+
DataSource: AIWorkloadDataSource | undefined;
|
|
297
|
+
}
|
|
298
|
+
export type AIDatasetConfig =
|
|
299
|
+
| AIDatasetConfig.InputDataConfigMember
|
|
300
|
+
| AIDatasetConfig.$UnknownMember;
|
|
301
|
+
export declare namespace AIDatasetConfig {
|
|
302
|
+
interface InputDataConfigMember {
|
|
303
|
+
InputDataConfig: AIWorkloadInputDataConfig[];
|
|
304
|
+
$unknown?: never;
|
|
305
|
+
}
|
|
306
|
+
interface $UnknownMember {
|
|
307
|
+
InputDataConfig?: never;
|
|
308
|
+
$unknown: [string, any];
|
|
309
|
+
}
|
|
310
|
+
interface Visitor<T> {
|
|
311
|
+
InputDataConfig: (value: AIWorkloadInputDataConfig[]) => T;
|
|
312
|
+
_: (name: string, value: any) => T;
|
|
313
|
+
}
|
|
314
|
+
}
|
|
315
|
+
export interface AIModelSourceS3 {
|
|
316
|
+
S3Uri?: string | undefined;
|
|
317
|
+
}
|
|
318
|
+
export type AIModelSource =
|
|
319
|
+
| AIModelSource.S3Member
|
|
320
|
+
| AIModelSource.$UnknownMember;
|
|
321
|
+
export declare namespace AIModelSource {
|
|
322
|
+
interface S3Member {
|
|
323
|
+
S3: AIModelSourceS3;
|
|
324
|
+
$unknown?: never;
|
|
325
|
+
}
|
|
326
|
+
interface $UnknownMember {
|
|
327
|
+
S3?: never;
|
|
328
|
+
$unknown: [string, any];
|
|
329
|
+
}
|
|
330
|
+
interface Visitor<T> {
|
|
331
|
+
S3: (value: AIModelSourceS3) => T;
|
|
332
|
+
_: (name: string, value: any) => T;
|
|
333
|
+
}
|
|
334
|
+
}
|
|
335
|
+
export interface AIRecommendationDeploymentS3Channel {
|
|
336
|
+
ChannelName?: string | undefined;
|
|
337
|
+
Uri?: string | undefined;
|
|
338
|
+
}
|
|
339
|
+
export interface AIRecommendationDeploymentConfiguration {
|
|
340
|
+
S3?: AIRecommendationDeploymentS3Channel[] | undefined;
|
|
341
|
+
ImageUri?: string | undefined;
|
|
342
|
+
InstanceType?: AIRecommendationInstanceType | undefined;
|
|
343
|
+
InstanceCount?: number | undefined;
|
|
344
|
+
CopyCountPerInstance?: number | undefined;
|
|
345
|
+
EnvironmentVariables?: Record<string, string> | undefined;
|
|
346
|
+
}
|
|
347
|
+
export interface AIRecommendationPerformanceMetric {
|
|
348
|
+
Metric: string | undefined;
|
|
349
|
+
Stat?: string | undefined;
|
|
350
|
+
Value: string | undefined;
|
|
351
|
+
Unit?: string | undefined;
|
|
352
|
+
}
|
|
353
|
+
export interface AIRecommendationInstanceDetail {
|
|
354
|
+
InstanceType?: AIRecommendationInstanceType | undefined;
|
|
355
|
+
InstanceCount?: number | undefined;
|
|
356
|
+
CopyCountPerInstance?: number | undefined;
|
|
357
|
+
}
|
|
358
|
+
export interface AIRecommendationModelDetails {
|
|
359
|
+
ModelPackageArn?: string | undefined;
|
|
360
|
+
InferenceSpecificationName?: string | undefined;
|
|
361
|
+
InstanceDetails?: AIRecommendationInstanceDetail[] | undefined;
|
|
362
|
+
}
|
|
363
|
+
export interface AIRecommendationOptimizationDetail {
|
|
364
|
+
OptimizationType: AIRecommendationOptimizationType | undefined;
|
|
365
|
+
OptimizationConfig?: Record<string, string> | undefined;
|
|
366
|
+
}
|
|
367
|
+
export interface AIRecommendation {
|
|
368
|
+
RecommendationDescription?: string | undefined;
|
|
369
|
+
OptimizationDetails?: AIRecommendationOptimizationDetail[] | undefined;
|
|
370
|
+
ModelDetails?: AIRecommendationModelDetails | undefined;
|
|
371
|
+
DeploymentConfiguration?: AIRecommendationDeploymentConfiguration | undefined;
|
|
372
|
+
AIBenchmarkJobArn?: string | undefined;
|
|
373
|
+
ExpectedPerformance?: AIRecommendationPerformanceMetric[] | undefined;
|
|
374
|
+
}
|
|
375
|
+
export interface AIRecommendationComputeSpec {
|
|
376
|
+
InstanceTypes?: AIRecommendationInstanceType[] | undefined;
|
|
377
|
+
CapacityReservationConfig?: AICapacityReservationConfig | undefined;
|
|
378
|
+
}
|
|
379
|
+
export interface AIRecommendationConstraint {
|
|
380
|
+
Metric: AIRecommendationMetric | undefined;
|
|
381
|
+
}
|
|
382
|
+
export interface AIRecommendationInferenceSpecification {
|
|
383
|
+
Framework?: AIRecommendationInferenceFramework | undefined;
|
|
384
|
+
}
|
|
385
|
+
export interface AIRecommendationJobSummary {
|
|
386
|
+
AIRecommendationJobName: string | undefined;
|
|
387
|
+
AIRecommendationJobArn: string | undefined;
|
|
388
|
+
AIRecommendationJobStatus: AIRecommendationJobStatus | undefined;
|
|
389
|
+
CreationTime: Date | undefined;
|
|
390
|
+
EndTime?: Date | undefined;
|
|
391
|
+
}
|
|
392
|
+
export interface AIRecommendationOutputConfig {
|
|
393
|
+
S3OutputLocation?: string | undefined;
|
|
394
|
+
ModelPackageGroupIdentifier?: string | undefined;
|
|
395
|
+
}
|
|
396
|
+
export interface AIRecommendationOutputResult {
|
|
397
|
+
S3OutputLocation: string | undefined;
|
|
398
|
+
ModelPackageGroupIdentifier?: string | undefined;
|
|
399
|
+
}
|
|
400
|
+
export interface AIRecommendationPerformanceTarget {
|
|
401
|
+
Constraints: AIRecommendationConstraint[] | undefined;
|
|
402
|
+
}
|
|
403
|
+
export type WorkloadSpec =
|
|
404
|
+
| WorkloadSpec.InlineMember
|
|
405
|
+
| WorkloadSpec.$UnknownMember;
|
|
406
|
+
export declare namespace WorkloadSpec {
|
|
407
|
+
interface InlineMember {
|
|
408
|
+
Inline: string;
|
|
409
|
+
$unknown?: never;
|
|
410
|
+
}
|
|
411
|
+
interface $UnknownMember {
|
|
412
|
+
Inline?: never;
|
|
413
|
+
$unknown: [string, any];
|
|
414
|
+
}
|
|
415
|
+
interface Visitor<T> {
|
|
416
|
+
Inline: (value: string) => T;
|
|
417
|
+
_: (name: string, value: any) => T;
|
|
418
|
+
}
|
|
419
|
+
}
|
|
420
|
+
export interface AIWorkloadConfigs {
|
|
421
|
+
WorkloadSpec: WorkloadSpec | undefined;
|
|
422
|
+
}
|
|
423
|
+
export interface AIWorkloadConfigSummary {
|
|
424
|
+
AIWorkloadConfigName: string | undefined;
|
|
425
|
+
AIWorkloadConfigArn: string | undefined;
|
|
426
|
+
CreationTime: Date | undefined;
|
|
427
|
+
}
|
|
234
428
|
export interface Alarm {
|
|
235
429
|
AlarmName?: string | undefined;
|
|
236
430
|
}
|
|
@@ -657,10 +851,6 @@ export interface AutoMLJobCompletionCriteria {
|
|
|
657
851
|
MaxRuntimePerTrainingJobInSeconds?: number | undefined;
|
|
658
852
|
MaxAutoMLJobRuntimeInSeconds?: number | undefined;
|
|
659
853
|
}
|
|
660
|
-
export interface VpcConfig {
|
|
661
|
-
SecurityGroupIds: string[] | undefined;
|
|
662
|
-
Subnets: string[] | undefined;
|
|
663
|
-
}
|
|
664
854
|
export interface AutoMLSecurityConfig {
|
|
665
855
|
VolumeKmsKeyId?: string | undefined;
|
|
666
856
|
EnableInterContainerTrafficEncryption?: boolean | undefined;
|
|
@@ -1746,217 +1936,3 @@ export interface ImageConfig {
|
|
|
1746
1936
|
export interface MultiModelConfig {
|
|
1747
1937
|
ModelCacheSetting?: ModelCacheSetting | undefined;
|
|
1748
1938
|
}
|
|
1749
|
-
export interface ContainerDefinition {
|
|
1750
|
-
ContainerHostname?: string | undefined;
|
|
1751
|
-
Image?: string | undefined;
|
|
1752
|
-
ImageConfig?: ImageConfig | undefined;
|
|
1753
|
-
Mode?: ContainerMode | undefined;
|
|
1754
|
-
ModelDataUrl?: string | undefined;
|
|
1755
|
-
ModelDataSource?: ModelDataSource | undefined;
|
|
1756
|
-
AdditionalModelDataSources?: AdditionalModelDataSource[] | undefined;
|
|
1757
|
-
Environment?: Record<string, string> | undefined;
|
|
1758
|
-
ModelPackageName?: string | undefined;
|
|
1759
|
-
InferenceSpecificationName?: string | undefined;
|
|
1760
|
-
MultiModelConfig?: MultiModelConfig | undefined;
|
|
1761
|
-
}
|
|
1762
|
-
export interface ContextSource {
|
|
1763
|
-
SourceUri: string | undefined;
|
|
1764
|
-
SourceType?: string | undefined;
|
|
1765
|
-
SourceId?: string | undefined;
|
|
1766
|
-
}
|
|
1767
|
-
export interface ContextSummary {
|
|
1768
|
-
ContextArn?: string | undefined;
|
|
1769
|
-
ContextName?: string | undefined;
|
|
1770
|
-
Source?: ContextSource | undefined;
|
|
1771
|
-
ContextType?: string | undefined;
|
|
1772
|
-
CreationTime?: Date | undefined;
|
|
1773
|
-
LastModifiedTime?: Date | undefined;
|
|
1774
|
-
}
|
|
1775
|
-
export interface ContinuousParameterRange {
|
|
1776
|
-
Name: string | undefined;
|
|
1777
|
-
MinValue: string | undefined;
|
|
1778
|
-
MaxValue: string | undefined;
|
|
1779
|
-
ScalingType?: HyperParameterScalingType | undefined;
|
|
1780
|
-
}
|
|
1781
|
-
export interface ContinuousParameterRangeSpecification {
|
|
1782
|
-
MinValue: string | undefined;
|
|
1783
|
-
MaxValue: string | undefined;
|
|
1784
|
-
}
|
|
1785
|
-
export interface ConvergenceDetected {
|
|
1786
|
-
CompleteOnConvergence?: CompleteOnConvergence | undefined;
|
|
1787
|
-
}
|
|
1788
|
-
export interface MetadataProperties {
|
|
1789
|
-
CommitId?: string | undefined;
|
|
1790
|
-
Repository?: string | undefined;
|
|
1791
|
-
GeneratedBy?: string | undefined;
|
|
1792
|
-
ProjectId?: string | undefined;
|
|
1793
|
-
}
|
|
1794
|
-
export interface CreateActionRequest {
|
|
1795
|
-
ActionName: string | undefined;
|
|
1796
|
-
Source: ActionSource | undefined;
|
|
1797
|
-
ActionType: string | undefined;
|
|
1798
|
-
Description?: string | undefined;
|
|
1799
|
-
Status?: ActionStatus | undefined;
|
|
1800
|
-
Properties?: Record<string, string> | undefined;
|
|
1801
|
-
MetadataProperties?: MetadataProperties | undefined;
|
|
1802
|
-
Tags?: Tag[] | undefined;
|
|
1803
|
-
}
|
|
1804
|
-
export interface CreateActionResponse {
|
|
1805
|
-
ActionArn?: string | undefined;
|
|
1806
|
-
}
|
|
1807
|
-
export interface IntegerParameterRangeSpecification {
|
|
1808
|
-
MinValue: string | undefined;
|
|
1809
|
-
MaxValue: string | undefined;
|
|
1810
|
-
}
|
|
1811
|
-
export interface ParameterRange {
|
|
1812
|
-
IntegerParameterRangeSpecification?:
|
|
1813
|
-
| IntegerParameterRangeSpecification
|
|
1814
|
-
| undefined;
|
|
1815
|
-
ContinuousParameterRangeSpecification?:
|
|
1816
|
-
| ContinuousParameterRangeSpecification
|
|
1817
|
-
| undefined;
|
|
1818
|
-
CategoricalParameterRangeSpecification?:
|
|
1819
|
-
| CategoricalParameterRangeSpecification
|
|
1820
|
-
| undefined;
|
|
1821
|
-
}
|
|
1822
|
-
export interface HyperParameterSpecification {
|
|
1823
|
-
Name: string | undefined;
|
|
1824
|
-
Description?: string | undefined;
|
|
1825
|
-
Type: ParameterType | undefined;
|
|
1826
|
-
Range?: ParameterRange | undefined;
|
|
1827
|
-
IsTunable?: boolean | undefined;
|
|
1828
|
-
IsRequired?: boolean | undefined;
|
|
1829
|
-
DefaultValue?: string | undefined;
|
|
1830
|
-
}
|
|
1831
|
-
export interface HyperParameterTuningJobObjective {
|
|
1832
|
-
Type: HyperParameterTuningJobObjectiveType | undefined;
|
|
1833
|
-
MetricName: string | undefined;
|
|
1834
|
-
}
|
|
1835
|
-
export interface TrainingSpecification {
|
|
1836
|
-
TrainingImage: string | undefined;
|
|
1837
|
-
TrainingImageDigest?: string | undefined;
|
|
1838
|
-
SupportedHyperParameters?: HyperParameterSpecification[] | undefined;
|
|
1839
|
-
SupportedTrainingInstanceTypes: TrainingInstanceType[] | undefined;
|
|
1840
|
-
SupportsDistributedTraining?: boolean | undefined;
|
|
1841
|
-
MetricDefinitions?: MetricDefinition[] | undefined;
|
|
1842
|
-
TrainingChannels: ChannelSpecification[] | undefined;
|
|
1843
|
-
SupportedTuningJobObjectiveMetrics?:
|
|
1844
|
-
| HyperParameterTuningJobObjective[]
|
|
1845
|
-
| undefined;
|
|
1846
|
-
AdditionalS3DataSource?: AdditionalS3DataSource | undefined;
|
|
1847
|
-
}
|
|
1848
|
-
export interface CreateAlgorithmInput {
|
|
1849
|
-
AlgorithmName: string | undefined;
|
|
1850
|
-
AlgorithmDescription?: string | undefined;
|
|
1851
|
-
TrainingSpecification: TrainingSpecification | undefined;
|
|
1852
|
-
InferenceSpecification?: InferenceSpecification | undefined;
|
|
1853
|
-
ValidationSpecification?: AlgorithmValidationSpecification | undefined;
|
|
1854
|
-
CertifyForMarketplace?: boolean | undefined;
|
|
1855
|
-
Tags?: Tag[] | undefined;
|
|
1856
|
-
}
|
|
1857
|
-
export interface CreateAlgorithmOutput {
|
|
1858
|
-
AlgorithmArn: string | undefined;
|
|
1859
|
-
}
|
|
1860
|
-
export interface CreateAppRequest {
|
|
1861
|
-
DomainId: string | undefined;
|
|
1862
|
-
UserProfileName?: string | undefined;
|
|
1863
|
-
SpaceName?: string | undefined;
|
|
1864
|
-
AppType: AppType | undefined;
|
|
1865
|
-
AppName: string | undefined;
|
|
1866
|
-
Tags?: Tag[] | undefined;
|
|
1867
|
-
ResourceSpec?: ResourceSpec | undefined;
|
|
1868
|
-
RecoveryMode?: boolean | undefined;
|
|
1869
|
-
}
|
|
1870
|
-
export interface CreateAppResponse {
|
|
1871
|
-
AppArn?: string | undefined;
|
|
1872
|
-
}
|
|
1873
|
-
export interface CreateAppImageConfigRequest {
|
|
1874
|
-
AppImageConfigName: string | undefined;
|
|
1875
|
-
Tags?: Tag[] | undefined;
|
|
1876
|
-
KernelGatewayImageConfig?: KernelGatewayImageConfig | undefined;
|
|
1877
|
-
JupyterLabAppImageConfig?: JupyterLabAppImageConfig | undefined;
|
|
1878
|
-
CodeEditorAppImageConfig?: CodeEditorAppImageConfig | undefined;
|
|
1879
|
-
}
|
|
1880
|
-
export interface CreateAppImageConfigResponse {
|
|
1881
|
-
AppImageConfigArn?: string | undefined;
|
|
1882
|
-
}
|
|
1883
|
-
export interface CreateArtifactRequest {
|
|
1884
|
-
ArtifactName?: string | undefined;
|
|
1885
|
-
Source: ArtifactSource | undefined;
|
|
1886
|
-
ArtifactType: string | undefined;
|
|
1887
|
-
Properties?: Record<string, string> | undefined;
|
|
1888
|
-
MetadataProperties?: MetadataProperties | undefined;
|
|
1889
|
-
Tags?: Tag[] | undefined;
|
|
1890
|
-
}
|
|
1891
|
-
export interface CreateArtifactResponse {
|
|
1892
|
-
ArtifactArn?: string | undefined;
|
|
1893
|
-
}
|
|
1894
|
-
export interface ModelDeployConfig {
|
|
1895
|
-
AutoGenerateEndpointName?: boolean | undefined;
|
|
1896
|
-
EndpointName?: string | undefined;
|
|
1897
|
-
}
|
|
1898
|
-
export interface CreateAutoMLJobRequest {
|
|
1899
|
-
AutoMLJobName: string | undefined;
|
|
1900
|
-
InputDataConfig: AutoMLChannel[] | undefined;
|
|
1901
|
-
OutputDataConfig: AutoMLOutputDataConfig | undefined;
|
|
1902
|
-
ProblemType?: ProblemType | undefined;
|
|
1903
|
-
AutoMLJobObjective?: AutoMLJobObjective | undefined;
|
|
1904
|
-
AutoMLJobConfig?: AutoMLJobConfig | undefined;
|
|
1905
|
-
RoleArn: string | undefined;
|
|
1906
|
-
GenerateCandidateDefinitionsOnly?: boolean | undefined;
|
|
1907
|
-
Tags?: Tag[] | undefined;
|
|
1908
|
-
ModelDeployConfig?: ModelDeployConfig | undefined;
|
|
1909
|
-
}
|
|
1910
|
-
export interface CreateAutoMLJobResponse {
|
|
1911
|
-
AutoMLJobArn: string | undefined;
|
|
1912
|
-
}
|
|
1913
|
-
export interface CreateAutoMLJobV2Request {
|
|
1914
|
-
AutoMLJobName: string | undefined;
|
|
1915
|
-
AutoMLJobInputDataConfig: AutoMLJobChannel[] | undefined;
|
|
1916
|
-
OutputDataConfig: AutoMLOutputDataConfig | undefined;
|
|
1917
|
-
AutoMLProblemTypeConfig: AutoMLProblemTypeConfig | undefined;
|
|
1918
|
-
RoleArn: string | undefined;
|
|
1919
|
-
Tags?: Tag[] | undefined;
|
|
1920
|
-
SecurityConfig?: AutoMLSecurityConfig | undefined;
|
|
1921
|
-
AutoMLJobObjective?: AutoMLJobObjective | undefined;
|
|
1922
|
-
ModelDeployConfig?: ModelDeployConfig | undefined;
|
|
1923
|
-
DataSplitConfig?: AutoMLDataSplitConfig | undefined;
|
|
1924
|
-
AutoMLComputeConfig?: AutoMLComputeConfig | undefined;
|
|
1925
|
-
}
|
|
1926
|
-
export interface CreateAutoMLJobV2Response {
|
|
1927
|
-
AutoMLJobArn: string | undefined;
|
|
1928
|
-
}
|
|
1929
|
-
export interface CreateClusterRequest {
|
|
1930
|
-
ClusterName: string | undefined;
|
|
1931
|
-
InstanceGroups?: ClusterInstanceGroupSpecification[] | undefined;
|
|
1932
|
-
RestrictedInstanceGroups?:
|
|
1933
|
-
| ClusterRestrictedInstanceGroupSpecification[]
|
|
1934
|
-
| undefined;
|
|
1935
|
-
VpcConfig?: VpcConfig | undefined;
|
|
1936
|
-
Tags?: Tag[] | undefined;
|
|
1937
|
-
Orchestrator?: ClusterOrchestrator | undefined;
|
|
1938
|
-
NodeRecovery?: ClusterNodeRecovery | undefined;
|
|
1939
|
-
TieredStorageConfig?: ClusterTieredStorageConfig | undefined;
|
|
1940
|
-
NodeProvisioningMode?: ClusterNodeProvisioningMode | undefined;
|
|
1941
|
-
ClusterRole?: string | undefined;
|
|
1942
|
-
AutoScaling?: ClusterAutoScalingConfig | undefined;
|
|
1943
|
-
}
|
|
1944
|
-
export interface CreateClusterResponse {
|
|
1945
|
-
ClusterArn: string | undefined;
|
|
1946
|
-
}
|
|
1947
|
-
export interface PriorityClass {
|
|
1948
|
-
Name: string | undefined;
|
|
1949
|
-
Weight: number | undefined;
|
|
1950
|
-
}
|
|
1951
|
-
export interface SchedulerConfig {
|
|
1952
|
-
PriorityClasses?: PriorityClass[] | undefined;
|
|
1953
|
-
FairShare?: FairShare | undefined;
|
|
1954
|
-
IdleResourceSharing?: IdleResourceSharing | undefined;
|
|
1955
|
-
}
|
|
1956
|
-
export interface CreateClusterSchedulerConfigRequest {
|
|
1957
|
-
Name: string | undefined;
|
|
1958
|
-
ClusterArn: string | undefined;
|
|
1959
|
-
SchedulerConfig: SchedulerConfig | undefined;
|
|
1960
|
-
Description?: string | undefined;
|
|
1961
|
-
Tags?: Tag[] | undefined;
|
|
1962
|
-
}
|