@aws-sdk/client-sagemaker 3.936.0 → 3.938.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 +558 -168
- 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 +64 -0
- package/dist-es/schemas/schemas_0.js +460 -168
- 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/CreateClusterCommand.d.ts +17 -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/CreateOptimizationJobCommand.d.ts +15 -1
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +2 -1
- package/dist-types/commands/CreateTrainingPlanCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransformJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrialCommand.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/DescribeClusterCommand.d.ts +30 -0
- package/dist-types/commands/DescribeClusterEventCommand.d.ts +1 -0
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +23 -0
- package/dist-types/commands/DescribeComputeQuotaCommand.d.ts +4 -0
- package/dist-types/commands/DescribeOptimizationJobCommand.d.ts +15 -1
- package/dist-types/commands/DescribeTrainingPlanCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTransformJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrialCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrialComponentCommand.d.ts +1 -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/ListOptimizationJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListTrainingPlansCommand.d.ts +3 -2
- package/dist-types/commands/ListTransformJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrialComponentsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrialsCommand.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/UpdateClusterCommand.d.ts +17 -0
- 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 +128 -0
- package/dist-types/models/models_0.d.ts +368 -369
- package/dist-types/models/models_1.d.ts +3321 -3361
- package/dist-types/models/models_2.d.ts +3816 -4111
- package/dist-types/models/models_3.d.ts +4107 -3920
- package/dist-types/models/models_4.d.ts +607 -7
- package/dist-types/schemas/schemas_0.d.ts +28 -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/CreateTrainingJobCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateTrainingPlanCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTransformJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTrialCommand.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/DescribeTrainingPlanCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransformJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrialCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrialComponentCommand.d.ts +1 -1
- 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/ListTrainingPlansCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListTransformJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrialComponentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrialsCommand.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 +80 -0
- package/dist-types/ts3.4/models/models_0.d.ts +93 -90
- package/dist-types/ts3.4/models/models_1.d.ts +121 -146
- package/dist-types/ts3.4/models/models_2.d.ts +139 -193
- package/dist-types/ts3.4/models/models_3.d.ts +195 -150
- package/dist-types/ts3.4/models/models_4.d.ts +161 -13
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +28 -0
- package/package.json +1 -1
|
@@ -8,13 +8,13 @@ import {
|
|
|
8
8
|
AuthMode,
|
|
9
9
|
AutoMountHomeEFS,
|
|
10
10
|
AwsManagedHumanLoopRequestSource,
|
|
11
|
-
BatchStrategy,
|
|
12
11
|
CapacityReservationPreference,
|
|
13
12
|
CollectionType,
|
|
14
13
|
ContentClassifier,
|
|
15
14
|
DataDistributionType,
|
|
16
15
|
DeviceSubsetType,
|
|
17
16
|
DirectInternetAccess,
|
|
17
|
+
EdgePresetDeploymentType,
|
|
18
18
|
ExecutionRoleIdentityConfig,
|
|
19
19
|
FailureHandlingPolicy,
|
|
20
20
|
FeatureStatus,
|
|
@@ -30,13 +30,14 @@ import {
|
|
|
30
30
|
InputMode,
|
|
31
31
|
IPAddressType,
|
|
32
32
|
JobType,
|
|
33
|
-
JoinSource,
|
|
34
33
|
ManagedInstanceScalingStatus,
|
|
35
34
|
MetricPublishFrequencyInSeconds,
|
|
36
35
|
MlTools,
|
|
37
36
|
ModelApprovalStatus,
|
|
38
37
|
ModelCardStatus,
|
|
39
38
|
ModelInfrastructureType,
|
|
39
|
+
ModelSpeculativeDecodingS3DataType,
|
|
40
|
+
ModelSpeculativeDecodingTechnique,
|
|
40
41
|
MonitoringProblemType,
|
|
41
42
|
MonitoringType,
|
|
42
43
|
NotebookInstanceAcceleratorType,
|
|
@@ -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";
|
|
@@ -93,7 +93,6 @@ import {
|
|
|
93
93
|
AutoParameter,
|
|
94
94
|
AutoRollbackConfig,
|
|
95
95
|
Autotune,
|
|
96
|
-
BatchDataCaptureConfig,
|
|
97
96
|
BatchTransformInput,
|
|
98
97
|
BestObjectiveNotImproving,
|
|
99
98
|
Bias,
|
|
@@ -116,10 +115,8 @@ import {
|
|
|
116
115
|
ContinuousParameterRange,
|
|
117
116
|
ConvergenceDetected,
|
|
118
117
|
CustomImage,
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
EndpointInput,
|
|
122
|
-
FSxLustreFileSystemConfig,
|
|
118
|
+
DataQualityAppSpecification,
|
|
119
|
+
DataQualityBaselineConfig,
|
|
123
120
|
HyperParameterTuningJobObjective,
|
|
124
121
|
InferenceSpecification,
|
|
125
122
|
MetadataProperties,
|
|
@@ -127,23 +124,102 @@ import {
|
|
|
127
124
|
MetricsSource,
|
|
128
125
|
ModelDataSource,
|
|
129
126
|
MonitoringConstraintsResource,
|
|
130
|
-
MonitoringNetworkConfig,
|
|
131
|
-
MonitoringOutputConfig,
|
|
132
|
-
MonitoringResources,
|
|
133
127
|
MonitoringStatisticsResource,
|
|
134
|
-
MonitoringStoppingCondition,
|
|
135
128
|
OutputDataConfig,
|
|
136
129
|
ResourceConfig,
|
|
137
130
|
ResourceSpec,
|
|
138
|
-
S3FileSystemConfig,
|
|
139
131
|
StoppingCondition,
|
|
140
132
|
Tag,
|
|
141
|
-
TransformInput,
|
|
142
133
|
TransformJobDefinition,
|
|
143
|
-
TransformOutput,
|
|
144
|
-
TransformResources,
|
|
145
134
|
VpcConfig,
|
|
146
135
|
} from "./models_0";
|
|
136
|
+
export interface EndpointInput {
|
|
137
|
+
EndpointName: string | undefined;
|
|
138
|
+
LocalPath: string | undefined;
|
|
139
|
+
S3InputMode?: ProcessingS3InputMode | undefined;
|
|
140
|
+
S3DataDistributionType?: ProcessingS3DataDistributionType | undefined;
|
|
141
|
+
FeaturesAttribute?: string | undefined;
|
|
142
|
+
InferenceAttribute?: string | undefined;
|
|
143
|
+
ProbabilityAttribute?: string | undefined;
|
|
144
|
+
ProbabilityThresholdAttribute?: number | undefined;
|
|
145
|
+
StartTimeOffset?: string | undefined;
|
|
146
|
+
EndTimeOffset?: string | undefined;
|
|
147
|
+
ExcludeFeaturesAttribute?: string | undefined;
|
|
148
|
+
}
|
|
149
|
+
export interface DataQualityJobInput {
|
|
150
|
+
EndpointInput?: EndpointInput | undefined;
|
|
151
|
+
BatchTransformInput?: BatchTransformInput | undefined;
|
|
152
|
+
}
|
|
153
|
+
export interface MonitoringS3Output {
|
|
154
|
+
S3Uri: string | undefined;
|
|
155
|
+
LocalPath: string | undefined;
|
|
156
|
+
S3UploadMode?: ProcessingS3UploadMode | undefined;
|
|
157
|
+
}
|
|
158
|
+
export interface MonitoringOutput {
|
|
159
|
+
S3Output: MonitoringS3Output | undefined;
|
|
160
|
+
}
|
|
161
|
+
export interface MonitoringOutputConfig {
|
|
162
|
+
MonitoringOutputs: MonitoringOutput[] | undefined;
|
|
163
|
+
KmsKeyId?: string | undefined;
|
|
164
|
+
}
|
|
165
|
+
export interface MonitoringClusterConfig {
|
|
166
|
+
InstanceCount: number | undefined;
|
|
167
|
+
InstanceType: ProcessingInstanceType | undefined;
|
|
168
|
+
VolumeSizeInGB: number | undefined;
|
|
169
|
+
VolumeKmsKeyId?: string | undefined;
|
|
170
|
+
}
|
|
171
|
+
export interface MonitoringResources {
|
|
172
|
+
ClusterConfig: MonitoringClusterConfig | undefined;
|
|
173
|
+
}
|
|
174
|
+
export interface MonitoringNetworkConfig {
|
|
175
|
+
EnableInterContainerTrafficEncryption?: boolean | undefined;
|
|
176
|
+
EnableNetworkIsolation?: boolean | undefined;
|
|
177
|
+
VpcConfig?: VpcConfig | undefined;
|
|
178
|
+
}
|
|
179
|
+
export interface MonitoringStoppingCondition {
|
|
180
|
+
MaxRuntimeInSeconds: number | undefined;
|
|
181
|
+
}
|
|
182
|
+
export interface CreateDataQualityJobDefinitionRequest {
|
|
183
|
+
JobDefinitionName: string | undefined;
|
|
184
|
+
DataQualityBaselineConfig?: DataQualityBaselineConfig | undefined;
|
|
185
|
+
DataQualityAppSpecification: DataQualityAppSpecification | undefined;
|
|
186
|
+
DataQualityJobInput: DataQualityJobInput | undefined;
|
|
187
|
+
DataQualityJobOutputConfig: MonitoringOutputConfig | undefined;
|
|
188
|
+
JobResources: MonitoringResources | undefined;
|
|
189
|
+
NetworkConfig?: MonitoringNetworkConfig | undefined;
|
|
190
|
+
RoleArn: string | undefined;
|
|
191
|
+
StoppingCondition?: MonitoringStoppingCondition | undefined;
|
|
192
|
+
Tags?: Tag[] | undefined;
|
|
193
|
+
}
|
|
194
|
+
export interface CreateDataQualityJobDefinitionResponse {
|
|
195
|
+
JobDefinitionArn: string | undefined;
|
|
196
|
+
}
|
|
197
|
+
export interface EdgeOutputConfig {
|
|
198
|
+
S3OutputLocation: string | undefined;
|
|
199
|
+
KmsKeyId?: string | undefined;
|
|
200
|
+
PresetDeploymentType?: EdgePresetDeploymentType | undefined;
|
|
201
|
+
PresetDeploymentConfig?: string | undefined;
|
|
202
|
+
}
|
|
203
|
+
export interface CreateDeviceFleetRequest {
|
|
204
|
+
DeviceFleetName: string | undefined;
|
|
205
|
+
RoleArn?: string | undefined;
|
|
206
|
+
Description?: string | undefined;
|
|
207
|
+
OutputConfig: EdgeOutputConfig | undefined;
|
|
208
|
+
Tags?: Tag[] | undefined;
|
|
209
|
+
EnableIotRoleAlias?: boolean | undefined;
|
|
210
|
+
}
|
|
211
|
+
export interface EFSFileSystemConfig {
|
|
212
|
+
FileSystemId: string | undefined;
|
|
213
|
+
FileSystemPath?: string | undefined;
|
|
214
|
+
}
|
|
215
|
+
export interface FSxLustreFileSystemConfig {
|
|
216
|
+
FileSystemId: string | undefined;
|
|
217
|
+
FileSystemPath?: string | undefined;
|
|
218
|
+
}
|
|
219
|
+
export interface S3FileSystemConfig {
|
|
220
|
+
MountPath?: string | undefined;
|
|
221
|
+
S3Uri: string | undefined;
|
|
222
|
+
}
|
|
147
223
|
export type CustomFileSystemConfig =
|
|
148
224
|
| CustomFileSystemConfig.EFSFileSystemConfigMember
|
|
149
225
|
| CustomFileSystemConfig.FSxLustreFileSystemConfigMember
|
|
@@ -1368,8 +1444,12 @@ export interface OptimizationJobModelSourceS3 {
|
|
|
1368
1444
|
S3Uri?: string | undefined;
|
|
1369
1445
|
ModelAccessConfig?: OptimizationModelAccessConfig | undefined;
|
|
1370
1446
|
}
|
|
1447
|
+
export interface OptimizationSageMakerModel {
|
|
1448
|
+
ModelName?: string | undefined;
|
|
1449
|
+
}
|
|
1371
1450
|
export interface OptimizationJobModelSource {
|
|
1372
1451
|
S3?: OptimizationJobModelSourceS3 | undefined;
|
|
1452
|
+
SageMakerModel?: OptimizationSageMakerModel | undefined;
|
|
1373
1453
|
}
|
|
1374
1454
|
export interface ModelCompilationConfig {
|
|
1375
1455
|
Image?: string | undefined;
|
|
@@ -1383,46 +1463,70 @@ export interface ModelShardingConfig {
|
|
|
1383
1463
|
Image?: string | undefined;
|
|
1384
1464
|
OverrideEnvironment?: Record<string, string> | undefined;
|
|
1385
1465
|
}
|
|
1466
|
+
export interface ModelSpeculativeDecodingTrainingDataSource {
|
|
1467
|
+
S3Uri: string | undefined;
|
|
1468
|
+
S3DataType: ModelSpeculativeDecodingS3DataType | undefined;
|
|
1469
|
+
}
|
|
1470
|
+
export interface ModelSpeculativeDecodingConfig {
|
|
1471
|
+
Technique: ModelSpeculativeDecodingTechnique | undefined;
|
|
1472
|
+
TrainingDataSource?: ModelSpeculativeDecodingTrainingDataSource | undefined;
|
|
1473
|
+
}
|
|
1386
1474
|
export type OptimizationConfig =
|
|
1387
1475
|
| OptimizationConfig.ModelCompilationConfigMember
|
|
1388
1476
|
| OptimizationConfig.ModelQuantizationConfigMember
|
|
1389
1477
|
| OptimizationConfig.ModelShardingConfigMember
|
|
1478
|
+
| OptimizationConfig.ModelSpeculativeDecodingConfigMember
|
|
1390
1479
|
| OptimizationConfig.$UnknownMember;
|
|
1391
1480
|
export declare namespace OptimizationConfig {
|
|
1392
1481
|
interface ModelQuantizationConfigMember {
|
|
1393
1482
|
ModelQuantizationConfig: ModelQuantizationConfig;
|
|
1394
1483
|
ModelCompilationConfig?: never;
|
|
1395
1484
|
ModelShardingConfig?: never;
|
|
1485
|
+
ModelSpeculativeDecodingConfig?: never;
|
|
1396
1486
|
$unknown?: never;
|
|
1397
1487
|
}
|
|
1398
1488
|
interface ModelCompilationConfigMember {
|
|
1399
1489
|
ModelQuantizationConfig?: never;
|
|
1400
1490
|
ModelCompilationConfig: ModelCompilationConfig;
|
|
1401
1491
|
ModelShardingConfig?: never;
|
|
1492
|
+
ModelSpeculativeDecodingConfig?: never;
|
|
1402
1493
|
$unknown?: never;
|
|
1403
1494
|
}
|
|
1404
1495
|
interface ModelShardingConfigMember {
|
|
1405
1496
|
ModelQuantizationConfig?: never;
|
|
1406
1497
|
ModelCompilationConfig?: never;
|
|
1407
1498
|
ModelShardingConfig: ModelShardingConfig;
|
|
1499
|
+
ModelSpeculativeDecodingConfig?: never;
|
|
1500
|
+
$unknown?: never;
|
|
1501
|
+
}
|
|
1502
|
+
interface ModelSpeculativeDecodingConfigMember {
|
|
1503
|
+
ModelQuantizationConfig?: never;
|
|
1504
|
+
ModelCompilationConfig?: never;
|
|
1505
|
+
ModelShardingConfig?: never;
|
|
1506
|
+
ModelSpeculativeDecodingConfig: ModelSpeculativeDecodingConfig;
|
|
1408
1507
|
$unknown?: never;
|
|
1409
1508
|
}
|
|
1410
1509
|
interface $UnknownMember {
|
|
1411
1510
|
ModelQuantizationConfig?: never;
|
|
1412
1511
|
ModelCompilationConfig?: never;
|
|
1413
1512
|
ModelShardingConfig?: never;
|
|
1513
|
+
ModelSpeculativeDecodingConfig?: never;
|
|
1414
1514
|
$unknown: [string, any];
|
|
1415
1515
|
}
|
|
1416
1516
|
interface Visitor<T> {
|
|
1417
1517
|
ModelQuantizationConfig: (value: ModelQuantizationConfig) => T;
|
|
1418
1518
|
ModelCompilationConfig: (value: ModelCompilationConfig) => T;
|
|
1419
1519
|
ModelShardingConfig: (value: ModelShardingConfig) => T;
|
|
1520
|
+
ModelSpeculativeDecodingConfig: (
|
|
1521
|
+
value: ModelSpeculativeDecodingConfig
|
|
1522
|
+
) => T;
|
|
1420
1523
|
_: (name: string, value: any) => T;
|
|
1421
1524
|
}
|
|
1422
1525
|
}
|
|
1423
1526
|
export interface OptimizationJobOutputConfig {
|
|
1424
1527
|
KmsKeyId?: string | undefined;
|
|
1425
1528
|
S3OutputLocation: string | undefined;
|
|
1529
|
+
SageMakerModel?: OptimizationSageMakerModel | undefined;
|
|
1426
1530
|
}
|
|
1427
1531
|
export interface OptimizationVpcConfig {
|
|
1428
1532
|
SecurityGroupIds: string[] | undefined;
|
|
@@ -1433,6 +1537,7 @@ export interface CreateOptimizationJobRequest {
|
|
|
1433
1537
|
RoleArn: string | undefined;
|
|
1434
1538
|
ModelSource: OptimizationJobModelSource | undefined;
|
|
1435
1539
|
DeploymentInstanceType: OptimizationJobDeploymentInstanceType | undefined;
|
|
1540
|
+
MaxInstanceCount?: number | undefined;
|
|
1436
1541
|
OptimizationEnvironment?: Record<string, string> | undefined;
|
|
1437
1542
|
OptimizationConfigs: OptimizationConfig[] | undefined;
|
|
1438
1543
|
OutputConfig: OptimizationJobOutputConfig | undefined;
|
|
@@ -1814,133 +1919,3 @@ export interface CreateTrainingJobRequest {
|
|
|
1814
1919
|
InfraCheckConfig?: InfraCheckConfig | undefined;
|
|
1815
1920
|
SessionChainingConfig?: SessionChainingConfig | undefined;
|
|
1816
1921
|
}
|
|
1817
|
-
export interface CreateTrainingJobResponse {
|
|
1818
|
-
TrainingJobArn: string | undefined;
|
|
1819
|
-
}
|
|
1820
|
-
export interface CreateTrainingPlanRequest {
|
|
1821
|
-
TrainingPlanName: string | undefined;
|
|
1822
|
-
TrainingPlanOfferingId: string | undefined;
|
|
1823
|
-
SpareInstanceCountPerUltraServer?: number | undefined;
|
|
1824
|
-
Tags?: Tag[] | undefined;
|
|
1825
|
-
}
|
|
1826
|
-
export interface CreateTrainingPlanResponse {
|
|
1827
|
-
TrainingPlanArn: string | undefined;
|
|
1828
|
-
}
|
|
1829
|
-
export interface DataProcessing {
|
|
1830
|
-
InputFilter?: string | undefined;
|
|
1831
|
-
OutputFilter?: string | undefined;
|
|
1832
|
-
JoinSource?: JoinSource | undefined;
|
|
1833
|
-
}
|
|
1834
|
-
export interface ModelClientConfig {
|
|
1835
|
-
InvocationsTimeoutInSeconds?: number | undefined;
|
|
1836
|
-
InvocationsMaxRetries?: number | undefined;
|
|
1837
|
-
}
|
|
1838
|
-
export interface CreateTransformJobRequest {
|
|
1839
|
-
TransformJobName: string | undefined;
|
|
1840
|
-
ModelName: string | undefined;
|
|
1841
|
-
MaxConcurrentTransforms?: number | undefined;
|
|
1842
|
-
ModelClientConfig?: ModelClientConfig | undefined;
|
|
1843
|
-
MaxPayloadInMB?: number | undefined;
|
|
1844
|
-
BatchStrategy?: BatchStrategy | undefined;
|
|
1845
|
-
Environment?: Record<string, string> | undefined;
|
|
1846
|
-
TransformInput: TransformInput | undefined;
|
|
1847
|
-
TransformOutput: TransformOutput | undefined;
|
|
1848
|
-
DataCaptureConfig?: BatchDataCaptureConfig | undefined;
|
|
1849
|
-
TransformResources: TransformResources | undefined;
|
|
1850
|
-
DataProcessing?: DataProcessing | undefined;
|
|
1851
|
-
Tags?: Tag[] | undefined;
|
|
1852
|
-
ExperimentConfig?: ExperimentConfig | undefined;
|
|
1853
|
-
}
|
|
1854
|
-
export interface CreateTransformJobResponse {
|
|
1855
|
-
TransformJobArn: string | undefined;
|
|
1856
|
-
}
|
|
1857
|
-
export interface CreateTrialRequest {
|
|
1858
|
-
TrialName: string | undefined;
|
|
1859
|
-
DisplayName?: string | undefined;
|
|
1860
|
-
ExperimentName: string | undefined;
|
|
1861
|
-
MetadataProperties?: MetadataProperties | undefined;
|
|
1862
|
-
Tags?: Tag[] | undefined;
|
|
1863
|
-
}
|
|
1864
|
-
export interface CreateTrialResponse {
|
|
1865
|
-
TrialArn?: string | undefined;
|
|
1866
|
-
}
|
|
1867
|
-
export interface TrialComponentArtifact {
|
|
1868
|
-
MediaType?: string | undefined;
|
|
1869
|
-
Value: string | undefined;
|
|
1870
|
-
}
|
|
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
|
-
}
|