@aws-sdk/client-sagemaker 3.940.0 → 3.943.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 +277 -12
- 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 +37 -0
- package/dist-es/pagination/ListMlflowAppsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +149 -12
- package/dist-types/SageMaker.d.ts +43 -0
- package/dist-types/SageMakerClient.d.ts +8 -2
- package/dist-types/commands/CreateClusterCommand.d.ts +3 -3
- package/dist-types/commands/CreateComputeQuotaCommand.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/CreateMlflowAppCommand.d.ts +91 -0
- package/dist-types/commands/CreatePresignedMlflowAppUrlCommand.d.ts +79 -0
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +1 -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/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/DescribeMlflowAppCommand.d.ts +111 -0
- package/dist-types/commands/DescribeSubscribedWorkteamCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +1 -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/ListSubscribedWorkteamsCommand.d.ts +2 -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/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/UpdateUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/enums.d.ts +77 -0
- package/dist-types/models/models_0.d.ts +3 -3
- package/dist-types/models/models_1.d.ts +87 -170
- package/dist-types/models/models_2.d.ts +280 -372
- package/dist-types/models/models_3.d.ts +486 -383
- package/dist-types/models/models_4.d.ts +427 -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 +21 -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/CreateMlflowAppCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreatePresignedMlflowAppUrlCommand.d.ts +51 -0
- 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/DescribeSubscribedWorkteamCommand.d.ts +2 -4
- 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/ListSubscribedWorkteamsCommand.d.ts +2 -4
- 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 +47 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -1
- package/dist-types/ts3.4/models/models_1.d.ts +23 -38
- package/dist-types/ts3.4/models/models_2.d.ts +67 -86
- package/dist-types/ts3.4/models/models_3.d.ts +127 -91
- package/dist-types/ts3.4/models/models_4.d.ts +112 -4
- 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 +21 -0
- package/package.json +5 -5
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
UpdateMlflowAppRequest,
|
|
5
|
+
UpdateMlflowAppResponse,
|
|
6
|
+
} from "../models/models_4";
|
|
7
|
+
import {
|
|
8
|
+
SageMakerClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../SageMakerClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface UpdateMlflowAppCommandInput extends UpdateMlflowAppRequest {}
|
|
15
|
+
export interface UpdateMlflowAppCommandOutput
|
|
16
|
+
extends UpdateMlflowAppResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const UpdateMlflowAppCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: UpdateMlflowAppCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
UpdateMlflowAppCommandInput,
|
|
23
|
+
UpdateMlflowAppCommandOutput,
|
|
24
|
+
SageMakerClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
input: UpdateMlflowAppCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateMlflowAppCommandInput,
|
|
32
|
+
UpdateMlflowAppCommandOutput,
|
|
33
|
+
SageMakerClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class UpdateMlflowAppCommand extends UpdateMlflowAppCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: UpdateMlflowAppRequest;
|
|
43
|
+
output: UpdateMlflowAppResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: UpdateMlflowAppCommandInput;
|
|
47
|
+
output: UpdateMlflowAppCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -42,6 +42,7 @@ export * from "./CreateInferenceComponentCommand";
|
|
|
42
42
|
export * from "./CreateInferenceExperimentCommand";
|
|
43
43
|
export * from "./CreateInferenceRecommendationsJobCommand";
|
|
44
44
|
export * from "./CreateLabelingJobCommand";
|
|
45
|
+
export * from "./CreateMlflowAppCommand";
|
|
45
46
|
export * from "./CreateMlflowTrackingServerCommand";
|
|
46
47
|
export * from "./CreateModelBiasJobDefinitionCommand";
|
|
47
48
|
export * from "./CreateModelCardCommand";
|
|
@@ -59,6 +60,7 @@ export * from "./CreatePartnerAppCommand";
|
|
|
59
60
|
export * from "./CreatePartnerAppPresignedUrlCommand";
|
|
60
61
|
export * from "./CreatePipelineCommand";
|
|
61
62
|
export * from "./CreatePresignedDomainUrlCommand";
|
|
63
|
+
export * from "./CreatePresignedMlflowAppUrlCommand";
|
|
62
64
|
export * from "./CreatePresignedMlflowTrackingServerUrlCommand";
|
|
63
65
|
export * from "./CreatePresignedNotebookInstanceUrlCommand";
|
|
64
66
|
export * from "./CreateProcessingJobCommand";
|
|
@@ -104,6 +106,7 @@ export * from "./DeleteImageCommand";
|
|
|
104
106
|
export * from "./DeleteImageVersionCommand";
|
|
105
107
|
export * from "./DeleteInferenceComponentCommand";
|
|
106
108
|
export * from "./DeleteInferenceExperimentCommand";
|
|
109
|
+
export * from "./DeleteMlflowAppCommand";
|
|
107
110
|
export * from "./DeleteMlflowTrackingServerCommand";
|
|
108
111
|
export * from "./DeleteModelBiasJobDefinitionCommand";
|
|
109
112
|
export * from "./DeleteModelCardCommand";
|
|
@@ -169,6 +172,7 @@ export * from "./DescribeInferenceExperimentCommand";
|
|
|
169
172
|
export * from "./DescribeInferenceRecommendationsJobCommand";
|
|
170
173
|
export * from "./DescribeLabelingJobCommand";
|
|
171
174
|
export * from "./DescribeLineageGroupCommand";
|
|
175
|
+
export * from "./DescribeMlflowAppCommand";
|
|
172
176
|
export * from "./DescribeMlflowTrackingServerCommand";
|
|
173
177
|
export * from "./DescribeModelBiasJobDefinitionCommand";
|
|
174
178
|
export * from "./DescribeModelCardCommand";
|
|
@@ -253,6 +257,7 @@ export * from "./ListInferenceRecommendationsJobsCommand";
|
|
|
253
257
|
export * from "./ListLabelingJobsCommand";
|
|
254
258
|
export * from "./ListLabelingJobsForWorkteamCommand";
|
|
255
259
|
export * from "./ListLineageGroupsCommand";
|
|
260
|
+
export * from "./ListMlflowAppsCommand";
|
|
256
261
|
export * from "./ListMlflowTrackingServersCommand";
|
|
257
262
|
export * from "./ListModelBiasJobDefinitionsCommand";
|
|
258
263
|
export * from "./ListModelCardExportJobsCommand";
|
|
@@ -352,6 +357,7 @@ export * from "./UpdateImageVersionCommand";
|
|
|
352
357
|
export * from "./UpdateInferenceComponentCommand";
|
|
353
358
|
export * from "./UpdateInferenceComponentRuntimeConfigCommand";
|
|
354
359
|
export * from "./UpdateInferenceExperimentCommand";
|
|
360
|
+
export * from "./UpdateMlflowAppCommand";
|
|
355
361
|
export * from "./UpdateMlflowTrackingServerCommand";
|
|
356
362
|
export * from "./UpdateModelCardCommand";
|
|
357
363
|
export * from "./UpdateModelPackageCommand";
|
|
@@ -30,6 +30,12 @@ export declare const MIGProfileType: {
|
|
|
30
30
|
};
|
|
31
31
|
export type MIGProfileType =
|
|
32
32
|
(typeof MIGProfileType)[keyof typeof MIGProfileType];
|
|
33
|
+
export declare const AccountDefaultStatus: {
|
|
34
|
+
readonly DISABLED: "DISABLED";
|
|
35
|
+
readonly ENABLED: "ENABLED";
|
|
36
|
+
};
|
|
37
|
+
export type AccountDefaultStatus =
|
|
38
|
+
(typeof AccountDefaultStatus)[keyof typeof AccountDefaultStatus];
|
|
33
39
|
export declare const ActionStatus: {
|
|
34
40
|
readonly COMPLETED: "Completed";
|
|
35
41
|
readonly FAILED: "Failed";
|
|
@@ -1517,6 +1523,7 @@ export declare const ClusterInstanceType: {
|
|
|
1517
1523
|
readonly ML_P5EN_48XLARGE: "ml.p5en.48xlarge";
|
|
1518
1524
|
readonly ML_P5E_48XLARGE: "ml.p5e.48xlarge";
|
|
1519
1525
|
readonly ML_P5_48XLARGE: "ml.p5.48xlarge";
|
|
1526
|
+
readonly ML_P5_4XLARGE: "ml.p5.4xlarge";
|
|
1520
1527
|
readonly ML_P6E_GB200_36XLARGE: "ml.p6e-gb200.36xlarge";
|
|
1521
1528
|
readonly ML_P6_B200_48XLARGE: "ml.p6-b200.48xlarge";
|
|
1522
1529
|
readonly ML_R6I_12XLARGE: "ml.r6i.12xlarge";
|
|
@@ -1966,10 +1973,12 @@ export type StudioWebPortal =
|
|
|
1966
1973
|
export declare const MlTools: {
|
|
1967
1974
|
readonly AUTO_ML: "AutoMl";
|
|
1968
1975
|
readonly COMET: "Comet";
|
|
1976
|
+
readonly DATASETS: "Datasets";
|
|
1969
1977
|
readonly DATA_WRANGLER: "DataWrangler";
|
|
1970
1978
|
readonly DEEPCHECKS_LLM_EVALUATION: "DeepchecksLLMEvaluation";
|
|
1971
1979
|
readonly EMR_CLUSTERS: "EmrClusters";
|
|
1972
1980
|
readonly ENDPOINTS: "Endpoints";
|
|
1981
|
+
readonly EVALUATORS: "Evaluators";
|
|
1973
1982
|
readonly EXPERIMENTS: "Experiments";
|
|
1974
1983
|
readonly FEATURE_STORE: "FeatureStore";
|
|
1975
1984
|
readonly FIDDLER: "Fiddler";
|
|
@@ -1983,6 +1992,7 @@ export declare const MlTools: {
|
|
|
1983
1992
|
readonly PERFORMANCE_EVALUATION: "PerformanceEvaluation";
|
|
1984
1993
|
readonly PIPELINES: "Pipelines";
|
|
1985
1994
|
readonly PROJECTS: "Projects";
|
|
1995
|
+
readonly RUNNING_INSTANCES: "RunningInstances";
|
|
1986
1996
|
readonly TRAINING: "Training";
|
|
1987
1997
|
};
|
|
1988
1998
|
export type MlTools = (typeof MlTools)[keyof typeof MlTools];
|
|
@@ -2093,6 +2103,8 @@ export declare const ThroughputMode: {
|
|
|
2093
2103
|
export type ThroughputMode =
|
|
2094
2104
|
(typeof ThroughputMode)[keyof typeof ThroughputMode];
|
|
2095
2105
|
export declare const HubContentType: {
|
|
2106
|
+
readonly DATA_SET: "DataSet";
|
|
2107
|
+
readonly JSON_DOC: "JsonDoc";
|
|
2096
2108
|
readonly MODEL: "Model";
|
|
2097
2109
|
readonly MODEL_REFERENCE: "ModelReference";
|
|
2098
2110
|
readonly NOTEBOOK: "Notebook";
|
|
@@ -2352,6 +2364,12 @@ export declare const FlatInvocations: {
|
|
|
2352
2364
|
};
|
|
2353
2365
|
export type FlatInvocations =
|
|
2354
2366
|
(typeof FlatInvocations)[keyof typeof FlatInvocations];
|
|
2367
|
+
export declare const ModelRegistrationMode: {
|
|
2368
|
+
readonly AUTO_MODEL_REGISTRATION_DISABLED: "AutoModelRegistrationDisabled";
|
|
2369
|
+
readonly AUTO_MODEL_REGISTRATION_ENABLED: "AutoModelRegistrationEnabled";
|
|
2370
|
+
};
|
|
2371
|
+
export type ModelRegistrationMode =
|
|
2372
|
+
(typeof ModelRegistrationMode)[keyof typeof ModelRegistrationMode];
|
|
2355
2373
|
export declare const TrackingServerSize: {
|
|
2356
2374
|
readonly L: "Large";
|
|
2357
2375
|
readonly M: "Medium";
|
|
@@ -2698,6 +2716,8 @@ export declare const HubContentStatus: {
|
|
|
2698
2716
|
readonly DELETING: "Deleting";
|
|
2699
2717
|
readonly IMPORTING: "Importing";
|
|
2700
2718
|
readonly IMPORT_FAILED: "ImportFailed";
|
|
2719
|
+
readonly PENDING_DELETE: "PendingDelete";
|
|
2720
|
+
readonly PENDING_IMPORT: "PendingImport";
|
|
2701
2721
|
};
|
|
2702
2722
|
export type HubContentStatus =
|
|
2703
2723
|
(typeof HubContentStatus)[keyof typeof HubContentStatus];
|
|
@@ -2812,6 +2832,26 @@ export declare const LabelingJobStatus: {
|
|
|
2812
2832
|
};
|
|
2813
2833
|
export type LabelingJobStatus =
|
|
2814
2834
|
(typeof LabelingJobStatus)[keyof typeof LabelingJobStatus];
|
|
2835
|
+
export declare const MaintenanceStatus: {
|
|
2836
|
+
readonly MAINTENANCE_COMPLETE: "MaintenanceComplete";
|
|
2837
|
+
readonly MAINTENANCE_FAILED: "MaintenanceFailed";
|
|
2838
|
+
readonly MAINTENANCE_IN_PROGRESS: "MaintenanceInProgress";
|
|
2839
|
+
};
|
|
2840
|
+
export type MaintenanceStatus =
|
|
2841
|
+
(typeof MaintenanceStatus)[keyof typeof MaintenanceStatus];
|
|
2842
|
+
export declare const MlflowAppStatus: {
|
|
2843
|
+
readonly CREATED: "Created";
|
|
2844
|
+
readonly CREATE_FAILED: "CreateFailed";
|
|
2845
|
+
readonly CREATING: "Creating";
|
|
2846
|
+
readonly DELETED: "Deleted";
|
|
2847
|
+
readonly DELETE_FAILED: "DeleteFailed";
|
|
2848
|
+
readonly DELETING: "Deleting";
|
|
2849
|
+
readonly UPDATED: "Updated";
|
|
2850
|
+
readonly UPDATE_FAILED: "UpdateFailed";
|
|
2851
|
+
readonly UPDATING: "Updating";
|
|
2852
|
+
};
|
|
2853
|
+
export type MlflowAppStatus =
|
|
2854
|
+
(typeof MlflowAppStatus)[keyof typeof MlflowAppStatus];
|
|
2815
2855
|
export declare const IsTrackingServerActive: {
|
|
2816
2856
|
readonly ACTIVE: "Active";
|
|
2817
2857
|
readonly INACTIVE: "Inactive";
|
|
@@ -3369,6 +3409,13 @@ export declare const SortLineageGroupsBy: {
|
|
|
3369
3409
|
};
|
|
3370
3410
|
export type SortLineageGroupsBy =
|
|
3371
3411
|
(typeof SortLineageGroupsBy)[keyof typeof SortLineageGroupsBy];
|
|
3412
|
+
export declare const SortMlflowAppBy: {
|
|
3413
|
+
readonly CREATION_TIME: "CreationTime";
|
|
3414
|
+
readonly NAME: "Name";
|
|
3415
|
+
readonly STATUS: "Status";
|
|
3416
|
+
};
|
|
3417
|
+
export type SortMlflowAppBy =
|
|
3418
|
+
(typeof SortMlflowAppBy)[keyof typeof SortMlflowAppBy];
|
|
3372
3419
|
export declare const SortTrackingServerBy: {
|
|
3373
3420
|
readonly CREATION_TIME: "CreationTime";
|
|
3374
3421
|
readonly NAME: "Name";
|
|
@@ -1455,7 +1455,7 @@ export interface ClusterOrchestratorEksConfig {
|
|
|
1455
1455
|
ClusterArn: string | undefined;
|
|
1456
1456
|
}
|
|
1457
1457
|
export interface ClusterOrchestrator {
|
|
1458
|
-
Eks
|
|
1458
|
+
Eks?: ClusterOrchestratorEksConfig | undefined;
|
|
1459
1459
|
}
|
|
1460
1460
|
export interface FSxLustreConfig {
|
|
1461
1461
|
SizeInGiB: number | undefined;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { AutomaticJsonStringConversion as __AutomaticJsonStringConversion } from "@smithy/smithy-client";
|
|
2
2
|
import {
|
|
3
3
|
_InstanceType,
|
|
4
|
+
AccountDefaultStatus,
|
|
4
5
|
AppInstanceType,
|
|
5
6
|
AppNetworkAccessType,
|
|
6
7
|
AppSecurityGroupManagement,
|
|
@@ -36,6 +37,7 @@ import {
|
|
|
36
37
|
ModelApprovalStatus,
|
|
37
38
|
ModelCardStatus,
|
|
38
39
|
ModelInfrastructureType,
|
|
40
|
+
ModelRegistrationMode,
|
|
39
41
|
ModelSpeculativeDecodingS3DataType,
|
|
40
42
|
ModelSpeculativeDecodingTechnique,
|
|
41
43
|
MonitoringProblemType,
|
|
@@ -82,7 +84,6 @@ import {
|
|
|
82
84
|
} from "./enums";
|
|
83
85
|
import {
|
|
84
86
|
AdditionalInferenceSpecificationDefinition,
|
|
85
|
-
AlgorithmSpecification,
|
|
86
87
|
AmazonQSettings,
|
|
87
88
|
AnnotationConsolidationConfig,
|
|
88
89
|
AppLifecycleManagement,
|
|
@@ -1084,6 +1085,19 @@ export interface CreateLabelingJobRequest {
|
|
|
1084
1085
|
export interface CreateLabelingJobResponse {
|
|
1085
1086
|
LabelingJobArn: string | undefined;
|
|
1086
1087
|
}
|
|
1088
|
+
export interface CreateMlflowAppRequest {
|
|
1089
|
+
Name: string | undefined;
|
|
1090
|
+
ArtifactStoreUri: string | undefined;
|
|
1091
|
+
RoleArn: string | undefined;
|
|
1092
|
+
ModelRegistrationMode?: ModelRegistrationMode | undefined;
|
|
1093
|
+
WeeklyMaintenanceWindowStart?: string | undefined;
|
|
1094
|
+
AccountDefaultStatus?: AccountDefaultStatus | undefined;
|
|
1095
|
+
DefaultDomainIdList?: string[] | undefined;
|
|
1096
|
+
Tags?: Tag[] | undefined;
|
|
1097
|
+
}
|
|
1098
|
+
export interface CreateMlflowAppResponse {
|
|
1099
|
+
Arn?: string | undefined;
|
|
1100
|
+
}
|
|
1087
1101
|
export interface CreateMlflowTrackingServerRequest {
|
|
1088
1102
|
TrackingServerName: string | undefined;
|
|
1089
1103
|
ArtifactStoreUri: string | undefined;
|
|
@@ -1619,6 +1633,14 @@ export interface CreatePresignedDomainUrlRequest {
|
|
|
1619
1633
|
export interface CreatePresignedDomainUrlResponse {
|
|
1620
1634
|
AuthorizedUrl?: string | undefined;
|
|
1621
1635
|
}
|
|
1636
|
+
export interface CreatePresignedMlflowAppUrlRequest {
|
|
1637
|
+
Arn: string | undefined;
|
|
1638
|
+
ExpiresInSeconds?: number | undefined;
|
|
1639
|
+
SessionExpirationDurationInSeconds?: number | undefined;
|
|
1640
|
+
}
|
|
1641
|
+
export interface CreatePresignedMlflowAppUrlResponse {
|
|
1642
|
+
AuthorizedUrl?: string | undefined;
|
|
1643
|
+
}
|
|
1622
1644
|
export interface CreatePresignedMlflowTrackingServerUrlRequest {
|
|
1623
1645
|
TrackingServerName: string | undefined;
|
|
1624
1646
|
ExpiresInSeconds?: number | undefined;
|
|
@@ -1882,40 +1904,3 @@ export interface ProfilerRuleConfiguration {
|
|
|
1882
1904
|
VolumeSizeInGB?: number | undefined;
|
|
1883
1905
|
RuleParameters?: Record<string, string> | undefined;
|
|
1884
1906
|
}
|
|
1885
|
-
export interface RemoteDebugConfig {
|
|
1886
|
-
EnableRemoteDebug?: boolean | undefined;
|
|
1887
|
-
}
|
|
1888
|
-
export interface SessionChainingConfig {
|
|
1889
|
-
EnableSessionTagChaining?: boolean | undefined;
|
|
1890
|
-
}
|
|
1891
|
-
export interface TensorBoardOutputConfig {
|
|
1892
|
-
LocalPath?: string | undefined;
|
|
1893
|
-
S3OutputPath: string | undefined;
|
|
1894
|
-
}
|
|
1895
|
-
export interface CreateTrainingJobRequest {
|
|
1896
|
-
TrainingJobName: string | undefined;
|
|
1897
|
-
HyperParameters?: Record<string, string> | undefined;
|
|
1898
|
-
AlgorithmSpecification?: AlgorithmSpecification | undefined;
|
|
1899
|
-
RoleArn: string | undefined;
|
|
1900
|
-
InputDataConfig?: Channel[] | undefined;
|
|
1901
|
-
OutputDataConfig: OutputDataConfig | undefined;
|
|
1902
|
-
ResourceConfig?: ResourceConfig | undefined;
|
|
1903
|
-
VpcConfig?: VpcConfig | undefined;
|
|
1904
|
-
StoppingCondition?: StoppingCondition | undefined;
|
|
1905
|
-
Tags?: Tag[] | undefined;
|
|
1906
|
-
EnableNetworkIsolation?: boolean | undefined;
|
|
1907
|
-
EnableInterContainerTrafficEncryption?: boolean | undefined;
|
|
1908
|
-
EnableManagedSpotTraining?: boolean | undefined;
|
|
1909
|
-
CheckpointConfig?: CheckpointConfig | undefined;
|
|
1910
|
-
DebugHookConfig?: DebugHookConfig | undefined;
|
|
1911
|
-
DebugRuleConfigurations?: DebugRuleConfiguration[] | undefined;
|
|
1912
|
-
TensorBoardOutputConfig?: TensorBoardOutputConfig | undefined;
|
|
1913
|
-
ExperimentConfig?: ExperimentConfig | undefined;
|
|
1914
|
-
ProfilerConfig?: ProfilerConfig | undefined;
|
|
1915
|
-
ProfilerRuleConfigurations?: ProfilerRuleConfiguration[] | undefined;
|
|
1916
|
-
Environment?: Record<string, string> | undefined;
|
|
1917
|
-
RetryStrategy?: RetryStrategy | undefined;
|
|
1918
|
-
RemoteDebugConfig?: RemoteDebugConfig | undefined;
|
|
1919
|
-
InfraCheckConfig?: InfraCheckConfig | undefined;
|
|
1920
|
-
SessionChainingConfig?: SessionChainingConfig | undefined;
|
|
1921
|
-
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
_InstanceType,
|
|
3
|
+
AccountDefaultStatus,
|
|
3
4
|
ActionStatus,
|
|
4
5
|
ActivationState,
|
|
5
6
|
AlgorithmStatus,
|
|
@@ -50,12 +51,15 @@ import {
|
|
|
50
51
|
JoinSource,
|
|
51
52
|
LabelingJobStatus,
|
|
52
53
|
LastUpdateStatusValue,
|
|
54
|
+
MaintenanceStatus,
|
|
55
|
+
MlflowAppStatus,
|
|
53
56
|
ModelApprovalStatus,
|
|
54
57
|
ModelCardExportJobStatus,
|
|
55
58
|
ModelCardProcessingStatus,
|
|
56
59
|
ModelCardStatus,
|
|
57
60
|
ModelPackageGroupStatus,
|
|
58
61
|
ModelPackageStatus,
|
|
62
|
+
ModelRegistrationMode,
|
|
59
63
|
ModelVariantStatus,
|
|
60
64
|
MonitoringType,
|
|
61
65
|
NotebookInstanceAcceleratorType,
|
|
@@ -74,7 +78,6 @@ import {
|
|
|
74
78
|
Processor,
|
|
75
79
|
ProductionVariantAcceleratorType,
|
|
76
80
|
ProductionVariantInstanceType,
|
|
77
|
-
ProfilingStatus,
|
|
78
81
|
ProjectStatus,
|
|
79
82
|
RecommendationJobStatus,
|
|
80
83
|
RecommendationJobType,
|
|
@@ -87,7 +90,6 @@ import {
|
|
|
87
90
|
RuleEvaluationStatus,
|
|
88
91
|
SchedulerResourceStatus,
|
|
89
92
|
ScheduleStatus,
|
|
90
|
-
SecondaryStatus,
|
|
91
93
|
SkipModelValidation,
|
|
92
94
|
SpaceStatus,
|
|
93
95
|
StageStatus,
|
|
@@ -102,7 +104,6 @@ import {
|
|
|
102
104
|
TrialComponentPrimaryStatus,
|
|
103
105
|
VariantStatus,
|
|
104
106
|
VendorGuidance,
|
|
105
|
-
WarmPoolResourceStatus,
|
|
106
107
|
WorkforceIpAddressType,
|
|
107
108
|
} from "./enums";
|
|
108
109
|
import {
|
|
@@ -257,16 +258,51 @@ import {
|
|
|
257
258
|
ProfilerRuleConfiguration,
|
|
258
259
|
RecommendationJobInputConfig,
|
|
259
260
|
RecommendationJobStoppingConditions,
|
|
260
|
-
RemoteDebugConfig,
|
|
261
261
|
RetryStrategy,
|
|
262
262
|
ServiceCatalogProvisioningDetails,
|
|
263
263
|
ShadowModeConfig,
|
|
264
264
|
SourceAlgorithmSpecification,
|
|
265
265
|
SpaceSettings,
|
|
266
266
|
SpaceSharingSettings,
|
|
267
|
-
TensorBoardOutputConfig,
|
|
268
267
|
UserSettings,
|
|
269
268
|
} from "./models_1";
|
|
269
|
+
export interface RemoteDebugConfig {
|
|
270
|
+
EnableRemoteDebug?: boolean | undefined;
|
|
271
|
+
}
|
|
272
|
+
export interface SessionChainingConfig {
|
|
273
|
+
EnableSessionTagChaining?: boolean | undefined;
|
|
274
|
+
}
|
|
275
|
+
export interface TensorBoardOutputConfig {
|
|
276
|
+
LocalPath?: string | undefined;
|
|
277
|
+
S3OutputPath: string | undefined;
|
|
278
|
+
}
|
|
279
|
+
export interface CreateTrainingJobRequest {
|
|
280
|
+
TrainingJobName: string | undefined;
|
|
281
|
+
HyperParameters?: Record<string, string> | undefined;
|
|
282
|
+
AlgorithmSpecification?: AlgorithmSpecification | undefined;
|
|
283
|
+
RoleArn: string | undefined;
|
|
284
|
+
InputDataConfig?: Channel[] | undefined;
|
|
285
|
+
OutputDataConfig: OutputDataConfig | undefined;
|
|
286
|
+
ResourceConfig?: ResourceConfig | undefined;
|
|
287
|
+
VpcConfig?: VpcConfig | undefined;
|
|
288
|
+
StoppingCondition?: StoppingCondition | undefined;
|
|
289
|
+
Tags?: Tag[] | undefined;
|
|
290
|
+
EnableNetworkIsolation?: boolean | undefined;
|
|
291
|
+
EnableInterContainerTrafficEncryption?: boolean | undefined;
|
|
292
|
+
EnableManagedSpotTraining?: boolean | undefined;
|
|
293
|
+
CheckpointConfig?: CheckpointConfig | undefined;
|
|
294
|
+
DebugHookConfig?: DebugHookConfig | undefined;
|
|
295
|
+
DebugRuleConfigurations?: DebugRuleConfiguration[] | undefined;
|
|
296
|
+
TensorBoardOutputConfig?: TensorBoardOutputConfig | undefined;
|
|
297
|
+
ExperimentConfig?: ExperimentConfig | undefined;
|
|
298
|
+
ProfilerConfig?: ProfilerConfig | undefined;
|
|
299
|
+
ProfilerRuleConfigurations?: ProfilerRuleConfiguration[] | undefined;
|
|
300
|
+
Environment?: Record<string, string> | undefined;
|
|
301
|
+
RetryStrategy?: RetryStrategy | undefined;
|
|
302
|
+
RemoteDebugConfig?: RemoteDebugConfig | undefined;
|
|
303
|
+
InfraCheckConfig?: InfraCheckConfig | undefined;
|
|
304
|
+
SessionChainingConfig?: SessionChainingConfig | undefined;
|
|
305
|
+
}
|
|
270
306
|
export interface CreateTrainingJobResponse {
|
|
271
307
|
TrainingJobArn: string | undefined;
|
|
272
308
|
}
|
|
@@ -597,6 +633,12 @@ export interface DeleteInferenceExperimentRequest {
|
|
|
597
633
|
export interface DeleteInferenceExperimentResponse {
|
|
598
634
|
InferenceExperimentArn: string | undefined;
|
|
599
635
|
}
|
|
636
|
+
export interface DeleteMlflowAppRequest {
|
|
637
|
+
Arn: string | undefined;
|
|
638
|
+
}
|
|
639
|
+
export interface DeleteMlflowAppResponse {
|
|
640
|
+
Arn?: string | undefined;
|
|
641
|
+
}
|
|
600
642
|
export interface DeleteMlflowTrackingServerRequest {
|
|
601
643
|
TrackingServerName: string | undefined;
|
|
602
644
|
}
|
|
@@ -1680,6 +1722,26 @@ export interface DescribeLineageGroupResponse {
|
|
|
1680
1722
|
LastModifiedTime?: Date | undefined;
|
|
1681
1723
|
LastModifiedBy?: UserContext | undefined;
|
|
1682
1724
|
}
|
|
1725
|
+
export interface DescribeMlflowAppRequest {
|
|
1726
|
+
Arn: string | undefined;
|
|
1727
|
+
}
|
|
1728
|
+
export interface DescribeMlflowAppResponse {
|
|
1729
|
+
Arn?: string | undefined;
|
|
1730
|
+
Name?: string | undefined;
|
|
1731
|
+
ArtifactStoreUri?: string | undefined;
|
|
1732
|
+
MlflowVersion?: string | undefined;
|
|
1733
|
+
RoleArn?: string | undefined;
|
|
1734
|
+
Status?: MlflowAppStatus | undefined;
|
|
1735
|
+
ModelRegistrationMode?: ModelRegistrationMode | undefined;
|
|
1736
|
+
AccountDefaultStatus?: AccountDefaultStatus | undefined;
|
|
1737
|
+
DefaultDomainIdList?: string[] | undefined;
|
|
1738
|
+
CreationTime?: Date | undefined;
|
|
1739
|
+
CreatedBy?: UserContext | undefined;
|
|
1740
|
+
LastModifiedTime?: Date | undefined;
|
|
1741
|
+
LastModifiedBy?: UserContext | undefined;
|
|
1742
|
+
WeeklyMaintenanceWindowStart?: string | undefined;
|
|
1743
|
+
MaintenanceStatus?: MaintenanceStatus | undefined;
|
|
1744
|
+
}
|
|
1683
1745
|
export interface DescribeMlflowTrackingServerRequest {
|
|
1684
1746
|
TrackingServerName: string | undefined;
|
|
1685
1747
|
}
|
|
@@ -2153,84 +2215,3 @@ export interface DescribeStudioLifecycleConfigResponse {
|
|
|
2153
2215
|
export interface DescribeSubscribedWorkteamRequest {
|
|
2154
2216
|
WorkteamArn: string | undefined;
|
|
2155
2217
|
}
|
|
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
|
-
}
|