@aws-sdk/client-sagemaker 3.989.0 → 3.990.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/dist-cjs/index.js +18 -0
- package/dist-cjs/schemas/schemas_0.js +313 -273
- package/dist-es/models/enums.js +16 -0
- package/dist-es/schemas/schemas_0.js +278 -238
- package/dist-types/commands/CreateClusterCommand.d.ts +27 -0
- package/dist-types/commands/CreateCompilationJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateComputeQuotaCommand.d.ts +1 -2
- package/dist-types/commands/CreateDataQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelBiasJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/commands/CreateProcessingJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateSpaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +2 -2
- package/dist-types/commands/DescribeClusterCommand.d.ts +27 -0
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +9 -0
- package/dist-types/commands/DescribeDataQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelBiasJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeProcessingJobCommand.d.ts +2 -2
- package/dist-types/commands/DescribeProjectCommand.d.ts +1 -2
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +2 -2
- package/dist-types/commands/ListProcessingJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListProjectsCommand.d.ts +1 -1
- package/dist-types/commands/SearchCommand.d.ts +5 -5
- package/dist-types/commands/UpdateClusterCommand.d.ts +32 -0
- package/dist-types/commands/UpdateMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTrainingJobCommand.d.ts +1 -1
- package/dist-types/models/enums.d.ts +32 -0
- package/dist-types/models/models_0.d.ts +124 -145
- package/dist-types/models/models_1.d.ts +144 -125
- package/dist-types/models/models_2.d.ts +126 -229
- package/dist-types/models/models_3.d.ts +230 -156
- package/dist-types/models/models_4.d.ts +162 -5
- package/dist-types/schemas/schemas_0.d.ts +5 -0
- package/dist-types/ts3.4/commands/CreateCompilationJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateComputeQuotaCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateSpaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePipelineExecutionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeProcessingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListProcessingJobsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +20 -0
- package/dist-types/ts3.4/models/models_0.d.ts +45 -33
- package/dist-types/ts3.4/models/models_1.d.ts +39 -30
- package/dist-types/ts3.4/models/models_2.d.ts +39 -60
- package/dist-types/ts3.4/models/models_3.d.ts +62 -39
- package/dist-types/ts3.4/models/models_4.d.ts +42 -3
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +5 -0
- package/package.json +6 -6
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribeProcessingJobRequest,
|
|
5
5
|
DescribeProcessingJobResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_3";
|
|
7
7
|
import {
|
|
8
8
|
SageMakerClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
3
|
+
import {
|
|
4
|
+
DescribeProjectInput,
|
|
5
|
+
DescribeProjectOutput,
|
|
6
|
+
} from "../models/models_3";
|
|
5
7
|
import {
|
|
6
8
|
SageMakerClientResolvedConfig,
|
|
7
9
|
ServiceInputTypes,
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
ListProcessingJobsResponse,
|
|
6
|
-
} from "../models/models_3";
|
|
3
|
+
import { ListProcessingJobsRequest } from "../models/models_3";
|
|
4
|
+
import { ListProcessingJobsResponse } from "../models/models_4";
|
|
7
5
|
import {
|
|
8
6
|
SageMakerClientResolvedConfig,
|
|
9
7
|
ServiceInputTypes,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListProjectsInput, ListProjectsOutput } from "../models/
|
|
3
|
+
import { ListProjectsInput, ListProjectsOutput } from "../models/models_4";
|
|
4
4
|
import {
|
|
5
5
|
SageMakerClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
|
@@ -1582,6 +1582,13 @@ export declare const DeepHealthCheckType: {
|
|
|
1582
1582
|
};
|
|
1583
1583
|
export type DeepHealthCheckType =
|
|
1584
1584
|
(typeof DeepHealthCheckType)[keyof typeof DeepHealthCheckType];
|
|
1585
|
+
export declare const ClusterSlurmNodeType: {
|
|
1586
|
+
readonly COMPUTE: "Compute";
|
|
1587
|
+
readonly CONTROLLER: "Controller";
|
|
1588
|
+
readonly LOGIN: "Login";
|
|
1589
|
+
};
|
|
1590
|
+
export type ClusterSlurmNodeType =
|
|
1591
|
+
(typeof ClusterSlurmNodeType)[keyof typeof ClusterSlurmNodeType];
|
|
1585
1592
|
export declare const SoftwareUpdateStatus: {
|
|
1586
1593
|
readonly FAILED: "Failed";
|
|
1587
1594
|
readonly IN_PROGRESS: "InProgress";
|
|
@@ -1614,6 +1621,13 @@ export declare const ClusterNodeRecovery: {
|
|
|
1614
1621
|
};
|
|
1615
1622
|
export type ClusterNodeRecovery =
|
|
1616
1623
|
(typeof ClusterNodeRecovery)[keyof typeof ClusterNodeRecovery];
|
|
1624
|
+
export declare const ClusterSlurmConfigStrategy: {
|
|
1625
|
+
readonly MANAGED: "Managed";
|
|
1626
|
+
readonly MERGE: "Merge";
|
|
1627
|
+
readonly OVERWRITE: "Overwrite";
|
|
1628
|
+
};
|
|
1629
|
+
export type ClusterSlurmConfigStrategy =
|
|
1630
|
+
(typeof ClusterSlurmConfigStrategy)[keyof typeof ClusterSlurmConfigStrategy];
|
|
1617
1631
|
export declare const SchedulerResourceStatus: {
|
|
1618
1632
|
readonly CREATED: "Created";
|
|
1619
1633
|
readonly CREATE_FAILED: "CreateFailed";
|
|
@@ -1893,6 +1907,12 @@ export declare const ProcessingInstanceType: {
|
|
|
1893
1907
|
readonly ML_G6_4XLARGE: "ml.g6.4xlarge";
|
|
1894
1908
|
readonly ML_G6_8XLARGE: "ml.g6.8xlarge";
|
|
1895
1909
|
readonly ML_G6_XLARGE: "ml.g6.xlarge";
|
|
1910
|
+
readonly ML_G7E_12XLARGE: "ml.g7e.12xlarge";
|
|
1911
|
+
readonly ML_G7E_24XLARGE: "ml.g7e.24xlarge";
|
|
1912
|
+
readonly ML_G7E_2XLARGE: "ml.g7e.2xlarge";
|
|
1913
|
+
readonly ML_G7E_48XLARGE: "ml.g7e.48xlarge";
|
|
1914
|
+
readonly ML_G7E_4XLARGE: "ml.g7e.4xlarge";
|
|
1915
|
+
readonly ML_G7E_8XLARGE: "ml.g7e.8xlarge";
|
|
1896
1916
|
readonly ML_M4_10XLARGE: "ml.m4.10xlarge";
|
|
1897
1917
|
readonly ML_M4_16XLARGE: "ml.m4.16xlarge";
|
|
1898
1918
|
readonly ML_M4_2XLARGE: "ml.m4.2xlarge";
|
|
@@ -49,6 +49,8 @@ import {
|
|
|
49
49
|
ClusterKubernetesTaintEffect,
|
|
50
50
|
ClusterNodeProvisioningMode,
|
|
51
51
|
ClusterNodeRecovery,
|
|
52
|
+
ClusterSlurmConfigStrategy,
|
|
53
|
+
ClusterSlurmNodeType,
|
|
52
54
|
ClusterStatus,
|
|
53
55
|
CompilationJobStatus,
|
|
54
56
|
CompleteOnConvergence,
|
|
@@ -1346,6 +1348,15 @@ export interface ClusterEventSummary {
|
|
|
1346
1348
|
EventTime: Date | undefined;
|
|
1347
1349
|
Description?: string | undefined;
|
|
1348
1350
|
}
|
|
1351
|
+
export interface ClusterFsxLustreConfig {
|
|
1352
|
+
DnsName: string | undefined;
|
|
1353
|
+
MountName: string | undefined;
|
|
1354
|
+
MountPath?: string | undefined;
|
|
1355
|
+
}
|
|
1356
|
+
export interface ClusterFsxOpenZfsConfig {
|
|
1357
|
+
DnsName: string | undefined;
|
|
1358
|
+
MountPath?: string | undefined;
|
|
1359
|
+
}
|
|
1349
1360
|
export interface RollingDeploymentPolicy {
|
|
1350
1361
|
MaximumBatchSize: CapacitySizeConfig | undefined;
|
|
1351
1362
|
RollbackMaximumBatchSize?: CapacitySizeConfig | undefined;
|
|
@@ -1357,18 +1368,38 @@ export interface DeploymentConfiguration {
|
|
|
1357
1368
|
}
|
|
1358
1369
|
export type ClusterInstanceStorageConfig =
|
|
1359
1370
|
| ClusterInstanceStorageConfig.EbsVolumeConfigMember
|
|
1371
|
+
| ClusterInstanceStorageConfig.FsxLustreConfigMember
|
|
1372
|
+
| ClusterInstanceStorageConfig.FsxOpenZfsConfigMember
|
|
1360
1373
|
| ClusterInstanceStorageConfig.$UnknownMember;
|
|
1361
1374
|
export declare namespace ClusterInstanceStorageConfig {
|
|
1362
1375
|
interface EbsVolumeConfigMember {
|
|
1363
1376
|
EbsVolumeConfig: ClusterEbsVolumeConfig;
|
|
1377
|
+
FsxLustreConfig?: never;
|
|
1378
|
+
FsxOpenZfsConfig?: never;
|
|
1379
|
+
$unknown?: never;
|
|
1380
|
+
}
|
|
1381
|
+
interface FsxLustreConfigMember {
|
|
1382
|
+
EbsVolumeConfig?: never;
|
|
1383
|
+
FsxLustreConfig: ClusterFsxLustreConfig;
|
|
1384
|
+
FsxOpenZfsConfig?: never;
|
|
1385
|
+
$unknown?: never;
|
|
1386
|
+
}
|
|
1387
|
+
interface FsxOpenZfsConfigMember {
|
|
1388
|
+
EbsVolumeConfig?: never;
|
|
1389
|
+
FsxLustreConfig?: never;
|
|
1390
|
+
FsxOpenZfsConfig: ClusterFsxOpenZfsConfig;
|
|
1364
1391
|
$unknown?: never;
|
|
1365
1392
|
}
|
|
1366
1393
|
interface $UnknownMember {
|
|
1367
1394
|
EbsVolumeConfig?: never;
|
|
1395
|
+
FsxLustreConfig?: never;
|
|
1396
|
+
FsxOpenZfsConfig?: never;
|
|
1368
1397
|
$unknown: [string, any];
|
|
1369
1398
|
}
|
|
1370
1399
|
interface Visitor<T> {
|
|
1371
1400
|
EbsVolumeConfig: (value: ClusterEbsVolumeConfig) => T;
|
|
1401
|
+
FsxLustreConfig: (value: ClusterFsxLustreConfig) => T;
|
|
1402
|
+
FsxOpenZfsConfig: (value: ClusterFsxOpenZfsConfig) => T;
|
|
1372
1403
|
_: (name: string, value: any) => T;
|
|
1373
1404
|
}
|
|
1374
1405
|
}
|
|
@@ -1391,6 +1422,10 @@ export interface ScheduledUpdateConfig {
|
|
|
1391
1422
|
ScheduleExpression: string | undefined;
|
|
1392
1423
|
DeploymentConfig?: DeploymentConfiguration | undefined;
|
|
1393
1424
|
}
|
|
1425
|
+
export interface ClusterSlurmConfigDetails {
|
|
1426
|
+
NodeType: ClusterSlurmNodeType | undefined;
|
|
1427
|
+
PartitionNames?: string[] | undefined;
|
|
1428
|
+
}
|
|
1394
1429
|
export interface ClusterInstanceGroupDetails {
|
|
1395
1430
|
CurrentCount?: number | undefined;
|
|
1396
1431
|
TargetCount?: number | undefined;
|
|
@@ -1417,11 +1452,16 @@ export interface ClusterInstanceGroupDetails {
|
|
|
1417
1452
|
TargetStateCount?: number | undefined;
|
|
1418
1453
|
SoftwareUpdateStatus?: SoftwareUpdateStatus | undefined;
|
|
1419
1454
|
ActiveSoftwareUpdateConfig?: DeploymentConfiguration | undefined;
|
|
1455
|
+
SlurmConfig?: ClusterSlurmConfigDetails | undefined;
|
|
1420
1456
|
}
|
|
1421
1457
|
export interface ClusterKubernetesConfig {
|
|
1422
1458
|
Labels?: Record<string, string> | undefined;
|
|
1423
1459
|
Taints?: ClusterKubernetesTaint[] | undefined;
|
|
1424
1460
|
}
|
|
1461
|
+
export interface ClusterSlurmConfig {
|
|
1462
|
+
NodeType: ClusterSlurmNodeType | undefined;
|
|
1463
|
+
PartitionNames?: string[] | undefined;
|
|
1464
|
+
}
|
|
1425
1465
|
export interface ClusterInstanceGroupSpecification {
|
|
1426
1466
|
InstanceCount: number | undefined;
|
|
1427
1467
|
MinInstanceCount?: number | undefined;
|
|
@@ -1437,6 +1477,7 @@ export interface ClusterInstanceGroupSpecification {
|
|
|
1437
1477
|
ScheduledUpdateConfig?: ScheduledUpdateConfig | undefined;
|
|
1438
1478
|
ImageId?: string | undefined;
|
|
1439
1479
|
KubernetesConfig?: ClusterKubernetesConfig | undefined;
|
|
1480
|
+
SlurmConfig?: ClusterSlurmConfig | undefined;
|
|
1440
1481
|
CapacityRequirements?: ClusterCapacityRequirements | undefined;
|
|
1441
1482
|
}
|
|
1442
1483
|
export interface ClusterInstancePlacement {
|
|
@@ -1493,8 +1534,12 @@ export interface ClusterNodeSummary {
|
|
|
1493
1534
|
export interface ClusterOrchestratorEksConfig {
|
|
1494
1535
|
ClusterArn: string | undefined;
|
|
1495
1536
|
}
|
|
1537
|
+
export interface ClusterOrchestratorSlurmConfig {
|
|
1538
|
+
SlurmConfigStrategy?: ClusterSlurmConfigStrategy | undefined;
|
|
1539
|
+
}
|
|
1496
1540
|
export interface ClusterOrchestrator {
|
|
1497
1541
|
Eks?: ClusterOrchestratorEksConfig | undefined;
|
|
1542
|
+
Slurm?: ClusterOrchestratorSlurmConfig | undefined;
|
|
1498
1543
|
}
|
|
1499
1544
|
export interface FSxLustreConfig {
|
|
1500
1545
|
SizeInGiB: number | undefined;
|
|
@@ -1907,36 +1952,3 @@ export interface TargetPlatform {
|
|
|
1907
1952
|
Arch: TargetPlatformArch | undefined;
|
|
1908
1953
|
Accelerator?: TargetPlatformAccelerator | undefined;
|
|
1909
1954
|
}
|
|
1910
|
-
export interface OutputConfig {
|
|
1911
|
-
S3OutputLocation: string | undefined;
|
|
1912
|
-
TargetDevice?: TargetDevice | undefined;
|
|
1913
|
-
TargetPlatform?: TargetPlatform | undefined;
|
|
1914
|
-
CompilerOptions?: string | undefined;
|
|
1915
|
-
KmsKeyId?: string | undefined;
|
|
1916
|
-
}
|
|
1917
|
-
export interface NeoVpcConfig {
|
|
1918
|
-
SecurityGroupIds: string[] | undefined;
|
|
1919
|
-
Subnets: string[] | undefined;
|
|
1920
|
-
}
|
|
1921
|
-
export interface CreateCompilationJobRequest {
|
|
1922
|
-
CompilationJobName: string | undefined;
|
|
1923
|
-
RoleArn: string | undefined;
|
|
1924
|
-
ModelPackageVersionArn?: string | undefined;
|
|
1925
|
-
InputConfig?: InputConfig | undefined;
|
|
1926
|
-
OutputConfig: OutputConfig | undefined;
|
|
1927
|
-
VpcConfig?: NeoVpcConfig | undefined;
|
|
1928
|
-
StoppingCondition: StoppingCondition | undefined;
|
|
1929
|
-
Tags?: Tag[] | undefined;
|
|
1930
|
-
}
|
|
1931
|
-
export interface CreateCompilationJobResponse {
|
|
1932
|
-
CompilationJobArn: string | undefined;
|
|
1933
|
-
}
|
|
1934
|
-
export interface CreateComputeQuotaRequest {
|
|
1935
|
-
Name: string | undefined;
|
|
1936
|
-
Description?: string | undefined;
|
|
1937
|
-
ClusterArn: string | undefined;
|
|
1938
|
-
ComputeQuotaConfig: ComputeQuotaConfig | undefined;
|
|
1939
|
-
ComputeQuotaTarget: ComputeQuotaTarget | undefined;
|
|
1940
|
-
ActivationState?: ActivationState | undefined;
|
|
1941
|
-
Tags?: Tag[] | undefined;
|
|
1942
|
-
}
|
|
@@ -2,6 +2,7 @@ import { AutomaticJsonStringConversion as __AutomaticJsonStringConversion } from
|
|
|
2
2
|
import {
|
|
3
3
|
_InstanceType,
|
|
4
4
|
AccountDefaultStatus,
|
|
5
|
+
ActivationState,
|
|
5
6
|
AppInstanceType,
|
|
6
7
|
AppNetworkAccessType,
|
|
7
8
|
AppSecurityGroupManagement,
|
|
@@ -67,12 +68,12 @@ import {
|
|
|
67
68
|
RStudioServerProAccessStatus,
|
|
68
69
|
RStudioServerProUserGroup,
|
|
69
70
|
SageMakerImageName,
|
|
70
|
-
SharingType,
|
|
71
71
|
SkipModelValidation,
|
|
72
72
|
StorageType,
|
|
73
73
|
StudioWebPortal,
|
|
74
74
|
TableFormat,
|
|
75
75
|
TagPropagation,
|
|
76
|
+
TargetDevice,
|
|
76
77
|
ThroughputMode,
|
|
77
78
|
TrackingServerSize,
|
|
78
79
|
TrafficType,
|
|
@@ -103,10 +104,13 @@ import {
|
|
|
103
104
|
ClarifyExplainerConfig,
|
|
104
105
|
CodeEditorAppSettings,
|
|
105
106
|
CollectionConfig,
|
|
107
|
+
ComputeQuotaConfig,
|
|
108
|
+
ComputeQuotaTarget,
|
|
106
109
|
ContextSource,
|
|
107
110
|
ConvergenceDetected,
|
|
108
111
|
HyperParameterTuningJobObjective,
|
|
109
112
|
InferenceSpecification,
|
|
113
|
+
InputConfig,
|
|
110
114
|
MetadataProperties,
|
|
111
115
|
MetricsSource,
|
|
112
116
|
ModelDataSource,
|
|
@@ -114,6 +118,7 @@ import {
|
|
|
114
118
|
ResourceConfig,
|
|
115
119
|
ResourceSpec,
|
|
116
120
|
StoppingCondition,
|
|
121
|
+
TargetPlatform,
|
|
117
122
|
TransformJobDefinition,
|
|
118
123
|
VpcConfig,
|
|
119
124
|
AdditionalInferenceSpecificationDefinition,
|
|
@@ -130,6 +135,39 @@ import {
|
|
|
130
135
|
MetricDefinition,
|
|
131
136
|
Tag,
|
|
132
137
|
} from "./models_0";
|
|
138
|
+
export interface OutputConfig {
|
|
139
|
+
S3OutputLocation: string | undefined;
|
|
140
|
+
TargetDevice?: TargetDevice | undefined;
|
|
141
|
+
TargetPlatform?: TargetPlatform | undefined;
|
|
142
|
+
CompilerOptions?: string | undefined;
|
|
143
|
+
KmsKeyId?: string | undefined;
|
|
144
|
+
}
|
|
145
|
+
export interface NeoVpcConfig {
|
|
146
|
+
SecurityGroupIds: string[] | undefined;
|
|
147
|
+
Subnets: string[] | undefined;
|
|
148
|
+
}
|
|
149
|
+
export interface CreateCompilationJobRequest {
|
|
150
|
+
CompilationJobName: string | undefined;
|
|
151
|
+
RoleArn: string | undefined;
|
|
152
|
+
ModelPackageVersionArn?: string | undefined;
|
|
153
|
+
InputConfig?: InputConfig | undefined;
|
|
154
|
+
OutputConfig: OutputConfig | undefined;
|
|
155
|
+
VpcConfig?: NeoVpcConfig | undefined;
|
|
156
|
+
StoppingCondition: StoppingCondition | undefined;
|
|
157
|
+
Tags?: Tag[] | undefined;
|
|
158
|
+
}
|
|
159
|
+
export interface CreateCompilationJobResponse {
|
|
160
|
+
CompilationJobArn: string | undefined;
|
|
161
|
+
}
|
|
162
|
+
export interface CreateComputeQuotaRequest {
|
|
163
|
+
Name: string | undefined;
|
|
164
|
+
Description?: string | undefined;
|
|
165
|
+
ClusterArn: string | undefined;
|
|
166
|
+
ComputeQuotaConfig: ComputeQuotaConfig | undefined;
|
|
167
|
+
ComputeQuotaTarget: ComputeQuotaTarget | undefined;
|
|
168
|
+
ActivationState?: ActivationState | undefined;
|
|
169
|
+
Tags?: Tag[] | undefined;
|
|
170
|
+
}
|
|
133
171
|
export interface CreateComputeQuotaResponse {
|
|
134
172
|
ComputeQuotaArn: string | undefined;
|
|
135
173
|
ComputeQuotaId: string | undefined;
|
|
@@ -1864,32 +1902,3 @@ export interface SpaceJupyterLabAppSettings {
|
|
|
1864
1902
|
export interface EbsStorageSettings {
|
|
1865
1903
|
EbsVolumeSizeInGb: number | undefined;
|
|
1866
1904
|
}
|
|
1867
|
-
export interface SpaceStorageSettings {
|
|
1868
|
-
EbsStorageSettings?: EbsStorageSettings | undefined;
|
|
1869
|
-
}
|
|
1870
|
-
export interface SpaceSettings {
|
|
1871
|
-
JupyterServerAppSettings?: JupyterServerAppSettings | undefined;
|
|
1872
|
-
KernelGatewayAppSettings?: KernelGatewayAppSettings | undefined;
|
|
1873
|
-
CodeEditorAppSettings?: SpaceCodeEditorAppSettings | undefined;
|
|
1874
|
-
JupyterLabAppSettings?: SpaceJupyterLabAppSettings | undefined;
|
|
1875
|
-
AppType?: AppType | undefined;
|
|
1876
|
-
SpaceStorageSettings?: SpaceStorageSettings | undefined;
|
|
1877
|
-
SpaceManagedResources?: FeatureStatus | undefined;
|
|
1878
|
-
CustomFileSystems?: CustomFileSystem[] | undefined;
|
|
1879
|
-
RemoteAccess?: FeatureStatus | undefined;
|
|
1880
|
-
}
|
|
1881
|
-
export interface SpaceSharingSettings {
|
|
1882
|
-
SharingType: SharingType | undefined;
|
|
1883
|
-
}
|
|
1884
|
-
export interface CreateSpaceRequest {
|
|
1885
|
-
DomainId: string | undefined;
|
|
1886
|
-
SpaceName: string | undefined;
|
|
1887
|
-
Tags?: Tag[] | undefined;
|
|
1888
|
-
SpaceSettings?: SpaceSettings | undefined;
|
|
1889
|
-
OwnershipSettings?: OwnershipSettings | undefined;
|
|
1890
|
-
SpaceSharingSettings?: SpaceSharingSettings | undefined;
|
|
1891
|
-
SpaceDisplayName?: string | undefined;
|
|
1892
|
-
}
|
|
1893
|
-
export interface CreateSpaceResponse {
|
|
1894
|
-
SpaceArn?: string | undefined;
|
|
1895
|
-
}
|
|
@@ -75,11 +75,9 @@ import {
|
|
|
75
75
|
PartnerAppStatus,
|
|
76
76
|
PartnerAppType,
|
|
77
77
|
Peft,
|
|
78
|
-
PipelineExecutionStatus,
|
|
79
78
|
PipelineStatus,
|
|
80
79
|
ProblemType,
|
|
81
80
|
ProcessingInstanceType,
|
|
82
|
-
ProcessingJobStatus,
|
|
83
81
|
Processor,
|
|
84
82
|
ProductionVariantAcceleratorType,
|
|
85
83
|
ProductionVariantInstanceType,
|
|
@@ -93,6 +91,7 @@ import {
|
|
|
93
91
|
SchedulerResourceStatus,
|
|
94
92
|
ScheduleStatus,
|
|
95
93
|
ServerlessJobType,
|
|
94
|
+
SharingType,
|
|
96
95
|
SkipModelValidation,
|
|
97
96
|
StageStatus,
|
|
98
97
|
Statistic,
|
|
@@ -113,7 +112,6 @@ import {
|
|
|
113
112
|
AlgorithmSpecification,
|
|
114
113
|
AlgorithmStatusDetails,
|
|
115
114
|
AlgorithmValidationSpecification,
|
|
116
|
-
AppSpecification,
|
|
117
115
|
ArtifactSource,
|
|
118
116
|
AsyncInferenceConfig,
|
|
119
117
|
AutoMLCandidate,
|
|
@@ -150,8 +148,6 @@ import {
|
|
|
150
148
|
KernelGatewayImageConfig,
|
|
151
149
|
MetadataProperties,
|
|
152
150
|
ModelDeployConfig,
|
|
153
|
-
NeoVpcConfig,
|
|
154
|
-
OutputConfig,
|
|
155
151
|
OutputDataConfig,
|
|
156
152
|
ResourceConfig,
|
|
157
153
|
ResourceSpec,
|
|
@@ -184,6 +180,7 @@ import {
|
|
|
184
180
|
DeviceSelectionConfig,
|
|
185
181
|
DomainSettings,
|
|
186
182
|
DriftCheckBaselines,
|
|
183
|
+
EbsStorageSettings,
|
|
187
184
|
EdgeDeploymentConfig,
|
|
188
185
|
EdgeOutputConfig,
|
|
189
186
|
EndpointInfo,
|
|
@@ -203,6 +200,8 @@ import {
|
|
|
203
200
|
InferenceExperimentDataStorageConfig,
|
|
204
201
|
InferenceExperimentSchedule,
|
|
205
202
|
InstanceMetadataServiceConfiguration,
|
|
203
|
+
JupyterServerAppSettings,
|
|
204
|
+
KernelGatewayAppSettings,
|
|
206
205
|
LabelingJobAlgorithmsConfig,
|
|
207
206
|
LabelingJobInputConfig,
|
|
208
207
|
LabelingJobOutputConfig,
|
|
@@ -230,18 +229,17 @@ import {
|
|
|
230
229
|
MonitoringResources,
|
|
231
230
|
MonitoringScheduleConfig,
|
|
232
231
|
MonitoringStoppingCondition,
|
|
233
|
-
|
|
232
|
+
NeoVpcConfig,
|
|
234
233
|
OfflineStoreConfig,
|
|
235
234
|
OnlineStoreConfig,
|
|
236
235
|
OptimizationJobModelSource,
|
|
237
236
|
OptimizationJobOutputConfig,
|
|
238
237
|
OptimizationVpcConfig,
|
|
238
|
+
OutputConfig,
|
|
239
|
+
OwnershipSettings,
|
|
239
240
|
ParallelismConfiguration,
|
|
240
241
|
PartnerAppConfig,
|
|
241
242
|
PartnerAppMaintenanceConfig,
|
|
242
|
-
ProcessingOutputConfig,
|
|
243
|
-
ProcessingResources,
|
|
244
|
-
ProcessingStoppingCondition,
|
|
245
243
|
ProductionVariantManagedInstanceScaling,
|
|
246
244
|
ProductionVariantRoutingConfig,
|
|
247
245
|
ProductionVariantServerlessConfig,
|
|
@@ -250,15 +248,46 @@ import {
|
|
|
250
248
|
RetryStrategy,
|
|
251
249
|
ShadowModeConfig,
|
|
252
250
|
SourceAlgorithmSpecification,
|
|
251
|
+
SpaceCodeEditorAppSettings,
|
|
252
|
+
SpaceJupyterLabAppSettings,
|
|
253
253
|
UserSettings,
|
|
254
|
+
CustomFileSystem,
|
|
254
255
|
EdgeDeploymentModelConfig,
|
|
255
256
|
FeatureDefinition,
|
|
256
257
|
HyperParameterTrainingJobDefinition,
|
|
257
258
|
NotebookInstanceLifecycleHook,
|
|
258
259
|
OptimizationConfig,
|
|
259
|
-
ProcessingInput,
|
|
260
260
|
ProductionVariant,
|
|
261
261
|
} from "./models_1";
|
|
262
|
+
export interface SpaceStorageSettings {
|
|
263
|
+
EbsStorageSettings?: EbsStorageSettings | undefined;
|
|
264
|
+
}
|
|
265
|
+
export interface SpaceSettings {
|
|
266
|
+
JupyterServerAppSettings?: JupyterServerAppSettings | undefined;
|
|
267
|
+
KernelGatewayAppSettings?: KernelGatewayAppSettings | undefined;
|
|
268
|
+
CodeEditorAppSettings?: SpaceCodeEditorAppSettings | undefined;
|
|
269
|
+
JupyterLabAppSettings?: SpaceJupyterLabAppSettings | undefined;
|
|
270
|
+
AppType?: AppType | undefined;
|
|
271
|
+
SpaceStorageSettings?: SpaceStorageSettings | undefined;
|
|
272
|
+
SpaceManagedResources?: FeatureStatus | undefined;
|
|
273
|
+
CustomFileSystems?: CustomFileSystem[] | undefined;
|
|
274
|
+
RemoteAccess?: FeatureStatus | undefined;
|
|
275
|
+
}
|
|
276
|
+
export interface SpaceSharingSettings {
|
|
277
|
+
SharingType: SharingType | undefined;
|
|
278
|
+
}
|
|
279
|
+
export interface CreateSpaceRequest {
|
|
280
|
+
DomainId: string | undefined;
|
|
281
|
+
SpaceName: string | undefined;
|
|
282
|
+
Tags?: Tag[] | undefined;
|
|
283
|
+
SpaceSettings?: SpaceSettings | undefined;
|
|
284
|
+
OwnershipSettings?: OwnershipSettings | undefined;
|
|
285
|
+
SpaceSharingSettings?: SpaceSharingSettings | undefined;
|
|
286
|
+
SpaceDisplayName?: string | undefined;
|
|
287
|
+
}
|
|
288
|
+
export interface CreateSpaceResponse {
|
|
289
|
+
SpaceArn?: string | undefined;
|
|
290
|
+
}
|
|
262
291
|
export interface CreateStudioLifecycleConfigRequest {
|
|
263
292
|
StudioLifecycleConfigName: string | undefined;
|
|
264
293
|
StudioLifecycleConfigContent: string | undefined;
|
|
@@ -2147,53 +2176,3 @@ export interface PipelineExperimentConfig {
|
|
|
2147
2176
|
export interface SelectedStep {
|
|
2148
2177
|
StepName: string | undefined;
|
|
2149
2178
|
}
|
|
2150
|
-
export interface SelectiveExecutionConfig {
|
|
2151
|
-
SourcePipelineExecutionArn?: string | undefined;
|
|
2152
|
-
SelectedSteps: SelectedStep[] | undefined;
|
|
2153
|
-
}
|
|
2154
|
-
export interface DescribePipelineExecutionResponse {
|
|
2155
|
-
PipelineArn?: string | undefined;
|
|
2156
|
-
PipelineExecutionArn?: string | undefined;
|
|
2157
|
-
PipelineExecutionDisplayName?: string | undefined;
|
|
2158
|
-
PipelineExecutionStatus?: PipelineExecutionStatus | undefined;
|
|
2159
|
-
PipelineExecutionDescription?: string | undefined;
|
|
2160
|
-
PipelineExperimentConfig?: PipelineExperimentConfig | undefined;
|
|
2161
|
-
FailureReason?: string | undefined;
|
|
2162
|
-
CreationTime?: Date | undefined;
|
|
2163
|
-
LastModifiedTime?: Date | undefined;
|
|
2164
|
-
CreatedBy?: UserContext | undefined;
|
|
2165
|
-
LastModifiedBy?: UserContext | undefined;
|
|
2166
|
-
ParallelismConfiguration?: ParallelismConfiguration | undefined;
|
|
2167
|
-
SelectiveExecutionConfig?: SelectiveExecutionConfig | undefined;
|
|
2168
|
-
PipelineVersionId?: number | undefined;
|
|
2169
|
-
MLflowConfig?: MLflowConfiguration | undefined;
|
|
2170
|
-
}
|
|
2171
|
-
export interface DescribeProcessingJobRequest {
|
|
2172
|
-
ProcessingJobName: string | undefined;
|
|
2173
|
-
}
|
|
2174
|
-
export interface DescribeProcessingJobResponse {
|
|
2175
|
-
ProcessingInputs?: ProcessingInput[] | undefined;
|
|
2176
|
-
ProcessingOutputConfig?: ProcessingOutputConfig | undefined;
|
|
2177
|
-
ProcessingJobName: string | undefined;
|
|
2178
|
-
ProcessingResources: ProcessingResources | undefined;
|
|
2179
|
-
StoppingCondition?: ProcessingStoppingCondition | undefined;
|
|
2180
|
-
AppSpecification: AppSpecification | undefined;
|
|
2181
|
-
Environment?: Record<string, string> | undefined;
|
|
2182
|
-
NetworkConfig?: NetworkConfig | undefined;
|
|
2183
|
-
RoleArn?: string | undefined;
|
|
2184
|
-
ExperimentConfig?: ExperimentConfig | undefined;
|
|
2185
|
-
ProcessingJobArn: string | undefined;
|
|
2186
|
-
ProcessingJobStatus: ProcessingJobStatus | undefined;
|
|
2187
|
-
ExitMessage?: string | undefined;
|
|
2188
|
-
FailureReason?: string | undefined;
|
|
2189
|
-
ProcessingEndTime?: Date | undefined;
|
|
2190
|
-
ProcessingStartTime?: Date | undefined;
|
|
2191
|
-
LastModifiedTime?: Date | undefined;
|
|
2192
|
-
CreationTime: Date | undefined;
|
|
2193
|
-
MonitoringScheduleArn?: string | undefined;
|
|
2194
|
-
AutoMLJobArn?: string | undefined;
|
|
2195
|
-
TrainingJobArn?: string | undefined;
|
|
2196
|
-
}
|
|
2197
|
-
export interface DescribeProjectInput {
|
|
2198
|
-
ProjectName: string | undefined;
|
|
2199
|
-
}
|
|
@@ -98,8 +98,6 @@ import {
|
|
|
98
98
|
PipelineExecutionStatus,
|
|
99
99
|
ProcessingJobStatus,
|
|
100
100
|
ProfilingStatus,
|
|
101
|
-
ProjectSortBy,
|
|
102
|
-
ProjectSortOrder,
|
|
103
101
|
ProjectStatus,
|
|
104
102
|
RecommendationJobStatus,
|
|
105
103
|
RecommendationJobType,
|
|
@@ -145,6 +143,7 @@ import {
|
|
|
145
143
|
import {
|
|
146
144
|
AlgorithmSpecification,
|
|
147
145
|
AmazonQSettings,
|
|
146
|
+
AppSpecification,
|
|
148
147
|
AutoMLJobStepMetadata,
|
|
149
148
|
BatchDataCaptureConfig,
|
|
150
149
|
BedrockCustomModelDeploymentMetadata,
|
|
@@ -200,19 +199,23 @@ import {
|
|
|
200
199
|
LabelingJobInputConfig,
|
|
201
200
|
ModelLifeCycle,
|
|
202
201
|
MonitoringScheduleConfig,
|
|
202
|
+
NetworkConfig,
|
|
203
203
|
OfflineStoreConfig,
|
|
204
204
|
OnlineStoreConfig,
|
|
205
205
|
OwnershipSettings,
|
|
206
|
+
ParallelismConfiguration,
|
|
207
|
+
ProcessingOutputConfig,
|
|
208
|
+
ProcessingResources,
|
|
209
|
+
ProcessingStoppingCondition,
|
|
206
210
|
ResourceLimits,
|
|
207
211
|
RetryStrategy,
|
|
208
212
|
ServiceCatalogProvisioningDetails,
|
|
209
|
-
SpaceSettings,
|
|
210
|
-
SpaceSharingSettings,
|
|
211
213
|
TrustedIdentityPropagationSettings,
|
|
212
214
|
UnifiedStudioSettings,
|
|
213
215
|
UserSettings,
|
|
214
216
|
FeatureDefinition,
|
|
215
217
|
HyperParameterTrainingJobDefinition,
|
|
218
|
+
ProcessingInput,
|
|
216
219
|
} from "./models_1";
|
|
217
220
|
import {
|
|
218
221
|
DataCaptureConfigSummary,
|
|
@@ -229,6 +232,7 @@ import {
|
|
|
229
232
|
LabelingJobOutput,
|
|
230
233
|
LastUpdateStatus,
|
|
231
234
|
MlflowConfig,
|
|
235
|
+
MLflowConfiguration,
|
|
232
236
|
ModelArtifacts,
|
|
233
237
|
ModelClientConfig,
|
|
234
238
|
ModelConfiguration,
|
|
@@ -236,11 +240,14 @@ import {
|
|
|
236
240
|
NotificationConfiguration,
|
|
237
241
|
ObjectiveStatusCounters,
|
|
238
242
|
OfflineStoreStatus,
|
|
243
|
+
PipelineExperimentConfig,
|
|
239
244
|
ProfilerConfig,
|
|
240
245
|
RecommendationMetrics,
|
|
241
246
|
RemoteDebugConfig,
|
|
242
247
|
ServerlessJobConfig,
|
|
243
248
|
SourceIpConfig,
|
|
249
|
+
SpaceSettings,
|
|
250
|
+
SpaceSharingSettings,
|
|
244
251
|
TensorBoardOutputConfig,
|
|
245
252
|
TrainingJobStatusCounters,
|
|
246
253
|
TrialComponentStatus,
|
|
@@ -253,9 +260,60 @@ import {
|
|
|
253
260
|
MonitoringExecutionSummary,
|
|
254
261
|
ProductionVariantSummary,
|
|
255
262
|
ProfilerRuleConfiguration,
|
|
263
|
+
SelectedStep,
|
|
256
264
|
TrialComponentArtifact,
|
|
257
265
|
TrialComponentParameterValue,
|
|
258
266
|
} from "./models_2";
|
|
267
|
+
export interface SelectiveExecutionConfig {
|
|
268
|
+
SourcePipelineExecutionArn?: string | undefined;
|
|
269
|
+
SelectedSteps: SelectedStep[] | undefined;
|
|
270
|
+
}
|
|
271
|
+
export interface DescribePipelineExecutionResponse {
|
|
272
|
+
PipelineArn?: string | undefined;
|
|
273
|
+
PipelineExecutionArn?: string | undefined;
|
|
274
|
+
PipelineExecutionDisplayName?: string | undefined;
|
|
275
|
+
PipelineExecutionStatus?: PipelineExecutionStatus | undefined;
|
|
276
|
+
PipelineExecutionDescription?: string | undefined;
|
|
277
|
+
PipelineExperimentConfig?: PipelineExperimentConfig | undefined;
|
|
278
|
+
FailureReason?: string | undefined;
|
|
279
|
+
CreationTime?: Date | undefined;
|
|
280
|
+
LastModifiedTime?: Date | undefined;
|
|
281
|
+
CreatedBy?: UserContext | undefined;
|
|
282
|
+
LastModifiedBy?: UserContext | undefined;
|
|
283
|
+
ParallelismConfiguration?: ParallelismConfiguration | undefined;
|
|
284
|
+
SelectiveExecutionConfig?: SelectiveExecutionConfig | undefined;
|
|
285
|
+
PipelineVersionId?: number | undefined;
|
|
286
|
+
MLflowConfig?: MLflowConfiguration | undefined;
|
|
287
|
+
}
|
|
288
|
+
export interface DescribeProcessingJobRequest {
|
|
289
|
+
ProcessingJobName: string | undefined;
|
|
290
|
+
}
|
|
291
|
+
export interface DescribeProcessingJobResponse {
|
|
292
|
+
ProcessingInputs?: ProcessingInput[] | undefined;
|
|
293
|
+
ProcessingOutputConfig?: ProcessingOutputConfig | undefined;
|
|
294
|
+
ProcessingJobName: string | undefined;
|
|
295
|
+
ProcessingResources: ProcessingResources | undefined;
|
|
296
|
+
StoppingCondition?: ProcessingStoppingCondition | undefined;
|
|
297
|
+
AppSpecification: AppSpecification | undefined;
|
|
298
|
+
Environment?: Record<string, string> | undefined;
|
|
299
|
+
NetworkConfig?: NetworkConfig | undefined;
|
|
300
|
+
RoleArn?: string | undefined;
|
|
301
|
+
ExperimentConfig?: ExperimentConfig | undefined;
|
|
302
|
+
ProcessingJobArn: string | undefined;
|
|
303
|
+
ProcessingJobStatus: ProcessingJobStatus | undefined;
|
|
304
|
+
ExitMessage?: string | undefined;
|
|
305
|
+
FailureReason?: string | undefined;
|
|
306
|
+
ProcessingEndTime?: Date | undefined;
|
|
307
|
+
ProcessingStartTime?: Date | undefined;
|
|
308
|
+
LastModifiedTime?: Date | undefined;
|
|
309
|
+
CreationTime: Date | undefined;
|
|
310
|
+
MonitoringScheduleArn?: string | undefined;
|
|
311
|
+
AutoMLJobArn?: string | undefined;
|
|
312
|
+
TrainingJobArn?: string | undefined;
|
|
313
|
+
}
|
|
314
|
+
export interface DescribeProjectInput {
|
|
315
|
+
ProjectName: string | undefined;
|
|
316
|
+
}
|
|
259
317
|
export interface ServiceCatalogProvisionedProductDetails {
|
|
260
318
|
ProvisionedProductId?: string | undefined;
|
|
261
319
|
ProvisionedProductStatusMessage?: string | undefined;
|
|
@@ -2447,38 +2505,3 @@ export interface ListProcessingJobsRequest {
|
|
|
2447
2505
|
NextToken?: string | undefined;
|
|
2448
2506
|
MaxResults?: number | undefined;
|
|
2449
2507
|
}
|
|
2450
|
-
export interface ProcessingJobSummary {
|
|
2451
|
-
ProcessingJobName: string | undefined;
|
|
2452
|
-
ProcessingJobArn: string | undefined;
|
|
2453
|
-
CreationTime: Date | undefined;
|
|
2454
|
-
ProcessingEndTime?: Date | undefined;
|
|
2455
|
-
LastModifiedTime?: Date | undefined;
|
|
2456
|
-
ProcessingJobStatus: ProcessingJobStatus | undefined;
|
|
2457
|
-
FailureReason?: string | undefined;
|
|
2458
|
-
ExitMessage?: string | undefined;
|
|
2459
|
-
}
|
|
2460
|
-
export interface ListProcessingJobsResponse {
|
|
2461
|
-
ProcessingJobSummaries: ProcessingJobSummary[] | undefined;
|
|
2462
|
-
NextToken?: string | undefined;
|
|
2463
|
-
}
|
|
2464
|
-
export interface ListProjectsInput {
|
|
2465
|
-
CreationTimeAfter?: Date | undefined;
|
|
2466
|
-
CreationTimeBefore?: Date | undefined;
|
|
2467
|
-
MaxResults?: number | undefined;
|
|
2468
|
-
NameContains?: string | undefined;
|
|
2469
|
-
NextToken?: string | undefined;
|
|
2470
|
-
SortBy?: ProjectSortBy | undefined;
|
|
2471
|
-
SortOrder?: ProjectSortOrder | undefined;
|
|
2472
|
-
}
|
|
2473
|
-
export interface ProjectSummary {
|
|
2474
|
-
ProjectName: string | undefined;
|
|
2475
|
-
ProjectDescription?: string | undefined;
|
|
2476
|
-
ProjectArn: string | undefined;
|
|
2477
|
-
ProjectId: string | undefined;
|
|
2478
|
-
CreationTime: Date | undefined;
|
|
2479
|
-
ProjectStatus: ProjectStatus | undefined;
|
|
2480
|
-
}
|
|
2481
|
-
export interface ListProjectsOutput {
|
|
2482
|
-
ProjectSummaryList: ProjectSummary[] | undefined;
|
|
2483
|
-
NextToken?: string | undefined;
|
|
2484
|
-
}
|