@aws-sdk/client-sagemaker 3.860.0 → 3.862.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 +24 -0
- package/dist-cjs/index.js +492 -124
- package/dist-es/SageMaker.js +6 -0
- package/dist-es/commands/BatchAddClusterNodesCommand.js +22 -0
- package/dist-es/commands/CreateModelCardCommand.js +1 -1
- package/dist-es/commands/DescribeClusterEventCommand.js +22 -0
- package/dist-es/commands/ListClusterEventsCommand.js +22 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +38 -93
- package/dist-es/models/models_1.js +86 -15
- package/dist-es/models/models_2.js +14 -40
- package/dist-es/models/models_3.js +43 -40
- package/dist-es/models/models_4.js +40 -10
- package/dist-es/models/models_5.js +10 -2
- package/dist-es/pagination/ListClusterEventsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +281 -0
- package/dist-types/SageMaker.d.ts +21 -0
- package/dist-types/SageMakerClient.d.ts +5 -2
- package/dist-types/commands/BatchAddClusterNodesCommand.d.ts +99 -0
- package/dist-types/commands/BatchDeleteClusterNodesCommand.d.ts +13 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +2 -0
- package/dist-types/commands/CreateModelBiasJobDefinitionCommand.d.ts +2 -1
- package/dist-types/commands/CreateModelCardCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelCardExportJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClusterCommand.d.ts +3 -0
- package/dist-types/commands/DescribeClusterEventCommand.d.ts +129 -0
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +5 -1
- package/dist-types/commands/DescribeContextCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDataQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDeviceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDeviceFleetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDomainCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEdgeDeploymentPlanCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEdgePackagingJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEndpointCommand.d.ts +1 -2
- package/dist-types/commands/ImportHubContentCommand.d.ts +1 -1
- package/dist-types/commands/ListActionsCommand.d.ts +1 -2
- package/dist-types/commands/ListClusterEventsCommand.d.ts +96 -0
- package/dist-types/commands/ListClusterNodesCommand.d.ts +3 -1
- package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/QueryLineageCommand.d.ts +1 -1
- package/dist-types/commands/RegisterDevicesCommand.d.ts +1 -1
- package/dist-types/commands/RenderUiTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateClusterCommand.d.ts +1 -0
- package/dist-types/commands/UpdateClusterSoftwareCommand.d.ts +1 -0
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +635 -539
- package/dist-types/models/models_1.d.ts +3626 -3557
- package/dist-types/models/models_2.d.ts +3079 -3394
- package/dist-types/models/models_3.d.ts +4419 -4366
- package/dist-types/models/models_4.d.ts +3813 -3877
- package/dist-types/models/models_5.d.ts +836 -5
- package/dist-types/pagination/ListClusterEventsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +27 -0
- package/dist-types/ts3.4/SageMaker.d.ts +51 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/BatchAddClusterNodesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateModelBiasJobDefinitionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateModelCardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateModelCardExportJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClusterEventCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeContextCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeDataQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDeviceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDeviceFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeEdgeDeploymentPlanCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeEdgePackagingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ImportHubContentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListActionsCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/ListClusterEventsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PutModelPackageGroupPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/QueryLineageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterDevicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RenderUiTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +186 -188
- package/dist-types/ts3.4/models/models_1.d.ts +177 -117
- package/dist-types/ts3.4/models/models_2.d.ts +123 -214
- package/dist-types/ts3.4/models/models_3.d.ts +219 -195
- package/dist-types/ts3.4/models/models_4.d.ts +225 -244
- package/dist-types/ts3.4/models/models_5.d.ts +220 -17
- package/dist-types/ts3.4/pagination/ListClusterEventsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +36 -0
- package/package.json +34 -34
|
@@ -61,6 +61,13 @@ export declare class ResourceNotFound extends __BaseException {
|
|
|
61
61
|
Message?: string | undefined;
|
|
62
62
|
constructor(opts: __ExceptionOptionType<ResourceNotFound, __BaseException>);
|
|
63
63
|
}
|
|
64
|
+
export interface AddClusterNodeSpecification {
|
|
65
|
+
InstanceGroupName: string | undefined;
|
|
66
|
+
IncrementTargetCountBy: number | undefined;
|
|
67
|
+
}
|
|
68
|
+
export interface AdditionalEnis {
|
|
69
|
+
EfaEnis?: string[] | undefined;
|
|
70
|
+
}
|
|
64
71
|
export declare const CompressionType: {
|
|
65
72
|
readonly GZIP: "Gzip";
|
|
66
73
|
readonly NONE: "None";
|
|
@@ -1872,15 +1879,48 @@ export declare const AwsManagedHumanLoopRequestSource: {
|
|
|
1872
1879
|
};
|
|
1873
1880
|
export type AwsManagedHumanLoopRequestSource =
|
|
1874
1881
|
(typeof AwsManagedHumanLoopRequestSource)[keyof typeof AwsManagedHumanLoopRequestSource];
|
|
1882
|
+
export interface BatchAddClusterNodesRequest {
|
|
1883
|
+
ClusterName: string | undefined;
|
|
1884
|
+
ClientToken?: string | undefined;
|
|
1885
|
+
NodesToAdd: AddClusterNodeSpecification[] | undefined;
|
|
1886
|
+
}
|
|
1887
|
+
export declare const BatchAddClusterNodesErrorCode: {
|
|
1888
|
+
readonly INSTANCE_GROUP_NOT_FOUND: "InstanceGroupNotFound";
|
|
1889
|
+
readonly INVALID_INSTANCE_GROUP_STATUS: "InvalidInstanceGroupStatus";
|
|
1890
|
+
};
|
|
1891
|
+
export type BatchAddClusterNodesErrorCode =
|
|
1892
|
+
(typeof BatchAddClusterNodesErrorCode)[keyof typeof BatchAddClusterNodesErrorCode];
|
|
1893
|
+
export interface BatchAddClusterNodesError {
|
|
1894
|
+
InstanceGroupName: string | undefined;
|
|
1895
|
+
ErrorCode: BatchAddClusterNodesErrorCode | undefined;
|
|
1896
|
+
FailedCount: number | undefined;
|
|
1897
|
+
Message?: string | undefined;
|
|
1898
|
+
}
|
|
1899
|
+
export declare const ClusterInstanceStatus: {
|
|
1900
|
+
readonly DEEP_HEALTH_CHECK_IN_PROGRESS: "DeepHealthCheckInProgress";
|
|
1901
|
+
readonly FAILURE: "Failure";
|
|
1902
|
+
readonly NOT_FOUND: "NotFound";
|
|
1903
|
+
readonly PENDING: "Pending";
|
|
1904
|
+
readonly RUNNING: "Running";
|
|
1905
|
+
readonly SHUTTING_DOWN: "ShuttingDown";
|
|
1906
|
+
readonly SYSTEM_UPDATING: "SystemUpdating";
|
|
1907
|
+
};
|
|
1908
|
+
export type ClusterInstanceStatus =
|
|
1909
|
+
(typeof ClusterInstanceStatus)[keyof typeof ClusterInstanceStatus];
|
|
1910
|
+
export interface NodeAdditionResult {
|
|
1911
|
+
NodeLogicalId: string | undefined;
|
|
1912
|
+
InstanceGroupName: string | undefined;
|
|
1913
|
+
Status: ClusterInstanceStatus | undefined;
|
|
1914
|
+
}
|
|
1915
|
+
export interface BatchAddClusterNodesResponse {
|
|
1916
|
+
Successful: NodeAdditionResult[] | undefined;
|
|
1917
|
+
Failed: BatchAddClusterNodesError[] | undefined;
|
|
1918
|
+
}
|
|
1875
1919
|
export interface BatchDataCaptureConfig {
|
|
1876
1920
|
DestinationS3Uri: string | undefined;
|
|
1877
1921
|
KmsKeyId?: string | undefined;
|
|
1878
1922
|
GenerateInferenceId?: boolean | undefined;
|
|
1879
1923
|
}
|
|
1880
|
-
export interface BatchDeleteClusterNodesRequest {
|
|
1881
|
-
ClusterName: string | undefined;
|
|
1882
|
-
NodeIds?: string[] | undefined;
|
|
1883
|
-
}
|
|
1884
1924
|
export declare const BatchDeleteClusterNodesErrorCode: {
|
|
1885
1925
|
readonly INVALID_NODE_STATUS: "InvalidNodeStatus";
|
|
1886
1926
|
readonly NODE_ID_IN_USE: "NodeIdInUse";
|
|
@@ -1888,6 +1928,16 @@ export declare const BatchDeleteClusterNodesErrorCode: {
|
|
|
1888
1928
|
};
|
|
1889
1929
|
export type BatchDeleteClusterNodesErrorCode =
|
|
1890
1930
|
(typeof BatchDeleteClusterNodesErrorCode)[keyof typeof BatchDeleteClusterNodesErrorCode];
|
|
1931
|
+
export interface BatchDeleteClusterNodeLogicalIdsError {
|
|
1932
|
+
Code: BatchDeleteClusterNodesErrorCode | undefined;
|
|
1933
|
+
Message: string | undefined;
|
|
1934
|
+
NodeLogicalId: string | undefined;
|
|
1935
|
+
}
|
|
1936
|
+
export interface BatchDeleteClusterNodesRequest {
|
|
1937
|
+
ClusterName: string | undefined;
|
|
1938
|
+
NodeIds?: string[] | undefined;
|
|
1939
|
+
NodeLogicalIds?: string[] | undefined;
|
|
1940
|
+
}
|
|
1891
1941
|
export interface BatchDeleteClusterNodesError {
|
|
1892
1942
|
Code: BatchDeleteClusterNodesErrorCode | undefined;
|
|
1893
1943
|
Message: string | undefined;
|
|
@@ -1896,6 +1946,8 @@ export interface BatchDeleteClusterNodesError {
|
|
|
1896
1946
|
export interface BatchDeleteClusterNodesResponse {
|
|
1897
1947
|
Failed?: BatchDeleteClusterNodesError[] | undefined;
|
|
1898
1948
|
Successful?: string[] | undefined;
|
|
1949
|
+
FailedNodeLogicalIds?: BatchDeleteClusterNodeLogicalIdsError[] | undefined;
|
|
1950
|
+
SuccessfulNodeLogicalIds?: string[] | undefined;
|
|
1899
1951
|
}
|
|
1900
1952
|
export interface BatchDescribeModelPackageInput {
|
|
1901
1953
|
ModelPackageArnList: string[] | undefined;
|
|
@@ -2097,6 +2149,16 @@ export interface CanvasAppSettings {
|
|
|
2097
2149
|
GenerativeAiSettings?: GenerativeAiSettings | undefined;
|
|
2098
2150
|
EmrServerlessSettings?: EmrServerlessSettings | undefined;
|
|
2099
2151
|
}
|
|
2152
|
+
export declare const CapacityReservationType: {
|
|
2153
|
+
readonly CRG: "CRG";
|
|
2154
|
+
readonly ODCR: "ODCR";
|
|
2155
|
+
};
|
|
2156
|
+
export type CapacityReservationType =
|
|
2157
|
+
(typeof CapacityReservationType)[keyof typeof CapacityReservationType];
|
|
2158
|
+
export interface CapacityReservation {
|
|
2159
|
+
Arn?: string | undefined;
|
|
2160
|
+
Type?: CapacityReservationType | undefined;
|
|
2161
|
+
}
|
|
2100
2162
|
export declare const CapacityReservationPreference: {
|
|
2101
2163
|
readonly CAPACITY_RESERVATIONS_ONLY: "capacity-reservations-only";
|
|
2102
2164
|
};
|
|
@@ -2313,6 +2375,114 @@ export interface ClarifyExplainerConfig {
|
|
|
2313
2375
|
export interface ClusterEbsVolumeConfig {
|
|
2314
2376
|
VolumeSizeInGB?: number | undefined;
|
|
2315
2377
|
}
|
|
2378
|
+
export interface ClusterMetadata {
|
|
2379
|
+
FailureMessage?: string | undefined;
|
|
2380
|
+
EksRoleAccessEntries?: string[] | undefined;
|
|
2381
|
+
SlrAccessEntry?: string | undefined;
|
|
2382
|
+
}
|
|
2383
|
+
export interface InstanceMetadata {
|
|
2384
|
+
CustomerEni?: string | undefined;
|
|
2385
|
+
AdditionalEnis?: AdditionalEnis | undefined;
|
|
2386
|
+
CapacityReservation?: CapacityReservation | undefined;
|
|
2387
|
+
FailureMessage?: string | undefined;
|
|
2388
|
+
LcsExecutionState?: string | undefined;
|
|
2389
|
+
NodeLogicalId?: string | undefined;
|
|
2390
|
+
}
|
|
2391
|
+
export interface InstanceGroupMetadata {
|
|
2392
|
+
FailureMessage?: string | undefined;
|
|
2393
|
+
AvailabilityZoneId?: string | undefined;
|
|
2394
|
+
CapacityReservation?: CapacityReservation | undefined;
|
|
2395
|
+
SubnetId?: string | undefined;
|
|
2396
|
+
SecurityGroupIds?: string[] | undefined;
|
|
2397
|
+
AmiOverride?: string | undefined;
|
|
2398
|
+
}
|
|
2399
|
+
export interface InstanceGroupScalingMetadata {
|
|
2400
|
+
InstanceCount?: number | undefined;
|
|
2401
|
+
TargetCount?: number | undefined;
|
|
2402
|
+
FailureMessage?: string | undefined;
|
|
2403
|
+
}
|
|
2404
|
+
export type EventMetadata =
|
|
2405
|
+
| EventMetadata.ClusterMember
|
|
2406
|
+
| EventMetadata.InstanceMember
|
|
2407
|
+
| EventMetadata.InstanceGroupMember
|
|
2408
|
+
| EventMetadata.InstanceGroupScalingMember
|
|
2409
|
+
| EventMetadata.$UnknownMember;
|
|
2410
|
+
export declare namespace EventMetadata {
|
|
2411
|
+
interface ClusterMember {
|
|
2412
|
+
Cluster: ClusterMetadata;
|
|
2413
|
+
InstanceGroup?: never;
|
|
2414
|
+
InstanceGroupScaling?: never;
|
|
2415
|
+
Instance?: never;
|
|
2416
|
+
$unknown?: never;
|
|
2417
|
+
}
|
|
2418
|
+
interface InstanceGroupMember {
|
|
2419
|
+
Cluster?: never;
|
|
2420
|
+
InstanceGroup: InstanceGroupMetadata;
|
|
2421
|
+
InstanceGroupScaling?: never;
|
|
2422
|
+
Instance?: never;
|
|
2423
|
+
$unknown?: never;
|
|
2424
|
+
}
|
|
2425
|
+
interface InstanceGroupScalingMember {
|
|
2426
|
+
Cluster?: never;
|
|
2427
|
+
InstanceGroup?: never;
|
|
2428
|
+
InstanceGroupScaling: InstanceGroupScalingMetadata;
|
|
2429
|
+
Instance?: never;
|
|
2430
|
+
$unknown?: never;
|
|
2431
|
+
}
|
|
2432
|
+
interface InstanceMember {
|
|
2433
|
+
Cluster?: never;
|
|
2434
|
+
InstanceGroup?: never;
|
|
2435
|
+
InstanceGroupScaling?: never;
|
|
2436
|
+
Instance: InstanceMetadata;
|
|
2437
|
+
$unknown?: never;
|
|
2438
|
+
}
|
|
2439
|
+
interface $UnknownMember {
|
|
2440
|
+
Cluster?: never;
|
|
2441
|
+
InstanceGroup?: never;
|
|
2442
|
+
InstanceGroupScaling?: never;
|
|
2443
|
+
Instance?: never;
|
|
2444
|
+
$unknown: [string, any];
|
|
2445
|
+
}
|
|
2446
|
+
interface Visitor<T> {
|
|
2447
|
+
Cluster: (value: ClusterMetadata) => T;
|
|
2448
|
+
InstanceGroup: (value: InstanceGroupMetadata) => T;
|
|
2449
|
+
InstanceGroupScaling: (value: InstanceGroupScalingMetadata) => T;
|
|
2450
|
+
Instance: (value: InstanceMetadata) => T;
|
|
2451
|
+
_: (name: string, value: any) => T;
|
|
2452
|
+
}
|
|
2453
|
+
const visit: <T>(value: EventMetadata, visitor: Visitor<T>) => T;
|
|
2454
|
+
}
|
|
2455
|
+
export interface EventDetails {
|
|
2456
|
+
EventMetadata?: EventMetadata | undefined;
|
|
2457
|
+
}
|
|
2458
|
+
export declare const ClusterEventResourceType: {
|
|
2459
|
+
readonly CLUSTER: "Cluster";
|
|
2460
|
+
readonly INSTANCE: "Instance";
|
|
2461
|
+
readonly INSTANCE_GROUP: "InstanceGroup";
|
|
2462
|
+
};
|
|
2463
|
+
export type ClusterEventResourceType =
|
|
2464
|
+
(typeof ClusterEventResourceType)[keyof typeof ClusterEventResourceType];
|
|
2465
|
+
export interface ClusterEventDetail {
|
|
2466
|
+
EventId: string | undefined;
|
|
2467
|
+
ClusterArn: string | undefined;
|
|
2468
|
+
ClusterName: string | undefined;
|
|
2469
|
+
InstanceGroupName?: string | undefined;
|
|
2470
|
+
InstanceId?: string | undefined;
|
|
2471
|
+
ResourceType: ClusterEventResourceType | undefined;
|
|
2472
|
+
EventTime: Date | undefined;
|
|
2473
|
+
EventDetails?: EventDetails | undefined;
|
|
2474
|
+
Description?: string | undefined;
|
|
2475
|
+
}
|
|
2476
|
+
export interface ClusterEventSummary {
|
|
2477
|
+
EventId: string | undefined;
|
|
2478
|
+
ClusterArn: string | undefined;
|
|
2479
|
+
ClusterName: string | undefined;
|
|
2480
|
+
InstanceGroupName?: string | undefined;
|
|
2481
|
+
InstanceId?: string | undefined;
|
|
2482
|
+
ResourceType: ClusterEventResourceType | undefined;
|
|
2483
|
+
EventTime: Date | undefined;
|
|
2484
|
+
Description?: string | undefined;
|
|
2485
|
+
}
|
|
2316
2486
|
export type ClusterInstanceStorageConfig =
|
|
2317
2487
|
| ClusterInstanceStorageConfig.EbsVolumeConfigMember
|
|
2318
2488
|
| ClusterInstanceStorageConfig.$UnknownMember;
|
|
@@ -2499,6 +2669,8 @@ export interface ClusterInstanceGroupDetails {
|
|
|
2499
2669
|
TrainingPlanStatus?: string | undefined;
|
|
2500
2670
|
OverrideVpcConfig?: VpcConfig | undefined;
|
|
2501
2671
|
ScheduledUpdateConfig?: ScheduledUpdateConfig | undefined;
|
|
2672
|
+
CurrentImageId?: string | undefined;
|
|
2673
|
+
DesiredImageId?: string | undefined;
|
|
2502
2674
|
}
|
|
2503
2675
|
export interface ClusterInstanceGroupSpecification {
|
|
2504
2676
|
InstanceCount: number | undefined;
|
|
@@ -2512,21 +2684,12 @@ export interface ClusterInstanceGroupSpecification {
|
|
|
2512
2684
|
TrainingPlanArn?: string | undefined;
|
|
2513
2685
|
OverrideVpcConfig?: VpcConfig | undefined;
|
|
2514
2686
|
ScheduledUpdateConfig?: ScheduledUpdateConfig | undefined;
|
|
2687
|
+
ImageId?: string | undefined;
|
|
2515
2688
|
}
|
|
2516
2689
|
export interface ClusterInstancePlacement {
|
|
2517
2690
|
AvailabilityZone?: string | undefined;
|
|
2518
2691
|
AvailabilityZoneId?: string | undefined;
|
|
2519
2692
|
}
|
|
2520
|
-
export declare const ClusterInstanceStatus: {
|
|
2521
|
-
readonly DEEP_HEALTH_CHECK_IN_PROGRESS: "DeepHealthCheckInProgress";
|
|
2522
|
-
readonly FAILURE: "Failure";
|
|
2523
|
-
readonly PENDING: "Pending";
|
|
2524
|
-
readonly RUNNING: "Running";
|
|
2525
|
-
readonly SHUTTING_DOWN: "ShuttingDown";
|
|
2526
|
-
readonly SYSTEM_UPDATING: "SystemUpdating";
|
|
2527
|
-
};
|
|
2528
|
-
export type ClusterInstanceStatus =
|
|
2529
|
-
(typeof ClusterInstanceStatus)[keyof typeof ClusterInstanceStatus];
|
|
2530
2693
|
export interface ClusterInstanceStatusDetails {
|
|
2531
2694
|
Status: ClusterInstanceStatus | undefined;
|
|
2532
2695
|
Message?: string | undefined;
|
|
@@ -2534,6 +2697,7 @@ export interface ClusterInstanceStatusDetails {
|
|
|
2534
2697
|
export interface ClusterNodeDetails {
|
|
2535
2698
|
InstanceGroupName?: string | undefined;
|
|
2536
2699
|
InstanceId?: string | undefined;
|
|
2700
|
+
NodeLogicalId?: string | undefined;
|
|
2537
2701
|
InstanceStatus?: ClusterInstanceStatusDetails | undefined;
|
|
2538
2702
|
InstanceType?: ClusterInstanceType | undefined;
|
|
2539
2703
|
LaunchTime?: Date | undefined;
|
|
@@ -2546,7 +2710,14 @@ export interface ClusterNodeDetails {
|
|
|
2546
2710
|
PrivatePrimaryIpv6?: string | undefined;
|
|
2547
2711
|
PrivateDnsHostname?: string | undefined;
|
|
2548
2712
|
Placement?: ClusterInstancePlacement | undefined;
|
|
2713
|
+
CurrentImageId?: string | undefined;
|
|
2714
|
+
DesiredImageId?: string | undefined;
|
|
2549
2715
|
}
|
|
2716
|
+
export declare const ClusterNodeProvisioningMode: {
|
|
2717
|
+
readonly CONTINUOUS: "Continuous";
|
|
2718
|
+
};
|
|
2719
|
+
export type ClusterNodeProvisioningMode =
|
|
2720
|
+
(typeof ClusterNodeProvisioningMode)[keyof typeof ClusterNodeProvisioningMode];
|
|
2550
2721
|
export declare const ClusterNodeRecovery: {
|
|
2551
2722
|
readonly AUTOMATIC: "Automatic";
|
|
2552
2723
|
readonly NONE: "None";
|
|
@@ -2556,6 +2727,7 @@ export type ClusterNodeRecovery =
|
|
|
2556
2727
|
export interface ClusterNodeSummary {
|
|
2557
2728
|
InstanceGroupName: string | undefined;
|
|
2558
2729
|
InstanceId: string | undefined;
|
|
2730
|
+
NodeLogicalId?: string | undefined;
|
|
2559
2731
|
InstanceType: ClusterInstanceType | undefined;
|
|
2560
2732
|
LaunchTime: Date | undefined;
|
|
2561
2733
|
LastSoftwareUpdateTime?: Date | undefined;
|
|
@@ -2648,177 +2820,3 @@ export declare const ClusterStatus: {
|
|
|
2648
2820
|
readonly UPDATING: "Updating";
|
|
2649
2821
|
};
|
|
2650
2822
|
export type ClusterStatus = (typeof ClusterStatus)[keyof typeof ClusterStatus];
|
|
2651
|
-
export interface ClusterSummary {
|
|
2652
|
-
ClusterArn: string | undefined;
|
|
2653
|
-
ClusterName: string | undefined;
|
|
2654
|
-
CreationTime: Date | undefined;
|
|
2655
|
-
ClusterStatus: ClusterStatus | undefined;
|
|
2656
|
-
TrainingPlanArns?: string[] | undefined;
|
|
2657
|
-
}
|
|
2658
|
-
export interface CustomImage {
|
|
2659
|
-
ImageName: string | undefined;
|
|
2660
|
-
ImageVersionNumber?: number | undefined;
|
|
2661
|
-
AppImageConfigName: string | undefined;
|
|
2662
|
-
}
|
|
2663
|
-
export interface CodeEditorAppSettings {
|
|
2664
|
-
DefaultResourceSpec?: ResourceSpec | undefined;
|
|
2665
|
-
CustomImages?: CustomImage[] | undefined;
|
|
2666
|
-
LifecycleConfigArns?: string[] | undefined;
|
|
2667
|
-
AppLifecycleManagement?: AppLifecycleManagement | undefined;
|
|
2668
|
-
BuiltInLifecycleConfigArn?: string | undefined;
|
|
2669
|
-
}
|
|
2670
|
-
export interface CodeRepository {
|
|
2671
|
-
RepositoryUrl: string | undefined;
|
|
2672
|
-
}
|
|
2673
|
-
export declare const CodeRepositorySortBy: {
|
|
2674
|
-
readonly CREATION_TIME: "CreationTime";
|
|
2675
|
-
readonly LAST_MODIFIED_TIME: "LastModifiedTime";
|
|
2676
|
-
readonly NAME: "Name";
|
|
2677
|
-
};
|
|
2678
|
-
export type CodeRepositorySortBy =
|
|
2679
|
-
(typeof CodeRepositorySortBy)[keyof typeof CodeRepositorySortBy];
|
|
2680
|
-
export declare const CodeRepositorySortOrder: {
|
|
2681
|
-
readonly ASCENDING: "Ascending";
|
|
2682
|
-
readonly DESCENDING: "Descending";
|
|
2683
|
-
};
|
|
2684
|
-
export type CodeRepositorySortOrder =
|
|
2685
|
-
(typeof CodeRepositorySortOrder)[keyof typeof CodeRepositorySortOrder];
|
|
2686
|
-
export interface GitConfig {
|
|
2687
|
-
RepositoryUrl: string | undefined;
|
|
2688
|
-
Branch?: string | undefined;
|
|
2689
|
-
SecretArn?: string | undefined;
|
|
2690
|
-
}
|
|
2691
|
-
export interface CodeRepositorySummary {
|
|
2692
|
-
CodeRepositoryName: string | undefined;
|
|
2693
|
-
CodeRepositoryArn: string | undefined;
|
|
2694
|
-
CreationTime: Date | undefined;
|
|
2695
|
-
LastModifiedTime: Date | undefined;
|
|
2696
|
-
GitConfig?: GitConfig | undefined;
|
|
2697
|
-
}
|
|
2698
|
-
export interface CognitoConfig {
|
|
2699
|
-
UserPool: string | undefined;
|
|
2700
|
-
ClientId: string | undefined;
|
|
2701
|
-
}
|
|
2702
|
-
export interface CognitoMemberDefinition {
|
|
2703
|
-
UserPool: string | undefined;
|
|
2704
|
-
UserGroup: string | undefined;
|
|
2705
|
-
ClientId: string | undefined;
|
|
2706
|
-
}
|
|
2707
|
-
export interface VectorConfig {
|
|
2708
|
-
Dimension: number | undefined;
|
|
2709
|
-
}
|
|
2710
|
-
export type CollectionConfig =
|
|
2711
|
-
| CollectionConfig.VectorConfigMember
|
|
2712
|
-
| CollectionConfig.$UnknownMember;
|
|
2713
|
-
export declare namespace CollectionConfig {
|
|
2714
|
-
interface VectorConfigMember {
|
|
2715
|
-
VectorConfig: VectorConfig;
|
|
2716
|
-
$unknown?: never;
|
|
2717
|
-
}
|
|
2718
|
-
interface $UnknownMember {
|
|
2719
|
-
VectorConfig?: never;
|
|
2720
|
-
$unknown: [string, any];
|
|
2721
|
-
}
|
|
2722
|
-
interface Visitor<T> {
|
|
2723
|
-
VectorConfig: (value: VectorConfig) => T;
|
|
2724
|
-
_: (name: string, value: any) => T;
|
|
2725
|
-
}
|
|
2726
|
-
const visit: <T>(value: CollectionConfig, visitor: Visitor<T>) => T;
|
|
2727
|
-
}
|
|
2728
|
-
export interface CollectionConfiguration {
|
|
2729
|
-
CollectionName?: string | undefined;
|
|
2730
|
-
CollectionParameters?: Record<string, string> | undefined;
|
|
2731
|
-
}
|
|
2732
|
-
export declare const CollectionType: {
|
|
2733
|
-
readonly LIST: "List";
|
|
2734
|
-
readonly SET: "Set";
|
|
2735
|
-
readonly VECTOR: "Vector";
|
|
2736
|
-
};
|
|
2737
|
-
export type CollectionType =
|
|
2738
|
-
(typeof CollectionType)[keyof typeof CollectionType];
|
|
2739
|
-
export declare const CompilationJobStatus: {
|
|
2740
|
-
readonly COMPLETED: "COMPLETED";
|
|
2741
|
-
readonly FAILED: "FAILED";
|
|
2742
|
-
readonly INPROGRESS: "INPROGRESS";
|
|
2743
|
-
readonly STARTING: "STARTING";
|
|
2744
|
-
readonly STOPPED: "STOPPED";
|
|
2745
|
-
readonly STOPPING: "STOPPING";
|
|
2746
|
-
};
|
|
2747
|
-
export type CompilationJobStatus =
|
|
2748
|
-
(typeof CompilationJobStatus)[keyof typeof CompilationJobStatus];
|
|
2749
|
-
export declare const TargetDevice: {
|
|
2750
|
-
readonly AISAGE: "aisage";
|
|
2751
|
-
readonly AMBA_CV2: "amba_cv2";
|
|
2752
|
-
readonly AMBA_CV22: "amba_cv22";
|
|
2753
|
-
readonly AMBA_CV25: "amba_cv25";
|
|
2754
|
-
readonly COREML: "coreml";
|
|
2755
|
-
readonly DEEPLENS: "deeplens";
|
|
2756
|
-
readonly IMX8MPLUS: "imx8mplus";
|
|
2757
|
-
readonly IMX8QM: "imx8qm";
|
|
2758
|
-
readonly JACINTO_TDA4VM: "jacinto_tda4vm";
|
|
2759
|
-
readonly JETSON_NANO: "jetson_nano";
|
|
2760
|
-
readonly JETSON_TX1: "jetson_tx1";
|
|
2761
|
-
readonly JETSON_TX2: "jetson_tx2";
|
|
2762
|
-
readonly JETSON_XAVIER: "jetson_xavier";
|
|
2763
|
-
readonly LAMBDA: "lambda";
|
|
2764
|
-
readonly ML_C4: "ml_c4";
|
|
2765
|
-
readonly ML_C5: "ml_c5";
|
|
2766
|
-
readonly ML_C6G: "ml_c6g";
|
|
2767
|
-
readonly ML_EIA2: "ml_eia2";
|
|
2768
|
-
readonly ML_G4DN: "ml_g4dn";
|
|
2769
|
-
readonly ML_INF1: "ml_inf1";
|
|
2770
|
-
readonly ML_INF2: "ml_inf2";
|
|
2771
|
-
readonly ML_M4: "ml_m4";
|
|
2772
|
-
readonly ML_M5: "ml_m5";
|
|
2773
|
-
readonly ML_M6G: "ml_m6g";
|
|
2774
|
-
readonly ML_P2: "ml_p2";
|
|
2775
|
-
readonly ML_P3: "ml_p3";
|
|
2776
|
-
readonly ML_TRN1: "ml_trn1";
|
|
2777
|
-
readonly QCS603: "qcs603";
|
|
2778
|
-
readonly QCS605: "qcs605";
|
|
2779
|
-
readonly RASP3B: "rasp3b";
|
|
2780
|
-
readonly RASP4B: "rasp4b";
|
|
2781
|
-
readonly RK3288: "rk3288";
|
|
2782
|
-
readonly RK3399: "rk3399";
|
|
2783
|
-
readonly SBE_C: "sbe_c";
|
|
2784
|
-
readonly SITARA_AM57X: "sitara_am57x";
|
|
2785
|
-
readonly X86_WIN32: "x86_win32";
|
|
2786
|
-
readonly X86_WIN64: "x86_win64";
|
|
2787
|
-
};
|
|
2788
|
-
export type TargetDevice = (typeof TargetDevice)[keyof typeof TargetDevice];
|
|
2789
|
-
export declare const TargetPlatformAccelerator: {
|
|
2790
|
-
readonly INTEL_GRAPHICS: "INTEL_GRAPHICS";
|
|
2791
|
-
readonly MALI: "MALI";
|
|
2792
|
-
readonly NNA: "NNA";
|
|
2793
|
-
readonly NVIDIA: "NVIDIA";
|
|
2794
|
-
};
|
|
2795
|
-
export type TargetPlatformAccelerator =
|
|
2796
|
-
(typeof TargetPlatformAccelerator)[keyof typeof TargetPlatformAccelerator];
|
|
2797
|
-
export declare const TargetPlatformArch: {
|
|
2798
|
-
readonly ARM64: "ARM64";
|
|
2799
|
-
readonly ARM_EABI: "ARM_EABI";
|
|
2800
|
-
readonly ARM_EABIHF: "ARM_EABIHF";
|
|
2801
|
-
readonly X86: "X86";
|
|
2802
|
-
readonly X86_64: "X86_64";
|
|
2803
|
-
};
|
|
2804
|
-
export type TargetPlatformArch =
|
|
2805
|
-
(typeof TargetPlatformArch)[keyof typeof TargetPlatformArch];
|
|
2806
|
-
export declare const TargetPlatformOs: {
|
|
2807
|
-
readonly ANDROID: "ANDROID";
|
|
2808
|
-
readonly LINUX: "LINUX";
|
|
2809
|
-
};
|
|
2810
|
-
export type TargetPlatformOs =
|
|
2811
|
-
(typeof TargetPlatformOs)[keyof typeof TargetPlatformOs];
|
|
2812
|
-
export interface CompilationJobSummary {
|
|
2813
|
-
CompilationJobName: string | undefined;
|
|
2814
|
-
CompilationJobArn: string | undefined;
|
|
2815
|
-
CreationTime: Date | undefined;
|
|
2816
|
-
CompilationStartTime?: Date | undefined;
|
|
2817
|
-
CompilationEndTime?: Date | undefined;
|
|
2818
|
-
CompilationTargetDevice?: TargetDevice | undefined;
|
|
2819
|
-
CompilationTargetPlatformOs?: TargetPlatformOs | undefined;
|
|
2820
|
-
CompilationTargetPlatformArch?: TargetPlatformArch | undefined;
|
|
2821
|
-
CompilationTargetPlatformAccelerator?: TargetPlatformAccelerator | undefined;
|
|
2822
|
-
LastModifiedTime?: Date | undefined;
|
|
2823
|
-
CompilationJobStatus: CompilationJobStatus | undefined;
|
|
2824
|
-
}
|