@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
|
@@ -47,6 +47,7 @@ import {
|
|
|
47
47
|
IPAddressType,
|
|
48
48
|
IsTrackingServerActive,
|
|
49
49
|
JobType,
|
|
50
|
+
JoinSource,
|
|
50
51
|
LabelingJobStatus,
|
|
51
52
|
LastUpdateStatusValue,
|
|
52
53
|
ModelApprovalStatus,
|
|
@@ -84,7 +85,6 @@ import {
|
|
|
84
85
|
RetentionType,
|
|
85
86
|
RootAccess,
|
|
86
87
|
RuleEvaluationStatus,
|
|
87
|
-
SageMakerResourceName,
|
|
88
88
|
SchedulerResourceStatus,
|
|
89
89
|
ScheduleStatus,
|
|
90
90
|
SecondaryStatus,
|
|
@@ -99,14 +99,11 @@ import {
|
|
|
99
99
|
TrackingServerSize,
|
|
100
100
|
TrackingServerStatus,
|
|
101
101
|
TrainingJobStatus,
|
|
102
|
-
|
|
103
|
-
TransformJobStatus,
|
|
104
|
-
UserProfileStatus,
|
|
102
|
+
TrialComponentPrimaryStatus,
|
|
105
103
|
VariantStatus,
|
|
106
104
|
VendorGuidance,
|
|
107
105
|
WarmPoolResourceStatus,
|
|
108
106
|
WorkforceIpAddressType,
|
|
109
|
-
WorkforceStatus,
|
|
110
107
|
} from "./enums";
|
|
111
108
|
import {
|
|
112
109
|
ActionSource,
|
|
@@ -154,8 +151,6 @@ import {
|
|
|
154
151
|
ContextSource,
|
|
155
152
|
DataQualityAppSpecification,
|
|
156
153
|
DataQualityBaselineConfig,
|
|
157
|
-
DataQualityJobInput,
|
|
158
|
-
EdgeOutputConfig,
|
|
159
154
|
GitConfig,
|
|
160
155
|
InferenceSpecification,
|
|
161
156
|
InputConfig,
|
|
@@ -163,10 +158,6 @@ import {
|
|
|
163
158
|
KernelGatewayImageConfig,
|
|
164
159
|
MetadataProperties,
|
|
165
160
|
ModelDeployConfig,
|
|
166
|
-
MonitoringNetworkConfig,
|
|
167
|
-
MonitoringOutputConfig,
|
|
168
|
-
MonitoringResources,
|
|
169
|
-
MonitoringStoppingCondition,
|
|
170
161
|
NeoVpcConfig,
|
|
171
162
|
OutputConfig,
|
|
172
163
|
OutputDataConfig,
|
|
@@ -184,7 +175,7 @@ import {
|
|
|
184
175
|
} from "./models_0";
|
|
185
176
|
import {
|
|
186
177
|
DataCaptureConfig,
|
|
187
|
-
|
|
178
|
+
DataQualityJobInput,
|
|
188
179
|
DebugHookConfig,
|
|
189
180
|
DebugRuleConfiguration,
|
|
190
181
|
DefaultSpaceSettings,
|
|
@@ -194,6 +185,7 @@ import {
|
|
|
194
185
|
DriftCheckBaselines,
|
|
195
186
|
EdgeDeploymentConfig,
|
|
196
187
|
EdgeDeploymentModelConfig,
|
|
188
|
+
EdgeOutputConfig,
|
|
197
189
|
EndpointInfo,
|
|
198
190
|
ExperimentConfig,
|
|
199
191
|
ExplainerConfig,
|
|
@@ -224,7 +216,6 @@ import {
|
|
|
224
216
|
ModelBiasJobInput,
|
|
225
217
|
ModelCardExportOutputConfig,
|
|
226
218
|
ModelCardSecurityConfig,
|
|
227
|
-
ModelClientConfig,
|
|
228
219
|
ModelExplainabilityAppSpecification,
|
|
229
220
|
ModelExplainabilityBaselineConfig,
|
|
230
221
|
ModelExplainabilityJobInput,
|
|
@@ -237,11 +228,14 @@ import {
|
|
|
237
228
|
ModelQualityAppSpecification,
|
|
238
229
|
ModelQualityBaselineConfig,
|
|
239
230
|
ModelQualityJobInput,
|
|
231
|
+
MonitoringNetworkConfig,
|
|
232
|
+
MonitoringOutputConfig,
|
|
233
|
+
MonitoringResources,
|
|
240
234
|
MonitoringScheduleConfig,
|
|
235
|
+
MonitoringStoppingCondition,
|
|
241
236
|
NetworkConfig,
|
|
242
237
|
NotebookInstanceLifecycleHook,
|
|
243
238
|
OfflineStoreConfig,
|
|
244
|
-
OidcConfig,
|
|
245
239
|
OnlineStoreConfig,
|
|
246
240
|
OptimizationConfig,
|
|
247
241
|
OptimizationJobModelSource,
|
|
@@ -268,16 +262,141 @@ import {
|
|
|
268
262
|
ServiceCatalogProvisioningDetails,
|
|
269
263
|
ShadowModeConfig,
|
|
270
264
|
SourceAlgorithmSpecification,
|
|
271
|
-
SourceIpConfig,
|
|
272
265
|
SpaceSettings,
|
|
273
266
|
SpaceSharingSettings,
|
|
274
267
|
TensorBoardOutputConfig,
|
|
275
|
-
TrialComponentArtifact,
|
|
276
|
-
TrialComponentParameterValue,
|
|
277
|
-
TrialComponentStatus,
|
|
278
268
|
UserSettings,
|
|
279
|
-
WorkforceVpcConfigRequest,
|
|
280
269
|
} from "./models_1";
|
|
270
|
+
export interface CreateTrainingJobResponse {
|
|
271
|
+
TrainingJobArn: string | undefined;
|
|
272
|
+
}
|
|
273
|
+
export interface CreateTrainingPlanRequest {
|
|
274
|
+
TrainingPlanName: string | undefined;
|
|
275
|
+
TrainingPlanOfferingId: string | undefined;
|
|
276
|
+
SpareInstanceCountPerUltraServer?: number | undefined;
|
|
277
|
+
Tags?: Tag[] | undefined;
|
|
278
|
+
}
|
|
279
|
+
export interface CreateTrainingPlanResponse {
|
|
280
|
+
TrainingPlanArn: string | undefined;
|
|
281
|
+
}
|
|
282
|
+
export interface DataProcessing {
|
|
283
|
+
InputFilter?: string | undefined;
|
|
284
|
+
OutputFilter?: string | undefined;
|
|
285
|
+
JoinSource?: JoinSource | undefined;
|
|
286
|
+
}
|
|
287
|
+
export interface ModelClientConfig {
|
|
288
|
+
InvocationsTimeoutInSeconds?: number | undefined;
|
|
289
|
+
InvocationsMaxRetries?: number | undefined;
|
|
290
|
+
}
|
|
291
|
+
export interface CreateTransformJobRequest {
|
|
292
|
+
TransformJobName: string | undefined;
|
|
293
|
+
ModelName: string | undefined;
|
|
294
|
+
MaxConcurrentTransforms?: number | undefined;
|
|
295
|
+
ModelClientConfig?: ModelClientConfig | undefined;
|
|
296
|
+
MaxPayloadInMB?: number | undefined;
|
|
297
|
+
BatchStrategy?: BatchStrategy | undefined;
|
|
298
|
+
Environment?: Record<string, string> | undefined;
|
|
299
|
+
TransformInput: TransformInput | undefined;
|
|
300
|
+
TransformOutput: TransformOutput | undefined;
|
|
301
|
+
DataCaptureConfig?: BatchDataCaptureConfig | undefined;
|
|
302
|
+
TransformResources: TransformResources | undefined;
|
|
303
|
+
DataProcessing?: DataProcessing | undefined;
|
|
304
|
+
Tags?: Tag[] | undefined;
|
|
305
|
+
ExperimentConfig?: ExperimentConfig | undefined;
|
|
306
|
+
}
|
|
307
|
+
export interface CreateTransformJobResponse {
|
|
308
|
+
TransformJobArn: string | undefined;
|
|
309
|
+
}
|
|
310
|
+
export interface CreateTrialRequest {
|
|
311
|
+
TrialName: string | undefined;
|
|
312
|
+
DisplayName?: string | undefined;
|
|
313
|
+
ExperimentName: string | undefined;
|
|
314
|
+
MetadataProperties?: MetadataProperties | undefined;
|
|
315
|
+
Tags?: Tag[] | undefined;
|
|
316
|
+
}
|
|
317
|
+
export interface CreateTrialResponse {
|
|
318
|
+
TrialArn?: string | undefined;
|
|
319
|
+
}
|
|
320
|
+
export interface TrialComponentArtifact {
|
|
321
|
+
MediaType?: string | undefined;
|
|
322
|
+
Value: string | undefined;
|
|
323
|
+
}
|
|
324
|
+
export type TrialComponentParameterValue =
|
|
325
|
+
| TrialComponentParameterValue.NumberValueMember
|
|
326
|
+
| TrialComponentParameterValue.StringValueMember
|
|
327
|
+
| TrialComponentParameterValue.$UnknownMember;
|
|
328
|
+
export declare namespace TrialComponentParameterValue {
|
|
329
|
+
interface StringValueMember {
|
|
330
|
+
StringValue: string;
|
|
331
|
+
NumberValue?: never;
|
|
332
|
+
$unknown?: never;
|
|
333
|
+
}
|
|
334
|
+
interface NumberValueMember {
|
|
335
|
+
StringValue?: never;
|
|
336
|
+
NumberValue: number;
|
|
337
|
+
$unknown?: never;
|
|
338
|
+
}
|
|
339
|
+
interface $UnknownMember {
|
|
340
|
+
StringValue?: never;
|
|
341
|
+
NumberValue?: never;
|
|
342
|
+
$unknown: [string, any];
|
|
343
|
+
}
|
|
344
|
+
interface Visitor<T> {
|
|
345
|
+
StringValue: (value: string) => T;
|
|
346
|
+
NumberValue: (value: number) => T;
|
|
347
|
+
_: (name: string, value: any) => T;
|
|
348
|
+
}
|
|
349
|
+
}
|
|
350
|
+
export interface TrialComponentStatus {
|
|
351
|
+
PrimaryStatus?: TrialComponentPrimaryStatus | undefined;
|
|
352
|
+
Message?: string | undefined;
|
|
353
|
+
}
|
|
354
|
+
export interface CreateTrialComponentRequest {
|
|
355
|
+
TrialComponentName: string | undefined;
|
|
356
|
+
DisplayName?: string | undefined;
|
|
357
|
+
Status?: TrialComponentStatus | undefined;
|
|
358
|
+
StartTime?: Date | undefined;
|
|
359
|
+
EndTime?: Date | undefined;
|
|
360
|
+
Parameters?: Record<string, TrialComponentParameterValue> | undefined;
|
|
361
|
+
InputArtifacts?: Record<string, TrialComponentArtifact> | undefined;
|
|
362
|
+
OutputArtifacts?: Record<string, TrialComponentArtifact> | undefined;
|
|
363
|
+
MetadataProperties?: MetadataProperties | undefined;
|
|
364
|
+
Tags?: Tag[] | undefined;
|
|
365
|
+
}
|
|
366
|
+
export interface CreateTrialComponentResponse {
|
|
367
|
+
TrialComponentArn?: string | undefined;
|
|
368
|
+
}
|
|
369
|
+
export interface CreateUserProfileRequest {
|
|
370
|
+
DomainId: string | undefined;
|
|
371
|
+
UserProfileName: string | undefined;
|
|
372
|
+
SingleSignOnUserIdentifier?: string | undefined;
|
|
373
|
+
SingleSignOnUserValue?: string | undefined;
|
|
374
|
+
Tags?: Tag[] | undefined;
|
|
375
|
+
UserSettings?: UserSettings | undefined;
|
|
376
|
+
}
|
|
377
|
+
export interface CreateUserProfileResponse {
|
|
378
|
+
UserProfileArn?: string | undefined;
|
|
379
|
+
}
|
|
380
|
+
export interface OidcConfig {
|
|
381
|
+
ClientId: string | undefined;
|
|
382
|
+
ClientSecret: string | undefined;
|
|
383
|
+
Issuer: string | undefined;
|
|
384
|
+
AuthorizationEndpoint: string | undefined;
|
|
385
|
+
TokenEndpoint: string | undefined;
|
|
386
|
+
UserInfoEndpoint: string | undefined;
|
|
387
|
+
LogoutEndpoint: string | undefined;
|
|
388
|
+
JwksUri: string | undefined;
|
|
389
|
+
Scope?: string | undefined;
|
|
390
|
+
AuthenticationRequestExtraParams?: Record<string, string> | undefined;
|
|
391
|
+
}
|
|
392
|
+
export interface SourceIpConfig {
|
|
393
|
+
Cidrs: string[] | undefined;
|
|
394
|
+
}
|
|
395
|
+
export interface WorkforceVpcConfigRequest {
|
|
396
|
+
VpcId?: string | undefined;
|
|
397
|
+
SecurityGroupIds?: string[] | undefined;
|
|
398
|
+
Subnets?: string[] | undefined;
|
|
399
|
+
}
|
|
281
400
|
export interface CreateWorkforceRequest {
|
|
282
401
|
CognitoConfig?: CognitoConfig | undefined;
|
|
283
402
|
OidcConfig?: OidcConfig | undefined;
|
|
@@ -1827,6 +1946,7 @@ export interface DescribeOptimizationJobResponse {
|
|
|
1827
1946
|
ModelSource: OptimizationJobModelSource | undefined;
|
|
1828
1947
|
OptimizationEnvironment?: Record<string, string> | undefined;
|
|
1829
1948
|
DeploymentInstanceType: OptimizationJobDeploymentInstanceType | undefined;
|
|
1949
|
+
MaxInstanceCount?: number | undefined;
|
|
1830
1950
|
OptimizationConfigs: OptimizationConfig[] | undefined;
|
|
1831
1951
|
OutputConfig: OptimizationJobOutputConfig | undefined;
|
|
1832
1952
|
OptimizationOutput?: OptimizationOutput | undefined;
|
|
@@ -2114,177 +2234,3 @@ export interface DescribeTrainingJobResponse {
|
|
|
2114
2234
|
RemoteDebugConfig?: RemoteDebugConfig | undefined;
|
|
2115
2235
|
InfraCheckConfig?: InfraCheckConfig | undefined;
|
|
2116
2236
|
}
|
|
2117
|
-
export interface DescribeTrainingPlanRequest {
|
|
2118
|
-
TrainingPlanName: string | undefined;
|
|
2119
|
-
}
|
|
2120
|
-
export interface ReservedCapacitySummary {
|
|
2121
|
-
ReservedCapacityArn: string | undefined;
|
|
2122
|
-
ReservedCapacityType?: ReservedCapacityType | undefined;
|
|
2123
|
-
UltraServerType?: string | undefined;
|
|
2124
|
-
UltraServerCount?: number | undefined;
|
|
2125
|
-
InstanceType: ReservedCapacityInstanceType | undefined;
|
|
2126
|
-
TotalInstanceCount: number | undefined;
|
|
2127
|
-
Status: ReservedCapacityStatus | undefined;
|
|
2128
|
-
AvailabilityZone?: string | undefined;
|
|
2129
|
-
DurationHours?: number | undefined;
|
|
2130
|
-
DurationMinutes?: number | undefined;
|
|
2131
|
-
StartTime?: Date | undefined;
|
|
2132
|
-
EndTime?: Date | undefined;
|
|
2133
|
-
}
|
|
2134
|
-
export interface DescribeTrainingPlanResponse {
|
|
2135
|
-
TrainingPlanArn: string | undefined;
|
|
2136
|
-
TrainingPlanName: string | undefined;
|
|
2137
|
-
Status: TrainingPlanStatus | undefined;
|
|
2138
|
-
StatusMessage?: string | undefined;
|
|
2139
|
-
DurationHours?: number | undefined;
|
|
2140
|
-
DurationMinutes?: number | undefined;
|
|
2141
|
-
StartTime?: Date | undefined;
|
|
2142
|
-
EndTime?: Date | undefined;
|
|
2143
|
-
UpfrontFee?: string | undefined;
|
|
2144
|
-
CurrencyCode?: string | undefined;
|
|
2145
|
-
TotalInstanceCount?: number | undefined;
|
|
2146
|
-
AvailableInstanceCount?: number | undefined;
|
|
2147
|
-
InUseInstanceCount?: number | undefined;
|
|
2148
|
-
UnhealthyInstanceCount?: number | undefined;
|
|
2149
|
-
AvailableSpareInstanceCount?: number | undefined;
|
|
2150
|
-
TotalUltraServerCount?: number | undefined;
|
|
2151
|
-
TargetResources?: SageMakerResourceName[] | undefined;
|
|
2152
|
-
ReservedCapacitySummaries?: ReservedCapacitySummary[] | undefined;
|
|
2153
|
-
}
|
|
2154
|
-
export interface DescribeTransformJobRequest {
|
|
2155
|
-
TransformJobName: string | undefined;
|
|
2156
|
-
}
|
|
2157
|
-
export interface DescribeTransformJobResponse {
|
|
2158
|
-
TransformJobName: string | undefined;
|
|
2159
|
-
TransformJobArn: string | undefined;
|
|
2160
|
-
TransformJobStatus: TransformJobStatus | undefined;
|
|
2161
|
-
FailureReason?: string | undefined;
|
|
2162
|
-
ModelName: string | undefined;
|
|
2163
|
-
MaxConcurrentTransforms?: number | undefined;
|
|
2164
|
-
ModelClientConfig?: ModelClientConfig | undefined;
|
|
2165
|
-
MaxPayloadInMB?: number | undefined;
|
|
2166
|
-
BatchStrategy?: BatchStrategy | undefined;
|
|
2167
|
-
Environment?: Record<string, string> | undefined;
|
|
2168
|
-
TransformInput: TransformInput | undefined;
|
|
2169
|
-
TransformOutput?: TransformOutput | undefined;
|
|
2170
|
-
DataCaptureConfig?: BatchDataCaptureConfig | undefined;
|
|
2171
|
-
TransformResources: TransformResources | undefined;
|
|
2172
|
-
CreationTime: Date | undefined;
|
|
2173
|
-
TransformStartTime?: Date | undefined;
|
|
2174
|
-
TransformEndTime?: Date | undefined;
|
|
2175
|
-
LabelingJobArn?: string | undefined;
|
|
2176
|
-
AutoMLJobArn?: string | undefined;
|
|
2177
|
-
DataProcessing?: DataProcessing | undefined;
|
|
2178
|
-
ExperimentConfig?: ExperimentConfig | undefined;
|
|
2179
|
-
}
|
|
2180
|
-
export interface DescribeTrialRequest {
|
|
2181
|
-
TrialName: string | undefined;
|
|
2182
|
-
}
|
|
2183
|
-
export interface TrialSource {
|
|
2184
|
-
SourceArn: string | undefined;
|
|
2185
|
-
SourceType?: string | undefined;
|
|
2186
|
-
}
|
|
2187
|
-
export interface DescribeTrialResponse {
|
|
2188
|
-
TrialName?: string | undefined;
|
|
2189
|
-
TrialArn?: string | undefined;
|
|
2190
|
-
DisplayName?: string | undefined;
|
|
2191
|
-
ExperimentName?: string | undefined;
|
|
2192
|
-
Source?: TrialSource | undefined;
|
|
2193
|
-
CreationTime?: Date | undefined;
|
|
2194
|
-
CreatedBy?: UserContext | undefined;
|
|
2195
|
-
LastModifiedTime?: Date | undefined;
|
|
2196
|
-
LastModifiedBy?: UserContext | undefined;
|
|
2197
|
-
MetadataProperties?: MetadataProperties | undefined;
|
|
2198
|
-
}
|
|
2199
|
-
export interface DescribeTrialComponentRequest {
|
|
2200
|
-
TrialComponentName: string | undefined;
|
|
2201
|
-
}
|
|
2202
|
-
export interface TrialComponentMetricSummary {
|
|
2203
|
-
MetricName?: string | undefined;
|
|
2204
|
-
SourceArn?: string | undefined;
|
|
2205
|
-
TimeStamp?: Date | undefined;
|
|
2206
|
-
Max?: number | undefined;
|
|
2207
|
-
Min?: number | undefined;
|
|
2208
|
-
Last?: number | undefined;
|
|
2209
|
-
Count?: number | undefined;
|
|
2210
|
-
Avg?: number | undefined;
|
|
2211
|
-
StdDev?: number | undefined;
|
|
2212
|
-
}
|
|
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
|
-
}
|