@aws-sdk/client-sagemaker 3.935.0 → 3.937.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 +16 -0
- package/dist-cjs/index.js +333 -125
- package/dist-es/SageMaker.js +4 -0
- package/dist-es/commands/BatchRebootClusterNodesCommand.js +16 -0
- package/dist-es/commands/BatchReplaceClusterNodesCommand.js +16 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/enums.js +43 -0
- package/dist-es/schemas/schemas_0.js +259 -125
- package/dist-types/SageMaker.d.ts +14 -0
- package/dist-types/SageMakerClient.d.ts +4 -2
- package/dist-types/commands/BatchRebootClusterNodesCommand.d.ts +102 -0
- package/dist-types/commands/BatchReplaceClusterNodesCommand.d.ts +102 -0
- package/dist-types/commands/CreateComputeQuotaCommand.d.ts +4 -0
- package/dist-types/commands/CreateDataQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateDeviceFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrialComponentCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/DescribeComputeQuotaCommand.d.ts +4 -0
- package/dist-types/commands/DescribeTrainingPlanCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrialComponentCommand.d.ts +2 -1
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWorkforceCommand.d.ts +1 -1
- package/dist-types/commands/ListClusterNodesCommand.d.ts +1 -0
- package/dist-types/commands/ListComputeQuotasCommand.d.ts +4 -0
- package/dist-types/commands/ListTrainingPlansCommand.d.ts +1 -1
- package/dist-types/commands/ListUltraServersByReservedCapacityCommand.d.ts +1 -1
- package/dist-types/commands/ListUserProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListWorkforcesCommand.d.ts +1 -1
- package/dist-types/commands/ListWorkteamsCommand.d.ts +1 -2
- package/dist-types/commands/SearchTrainingPlanOfferingsCommand.d.ts +2 -2
- package/dist-types/commands/UpdateComputeQuotaCommand.d.ts +4 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/enums.d.ts +67 -0
- package/dist-types/models/models_0.d.ts +201 -207
- package/dist-types/models/models_1.d.ts +208 -261
- package/dist-types/models/models_2.d.ts +263 -353
- package/dist-types/models/models_3.d.ts +354 -257
- package/dist-types/models/models_4.d.ts +259 -7
- package/dist-types/schemas/schemas_0.d.ts +15 -0
- package/dist-types/ts3.4/SageMaker.d.ts +34 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/BatchRebootClusterNodesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/BatchReplaceClusterNodesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateDataQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDeviceFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTrialComponentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateUserProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrialComponentCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeUserProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeWorkforceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUltraServersByReservedCapacityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUserProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListWorkforcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListWorkteamsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/enums.d.ts +49 -0
- package/dist-types/ts3.4/models/models_0.d.ts +51 -50
- package/dist-types/ts3.4/models/models_1.d.ts +53 -83
- package/dist-types/ts3.4/models/models_2.d.ts +80 -88
- package/dist-types/ts3.4/models/models_3.d.ts +89 -68
- package/dist-types/ts3.4/models/models_4.d.ts +73 -8
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +15 -0
- package/package.json +12 -12
|
@@ -1,3 +1,35 @@
|
|
|
1
|
+
export declare const MIGProfileType: {
|
|
2
|
+
readonly MIG_1G_10GB: "mig-1g.10gb";
|
|
3
|
+
readonly MIG_1G_18GB: "mig-1g.18gb";
|
|
4
|
+
readonly MIG_1G_20GB: "mig-1g.20gb";
|
|
5
|
+
readonly MIG_1G_23GB: "mig-1g.23gb";
|
|
6
|
+
readonly MIG_1G_35GB: "mig-1g.35gb";
|
|
7
|
+
readonly MIG_1G_45GB: "mig-1g.45gb";
|
|
8
|
+
readonly MIG_1G_47GB: "mig-1g.47gb";
|
|
9
|
+
readonly MIG_1G_5GB: "mig-1g.5gb";
|
|
10
|
+
readonly MIG_2G_10GB: "mig-2g.10gb";
|
|
11
|
+
readonly MIG_2G_20GB: "mig-2g.20gb";
|
|
12
|
+
readonly MIG_2G_35GB: "mig-2g.35gb";
|
|
13
|
+
readonly MIG_2G_45GB: "mig-2g.45gb";
|
|
14
|
+
readonly MIG_2G_47GB: "mig-2g.47gb";
|
|
15
|
+
readonly MIG_3G_20GB: "mig-3g.20gb";
|
|
16
|
+
readonly MIG_3G_40GB: "mig-3g.40gb";
|
|
17
|
+
readonly MIG_3G_71GB: "mig-3g.71gb";
|
|
18
|
+
readonly MIG_3G_90GB: "mig-3g.90gb";
|
|
19
|
+
readonly MIG_3G_93GB: "mig-3g.93gb";
|
|
20
|
+
readonly MIG_4G_20GB: "mig-4g.20gb";
|
|
21
|
+
readonly MIG_4G_40GB: "mig-4g.40gb";
|
|
22
|
+
readonly MIG_4G_71GB: "mig-4g.71gb";
|
|
23
|
+
readonly MIG_4G_90GB: "mig-4g.90gb";
|
|
24
|
+
readonly MIG_4G_93GB: "mig-4g.93gb";
|
|
25
|
+
readonly MIG_7G_141GB: "mig-7g.141gb";
|
|
26
|
+
readonly MIG_7G_180GB: "mig-7g.180gb";
|
|
27
|
+
readonly MIG_7G_186GB: "mig-7g.186gb";
|
|
28
|
+
readonly MIG_7G_40GB: "mig-7g.40gb";
|
|
29
|
+
readonly MIG_7G_80GB: "mig-7g.80gb";
|
|
30
|
+
};
|
|
31
|
+
export type MIGProfileType =
|
|
32
|
+
(typeof MIGProfileType)[keyof typeof MIGProfileType];
|
|
1
33
|
export declare const ActionStatus: {
|
|
2
34
|
readonly COMPLETED: "Completed";
|
|
3
35
|
readonly FAILED: "Failed";
|
|
@@ -1189,6 +1221,22 @@ export declare const ModelPackageStatus: {
|
|
|
1189
1221
|
};
|
|
1190
1222
|
export type ModelPackageStatus =
|
|
1191
1223
|
(typeof ModelPackageStatus)[keyof typeof ModelPackageStatus];
|
|
1224
|
+
export declare const BatchRebootClusterNodesErrorCode: {
|
|
1225
|
+
readonly INSTANCE_ID_IN_USE: "InstanceIdInUse";
|
|
1226
|
+
readonly INSTANCE_ID_NOT_FOUND: "InstanceIdNotFound";
|
|
1227
|
+
readonly INTERNAL_SERVER_ERROR: "InternalServerError";
|
|
1228
|
+
readonly INVALID_INSTANCE_STATUS: "InvalidInstanceStatus";
|
|
1229
|
+
};
|
|
1230
|
+
export type BatchRebootClusterNodesErrorCode =
|
|
1231
|
+
(typeof BatchRebootClusterNodesErrorCode)[keyof typeof BatchRebootClusterNodesErrorCode];
|
|
1232
|
+
export declare const BatchReplaceClusterNodesErrorCode: {
|
|
1233
|
+
readonly INSTANCE_ID_IN_USE: "InstanceIdInUse";
|
|
1234
|
+
readonly INSTANCE_ID_NOT_FOUND: "InstanceIdNotFound";
|
|
1235
|
+
readonly INTERNAL_SERVER_ERROR: "InternalServerError";
|
|
1236
|
+
readonly INVALID_INSTANCE_STATUS: "InvalidInstanceStatus";
|
|
1237
|
+
};
|
|
1238
|
+
export type BatchReplaceClusterNodesErrorCode =
|
|
1239
|
+
(typeof BatchReplaceClusterNodesErrorCode)[keyof typeof BatchReplaceClusterNodesErrorCode];
|
|
1192
1240
|
export declare const ProcessingS3DataDistributionType: {
|
|
1193
1241
|
readonly FULLYREPLICATED: "FullyReplicated";
|
|
1194
1242
|
readonly SHARDEDBYS3KEY: "ShardedByS3Key";
|
|
@@ -2974,6 +3022,7 @@ export declare const TrainingPlanStatus: {
|
|
|
2974
3022
|
export type TrainingPlanStatus =
|
|
2975
3023
|
(typeof TrainingPlanStatus)[keyof typeof TrainingPlanStatus];
|
|
2976
3024
|
export declare const SageMakerResourceName: {
|
|
3025
|
+
readonly ENDPOINT: "endpoint";
|
|
2977
3026
|
readonly HYPERPOD_CLUSTER: "hyperpod-cluster";
|
|
2978
3027
|
readonly TRAINING_JOB: "training-job";
|
|
2979
3028
|
};
|
|
@@ -26,6 +26,8 @@ import {
|
|
|
26
26
|
AutotuneMode,
|
|
27
27
|
BatchAddClusterNodesErrorCode,
|
|
28
28
|
BatchDeleteClusterNodesErrorCode,
|
|
29
|
+
BatchRebootClusterNodesErrorCode,
|
|
30
|
+
BatchReplaceClusterNodesErrorCode,
|
|
29
31
|
BatchStrategy,
|
|
30
32
|
CandidateStatus,
|
|
31
33
|
CandidateStepType,
|
|
@@ -53,7 +55,6 @@ import {
|
|
|
53
55
|
DataSourceName,
|
|
54
56
|
DeepHealthCheckType,
|
|
55
57
|
DetailedAlgorithmStatus,
|
|
56
|
-
EdgePresetDeploymentType,
|
|
57
58
|
FairShare,
|
|
58
59
|
FeatureStatus,
|
|
59
60
|
FileSystemAccessMode,
|
|
@@ -65,6 +66,7 @@ import {
|
|
|
65
66
|
InstanceGroupStatus,
|
|
66
67
|
LifecycleManagement,
|
|
67
68
|
MetricSetSource,
|
|
69
|
+
MIGProfileType,
|
|
68
70
|
ModelApprovalStatus,
|
|
69
71
|
ModelCacheSetting,
|
|
70
72
|
ModelCompressionType,
|
|
@@ -100,6 +102,10 @@ import {
|
|
|
100
102
|
TransformInstanceType,
|
|
101
103
|
VolumeAttachmentStatus,
|
|
102
104
|
} from "./enums";
|
|
105
|
+
export interface AcceleratorPartitionConfig {
|
|
106
|
+
Type: MIGProfileType | undefined;
|
|
107
|
+
Count: number | undefined;
|
|
108
|
+
}
|
|
103
109
|
export interface ActionSource {
|
|
104
110
|
SourceUri: string | undefined;
|
|
105
111
|
SourceType?: string | undefined;
|
|
@@ -914,6 +920,48 @@ export interface BatchDescribeModelPackageOutput {
|
|
|
914
920
|
| Record<string, BatchDescribeModelPackageError>
|
|
915
921
|
| undefined;
|
|
916
922
|
}
|
|
923
|
+
export interface BatchRebootClusterNodeLogicalIdsError {
|
|
924
|
+
NodeLogicalId: string | undefined;
|
|
925
|
+
ErrorCode: BatchRebootClusterNodesErrorCode | undefined;
|
|
926
|
+
Message: string | undefined;
|
|
927
|
+
}
|
|
928
|
+
export interface BatchRebootClusterNodesRequest {
|
|
929
|
+
ClusterName: string | undefined;
|
|
930
|
+
NodeIds?: string[] | undefined;
|
|
931
|
+
NodeLogicalIds?: string[] | undefined;
|
|
932
|
+
}
|
|
933
|
+
export interface BatchRebootClusterNodesError {
|
|
934
|
+
NodeId: string | undefined;
|
|
935
|
+
ErrorCode: BatchRebootClusterNodesErrorCode | undefined;
|
|
936
|
+
Message: string | undefined;
|
|
937
|
+
}
|
|
938
|
+
export interface BatchRebootClusterNodesResponse {
|
|
939
|
+
Successful?: string[] | undefined;
|
|
940
|
+
Failed?: BatchRebootClusterNodesError[] | undefined;
|
|
941
|
+
FailedNodeLogicalIds?: BatchRebootClusterNodeLogicalIdsError[] | undefined;
|
|
942
|
+
SuccessfulNodeLogicalIds?: string[] | undefined;
|
|
943
|
+
}
|
|
944
|
+
export interface BatchReplaceClusterNodeLogicalIdsError {
|
|
945
|
+
NodeLogicalId: string | undefined;
|
|
946
|
+
ErrorCode: BatchReplaceClusterNodesErrorCode | undefined;
|
|
947
|
+
Message: string | undefined;
|
|
948
|
+
}
|
|
949
|
+
export interface BatchReplaceClusterNodesRequest {
|
|
950
|
+
ClusterName: string | undefined;
|
|
951
|
+
NodeIds?: string[] | undefined;
|
|
952
|
+
NodeLogicalIds?: string[] | undefined;
|
|
953
|
+
}
|
|
954
|
+
export interface BatchReplaceClusterNodesError {
|
|
955
|
+
NodeId: string | undefined;
|
|
956
|
+
ErrorCode: BatchReplaceClusterNodesErrorCode | undefined;
|
|
957
|
+
Message: string | undefined;
|
|
958
|
+
}
|
|
959
|
+
export interface BatchReplaceClusterNodesResponse {
|
|
960
|
+
Successful?: string[] | undefined;
|
|
961
|
+
Failed?: BatchReplaceClusterNodesError[] | undefined;
|
|
962
|
+
FailedNodeLogicalIds?: BatchReplaceClusterNodeLogicalIdsError[] | undefined;
|
|
963
|
+
SuccessfulNodeLogicalIds?: string[] | undefined;
|
|
964
|
+
}
|
|
917
965
|
export interface MonitoringCsvDatasetFormat {
|
|
918
966
|
Header?: boolean | undefined;
|
|
919
967
|
}
|
|
@@ -1361,6 +1409,7 @@ export interface ClusterNodeSummary {
|
|
|
1361
1409
|
LastSoftwareUpdateTime?: Date | undefined;
|
|
1362
1410
|
InstanceStatus: ClusterInstanceStatusDetails | undefined;
|
|
1363
1411
|
UltraServerInfo?: UltraServerInfo | undefined;
|
|
1412
|
+
PrivateDnsHostname?: string | undefined;
|
|
1364
1413
|
}
|
|
1365
1414
|
export interface ClusterOrchestratorEksConfig {
|
|
1366
1415
|
ClusterArn: string | undefined;
|
|
@@ -1508,6 +1557,7 @@ export interface ComputeQuotaResourceConfig {
|
|
|
1508
1557
|
Accelerators?: number | undefined;
|
|
1509
1558
|
VCpu?: number | undefined;
|
|
1510
1559
|
MemoryInGiB?: number | undefined;
|
|
1560
|
+
AcceleratorPartition?: AcceleratorPartitionConfig | undefined;
|
|
1511
1561
|
}
|
|
1512
1562
|
export interface ResourceSharingConfig {
|
|
1513
1563
|
Strategy: ResourceSharingStrategy | undefined;
|
|
@@ -1889,52 +1939,3 @@ export interface MonitoringClusterConfig {
|
|
|
1889
1939
|
export interface MonitoringResources {
|
|
1890
1940
|
ClusterConfig: MonitoringClusterConfig | undefined;
|
|
1891
1941
|
}
|
|
1892
|
-
export interface MonitoringNetworkConfig {
|
|
1893
|
-
EnableInterContainerTrafficEncryption?: boolean | undefined;
|
|
1894
|
-
EnableNetworkIsolation?: boolean | undefined;
|
|
1895
|
-
VpcConfig?: VpcConfig | undefined;
|
|
1896
|
-
}
|
|
1897
|
-
export interface MonitoringStoppingCondition {
|
|
1898
|
-
MaxRuntimeInSeconds: number | undefined;
|
|
1899
|
-
}
|
|
1900
|
-
export interface CreateDataQualityJobDefinitionRequest {
|
|
1901
|
-
JobDefinitionName: string | undefined;
|
|
1902
|
-
DataQualityBaselineConfig?: DataQualityBaselineConfig | undefined;
|
|
1903
|
-
DataQualityAppSpecification: DataQualityAppSpecification | undefined;
|
|
1904
|
-
DataQualityJobInput: DataQualityJobInput | undefined;
|
|
1905
|
-
DataQualityJobOutputConfig: MonitoringOutputConfig | undefined;
|
|
1906
|
-
JobResources: MonitoringResources | undefined;
|
|
1907
|
-
NetworkConfig?: MonitoringNetworkConfig | undefined;
|
|
1908
|
-
RoleArn: string | undefined;
|
|
1909
|
-
StoppingCondition?: MonitoringStoppingCondition | undefined;
|
|
1910
|
-
Tags?: Tag[] | undefined;
|
|
1911
|
-
}
|
|
1912
|
-
export interface CreateDataQualityJobDefinitionResponse {
|
|
1913
|
-
JobDefinitionArn: string | undefined;
|
|
1914
|
-
}
|
|
1915
|
-
export interface EdgeOutputConfig {
|
|
1916
|
-
S3OutputLocation: string | undefined;
|
|
1917
|
-
KmsKeyId?: string | undefined;
|
|
1918
|
-
PresetDeploymentType?: EdgePresetDeploymentType | undefined;
|
|
1919
|
-
PresetDeploymentConfig?: string | undefined;
|
|
1920
|
-
}
|
|
1921
|
-
export interface CreateDeviceFleetRequest {
|
|
1922
|
-
DeviceFleetName: string | undefined;
|
|
1923
|
-
RoleArn?: string | undefined;
|
|
1924
|
-
Description?: string | undefined;
|
|
1925
|
-
OutputConfig: EdgeOutputConfig | undefined;
|
|
1926
|
-
Tags?: Tag[] | undefined;
|
|
1927
|
-
EnableIotRoleAlias?: boolean | undefined;
|
|
1928
|
-
}
|
|
1929
|
-
export interface EFSFileSystemConfig {
|
|
1930
|
-
FileSystemId: string | undefined;
|
|
1931
|
-
FileSystemPath?: string | undefined;
|
|
1932
|
-
}
|
|
1933
|
-
export interface FSxLustreFileSystemConfig {
|
|
1934
|
-
FileSystemId: string | undefined;
|
|
1935
|
-
FileSystemPath?: string | undefined;
|
|
1936
|
-
}
|
|
1937
|
-
export interface S3FileSystemConfig {
|
|
1938
|
-
MountPath?: string | undefined;
|
|
1939
|
-
S3Uri: string | undefined;
|
|
1940
|
-
}
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DataDistributionType,
|
|
16
16
|
DeviceSubsetType,
|
|
17
17
|
DirectInternetAccess,
|
|
18
|
+
EdgePresetDeploymentType,
|
|
18
19
|
ExecutionRoleIdentityConfig,
|
|
19
20
|
FailureHandlingPolicy,
|
|
20
21
|
FeatureStatus,
|
|
@@ -76,7 +77,6 @@ import {
|
|
|
76
77
|
TrainingInputMode,
|
|
77
78
|
TrainingInstanceType,
|
|
78
79
|
TrainingJobEarlyStoppingType,
|
|
79
|
-
TrialComponentPrimaryStatus,
|
|
80
80
|
TtlDurationUnit,
|
|
81
81
|
VendorGuidance,
|
|
82
82
|
} from "./enums";
|
|
@@ -116,10 +116,10 @@ import {
|
|
|
116
116
|
ContinuousParameterRange,
|
|
117
117
|
ConvergenceDetected,
|
|
118
118
|
CustomImage,
|
|
119
|
-
|
|
120
|
-
|
|
119
|
+
DataQualityAppSpecification,
|
|
120
|
+
DataQualityBaselineConfig,
|
|
121
|
+
DataQualityJobInput,
|
|
121
122
|
EndpointInput,
|
|
122
|
-
FSxLustreFileSystemConfig,
|
|
123
123
|
HyperParameterTuningJobObjective,
|
|
124
124
|
InferenceSpecification,
|
|
125
125
|
MetadataProperties,
|
|
@@ -127,15 +127,12 @@ import {
|
|
|
127
127
|
MetricsSource,
|
|
128
128
|
ModelDataSource,
|
|
129
129
|
MonitoringConstraintsResource,
|
|
130
|
-
MonitoringNetworkConfig,
|
|
131
130
|
MonitoringOutputConfig,
|
|
132
131
|
MonitoringResources,
|
|
133
132
|
MonitoringStatisticsResource,
|
|
134
|
-
MonitoringStoppingCondition,
|
|
135
133
|
OutputDataConfig,
|
|
136
134
|
ResourceConfig,
|
|
137
135
|
ResourceSpec,
|
|
138
|
-
S3FileSystemConfig,
|
|
139
136
|
StoppingCondition,
|
|
140
137
|
Tag,
|
|
141
138
|
TransformInput,
|
|
@@ -144,6 +141,55 @@ import {
|
|
|
144
141
|
TransformResources,
|
|
145
142
|
VpcConfig,
|
|
146
143
|
} from "./models_0";
|
|
144
|
+
export interface MonitoringNetworkConfig {
|
|
145
|
+
EnableInterContainerTrafficEncryption?: boolean | undefined;
|
|
146
|
+
EnableNetworkIsolation?: boolean | undefined;
|
|
147
|
+
VpcConfig?: VpcConfig | undefined;
|
|
148
|
+
}
|
|
149
|
+
export interface MonitoringStoppingCondition {
|
|
150
|
+
MaxRuntimeInSeconds: number | undefined;
|
|
151
|
+
}
|
|
152
|
+
export interface CreateDataQualityJobDefinitionRequest {
|
|
153
|
+
JobDefinitionName: string | undefined;
|
|
154
|
+
DataQualityBaselineConfig?: DataQualityBaselineConfig | undefined;
|
|
155
|
+
DataQualityAppSpecification: DataQualityAppSpecification | undefined;
|
|
156
|
+
DataQualityJobInput: DataQualityJobInput | undefined;
|
|
157
|
+
DataQualityJobOutputConfig: MonitoringOutputConfig | undefined;
|
|
158
|
+
JobResources: MonitoringResources | undefined;
|
|
159
|
+
NetworkConfig?: MonitoringNetworkConfig | undefined;
|
|
160
|
+
RoleArn: string | undefined;
|
|
161
|
+
StoppingCondition?: MonitoringStoppingCondition | undefined;
|
|
162
|
+
Tags?: Tag[] | undefined;
|
|
163
|
+
}
|
|
164
|
+
export interface CreateDataQualityJobDefinitionResponse {
|
|
165
|
+
JobDefinitionArn: string | undefined;
|
|
166
|
+
}
|
|
167
|
+
export interface EdgeOutputConfig {
|
|
168
|
+
S3OutputLocation: string | undefined;
|
|
169
|
+
KmsKeyId?: string | undefined;
|
|
170
|
+
PresetDeploymentType?: EdgePresetDeploymentType | undefined;
|
|
171
|
+
PresetDeploymentConfig?: string | undefined;
|
|
172
|
+
}
|
|
173
|
+
export interface CreateDeviceFleetRequest {
|
|
174
|
+
DeviceFleetName: string | undefined;
|
|
175
|
+
RoleArn?: string | undefined;
|
|
176
|
+
Description?: string | undefined;
|
|
177
|
+
OutputConfig: EdgeOutputConfig | undefined;
|
|
178
|
+
Tags?: Tag[] | undefined;
|
|
179
|
+
EnableIotRoleAlias?: boolean | undefined;
|
|
180
|
+
}
|
|
181
|
+
export interface EFSFileSystemConfig {
|
|
182
|
+
FileSystemId: string | undefined;
|
|
183
|
+
FileSystemPath?: string | undefined;
|
|
184
|
+
}
|
|
185
|
+
export interface FSxLustreFileSystemConfig {
|
|
186
|
+
FileSystemId: string | undefined;
|
|
187
|
+
FileSystemPath?: string | undefined;
|
|
188
|
+
}
|
|
189
|
+
export interface S3FileSystemConfig {
|
|
190
|
+
MountPath?: string | undefined;
|
|
191
|
+
S3Uri: string | undefined;
|
|
192
|
+
}
|
|
147
193
|
export type CustomFileSystemConfig =
|
|
148
194
|
| CustomFileSystemConfig.EFSFileSystemConfigMember
|
|
149
195
|
| CustomFileSystemConfig.FSxLustreFileSystemConfigMember
|
|
@@ -1868,79 +1914,3 @@ export interface TrialComponentArtifact {
|
|
|
1868
1914
|
MediaType?: string | undefined;
|
|
1869
1915
|
Value: string | undefined;
|
|
1870
1916
|
}
|
|
1871
|
-
export type TrialComponentParameterValue =
|
|
1872
|
-
| TrialComponentParameterValue.NumberValueMember
|
|
1873
|
-
| TrialComponentParameterValue.StringValueMember
|
|
1874
|
-
| TrialComponentParameterValue.$UnknownMember;
|
|
1875
|
-
export declare namespace TrialComponentParameterValue {
|
|
1876
|
-
interface StringValueMember {
|
|
1877
|
-
StringValue: string;
|
|
1878
|
-
NumberValue?: never;
|
|
1879
|
-
$unknown?: never;
|
|
1880
|
-
}
|
|
1881
|
-
interface NumberValueMember {
|
|
1882
|
-
StringValue?: never;
|
|
1883
|
-
NumberValue: number;
|
|
1884
|
-
$unknown?: never;
|
|
1885
|
-
}
|
|
1886
|
-
interface $UnknownMember {
|
|
1887
|
-
StringValue?: never;
|
|
1888
|
-
NumberValue?: never;
|
|
1889
|
-
$unknown: [string, any];
|
|
1890
|
-
}
|
|
1891
|
-
interface Visitor<T> {
|
|
1892
|
-
StringValue: (value: string) => T;
|
|
1893
|
-
NumberValue: (value: number) => T;
|
|
1894
|
-
_: (name: string, value: any) => T;
|
|
1895
|
-
}
|
|
1896
|
-
}
|
|
1897
|
-
export interface TrialComponentStatus {
|
|
1898
|
-
PrimaryStatus?: TrialComponentPrimaryStatus | undefined;
|
|
1899
|
-
Message?: string | undefined;
|
|
1900
|
-
}
|
|
1901
|
-
export interface CreateTrialComponentRequest {
|
|
1902
|
-
TrialComponentName: string | undefined;
|
|
1903
|
-
DisplayName?: string | undefined;
|
|
1904
|
-
Status?: TrialComponentStatus | undefined;
|
|
1905
|
-
StartTime?: Date | undefined;
|
|
1906
|
-
EndTime?: Date | undefined;
|
|
1907
|
-
Parameters?: Record<string, TrialComponentParameterValue> | undefined;
|
|
1908
|
-
InputArtifacts?: Record<string, TrialComponentArtifact> | undefined;
|
|
1909
|
-
OutputArtifacts?: Record<string, TrialComponentArtifact> | undefined;
|
|
1910
|
-
MetadataProperties?: MetadataProperties | undefined;
|
|
1911
|
-
Tags?: Tag[] | undefined;
|
|
1912
|
-
}
|
|
1913
|
-
export interface CreateTrialComponentResponse {
|
|
1914
|
-
TrialComponentArn?: string | undefined;
|
|
1915
|
-
}
|
|
1916
|
-
export interface CreateUserProfileRequest {
|
|
1917
|
-
DomainId: string | undefined;
|
|
1918
|
-
UserProfileName: string | undefined;
|
|
1919
|
-
SingleSignOnUserIdentifier?: string | undefined;
|
|
1920
|
-
SingleSignOnUserValue?: string | undefined;
|
|
1921
|
-
Tags?: Tag[] | undefined;
|
|
1922
|
-
UserSettings?: UserSettings | undefined;
|
|
1923
|
-
}
|
|
1924
|
-
export interface CreateUserProfileResponse {
|
|
1925
|
-
UserProfileArn?: string | undefined;
|
|
1926
|
-
}
|
|
1927
|
-
export interface OidcConfig {
|
|
1928
|
-
ClientId: string | undefined;
|
|
1929
|
-
ClientSecret: string | undefined;
|
|
1930
|
-
Issuer: string | undefined;
|
|
1931
|
-
AuthorizationEndpoint: string | undefined;
|
|
1932
|
-
TokenEndpoint: string | undefined;
|
|
1933
|
-
UserInfoEndpoint: string | undefined;
|
|
1934
|
-
LogoutEndpoint: string | undefined;
|
|
1935
|
-
JwksUri: string | undefined;
|
|
1936
|
-
Scope?: string | undefined;
|
|
1937
|
-
AuthenticationRequestExtraParams?: Record<string, string> | undefined;
|
|
1938
|
-
}
|
|
1939
|
-
export interface SourceIpConfig {
|
|
1940
|
-
Cidrs: string[] | undefined;
|
|
1941
|
-
}
|
|
1942
|
-
export interface WorkforceVpcConfigRequest {
|
|
1943
|
-
VpcId?: string | undefined;
|
|
1944
|
-
SecurityGroupIds?: string[] | undefined;
|
|
1945
|
-
Subnets?: string[] | undefined;
|
|
1946
|
-
}
|
|
@@ -101,12 +101,11 @@ import {
|
|
|
101
101
|
TrainingJobStatus,
|
|
102
102
|
TrainingPlanStatus,
|
|
103
103
|
TransformJobStatus,
|
|
104
|
-
|
|
104
|
+
TrialComponentPrimaryStatus,
|
|
105
105
|
VariantStatus,
|
|
106
106
|
VendorGuidance,
|
|
107
107
|
WarmPoolResourceStatus,
|
|
108
108
|
WorkforceIpAddressType,
|
|
109
|
-
WorkforceStatus,
|
|
110
109
|
} from "./enums";
|
|
111
110
|
import {
|
|
112
111
|
ActionSource,
|
|
@@ -155,7 +154,6 @@ import {
|
|
|
155
154
|
DataQualityAppSpecification,
|
|
156
155
|
DataQualityBaselineConfig,
|
|
157
156
|
DataQualityJobInput,
|
|
158
|
-
EdgeOutputConfig,
|
|
159
157
|
GitConfig,
|
|
160
158
|
InferenceSpecification,
|
|
161
159
|
InputConfig,
|
|
@@ -163,10 +161,8 @@ import {
|
|
|
163
161
|
KernelGatewayImageConfig,
|
|
164
162
|
MetadataProperties,
|
|
165
163
|
ModelDeployConfig,
|
|
166
|
-
MonitoringNetworkConfig,
|
|
167
164
|
MonitoringOutputConfig,
|
|
168
165
|
MonitoringResources,
|
|
169
|
-
MonitoringStoppingCondition,
|
|
170
166
|
NeoVpcConfig,
|
|
171
167
|
OutputConfig,
|
|
172
168
|
OutputDataConfig,
|
|
@@ -194,6 +190,7 @@ import {
|
|
|
194
190
|
DriftCheckBaselines,
|
|
195
191
|
EdgeDeploymentConfig,
|
|
196
192
|
EdgeDeploymentModelConfig,
|
|
193
|
+
EdgeOutputConfig,
|
|
197
194
|
EndpointInfo,
|
|
198
195
|
ExperimentConfig,
|
|
199
196
|
ExplainerConfig,
|
|
@@ -237,11 +234,12 @@ import {
|
|
|
237
234
|
ModelQualityAppSpecification,
|
|
238
235
|
ModelQualityBaselineConfig,
|
|
239
236
|
ModelQualityJobInput,
|
|
237
|
+
MonitoringNetworkConfig,
|
|
240
238
|
MonitoringScheduleConfig,
|
|
239
|
+
MonitoringStoppingCondition,
|
|
241
240
|
NetworkConfig,
|
|
242
241
|
NotebookInstanceLifecycleHook,
|
|
243
242
|
OfflineStoreConfig,
|
|
244
|
-
OidcConfig,
|
|
245
243
|
OnlineStoreConfig,
|
|
246
244
|
OptimizationConfig,
|
|
247
245
|
OptimizationJobModelSource,
|
|
@@ -268,16 +266,88 @@ import {
|
|
|
268
266
|
ServiceCatalogProvisioningDetails,
|
|
269
267
|
ShadowModeConfig,
|
|
270
268
|
SourceAlgorithmSpecification,
|
|
271
|
-
SourceIpConfig,
|
|
272
269
|
SpaceSettings,
|
|
273
270
|
SpaceSharingSettings,
|
|
274
271
|
TensorBoardOutputConfig,
|
|
275
272
|
TrialComponentArtifact,
|
|
276
|
-
TrialComponentParameterValue,
|
|
277
|
-
TrialComponentStatus,
|
|
278
273
|
UserSettings,
|
|
279
|
-
WorkforceVpcConfigRequest,
|
|
280
274
|
} from "./models_1";
|
|
275
|
+
export type TrialComponentParameterValue =
|
|
276
|
+
| TrialComponentParameterValue.NumberValueMember
|
|
277
|
+
| TrialComponentParameterValue.StringValueMember
|
|
278
|
+
| TrialComponentParameterValue.$UnknownMember;
|
|
279
|
+
export declare namespace TrialComponentParameterValue {
|
|
280
|
+
interface StringValueMember {
|
|
281
|
+
StringValue: string;
|
|
282
|
+
NumberValue?: never;
|
|
283
|
+
$unknown?: never;
|
|
284
|
+
}
|
|
285
|
+
interface NumberValueMember {
|
|
286
|
+
StringValue?: never;
|
|
287
|
+
NumberValue: number;
|
|
288
|
+
$unknown?: never;
|
|
289
|
+
}
|
|
290
|
+
interface $UnknownMember {
|
|
291
|
+
StringValue?: never;
|
|
292
|
+
NumberValue?: never;
|
|
293
|
+
$unknown: [string, any];
|
|
294
|
+
}
|
|
295
|
+
interface Visitor<T> {
|
|
296
|
+
StringValue: (value: string) => T;
|
|
297
|
+
NumberValue: (value: number) => T;
|
|
298
|
+
_: (name: string, value: any) => T;
|
|
299
|
+
}
|
|
300
|
+
}
|
|
301
|
+
export interface TrialComponentStatus {
|
|
302
|
+
PrimaryStatus?: TrialComponentPrimaryStatus | undefined;
|
|
303
|
+
Message?: string | undefined;
|
|
304
|
+
}
|
|
305
|
+
export interface CreateTrialComponentRequest {
|
|
306
|
+
TrialComponentName: string | undefined;
|
|
307
|
+
DisplayName?: string | undefined;
|
|
308
|
+
Status?: TrialComponentStatus | undefined;
|
|
309
|
+
StartTime?: Date | undefined;
|
|
310
|
+
EndTime?: Date | undefined;
|
|
311
|
+
Parameters?: Record<string, TrialComponentParameterValue> | undefined;
|
|
312
|
+
InputArtifacts?: Record<string, TrialComponentArtifact> | undefined;
|
|
313
|
+
OutputArtifacts?: Record<string, TrialComponentArtifact> | undefined;
|
|
314
|
+
MetadataProperties?: MetadataProperties | undefined;
|
|
315
|
+
Tags?: Tag[] | undefined;
|
|
316
|
+
}
|
|
317
|
+
export interface CreateTrialComponentResponse {
|
|
318
|
+
TrialComponentArn?: string | undefined;
|
|
319
|
+
}
|
|
320
|
+
export interface CreateUserProfileRequest {
|
|
321
|
+
DomainId: string | undefined;
|
|
322
|
+
UserProfileName: string | undefined;
|
|
323
|
+
SingleSignOnUserIdentifier?: string | undefined;
|
|
324
|
+
SingleSignOnUserValue?: string | undefined;
|
|
325
|
+
Tags?: Tag[] | undefined;
|
|
326
|
+
UserSettings?: UserSettings | undefined;
|
|
327
|
+
}
|
|
328
|
+
export interface CreateUserProfileResponse {
|
|
329
|
+
UserProfileArn?: string | undefined;
|
|
330
|
+
}
|
|
331
|
+
export interface OidcConfig {
|
|
332
|
+
ClientId: string | undefined;
|
|
333
|
+
ClientSecret: string | undefined;
|
|
334
|
+
Issuer: string | undefined;
|
|
335
|
+
AuthorizationEndpoint: string | undefined;
|
|
336
|
+
TokenEndpoint: string | undefined;
|
|
337
|
+
UserInfoEndpoint: string | undefined;
|
|
338
|
+
LogoutEndpoint: string | undefined;
|
|
339
|
+
JwksUri: string | undefined;
|
|
340
|
+
Scope?: string | undefined;
|
|
341
|
+
AuthenticationRequestExtraParams?: Record<string, string> | undefined;
|
|
342
|
+
}
|
|
343
|
+
export interface SourceIpConfig {
|
|
344
|
+
Cidrs: string[] | undefined;
|
|
345
|
+
}
|
|
346
|
+
export interface WorkforceVpcConfigRequest {
|
|
347
|
+
VpcId?: string | undefined;
|
|
348
|
+
SecurityGroupIds?: string[] | undefined;
|
|
349
|
+
Subnets?: string[] | undefined;
|
|
350
|
+
}
|
|
281
351
|
export interface CreateWorkforceRequest {
|
|
282
352
|
CognitoConfig?: CognitoConfig | undefined;
|
|
283
353
|
OidcConfig?: OidcConfig | undefined;
|
|
@@ -2210,81 +2280,3 @@ export interface TrialComponentMetricSummary {
|
|
|
2210
2280
|
Avg?: number | undefined;
|
|
2211
2281
|
StdDev?: number | undefined;
|
|
2212
2282
|
}
|
|
2213
|
-
export interface TrialComponentSource {
|
|
2214
|
-
SourceArn: string | undefined;
|
|
2215
|
-
SourceType?: string | undefined;
|
|
2216
|
-
}
|
|
2217
|
-
export interface DescribeTrialComponentResponse {
|
|
2218
|
-
TrialComponentName?: string | undefined;
|
|
2219
|
-
TrialComponentArn?: string | undefined;
|
|
2220
|
-
DisplayName?: string | undefined;
|
|
2221
|
-
Source?: TrialComponentSource | undefined;
|
|
2222
|
-
Status?: TrialComponentStatus | undefined;
|
|
2223
|
-
StartTime?: Date | undefined;
|
|
2224
|
-
EndTime?: Date | undefined;
|
|
2225
|
-
CreationTime?: Date | undefined;
|
|
2226
|
-
CreatedBy?: UserContext | undefined;
|
|
2227
|
-
LastModifiedTime?: Date | undefined;
|
|
2228
|
-
LastModifiedBy?: UserContext | undefined;
|
|
2229
|
-
Parameters?: Record<string, TrialComponentParameterValue> | undefined;
|
|
2230
|
-
InputArtifacts?: Record<string, TrialComponentArtifact> | undefined;
|
|
2231
|
-
OutputArtifacts?: Record<string, TrialComponentArtifact> | undefined;
|
|
2232
|
-
MetadataProperties?: MetadataProperties | undefined;
|
|
2233
|
-
Metrics?: TrialComponentMetricSummary[] | undefined;
|
|
2234
|
-
LineageGroupArn?: string | undefined;
|
|
2235
|
-
Sources?: TrialComponentSource[] | undefined;
|
|
2236
|
-
}
|
|
2237
|
-
export interface DescribeUserProfileRequest {
|
|
2238
|
-
DomainId: string | undefined;
|
|
2239
|
-
UserProfileName: string | undefined;
|
|
2240
|
-
}
|
|
2241
|
-
export interface DescribeUserProfileResponse {
|
|
2242
|
-
DomainId?: string | undefined;
|
|
2243
|
-
UserProfileArn?: string | undefined;
|
|
2244
|
-
UserProfileName?: string | undefined;
|
|
2245
|
-
HomeEfsFileSystemUid?: string | undefined;
|
|
2246
|
-
Status?: UserProfileStatus | undefined;
|
|
2247
|
-
LastModifiedTime?: Date | undefined;
|
|
2248
|
-
CreationTime?: Date | undefined;
|
|
2249
|
-
FailureReason?: string | undefined;
|
|
2250
|
-
SingleSignOnUserIdentifier?: string | undefined;
|
|
2251
|
-
SingleSignOnUserValue?: string | undefined;
|
|
2252
|
-
UserSettings?: UserSettings | undefined;
|
|
2253
|
-
}
|
|
2254
|
-
export interface DescribeWorkforceRequest {
|
|
2255
|
-
WorkforceName: string | undefined;
|
|
2256
|
-
}
|
|
2257
|
-
export interface OidcConfigForResponse {
|
|
2258
|
-
ClientId?: string | undefined;
|
|
2259
|
-
Issuer?: string | undefined;
|
|
2260
|
-
AuthorizationEndpoint?: string | undefined;
|
|
2261
|
-
TokenEndpoint?: string | undefined;
|
|
2262
|
-
UserInfoEndpoint?: string | undefined;
|
|
2263
|
-
LogoutEndpoint?: string | undefined;
|
|
2264
|
-
JwksUri?: string | undefined;
|
|
2265
|
-
Scope?: string | undefined;
|
|
2266
|
-
AuthenticationRequestExtraParams?: Record<string, string> | undefined;
|
|
2267
|
-
}
|
|
2268
|
-
export interface WorkforceVpcConfigResponse {
|
|
2269
|
-
VpcId: string | undefined;
|
|
2270
|
-
SecurityGroupIds: string[] | undefined;
|
|
2271
|
-
Subnets: string[] | undefined;
|
|
2272
|
-
VpcEndpointId?: string | undefined;
|
|
2273
|
-
}
|
|
2274
|
-
export interface Workforce {
|
|
2275
|
-
WorkforceName: string | undefined;
|
|
2276
|
-
WorkforceArn: string | undefined;
|
|
2277
|
-
LastUpdatedDate?: Date | undefined;
|
|
2278
|
-
SourceIpConfig?: SourceIpConfig | undefined;
|
|
2279
|
-
SubDomain?: string | undefined;
|
|
2280
|
-
CognitoConfig?: CognitoConfig | undefined;
|
|
2281
|
-
OidcConfig?: OidcConfigForResponse | undefined;
|
|
2282
|
-
CreateDate?: Date | undefined;
|
|
2283
|
-
WorkforceVpcConfig?: WorkforceVpcConfigResponse | undefined;
|
|
2284
|
-
Status?: WorkforceStatus | undefined;
|
|
2285
|
-
FailureReason?: string | undefined;
|
|
2286
|
-
IpAddressType?: WorkforceIpAddressType | undefined;
|
|
2287
|
-
}
|
|
2288
|
-
export interface DescribeWorkforceResponse {
|
|
2289
|
-
Workforce: Workforce | undefined;
|
|
2290
|
-
}
|