@aws-sdk/client-sagemaker 3.596.0 → 3.600.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 +64 -0
- package/dist-cjs/index.js +523 -57
- package/dist-es/SageMaker.js +16 -0
- package/dist-es/commands/CreateMlflowTrackingServerCommand.js +24 -0
- package/dist-es/commands/CreatePresignedMlflowTrackingServerUrlCommand.js +24 -0
- package/dist-es/commands/DeleteMlflowTrackingServerCommand.js +24 -0
- package/dist-es/commands/DescribeMlflowTrackingServerCommand.js +24 -0
- package/dist-es/commands/ListMlflowTrackingServersCommand.js +24 -0
- package/dist-es/commands/StartMlflowTrackingServerCommand.js +24 -0
- package/dist-es/commands/StopMlflowTrackingServerCommand.js +24 -0
- package/dist-es/commands/UpdateMlflowTrackingServerCommand.js +24 -0
- package/dist-es/commands/index.js +8 -0
- package/dist-es/models/models_0.js +8 -11
- package/dist-es/models/models_1.js +16 -12
- package/dist-es/models/models_2.js +35 -11
- package/dist-es/models/models_3.js +16 -24
- package/dist-es/models/models_4.js +24 -0
- package/dist-es/pagination/ListMlflowTrackingServersPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +261 -0
- package/dist-types/SageMaker.d.ts +57 -0
- package/dist-types/SageMakerClient.d.ts +10 -2
- package/dist-types/commands/CreateClusterCommand.d.ts +9 -1
- package/dist-types/commands/CreateMlflowTrackingServerCommand.d.ts +78 -0
- package/dist-types/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +66 -0
- package/dist-types/commands/DeleteMlflowTrackingServerCommand.d.ts +63 -0
- package/dist-types/commands/DeleteWorkforceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClusterCommand.d.ts +7 -0
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +7 -0
- package/dist-types/commands/DescribeMlflowTrackingServerCommand.d.ts +95 -0
- package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribePipelineCommand.d.ts +1 -1
- package/dist-types/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +1 -1
- package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/ListMlflowTrackingServersCommand.d.ts +78 -0
- package/dist-types/commands/ListMonitoringAlertsCommand.d.ts +2 -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/StartMlflowTrackingServerCommand.d.ts +67 -0
- package/dist-types/commands/StopMlflowTrackingServerCommand.d.ts +67 -0
- package/dist-types/commands/UpdateClusterCommand.d.ts +7 -0
- package/dist-types/commands/UpdateMlflowTrackingServerCommand.d.ts +75 -0
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/models/models_0.d.ts +85 -407
- package/dist-types/models/models_1.d.ts +507 -137
- package/dist-types/models/models_2.d.ts +295 -318
- package/dist-types/models/models_3.d.ts +460 -512
- package/dist-types/models/models_4.d.ts +576 -3
- package/dist-types/pagination/ListMlflowTrackingServersPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +72 -0
- package/dist-types/ts3.4/SageMaker.d.ts +143 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +48 -0
- package/dist-types/ts3.4/commands/CreateMlflowTrackingServerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DeleteMlflowTrackingServerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DescribeMlflowTrackingServerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePipelineCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePipelineExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMlflowTrackingServersCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListMonitoringAlertsCommand.d.ts +2 -4
- 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/StartMlflowTrackingServerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/StopMlflowTrackingServerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/UpdateMlflowTrackingServerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/models/models_0.d.ts +27 -18
- package/dist-types/ts3.4/models/models_1.d.ts +46 -47
- package/dist-types/ts3.4/models/models_2.d.ts +105 -85
- package/dist-types/ts3.4/models/models_3.d.ts +116 -127
- package/dist-types/ts3.4/models/models_4.d.ts +156 -9
- package/dist-types/ts3.4/pagination/ListMlflowTrackingServersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +96 -0
- package/package.json +38 -38
|
@@ -33,6 +33,7 @@ export * from "./CreateInferenceComponentCommand";
|
|
|
33
33
|
export * from "./CreateInferenceExperimentCommand";
|
|
34
34
|
export * from "./CreateInferenceRecommendationsJobCommand";
|
|
35
35
|
export * from "./CreateLabelingJobCommand";
|
|
36
|
+
export * from "./CreateMlflowTrackingServerCommand";
|
|
36
37
|
export * from "./CreateModelBiasJobDefinitionCommand";
|
|
37
38
|
export * from "./CreateModelCardCommand";
|
|
38
39
|
export * from "./CreateModelCardExportJobCommand";
|
|
@@ -46,6 +47,7 @@ export * from "./CreateNotebookInstanceCommand";
|
|
|
46
47
|
export * from "./CreateNotebookInstanceLifecycleConfigCommand";
|
|
47
48
|
export * from "./CreatePipelineCommand";
|
|
48
49
|
export * from "./CreatePresignedDomainUrlCommand";
|
|
50
|
+
export * from "./CreatePresignedMlflowTrackingServerUrlCommand";
|
|
49
51
|
export * from "./CreatePresignedNotebookInstanceUrlCommand";
|
|
50
52
|
export * from "./CreateProcessingJobCommand";
|
|
51
53
|
export * from "./CreateProjectCommand";
|
|
@@ -86,6 +88,7 @@ export * from "./DeleteImageCommand";
|
|
|
86
88
|
export * from "./DeleteImageVersionCommand";
|
|
87
89
|
export * from "./DeleteInferenceComponentCommand";
|
|
88
90
|
export * from "./DeleteInferenceExperimentCommand";
|
|
91
|
+
export * from "./DeleteMlflowTrackingServerCommand";
|
|
89
92
|
export * from "./DeleteModelBiasJobDefinitionCommand";
|
|
90
93
|
export * from "./DeleteModelCardCommand";
|
|
91
94
|
export * from "./DeleteModelCommand";
|
|
@@ -143,6 +146,7 @@ export * from "./DescribeInferenceExperimentCommand";
|
|
|
143
146
|
export * from "./DescribeInferenceRecommendationsJobCommand";
|
|
144
147
|
export * from "./DescribeLabelingJobCommand";
|
|
145
148
|
export * from "./DescribeLineageGroupCommand";
|
|
149
|
+
export * from "./DescribeMlflowTrackingServerCommand";
|
|
146
150
|
export * from "./DescribeModelBiasJobDefinitionCommand";
|
|
147
151
|
export * from "./DescribeModelCardCommand";
|
|
148
152
|
export * from "./DescribeModelCardExportJobCommand";
|
|
@@ -218,6 +222,7 @@ export * from "./ListInferenceRecommendationsJobsCommand";
|
|
|
218
222
|
export * from "./ListLabelingJobsCommand";
|
|
219
223
|
export * from "./ListLabelingJobsForWorkteamCommand";
|
|
220
224
|
export * from "./ListLineageGroupsCommand";
|
|
225
|
+
export * from "./ListMlflowTrackingServersCommand";
|
|
221
226
|
export * from "./ListModelBiasJobDefinitionsCommand";
|
|
222
227
|
export * from "./ListModelCardExportJobsCommand";
|
|
223
228
|
export * from "./ListModelCardVersionsCommand";
|
|
@@ -264,6 +269,7 @@ export * from "./SendPipelineExecutionStepFailureCommand";
|
|
|
264
269
|
export * from "./SendPipelineExecutionStepSuccessCommand";
|
|
265
270
|
export * from "./StartEdgeDeploymentStageCommand";
|
|
266
271
|
export * from "./StartInferenceExperimentCommand";
|
|
272
|
+
export * from "./StartMlflowTrackingServerCommand";
|
|
267
273
|
export * from "./StartMonitoringScheduleCommand";
|
|
268
274
|
export * from "./StartNotebookInstanceCommand";
|
|
269
275
|
export * from "./StartPipelineExecutionCommand";
|
|
@@ -275,6 +281,7 @@ export * from "./StopHyperParameterTuningJobCommand";
|
|
|
275
281
|
export * from "./StopInferenceExperimentCommand";
|
|
276
282
|
export * from "./StopInferenceRecommendationsJobCommand";
|
|
277
283
|
export * from "./StopLabelingJobCommand";
|
|
284
|
+
export * from "./StopMlflowTrackingServerCommand";
|
|
278
285
|
export * from "./StopMonitoringScheduleCommand";
|
|
279
286
|
export * from "./StopNotebookInstanceCommand";
|
|
280
287
|
export * from "./StopPipelineExecutionCommand";
|
|
@@ -302,6 +309,7 @@ export * from "./UpdateImageVersionCommand";
|
|
|
302
309
|
export * from "./UpdateInferenceComponentCommand";
|
|
303
310
|
export * from "./UpdateInferenceComponentRuntimeConfigCommand";
|
|
304
311
|
export * from "./UpdateInferenceExperimentCommand";
|
|
312
|
+
export * from "./UpdateMlflowTrackingServerCommand";
|
|
305
313
|
export * from "./UpdateModelCardCommand";
|
|
306
314
|
export * from "./UpdateModelPackageCommand";
|
|
307
315
|
export * from "./UpdateMonitoringAlertCommand";
|
|
@@ -1980,6 +1980,30 @@ export interface ClarifyExplainerConfig {
|
|
|
1980
1980
|
InferenceConfig?: ClarifyInferenceConfig;
|
|
1981
1981
|
ShapConfig: ClarifyShapConfig | undefined;
|
|
1982
1982
|
}
|
|
1983
|
+
export interface ClusterEbsVolumeConfig {
|
|
1984
|
+
VolumeSizeInGB: number | undefined;
|
|
1985
|
+
}
|
|
1986
|
+
export type ClusterInstanceStorageConfig =
|
|
1987
|
+
| ClusterInstanceStorageConfig.EbsVolumeConfigMember
|
|
1988
|
+
| ClusterInstanceStorageConfig.$UnknownMember;
|
|
1989
|
+
export declare namespace ClusterInstanceStorageConfig {
|
|
1990
|
+
interface EbsVolumeConfigMember {
|
|
1991
|
+
EbsVolumeConfig: ClusterEbsVolumeConfig;
|
|
1992
|
+
$unknown?: never;
|
|
1993
|
+
}
|
|
1994
|
+
interface $UnknownMember {
|
|
1995
|
+
EbsVolumeConfig?: never;
|
|
1996
|
+
$unknown: [string, any];
|
|
1997
|
+
}
|
|
1998
|
+
interface Visitor<T> {
|
|
1999
|
+
EbsVolumeConfig: (value: ClusterEbsVolumeConfig) => T;
|
|
2000
|
+
_: (name: string, value: any) => T;
|
|
2001
|
+
}
|
|
2002
|
+
const visit: <T>(
|
|
2003
|
+
value: ClusterInstanceStorageConfig,
|
|
2004
|
+
visitor: Visitor<T>
|
|
2005
|
+
) => T;
|
|
2006
|
+
}
|
|
1983
2007
|
export declare const ClusterInstanceType: {
|
|
1984
2008
|
readonly ML_C5N_18XLARGE: "ml.c5n.18xlarge";
|
|
1985
2009
|
readonly ML_C5N_2XLARGE: "ml.c5n.2xlarge";
|
|
@@ -2034,6 +2058,7 @@ export interface ClusterInstanceGroupDetails {
|
|
|
2034
2058
|
LifeCycleConfig?: ClusterLifeCycleConfig;
|
|
2035
2059
|
ExecutionRole?: string;
|
|
2036
2060
|
ThreadsPerCore?: number;
|
|
2061
|
+
InstanceStorageConfigs?: ClusterInstanceStorageConfig[];
|
|
2037
2062
|
}
|
|
2038
2063
|
export interface ClusterInstanceGroupSpecification {
|
|
2039
2064
|
InstanceCount: number | undefined;
|
|
@@ -2042,6 +2067,7 @@ export interface ClusterInstanceGroupSpecification {
|
|
|
2042
2067
|
LifeCycleConfig: ClusterLifeCycleConfig | undefined;
|
|
2043
2068
|
ExecutionRole: string | undefined;
|
|
2044
2069
|
ThreadsPerCore?: number;
|
|
2070
|
+
InstanceStorageConfigs?: ClusterInstanceStorageConfig[];
|
|
2045
2071
|
}
|
|
2046
2072
|
export interface ClusterInstancePlacement {
|
|
2047
2073
|
AvailabilityZone?: string;
|
|
@@ -2068,6 +2094,7 @@ export interface ClusterNodeDetails {
|
|
|
2068
2094
|
LaunchTime?: Date;
|
|
2069
2095
|
LifeCycleConfig?: ClusterLifeCycleConfig;
|
|
2070
2096
|
ThreadsPerCore?: number;
|
|
2097
|
+
InstanceStorageConfigs?: ClusterInstanceStorageConfig[];
|
|
2071
2098
|
PrivatePrimaryIp?: string;
|
|
2072
2099
|
PrivateDnsHostname?: string;
|
|
2073
2100
|
Placement?: ClusterInstancePlacement;
|
|
@@ -2532,21 +2559,3 @@ export interface CreateCodeRepositoryInput {
|
|
|
2532
2559
|
export interface CreateCodeRepositoryOutput {
|
|
2533
2560
|
CodeRepositoryArn: string | undefined;
|
|
2534
2561
|
}
|
|
2535
|
-
export declare const Framework: {
|
|
2536
|
-
readonly DARKNET: "DARKNET";
|
|
2537
|
-
readonly KERAS: "KERAS";
|
|
2538
|
-
readonly MXNET: "MXNET";
|
|
2539
|
-
readonly ONNX: "ONNX";
|
|
2540
|
-
readonly PYTORCH: "PYTORCH";
|
|
2541
|
-
readonly SKLEARN: "SKLEARN";
|
|
2542
|
-
readonly TENSORFLOW: "TENSORFLOW";
|
|
2543
|
-
readonly TFLITE: "TFLITE";
|
|
2544
|
-
readonly XGBOOST: "XGBOOST";
|
|
2545
|
-
};
|
|
2546
|
-
export type Framework = (typeof Framework)[keyof typeof Framework];
|
|
2547
|
-
export interface InputConfig {
|
|
2548
|
-
S3Uri: string | undefined;
|
|
2549
|
-
DataInputConfig?: string;
|
|
2550
|
-
Framework: Framework | undefined;
|
|
2551
|
-
FrameworkVersion?: string;
|
|
2552
|
-
}
|
|
@@ -5,7 +5,6 @@ import {
|
|
|
5
5
|
AppNetworkAccessType,
|
|
6
6
|
AppSecurityGroupManagement,
|
|
7
7
|
AppSpecification,
|
|
8
|
-
AppType,
|
|
9
8
|
AsyncInferenceConfig,
|
|
10
9
|
AthenaDatasetDefinition,
|
|
11
10
|
AuthMode,
|
|
@@ -40,7 +39,6 @@ import {
|
|
|
40
39
|
HyperParameterScalingType,
|
|
41
40
|
HyperParameterTuningJobObjective,
|
|
42
41
|
InferenceSpecification,
|
|
43
|
-
InputConfig,
|
|
44
42
|
MetadataProperties,
|
|
45
43
|
MetricDefinition,
|
|
46
44
|
MetricsSource,
|
|
@@ -63,6 +61,24 @@ import {
|
|
|
63
61
|
TransformJobDefinition,
|
|
64
62
|
VpcConfig,
|
|
65
63
|
} from "./models_0";
|
|
64
|
+
export declare const Framework: {
|
|
65
|
+
readonly DARKNET: "DARKNET";
|
|
66
|
+
readonly KERAS: "KERAS";
|
|
67
|
+
readonly MXNET: "MXNET";
|
|
68
|
+
readonly ONNX: "ONNX";
|
|
69
|
+
readonly PYTORCH: "PYTORCH";
|
|
70
|
+
readonly SKLEARN: "SKLEARN";
|
|
71
|
+
readonly TENSORFLOW: "TENSORFLOW";
|
|
72
|
+
readonly TFLITE: "TFLITE";
|
|
73
|
+
readonly XGBOOST: "XGBOOST";
|
|
74
|
+
};
|
|
75
|
+
export type Framework = (typeof Framework)[keyof typeof Framework];
|
|
76
|
+
export interface InputConfig {
|
|
77
|
+
S3Uri: string | undefined;
|
|
78
|
+
DataInputConfig?: string;
|
|
79
|
+
Framework: Framework | undefined;
|
|
80
|
+
FrameworkVersion?: string;
|
|
81
|
+
}
|
|
66
82
|
export interface TargetPlatform {
|
|
67
83
|
Os: TargetPlatformOs | undefined;
|
|
68
84
|
Arch: TargetPlatformArch | undefined;
|
|
@@ -1359,6 +1375,26 @@ export interface CreateLabelingJobRequest {
|
|
|
1359
1375
|
export interface CreateLabelingJobResponse {
|
|
1360
1376
|
LabelingJobArn: string | undefined;
|
|
1361
1377
|
}
|
|
1378
|
+
export declare const TrackingServerSize: {
|
|
1379
|
+
readonly L: "Large";
|
|
1380
|
+
readonly M: "Medium";
|
|
1381
|
+
readonly S: "Small";
|
|
1382
|
+
};
|
|
1383
|
+
export type TrackingServerSize =
|
|
1384
|
+
(typeof TrackingServerSize)[keyof typeof TrackingServerSize];
|
|
1385
|
+
export interface CreateMlflowTrackingServerRequest {
|
|
1386
|
+
TrackingServerName: string | undefined;
|
|
1387
|
+
ArtifactStoreUri: string | undefined;
|
|
1388
|
+
TrackingServerSize?: TrackingServerSize;
|
|
1389
|
+
MlflowVersion?: string;
|
|
1390
|
+
RoleArn: string | undefined;
|
|
1391
|
+
AutomaticModelRegistration?: boolean;
|
|
1392
|
+
WeeklyMaintenanceWindowStart?: string;
|
|
1393
|
+
Tags?: Tag[];
|
|
1394
|
+
}
|
|
1395
|
+
export interface CreateMlflowTrackingServerResponse {
|
|
1396
|
+
TrackingServerArn?: string;
|
|
1397
|
+
}
|
|
1362
1398
|
export declare const InferenceExecutionMode: {
|
|
1363
1399
|
readonly DIRECT: "Direct";
|
|
1364
1400
|
readonly SERIAL: "Serial";
|
|
@@ -1773,6 +1809,14 @@ export interface CreatePresignedDomainUrlRequest {
|
|
|
1773
1809
|
export interface CreatePresignedDomainUrlResponse {
|
|
1774
1810
|
AuthorizedUrl?: string;
|
|
1775
1811
|
}
|
|
1812
|
+
export interface CreatePresignedMlflowTrackingServerUrlRequest {
|
|
1813
|
+
TrackingServerName: string | undefined;
|
|
1814
|
+
ExpiresInSeconds?: number;
|
|
1815
|
+
SessionExpirationDurationInSeconds?: number;
|
|
1816
|
+
}
|
|
1817
|
+
export interface CreatePresignedMlflowTrackingServerUrlResponse {
|
|
1818
|
+
AuthorizedUrl?: string;
|
|
1819
|
+
}
|
|
1776
1820
|
export interface CreatePresignedNotebookInstanceUrlInput {
|
|
1777
1821
|
NotebookInstanceName: string | undefined;
|
|
1778
1822
|
SessionExpirationDurationInSeconds?: number;
|
|
@@ -1933,51 +1977,6 @@ export interface SpaceCodeEditorAppSettings {
|
|
|
1933
1977
|
export interface EFSFileSystem {
|
|
1934
1978
|
FileSystemId: string | undefined;
|
|
1935
1979
|
}
|
|
1936
|
-
export type CustomFileSystem =
|
|
1937
|
-
| CustomFileSystem.EFSFileSystemMember
|
|
1938
|
-
| CustomFileSystem.$UnknownMember;
|
|
1939
|
-
export declare namespace CustomFileSystem {
|
|
1940
|
-
interface EFSFileSystemMember {
|
|
1941
|
-
EFSFileSystem: EFSFileSystem;
|
|
1942
|
-
$unknown?: never;
|
|
1943
|
-
}
|
|
1944
|
-
interface $UnknownMember {
|
|
1945
|
-
EFSFileSystem?: never;
|
|
1946
|
-
$unknown: [string, any];
|
|
1947
|
-
}
|
|
1948
|
-
interface Visitor<T> {
|
|
1949
|
-
EFSFileSystem: (value: EFSFileSystem) => T;
|
|
1950
|
-
_: (name: string, value: any) => T;
|
|
1951
|
-
}
|
|
1952
|
-
const visit: <T>(value: CustomFileSystem, visitor: Visitor<T>) => T;
|
|
1953
|
-
}
|
|
1954
|
-
export interface SpaceJupyterLabAppSettings {
|
|
1955
|
-
DefaultResourceSpec?: ResourceSpec;
|
|
1956
|
-
CodeRepositories?: CodeRepository[];
|
|
1957
|
-
}
|
|
1958
|
-
export interface EbsStorageSettings {
|
|
1959
|
-
EbsVolumeSizeInGb: number | undefined;
|
|
1960
|
-
}
|
|
1961
|
-
export interface SpaceStorageSettings {
|
|
1962
|
-
EbsStorageSettings?: EbsStorageSettings;
|
|
1963
|
-
}
|
|
1964
|
-
export interface SpaceSettings {
|
|
1965
|
-
JupyterServerAppSettings?: JupyterServerAppSettings;
|
|
1966
|
-
KernelGatewayAppSettings?: KernelGatewayAppSettings;
|
|
1967
|
-
CodeEditorAppSettings?: SpaceCodeEditorAppSettings;
|
|
1968
|
-
JupyterLabAppSettings?: SpaceJupyterLabAppSettings;
|
|
1969
|
-
AppType?: AppType;
|
|
1970
|
-
SpaceStorageSettings?: SpaceStorageSettings;
|
|
1971
|
-
CustomFileSystems?: CustomFileSystem[];
|
|
1972
|
-
}
|
|
1973
|
-
export declare const SharingType: {
|
|
1974
|
-
readonly Private: "Private";
|
|
1975
|
-
readonly Shared: "Shared";
|
|
1976
|
-
};
|
|
1977
|
-
export type SharingType = (typeof SharingType)[keyof typeof SharingType];
|
|
1978
|
-
export interface SpaceSharingSettings {
|
|
1979
|
-
SharingType: SharingType | undefined;
|
|
1980
|
-
}
|
|
1981
1980
|
export declare const CreateModelCardRequestFilterSensitiveLog: (
|
|
1982
1981
|
obj: CreateModelCardRequest
|
|
1983
1982
|
) => any;
|
|
@@ -39,6 +39,7 @@ import {
|
|
|
39
39
|
ClusterNodeDetails,
|
|
40
40
|
ClusterStatus,
|
|
41
41
|
CodeEditorAppImageConfig,
|
|
42
|
+
CodeRepository,
|
|
42
43
|
CognitoConfig,
|
|
43
44
|
CognitoMemberDefinition,
|
|
44
45
|
CollectionConfiguration,
|
|
@@ -48,7 +49,6 @@ import {
|
|
|
48
49
|
GitConfig,
|
|
49
50
|
HyperParameterTuningJobObjectiveType,
|
|
50
51
|
InferenceSpecification,
|
|
51
|
-
InputConfig,
|
|
52
52
|
JupyterLabAppImageConfig,
|
|
53
53
|
KernelGatewayImageConfig,
|
|
54
54
|
MetadataProperties,
|
|
@@ -86,6 +86,7 @@ import {
|
|
|
86
86
|
EdgeDeploymentModelConfig,
|
|
87
87
|
EdgeOutputConfig,
|
|
88
88
|
EdgePresetDeploymentType,
|
|
89
|
+
EFSFileSystem,
|
|
89
90
|
EndpointInfo,
|
|
90
91
|
ExperimentConfig,
|
|
91
92
|
ExplainerConfig,
|
|
@@ -106,8 +107,11 @@ import {
|
|
|
106
107
|
InferenceExperimentDataStorageConfig,
|
|
107
108
|
InferenceExperimentSchedule,
|
|
108
109
|
InferenceExperimentType,
|
|
110
|
+
InputConfig,
|
|
109
111
|
InstanceMetadataServiceConfiguration,
|
|
110
112
|
JobType,
|
|
113
|
+
JupyterServerAppSettings,
|
|
114
|
+
KernelGatewayAppSettings,
|
|
111
115
|
LabelingJobAlgorithmsConfig,
|
|
112
116
|
LabelingJobInputConfig,
|
|
113
117
|
LabelingJobOutputConfig,
|
|
@@ -137,12 +141,10 @@ import {
|
|
|
137
141
|
MonitoringType,
|
|
138
142
|
NeoVpcConfig,
|
|
139
143
|
NotebookInstanceAcceleratorType,
|
|
140
|
-
NotebookInstanceLifecycleHook,
|
|
141
144
|
OfflineStoreConfig,
|
|
142
145
|
OnlineStoreConfig,
|
|
143
146
|
OutputConfig,
|
|
144
147
|
OwnershipSettings,
|
|
145
|
-
ParallelismConfiguration,
|
|
146
148
|
ProcessingInstanceType,
|
|
147
149
|
Processor,
|
|
148
150
|
ProductionVariant,
|
|
@@ -158,12 +160,57 @@ import {
|
|
|
158
160
|
ShadowModeConfig,
|
|
159
161
|
SkipModelValidation,
|
|
160
162
|
SourceAlgorithmSpecification,
|
|
161
|
-
|
|
162
|
-
SpaceSharingSettings,
|
|
163
|
+
SpaceCodeEditorAppSettings,
|
|
163
164
|
ThroughputMode,
|
|
165
|
+
TrackingServerSize,
|
|
164
166
|
UserSettings,
|
|
165
167
|
VendorGuidance,
|
|
166
168
|
} from "./models_1";
|
|
169
|
+
export type CustomFileSystem =
|
|
170
|
+
| CustomFileSystem.EFSFileSystemMember
|
|
171
|
+
| CustomFileSystem.$UnknownMember;
|
|
172
|
+
export declare namespace CustomFileSystem {
|
|
173
|
+
interface EFSFileSystemMember {
|
|
174
|
+
EFSFileSystem: EFSFileSystem;
|
|
175
|
+
$unknown?: never;
|
|
176
|
+
}
|
|
177
|
+
interface $UnknownMember {
|
|
178
|
+
EFSFileSystem?: never;
|
|
179
|
+
$unknown: [string, any];
|
|
180
|
+
}
|
|
181
|
+
interface Visitor<T> {
|
|
182
|
+
EFSFileSystem: (value: EFSFileSystem) => T;
|
|
183
|
+
_: (name: string, value: any) => T;
|
|
184
|
+
}
|
|
185
|
+
const visit: <T>(value: CustomFileSystem, visitor: Visitor<T>) => T;
|
|
186
|
+
}
|
|
187
|
+
export interface SpaceJupyterLabAppSettings {
|
|
188
|
+
DefaultResourceSpec?: ResourceSpec;
|
|
189
|
+
CodeRepositories?: CodeRepository[];
|
|
190
|
+
}
|
|
191
|
+
export interface EbsStorageSettings {
|
|
192
|
+
EbsVolumeSizeInGb: number | undefined;
|
|
193
|
+
}
|
|
194
|
+
export interface SpaceStorageSettings {
|
|
195
|
+
EbsStorageSettings?: EbsStorageSettings;
|
|
196
|
+
}
|
|
197
|
+
export interface SpaceSettings {
|
|
198
|
+
JupyterServerAppSettings?: JupyterServerAppSettings;
|
|
199
|
+
KernelGatewayAppSettings?: KernelGatewayAppSettings;
|
|
200
|
+
CodeEditorAppSettings?: SpaceCodeEditorAppSettings;
|
|
201
|
+
JupyterLabAppSettings?: SpaceJupyterLabAppSettings;
|
|
202
|
+
AppType?: AppType;
|
|
203
|
+
SpaceStorageSettings?: SpaceStorageSettings;
|
|
204
|
+
CustomFileSystems?: CustomFileSystem[];
|
|
205
|
+
}
|
|
206
|
+
export declare const SharingType: {
|
|
207
|
+
readonly Private: "Private";
|
|
208
|
+
readonly Shared: "Shared";
|
|
209
|
+
};
|
|
210
|
+
export type SharingType = (typeof SharingType)[keyof typeof SharingType];
|
|
211
|
+
export interface SpaceSharingSettings {
|
|
212
|
+
SharingType: SharingType | undefined;
|
|
213
|
+
}
|
|
167
214
|
export interface CreateSpaceRequest {
|
|
168
215
|
DomainId: string | undefined;
|
|
169
216
|
SpaceName: string | undefined;
|
|
@@ -631,6 +678,12 @@ export interface DeleteInferenceExperimentRequest {
|
|
|
631
678
|
export interface DeleteInferenceExperimentResponse {
|
|
632
679
|
InferenceExperimentArn: string | undefined;
|
|
633
680
|
}
|
|
681
|
+
export interface DeleteMlflowTrackingServerRequest {
|
|
682
|
+
TrackingServerName: string | undefined;
|
|
683
|
+
}
|
|
684
|
+
export interface DeleteMlflowTrackingServerResponse {
|
|
685
|
+
TrackingServerArn?: string;
|
|
686
|
+
}
|
|
634
687
|
export interface DeleteModelInput {
|
|
635
688
|
ModelName: string | undefined;
|
|
636
689
|
}
|
|
@@ -1792,6 +1845,53 @@ export interface DescribeLineageGroupResponse {
|
|
|
1792
1845
|
LastModifiedTime?: Date;
|
|
1793
1846
|
LastModifiedBy?: UserContext;
|
|
1794
1847
|
}
|
|
1848
|
+
export interface DescribeMlflowTrackingServerRequest {
|
|
1849
|
+
TrackingServerName: string | undefined;
|
|
1850
|
+
}
|
|
1851
|
+
export declare const IsTrackingServerActive: {
|
|
1852
|
+
readonly ACTIVE: "Active";
|
|
1853
|
+
readonly INACTIVE: "Inactive";
|
|
1854
|
+
};
|
|
1855
|
+
export type IsTrackingServerActive =
|
|
1856
|
+
(typeof IsTrackingServerActive)[keyof typeof IsTrackingServerActive];
|
|
1857
|
+
export declare const TrackingServerStatus: {
|
|
1858
|
+
readonly CREATED: "Created";
|
|
1859
|
+
readonly CREATE_FAILED: "CreateFailed";
|
|
1860
|
+
readonly CREATING: "Creating";
|
|
1861
|
+
readonly DELETE_FAILED: "DeleteFailed";
|
|
1862
|
+
readonly DELETING: "Deleting";
|
|
1863
|
+
readonly MAINTENANCE_COMPLETE: "MaintenanceComplete";
|
|
1864
|
+
readonly MAINTENANCE_FAILED: "MaintenanceFailed";
|
|
1865
|
+
readonly MAINTENANCE_IN_PROGRESS: "MaintenanceInProgress";
|
|
1866
|
+
readonly STARTED: "Started";
|
|
1867
|
+
readonly STARTING: "Starting";
|
|
1868
|
+
readonly START_FAILED: "StartFailed";
|
|
1869
|
+
readonly STOPPED: "Stopped";
|
|
1870
|
+
readonly STOPPING: "Stopping";
|
|
1871
|
+
readonly STOP_FAILED: "StopFailed";
|
|
1872
|
+
readonly UPDATED: "Updated";
|
|
1873
|
+
readonly UPDATE_FAILED: "UpdateFailed";
|
|
1874
|
+
readonly UPDATING: "Updating";
|
|
1875
|
+
};
|
|
1876
|
+
export type TrackingServerStatus =
|
|
1877
|
+
(typeof TrackingServerStatus)[keyof typeof TrackingServerStatus];
|
|
1878
|
+
export interface DescribeMlflowTrackingServerResponse {
|
|
1879
|
+
TrackingServerArn?: string;
|
|
1880
|
+
TrackingServerName?: string;
|
|
1881
|
+
ArtifactStoreUri?: string;
|
|
1882
|
+
TrackingServerSize?: TrackingServerSize;
|
|
1883
|
+
MlflowVersion?: string;
|
|
1884
|
+
RoleArn?: string;
|
|
1885
|
+
TrackingServerStatus?: TrackingServerStatus;
|
|
1886
|
+
IsActive?: IsTrackingServerActive;
|
|
1887
|
+
TrackingServerUrl?: string;
|
|
1888
|
+
WeeklyMaintenanceWindowStart?: string;
|
|
1889
|
+
AutomaticModelRegistration?: boolean;
|
|
1890
|
+
CreationTime?: Date;
|
|
1891
|
+
CreatedBy?: UserContext;
|
|
1892
|
+
LastModifiedTime?: Date;
|
|
1893
|
+
LastModifiedBy?: UserContext;
|
|
1894
|
+
}
|
|
1795
1895
|
export interface DescribeModelInput {
|
|
1796
1896
|
ModelName: string | undefined;
|
|
1797
1897
|
}
|
|
@@ -2065,86 +2165,6 @@ export interface DescribeNotebookInstanceOutput {
|
|
|
2065
2165
|
PlatformIdentifier?: string;
|
|
2066
2166
|
InstanceMetadataServiceConfiguration?: InstanceMetadataServiceConfiguration;
|
|
2067
2167
|
}
|
|
2068
|
-
export interface DescribeNotebookInstanceLifecycleConfigInput {
|
|
2069
|
-
NotebookInstanceLifecycleConfigName: string | undefined;
|
|
2070
|
-
}
|
|
2071
|
-
export interface DescribeNotebookInstanceLifecycleConfigOutput {
|
|
2072
|
-
NotebookInstanceLifecycleConfigArn?: string;
|
|
2073
|
-
NotebookInstanceLifecycleConfigName?: string;
|
|
2074
|
-
OnCreate?: NotebookInstanceLifecycleHook[];
|
|
2075
|
-
OnStart?: NotebookInstanceLifecycleHook[];
|
|
2076
|
-
LastModifiedTime?: Date;
|
|
2077
|
-
CreationTime?: Date;
|
|
2078
|
-
}
|
|
2079
|
-
export interface DescribePipelineRequest {
|
|
2080
|
-
PipelineName: string | undefined;
|
|
2081
|
-
}
|
|
2082
|
-
export declare const PipelineStatus: {
|
|
2083
|
-
readonly ACTIVE: "Active";
|
|
2084
|
-
readonly DELETING: "Deleting";
|
|
2085
|
-
};
|
|
2086
|
-
export type PipelineStatus =
|
|
2087
|
-
(typeof PipelineStatus)[keyof typeof PipelineStatus];
|
|
2088
|
-
export interface DescribePipelineResponse {
|
|
2089
|
-
PipelineArn?: string;
|
|
2090
|
-
PipelineName?: string;
|
|
2091
|
-
PipelineDisplayName?: string;
|
|
2092
|
-
PipelineDefinition?: string;
|
|
2093
|
-
PipelineDescription?: string;
|
|
2094
|
-
RoleArn?: string;
|
|
2095
|
-
PipelineStatus?: PipelineStatus;
|
|
2096
|
-
CreationTime?: Date;
|
|
2097
|
-
LastModifiedTime?: Date;
|
|
2098
|
-
LastRunTime?: Date;
|
|
2099
|
-
CreatedBy?: UserContext;
|
|
2100
|
-
LastModifiedBy?: UserContext;
|
|
2101
|
-
ParallelismConfiguration?: ParallelismConfiguration;
|
|
2102
|
-
}
|
|
2103
|
-
export interface DescribePipelineDefinitionForExecutionRequest {
|
|
2104
|
-
PipelineExecutionArn: string | undefined;
|
|
2105
|
-
}
|
|
2106
|
-
export interface DescribePipelineDefinitionForExecutionResponse {
|
|
2107
|
-
PipelineDefinition?: string;
|
|
2108
|
-
CreationTime?: Date;
|
|
2109
|
-
}
|
|
2110
|
-
export interface DescribePipelineExecutionRequest {
|
|
2111
|
-
PipelineExecutionArn: string | undefined;
|
|
2112
|
-
}
|
|
2113
|
-
export declare const PipelineExecutionStatus: {
|
|
2114
|
-
readonly EXECUTING: "Executing";
|
|
2115
|
-
readonly FAILED: "Failed";
|
|
2116
|
-
readonly STOPPED: "Stopped";
|
|
2117
|
-
readonly STOPPING: "Stopping";
|
|
2118
|
-
readonly SUCCEEDED: "Succeeded";
|
|
2119
|
-
};
|
|
2120
|
-
export type PipelineExecutionStatus =
|
|
2121
|
-
(typeof PipelineExecutionStatus)[keyof typeof PipelineExecutionStatus];
|
|
2122
|
-
export interface PipelineExperimentConfig {
|
|
2123
|
-
ExperimentName?: string;
|
|
2124
|
-
TrialName?: string;
|
|
2125
|
-
}
|
|
2126
|
-
export interface SelectedStep {
|
|
2127
|
-
StepName: string | undefined;
|
|
2128
|
-
}
|
|
2129
|
-
export interface SelectiveExecutionConfig {
|
|
2130
|
-
SourcePipelineExecutionArn?: string;
|
|
2131
|
-
SelectedSteps: SelectedStep[] | undefined;
|
|
2132
|
-
}
|
|
2133
|
-
export interface DescribePipelineExecutionResponse {
|
|
2134
|
-
PipelineArn?: string;
|
|
2135
|
-
PipelineExecutionArn?: string;
|
|
2136
|
-
PipelineExecutionDisplayName?: string;
|
|
2137
|
-
PipelineExecutionStatus?: PipelineExecutionStatus;
|
|
2138
|
-
PipelineExecutionDescription?: string;
|
|
2139
|
-
PipelineExperimentConfig?: PipelineExperimentConfig;
|
|
2140
|
-
FailureReason?: string;
|
|
2141
|
-
CreationTime?: Date;
|
|
2142
|
-
LastModifiedTime?: Date;
|
|
2143
|
-
CreatedBy?: UserContext;
|
|
2144
|
-
LastModifiedBy?: UserContext;
|
|
2145
|
-
ParallelismConfiguration?: ParallelismConfiguration;
|
|
2146
|
-
SelectiveExecutionConfig?: SelectiveExecutionConfig;
|
|
2147
|
-
}
|
|
2148
2168
|
export declare const OidcConfigFilterSensitiveLog: (obj: OidcConfig) => any;
|
|
2149
2169
|
export declare const CreateWorkforceRequestFilterSensitiveLog: (
|
|
2150
2170
|
obj: CreateWorkforceRequest
|