@aws-sdk/client-sagemaker 3.940.0 → 3.944.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 +48 -0
- package/dist-cjs/index.js +487 -32
- package/dist-es/SageMaker.js +12 -0
- package/dist-es/commands/CreateMlflowAppCommand.js +16 -0
- package/dist-es/commands/CreatePresignedMlflowAppUrlCommand.js +16 -0
- package/dist-es/commands/DeleteMlflowAppCommand.js +16 -0
- package/dist-es/commands/DescribeMlflowAppCommand.js +16 -0
- package/dist-es/commands/ListMlflowAppsCommand.js +16 -0
- package/dist-es/commands/UpdateMlflowAppCommand.js +16 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/enums.js +59 -0
- package/dist-es/pagination/ListMlflowAppsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +333 -32
- package/dist-types/SageMaker.d.ts +43 -0
- package/dist-types/SageMakerClient.d.ts +8 -2
- package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +7 -0
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +9 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +3 -3
- package/dist-types/commands/CreateComputeQuotaCommand.d.ts +3 -2
- package/dist-types/commands/CreateContextCommand.d.ts +1 -1
- package/dist-types/commands/CreateDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateHubContentPresignedUrlsCommand.d.ts +1 -1
- package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +6 -0
- package/dist-types/commands/CreateMlflowAppCommand.d.ts +91 -0
- package/dist-types/commands/CreateModelPackageCommand.d.ts +13 -0
- package/dist-types/commands/CreatePresignedMlflowAppUrlCommand.d.ts +79 -0
- package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +22 -2
- package/dist-types/commands/CreateUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteHubContentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteHubContentReferenceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMlflowAppCommand.d.ts +77 -0
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +9 -0
- package/dist-types/commands/DescribeClusterCommand.d.ts +2 -2
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeComputeQuotaCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDomainCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHubContentCommand.d.ts +3 -3
- package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +6 -0
- package/dist-types/commands/DescribeMlflowAppCommand.d.ts +111 -0
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +13 -0
- package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +4 -0
- package/dist-types/commands/DescribeProjectCommand.d.ts +2 -1
- package/dist-types/commands/DescribeReservedCapacityCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpaceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSubscribedWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +34 -1
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/ImportHubContentCommand.d.ts +1 -1
- package/dist-types/commands/ListClusterNodesCommand.d.ts +1 -1
- package/dist-types/commands/ListComputeQuotasCommand.d.ts +1 -1
- package/dist-types/commands/ListHubContentVersionsCommand.d.ts +3 -3
- package/dist-types/commands/ListHubContentsCommand.d.ts +3 -3
- package/dist-types/commands/ListMlflowAppsCommand.d.ts +93 -0
- package/dist-types/commands/ListModelPackagesCommand.d.ts +1 -0
- package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +32 -0
- package/dist-types/commands/ListResourceCatalogsCommand.d.ts +1 -1
- package/dist-types/commands/ListSpacesCommand.d.ts +1 -1
- package/dist-types/commands/ListStageDevicesCommand.d.ts +1 -1
- package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListSubscribedWorkteamsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrainingJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/commands/ListTrainingPlansCommand.d.ts +1 -2
- package/dist-types/commands/SearchCommand.d.ts +29 -0
- package/dist-types/commands/StartPipelineExecutionCommand.d.ts +1 -0
- package/dist-types/commands/UpdateClusterCommand.d.ts +2 -2
- package/dist-types/commands/UpdateComputeQuotaCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDomainCommand.d.ts +1 -1
- package/dist-types/commands/UpdateHubContentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateHubContentReferenceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMlflowAppCommand.d.ts +88 -0
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +13 -0
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/enums.d.ts +139 -0
- package/dist-types/models/models_0.d.ts +116 -143
- package/dist-types/models/models_1.d.ts +231 -350
- package/dist-types/models/models_2.d.ts +3669 -3805
- package/dist-types/models/models_3.d.ts +4263 -4059
- package/dist-types/models/models_4.d.ts +843 -4
- package/dist-types/pagination/ListMlflowAppsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +38 -0
- package/dist-types/ts3.4/SageMaker.d.ts +103 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateComputeQuotaCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateContextCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateMlflowAppCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreatePresignedMlflowAppUrlCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTrainingJobCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteMlflowAppCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DescribeMlflowAppCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeReservedCapacityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSubscribedWorkteamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrainingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMlflowAppsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListResourceCatalogsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStageDevicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStudioLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSubscribedWorkteamsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrainingJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrainingPlansCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateMlflowAppCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/enums.d.ts +78 -0
- package/dist-types/ts3.4/models/models_0.d.ts +29 -34
- package/dist-types/ts3.4/models/models_1.d.ts +60 -86
- package/dist-types/ts3.4/models/models_2.d.ts +145 -186
- package/dist-types/ts3.4/models/models_3.d.ts +261 -191
- package/dist-types/ts3.4/models/models_4.d.ts +228 -10
- package/dist-types/ts3.4/pagination/ListMlflowAppsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +38 -0
- package/package.json +5 -5
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
_InstanceType,
|
|
3
|
+
AccountDefaultStatus,
|
|
3
4
|
ActionStatus,
|
|
4
5
|
ActivationState,
|
|
5
6
|
AlgorithmStatus,
|
|
@@ -18,6 +19,7 @@ import {
|
|
|
18
19
|
ClusterNodeRecovery,
|
|
19
20
|
ClusterStatus,
|
|
20
21
|
CompilationJobStatus,
|
|
22
|
+
CustomizationTechnique,
|
|
21
23
|
DetailedModelPackageStatus,
|
|
22
24
|
DirectInternetAccess,
|
|
23
25
|
DomainStatus,
|
|
@@ -26,6 +28,7 @@ import {
|
|
|
26
28
|
EdgePresetDeploymentType,
|
|
27
29
|
EnabledOrDisabled,
|
|
28
30
|
EndpointStatus,
|
|
31
|
+
EvaluationType,
|
|
29
32
|
ExecutionStatus,
|
|
30
33
|
FeatureGroupStatus,
|
|
31
34
|
FeatureStatus,
|
|
@@ -50,12 +53,16 @@ import {
|
|
|
50
53
|
JoinSource,
|
|
51
54
|
LabelingJobStatus,
|
|
52
55
|
LastUpdateStatusValue,
|
|
56
|
+
MaintenanceStatus,
|
|
57
|
+
MlflowAppStatus,
|
|
53
58
|
ModelApprovalStatus,
|
|
54
59
|
ModelCardExportJobStatus,
|
|
55
60
|
ModelCardProcessingStatus,
|
|
56
61
|
ModelCardStatus,
|
|
57
62
|
ModelPackageGroupStatus,
|
|
63
|
+
ModelPackageRegistrationType,
|
|
58
64
|
ModelPackageStatus,
|
|
65
|
+
ModelRegistrationMode,
|
|
59
66
|
ModelVariantStatus,
|
|
60
67
|
MonitoringType,
|
|
61
68
|
NotebookInstanceAcceleratorType,
|
|
@@ -67,29 +74,25 @@ import {
|
|
|
67
74
|
PartnerAppAuthType,
|
|
68
75
|
PartnerAppStatus,
|
|
69
76
|
PartnerAppType,
|
|
77
|
+
Peft,
|
|
70
78
|
PipelineExecutionStatus,
|
|
71
79
|
PipelineStatus,
|
|
72
80
|
ProblemType,
|
|
81
|
+
ProcessingInstanceType,
|
|
73
82
|
ProcessingJobStatus,
|
|
74
83
|
Processor,
|
|
75
84
|
ProductionVariantAcceleratorType,
|
|
76
85
|
ProductionVariantInstanceType,
|
|
77
|
-
ProfilingStatus,
|
|
78
|
-
ProjectStatus,
|
|
79
86
|
RecommendationJobStatus,
|
|
80
87
|
RecommendationJobType,
|
|
81
88
|
RecommendationStatus,
|
|
82
|
-
ReservedCapacityInstanceType,
|
|
83
|
-
ReservedCapacityStatus,
|
|
84
|
-
ReservedCapacityType,
|
|
85
89
|
RetentionType,
|
|
86
90
|
RootAccess,
|
|
87
91
|
RuleEvaluationStatus,
|
|
88
92
|
SchedulerResourceStatus,
|
|
89
93
|
ScheduleStatus,
|
|
90
|
-
|
|
94
|
+
ServerlessJobType,
|
|
91
95
|
SkipModelValidation,
|
|
92
|
-
SpaceStatus,
|
|
93
96
|
StageStatus,
|
|
94
97
|
Statistic,
|
|
95
98
|
StudioLifecycleConfigAppType,
|
|
@@ -102,7 +105,6 @@ import {
|
|
|
102
105
|
TrialComponentPrimaryStatus,
|
|
103
106
|
VariantStatus,
|
|
104
107
|
VendorGuidance,
|
|
105
|
-
WarmPoolResourceStatus,
|
|
106
108
|
WorkforceIpAddressType,
|
|
107
109
|
} from "./enums";
|
|
108
110
|
import {
|
|
@@ -132,7 +134,6 @@ import {
|
|
|
132
134
|
Autotune,
|
|
133
135
|
AvailableUpgrade,
|
|
134
136
|
BatchDataCaptureConfig,
|
|
135
|
-
CfnTemplateProviderDetail,
|
|
136
137
|
Channel,
|
|
137
138
|
CheckpointConfig,
|
|
138
139
|
ClusterAutoScalingConfigOutput,
|
|
@@ -145,12 +146,11 @@ import {
|
|
|
145
146
|
CodeEditorAppImageConfig,
|
|
146
147
|
CognitoConfig,
|
|
147
148
|
CognitoMemberDefinition,
|
|
149
|
+
CollectionConfiguration,
|
|
148
150
|
ComputeQuotaConfig,
|
|
149
151
|
ComputeQuotaTarget,
|
|
150
152
|
ContainerDefinition,
|
|
151
153
|
ContextSource,
|
|
152
|
-
DataQualityAppSpecification,
|
|
153
|
-
DataQualityBaselineConfig,
|
|
154
154
|
GitConfig,
|
|
155
155
|
InferenceSpecification,
|
|
156
156
|
InputConfig,
|
|
@@ -175,9 +175,9 @@ import {
|
|
|
175
175
|
} from "./models_0";
|
|
176
176
|
import {
|
|
177
177
|
DataCaptureConfig,
|
|
178
|
+
DataQualityAppSpecification,
|
|
179
|
+
DataQualityBaselineConfig,
|
|
178
180
|
DataQualityJobInput,
|
|
179
|
-
DebugHookConfig,
|
|
180
|
-
DebugRuleConfiguration,
|
|
181
181
|
DefaultSpaceSettings,
|
|
182
182
|
DeploymentConfig,
|
|
183
183
|
DeviceSelectionConfig,
|
|
@@ -204,7 +204,6 @@ import {
|
|
|
204
204
|
InferenceExecutionConfig,
|
|
205
205
|
InferenceExperimentDataStorageConfig,
|
|
206
206
|
InferenceExperimentSchedule,
|
|
207
|
-
InfraCheckConfig,
|
|
208
207
|
InstanceMetadataServiceConfiguration,
|
|
209
208
|
LabelingJobAlgorithmsConfig,
|
|
210
209
|
LabelingJobInputConfig,
|
|
@@ -241,7 +240,6 @@ import {
|
|
|
241
240
|
OptimizationJobModelSource,
|
|
242
241
|
OptimizationJobOutputConfig,
|
|
243
242
|
OptimizationVpcConfig,
|
|
244
|
-
OwnershipSettings,
|
|
245
243
|
ParallelismConfiguration,
|
|
246
244
|
PartnerAppConfig,
|
|
247
245
|
PartnerAppMaintenanceConfig,
|
|
@@ -253,20 +251,113 @@ import {
|
|
|
253
251
|
ProductionVariantManagedInstanceScaling,
|
|
254
252
|
ProductionVariantRoutingConfig,
|
|
255
253
|
ProductionVariantServerlessConfig,
|
|
256
|
-
ProfilerConfig,
|
|
257
|
-
ProfilerRuleConfiguration,
|
|
258
254
|
RecommendationJobInputConfig,
|
|
259
255
|
RecommendationJobStoppingConditions,
|
|
260
|
-
RemoteDebugConfig,
|
|
261
256
|
RetryStrategy,
|
|
262
|
-
ServiceCatalogProvisioningDetails,
|
|
263
257
|
ShadowModeConfig,
|
|
264
258
|
SourceAlgorithmSpecification,
|
|
265
|
-
SpaceSettings,
|
|
266
|
-
SpaceSharingSettings,
|
|
267
|
-
TensorBoardOutputConfig,
|
|
268
259
|
UserSettings,
|
|
269
260
|
} from "./models_1";
|
|
261
|
+
export interface CreateStudioLifecycleConfigRequest {
|
|
262
|
+
StudioLifecycleConfigName: string | undefined;
|
|
263
|
+
StudioLifecycleConfigContent: string | undefined;
|
|
264
|
+
StudioLifecycleConfigAppType: StudioLifecycleConfigAppType | undefined;
|
|
265
|
+
Tags?: Tag[] | undefined;
|
|
266
|
+
}
|
|
267
|
+
export interface CreateStudioLifecycleConfigResponse {
|
|
268
|
+
StudioLifecycleConfigArn?: string | undefined;
|
|
269
|
+
}
|
|
270
|
+
export interface DebugHookConfig {
|
|
271
|
+
LocalPath?: string | undefined;
|
|
272
|
+
S3OutputPath: string | undefined;
|
|
273
|
+
HookParameters?: Record<string, string> | undefined;
|
|
274
|
+
CollectionConfigurations?: CollectionConfiguration[] | undefined;
|
|
275
|
+
}
|
|
276
|
+
export interface DebugRuleConfiguration {
|
|
277
|
+
RuleConfigurationName: string | undefined;
|
|
278
|
+
LocalPath?: string | undefined;
|
|
279
|
+
S3OutputPath?: string | undefined;
|
|
280
|
+
RuleEvaluatorImage: string | undefined;
|
|
281
|
+
InstanceType?: ProcessingInstanceType | undefined;
|
|
282
|
+
VolumeSizeInGB?: number | undefined;
|
|
283
|
+
RuleParameters?: Record<string, string> | undefined;
|
|
284
|
+
}
|
|
285
|
+
export interface InfraCheckConfig {
|
|
286
|
+
EnableInfraCheck?: boolean | undefined;
|
|
287
|
+
}
|
|
288
|
+
export interface MlflowConfig {
|
|
289
|
+
MlflowResourceArn: string | undefined;
|
|
290
|
+
MlflowExperimentName?: string | undefined;
|
|
291
|
+
MlflowRunName?: string | undefined;
|
|
292
|
+
}
|
|
293
|
+
export interface ModelPackageConfig {
|
|
294
|
+
ModelPackageGroupArn: string | undefined;
|
|
295
|
+
SourceModelPackageArn?: string | undefined;
|
|
296
|
+
}
|
|
297
|
+
export interface ProfilerConfig {
|
|
298
|
+
S3OutputPath?: string | undefined;
|
|
299
|
+
ProfilingIntervalInMilliseconds?: number | undefined;
|
|
300
|
+
ProfilingParameters?: Record<string, string> | undefined;
|
|
301
|
+
DisableProfiler?: boolean | undefined;
|
|
302
|
+
}
|
|
303
|
+
export interface ProfilerRuleConfiguration {
|
|
304
|
+
RuleConfigurationName: string | undefined;
|
|
305
|
+
LocalPath?: string | undefined;
|
|
306
|
+
S3OutputPath?: string | undefined;
|
|
307
|
+
RuleEvaluatorImage: string | undefined;
|
|
308
|
+
InstanceType?: ProcessingInstanceType | undefined;
|
|
309
|
+
VolumeSizeInGB?: number | undefined;
|
|
310
|
+
RuleParameters?: Record<string, string> | undefined;
|
|
311
|
+
}
|
|
312
|
+
export interface RemoteDebugConfig {
|
|
313
|
+
EnableRemoteDebug?: boolean | undefined;
|
|
314
|
+
}
|
|
315
|
+
export interface ServerlessJobConfig {
|
|
316
|
+
BaseModelArn: string | undefined;
|
|
317
|
+
AcceptEula?: boolean | undefined;
|
|
318
|
+
JobType: ServerlessJobType | undefined;
|
|
319
|
+
CustomizationTechnique?: CustomizationTechnique | undefined;
|
|
320
|
+
Peft?: Peft | undefined;
|
|
321
|
+
EvaluationType?: EvaluationType | undefined;
|
|
322
|
+
EvaluatorArn?: string | undefined;
|
|
323
|
+
}
|
|
324
|
+
export interface SessionChainingConfig {
|
|
325
|
+
EnableSessionTagChaining?: boolean | undefined;
|
|
326
|
+
}
|
|
327
|
+
export interface TensorBoardOutputConfig {
|
|
328
|
+
LocalPath?: string | undefined;
|
|
329
|
+
S3OutputPath: string | undefined;
|
|
330
|
+
}
|
|
331
|
+
export interface CreateTrainingJobRequest {
|
|
332
|
+
TrainingJobName: string | undefined;
|
|
333
|
+
HyperParameters?: Record<string, string> | undefined;
|
|
334
|
+
AlgorithmSpecification?: AlgorithmSpecification | undefined;
|
|
335
|
+
RoleArn: string | undefined;
|
|
336
|
+
InputDataConfig?: Channel[] | undefined;
|
|
337
|
+
OutputDataConfig: OutputDataConfig | undefined;
|
|
338
|
+
ResourceConfig?: ResourceConfig | undefined;
|
|
339
|
+
VpcConfig?: VpcConfig | undefined;
|
|
340
|
+
StoppingCondition?: StoppingCondition | undefined;
|
|
341
|
+
Tags?: Tag[] | undefined;
|
|
342
|
+
EnableNetworkIsolation?: boolean | undefined;
|
|
343
|
+
EnableInterContainerTrafficEncryption?: boolean | undefined;
|
|
344
|
+
EnableManagedSpotTraining?: boolean | undefined;
|
|
345
|
+
CheckpointConfig?: CheckpointConfig | undefined;
|
|
346
|
+
DebugHookConfig?: DebugHookConfig | undefined;
|
|
347
|
+
DebugRuleConfigurations?: DebugRuleConfiguration[] | undefined;
|
|
348
|
+
TensorBoardOutputConfig?: TensorBoardOutputConfig | undefined;
|
|
349
|
+
ExperimentConfig?: ExperimentConfig | undefined;
|
|
350
|
+
ProfilerConfig?: ProfilerConfig | undefined;
|
|
351
|
+
ProfilerRuleConfigurations?: ProfilerRuleConfiguration[] | undefined;
|
|
352
|
+
Environment?: Record<string, string> | undefined;
|
|
353
|
+
RetryStrategy?: RetryStrategy | undefined;
|
|
354
|
+
RemoteDebugConfig?: RemoteDebugConfig | undefined;
|
|
355
|
+
InfraCheckConfig?: InfraCheckConfig | undefined;
|
|
356
|
+
SessionChainingConfig?: SessionChainingConfig | undefined;
|
|
357
|
+
ServerlessJobConfig?: ServerlessJobConfig | undefined;
|
|
358
|
+
MlflowConfig?: MlflowConfig | undefined;
|
|
359
|
+
ModelPackageConfig?: ModelPackageConfig | undefined;
|
|
360
|
+
}
|
|
270
361
|
export interface CreateTrainingJobResponse {
|
|
271
362
|
TrainingJobArn: string | undefined;
|
|
272
363
|
}
|
|
@@ -597,6 +688,12 @@ export interface DeleteInferenceExperimentRequest {
|
|
|
597
688
|
export interface DeleteInferenceExperimentResponse {
|
|
598
689
|
InferenceExperimentArn: string | undefined;
|
|
599
690
|
}
|
|
691
|
+
export interface DeleteMlflowAppRequest {
|
|
692
|
+
Arn: string | undefined;
|
|
693
|
+
}
|
|
694
|
+
export interface DeleteMlflowAppResponse {
|
|
695
|
+
Arn?: string | undefined;
|
|
696
|
+
}
|
|
600
697
|
export interface DeleteMlflowTrackingServerRequest {
|
|
601
698
|
TrackingServerName: string | undefined;
|
|
602
699
|
}
|
|
@@ -1680,6 +1777,26 @@ export interface DescribeLineageGroupResponse {
|
|
|
1680
1777
|
LastModifiedTime?: Date | undefined;
|
|
1681
1778
|
LastModifiedBy?: UserContext | undefined;
|
|
1682
1779
|
}
|
|
1780
|
+
export interface DescribeMlflowAppRequest {
|
|
1781
|
+
Arn: string | undefined;
|
|
1782
|
+
}
|
|
1783
|
+
export interface DescribeMlflowAppResponse {
|
|
1784
|
+
Arn?: string | undefined;
|
|
1785
|
+
Name?: string | undefined;
|
|
1786
|
+
ArtifactStoreUri?: string | undefined;
|
|
1787
|
+
MlflowVersion?: string | undefined;
|
|
1788
|
+
RoleArn?: string | undefined;
|
|
1789
|
+
Status?: MlflowAppStatus | undefined;
|
|
1790
|
+
ModelRegistrationMode?: ModelRegistrationMode | undefined;
|
|
1791
|
+
AccountDefaultStatus?: AccountDefaultStatus | undefined;
|
|
1792
|
+
DefaultDomainIdList?: string[] | undefined;
|
|
1793
|
+
CreationTime?: Date | undefined;
|
|
1794
|
+
CreatedBy?: UserContext | undefined;
|
|
1795
|
+
LastModifiedTime?: Date | undefined;
|
|
1796
|
+
LastModifiedBy?: UserContext | undefined;
|
|
1797
|
+
WeeklyMaintenanceWindowStart?: string | undefined;
|
|
1798
|
+
MaintenanceStatus?: MaintenanceStatus | undefined;
|
|
1799
|
+
}
|
|
1683
1800
|
export interface DescribeMlflowTrackingServerRequest {
|
|
1684
1801
|
TrackingServerName: string | undefined;
|
|
1685
1802
|
}
|
|
@@ -1803,6 +1920,7 @@ export interface DescribeModelPackageOutput {
|
|
|
1803
1920
|
ModelPackageName: string | undefined;
|
|
1804
1921
|
ModelPackageGroupName?: string | undefined;
|
|
1805
1922
|
ModelPackageVersion?: number | undefined;
|
|
1923
|
+
ModelPackageRegistrationType?: ModelPackageRegistrationType | undefined;
|
|
1806
1924
|
ModelPackageArn: string | undefined;
|
|
1807
1925
|
ModelPackageDescription?: string | undefined;
|
|
1808
1926
|
CreationTime: Date | undefined;
|
|
@@ -2014,6 +2132,10 @@ export interface DescribePipelineDefinitionForExecutionResponse {
|
|
|
2014
2132
|
export interface DescribePipelineExecutionRequest {
|
|
2015
2133
|
PipelineExecutionArn: string | undefined;
|
|
2016
2134
|
}
|
|
2135
|
+
export interface MLflowConfiguration {
|
|
2136
|
+
MlflowResourceArn?: string | undefined;
|
|
2137
|
+
MlflowExperimentName?: string | undefined;
|
|
2138
|
+
}
|
|
2017
2139
|
export interface PipelineExperimentConfig {
|
|
2018
2140
|
ExperimentName?: string | undefined;
|
|
2019
2141
|
TrialName?: string | undefined;
|
|
@@ -2040,6 +2162,7 @@ export interface DescribePipelineExecutionResponse {
|
|
|
2040
2162
|
ParallelismConfiguration?: ParallelismConfiguration | undefined;
|
|
2041
2163
|
SelectiveExecutionConfig?: SelectiveExecutionConfig | undefined;
|
|
2042
2164
|
PipelineVersionId?: number | undefined;
|
|
2165
|
+
MLflowConfig?: MLflowConfiguration | undefined;
|
|
2043
2166
|
}
|
|
2044
2167
|
export interface DescribeProcessingJobRequest {
|
|
2045
2168
|
ProcessingJobName: string | undefined;
|
|
@@ -2070,167 +2193,3 @@ export interface DescribeProcessingJobResponse {
|
|
|
2070
2193
|
export interface DescribeProjectInput {
|
|
2071
2194
|
ProjectName: string | undefined;
|
|
2072
2195
|
}
|
|
2073
|
-
export interface ServiceCatalogProvisionedProductDetails {
|
|
2074
|
-
ProvisionedProductId?: string | undefined;
|
|
2075
|
-
ProvisionedProductStatusMessage?: string | undefined;
|
|
2076
|
-
}
|
|
2077
|
-
export interface TemplateProviderDetail {
|
|
2078
|
-
CfnTemplateProviderDetail?: CfnTemplateProviderDetail | undefined;
|
|
2079
|
-
}
|
|
2080
|
-
export interface DescribeProjectOutput {
|
|
2081
|
-
ProjectArn: string | undefined;
|
|
2082
|
-
ProjectName: string | undefined;
|
|
2083
|
-
ProjectId: string | undefined;
|
|
2084
|
-
ProjectDescription?: string | undefined;
|
|
2085
|
-
ServiceCatalogProvisioningDetails?:
|
|
2086
|
-
| ServiceCatalogProvisioningDetails
|
|
2087
|
-
| undefined;
|
|
2088
|
-
ServiceCatalogProvisionedProductDetails?:
|
|
2089
|
-
| ServiceCatalogProvisionedProductDetails
|
|
2090
|
-
| undefined;
|
|
2091
|
-
ProjectStatus: ProjectStatus | undefined;
|
|
2092
|
-
TemplateProviderDetails?: TemplateProviderDetail[] | undefined;
|
|
2093
|
-
CreatedBy?: UserContext | undefined;
|
|
2094
|
-
CreationTime: Date | undefined;
|
|
2095
|
-
LastModifiedTime?: Date | undefined;
|
|
2096
|
-
LastModifiedBy?: UserContext | undefined;
|
|
2097
|
-
}
|
|
2098
|
-
export interface DescribeReservedCapacityRequest {
|
|
2099
|
-
ReservedCapacityArn: string | undefined;
|
|
2100
|
-
}
|
|
2101
|
-
export interface UltraServerSummary {
|
|
2102
|
-
UltraServerType: string | undefined;
|
|
2103
|
-
InstanceType: ReservedCapacityInstanceType | undefined;
|
|
2104
|
-
UltraServerCount?: number | undefined;
|
|
2105
|
-
AvailableSpareInstanceCount?: number | undefined;
|
|
2106
|
-
UnhealthyInstanceCount?: number | undefined;
|
|
2107
|
-
}
|
|
2108
|
-
export interface DescribeReservedCapacityResponse {
|
|
2109
|
-
ReservedCapacityArn: string | undefined;
|
|
2110
|
-
ReservedCapacityType?: ReservedCapacityType | undefined;
|
|
2111
|
-
Status?: ReservedCapacityStatus | undefined;
|
|
2112
|
-
AvailabilityZone?: string | undefined;
|
|
2113
|
-
DurationHours?: number | undefined;
|
|
2114
|
-
DurationMinutes?: number | undefined;
|
|
2115
|
-
StartTime?: Date | undefined;
|
|
2116
|
-
EndTime?: Date | undefined;
|
|
2117
|
-
InstanceType: ReservedCapacityInstanceType | undefined;
|
|
2118
|
-
TotalInstanceCount: number | undefined;
|
|
2119
|
-
AvailableInstanceCount?: number | undefined;
|
|
2120
|
-
InUseInstanceCount?: number | undefined;
|
|
2121
|
-
UltraServerSummary?: UltraServerSummary | undefined;
|
|
2122
|
-
}
|
|
2123
|
-
export interface DescribeSpaceRequest {
|
|
2124
|
-
DomainId: string | undefined;
|
|
2125
|
-
SpaceName: string | undefined;
|
|
2126
|
-
}
|
|
2127
|
-
export interface DescribeSpaceResponse {
|
|
2128
|
-
DomainId?: string | undefined;
|
|
2129
|
-
SpaceArn?: string | undefined;
|
|
2130
|
-
SpaceName?: string | undefined;
|
|
2131
|
-
HomeEfsFileSystemUid?: string | undefined;
|
|
2132
|
-
Status?: SpaceStatus | undefined;
|
|
2133
|
-
LastModifiedTime?: Date | undefined;
|
|
2134
|
-
CreationTime?: Date | undefined;
|
|
2135
|
-
FailureReason?: string | undefined;
|
|
2136
|
-
SpaceSettings?: SpaceSettings | undefined;
|
|
2137
|
-
OwnershipSettings?: OwnershipSettings | undefined;
|
|
2138
|
-
SpaceSharingSettings?: SpaceSharingSettings | undefined;
|
|
2139
|
-
SpaceDisplayName?: string | undefined;
|
|
2140
|
-
Url?: string | undefined;
|
|
2141
|
-
}
|
|
2142
|
-
export interface DescribeStudioLifecycleConfigRequest {
|
|
2143
|
-
StudioLifecycleConfigName: string | undefined;
|
|
2144
|
-
}
|
|
2145
|
-
export interface DescribeStudioLifecycleConfigResponse {
|
|
2146
|
-
StudioLifecycleConfigArn?: string | undefined;
|
|
2147
|
-
StudioLifecycleConfigName?: string | undefined;
|
|
2148
|
-
CreationTime?: Date | undefined;
|
|
2149
|
-
LastModifiedTime?: Date | undefined;
|
|
2150
|
-
StudioLifecycleConfigContent?: string | undefined;
|
|
2151
|
-
StudioLifecycleConfigAppType?: StudioLifecycleConfigAppType | undefined;
|
|
2152
|
-
}
|
|
2153
|
-
export interface DescribeSubscribedWorkteamRequest {
|
|
2154
|
-
WorkteamArn: string | undefined;
|
|
2155
|
-
}
|
|
2156
|
-
export interface SubscribedWorkteam {
|
|
2157
|
-
WorkteamArn: string | undefined;
|
|
2158
|
-
MarketplaceTitle?: string | undefined;
|
|
2159
|
-
SellerName?: string | undefined;
|
|
2160
|
-
MarketplaceDescription?: string | undefined;
|
|
2161
|
-
ListingId?: string | undefined;
|
|
2162
|
-
}
|
|
2163
|
-
export interface DescribeSubscribedWorkteamResponse {
|
|
2164
|
-
SubscribedWorkteam: SubscribedWorkteam | undefined;
|
|
2165
|
-
}
|
|
2166
|
-
export interface DescribeTrainingJobRequest {
|
|
2167
|
-
TrainingJobName: string | undefined;
|
|
2168
|
-
}
|
|
2169
|
-
export interface MetricData {
|
|
2170
|
-
MetricName?: string | undefined;
|
|
2171
|
-
Value?: number | undefined;
|
|
2172
|
-
Timestamp?: Date | undefined;
|
|
2173
|
-
}
|
|
2174
|
-
export interface ProfilerRuleEvaluationStatus {
|
|
2175
|
-
RuleConfigurationName?: string | undefined;
|
|
2176
|
-
RuleEvaluationJobArn?: string | undefined;
|
|
2177
|
-
RuleEvaluationStatus?: RuleEvaluationStatus | undefined;
|
|
2178
|
-
StatusDetails?: string | undefined;
|
|
2179
|
-
LastModifiedTime?: Date | undefined;
|
|
2180
|
-
}
|
|
2181
|
-
export interface SecondaryStatusTransition {
|
|
2182
|
-
Status: SecondaryStatus | undefined;
|
|
2183
|
-
StartTime: Date | undefined;
|
|
2184
|
-
EndTime?: Date | undefined;
|
|
2185
|
-
StatusMessage?: string | undefined;
|
|
2186
|
-
}
|
|
2187
|
-
export interface WarmPoolStatus {
|
|
2188
|
-
Status: WarmPoolResourceStatus | undefined;
|
|
2189
|
-
ResourceRetainedBillableTimeInSeconds?: number | undefined;
|
|
2190
|
-
ReusedByJob?: string | undefined;
|
|
2191
|
-
}
|
|
2192
|
-
export interface DescribeTrainingJobResponse {
|
|
2193
|
-
TrainingJobName: string | undefined;
|
|
2194
|
-
TrainingJobArn: string | undefined;
|
|
2195
|
-
TuningJobArn?: string | undefined;
|
|
2196
|
-
LabelingJobArn?: string | undefined;
|
|
2197
|
-
AutoMLJobArn?: string | undefined;
|
|
2198
|
-
ModelArtifacts: ModelArtifacts | undefined;
|
|
2199
|
-
TrainingJobStatus: TrainingJobStatus | undefined;
|
|
2200
|
-
SecondaryStatus: SecondaryStatus | undefined;
|
|
2201
|
-
FailureReason?: string | undefined;
|
|
2202
|
-
HyperParameters?: Record<string, string> | undefined;
|
|
2203
|
-
AlgorithmSpecification?: AlgorithmSpecification | undefined;
|
|
2204
|
-
RoleArn?: string | undefined;
|
|
2205
|
-
InputDataConfig?: Channel[] | undefined;
|
|
2206
|
-
OutputDataConfig?: OutputDataConfig | undefined;
|
|
2207
|
-
ResourceConfig?: ResourceConfig | undefined;
|
|
2208
|
-
WarmPoolStatus?: WarmPoolStatus | undefined;
|
|
2209
|
-
VpcConfig?: VpcConfig | undefined;
|
|
2210
|
-
StoppingCondition: StoppingCondition | undefined;
|
|
2211
|
-
CreationTime: Date | undefined;
|
|
2212
|
-
TrainingStartTime?: Date | undefined;
|
|
2213
|
-
TrainingEndTime?: Date | undefined;
|
|
2214
|
-
LastModifiedTime?: Date | undefined;
|
|
2215
|
-
SecondaryStatusTransitions?: SecondaryStatusTransition[] | undefined;
|
|
2216
|
-
FinalMetricDataList?: MetricData[] | undefined;
|
|
2217
|
-
EnableNetworkIsolation?: boolean | undefined;
|
|
2218
|
-
EnableInterContainerTrafficEncryption?: boolean | undefined;
|
|
2219
|
-
EnableManagedSpotTraining?: boolean | undefined;
|
|
2220
|
-
CheckpointConfig?: CheckpointConfig | undefined;
|
|
2221
|
-
TrainingTimeInSeconds?: number | undefined;
|
|
2222
|
-
BillableTimeInSeconds?: number | undefined;
|
|
2223
|
-
DebugHookConfig?: DebugHookConfig | undefined;
|
|
2224
|
-
ExperimentConfig?: ExperimentConfig | undefined;
|
|
2225
|
-
DebugRuleConfigurations?: DebugRuleConfiguration[] | undefined;
|
|
2226
|
-
TensorBoardOutputConfig?: TensorBoardOutputConfig | undefined;
|
|
2227
|
-
DebugRuleEvaluationStatuses?: DebugRuleEvaluationStatus[] | undefined;
|
|
2228
|
-
ProfilerConfig?: ProfilerConfig | undefined;
|
|
2229
|
-
ProfilerRuleConfigurations?: ProfilerRuleConfiguration[] | undefined;
|
|
2230
|
-
ProfilerRuleEvaluationStatuses?: ProfilerRuleEvaluationStatus[] | undefined;
|
|
2231
|
-
ProfilingStatus?: ProfilingStatus | undefined;
|
|
2232
|
-
Environment?: Record<string, string> | undefined;
|
|
2233
|
-
RetryStrategy?: RetryStrategy | undefined;
|
|
2234
|
-
RemoteDebugConfig?: RemoteDebugConfig | undefined;
|
|
2235
|
-
InfraCheckConfig?: InfraCheckConfig | undefined;
|
|
2236
|
-
}
|