@aws-sdk/client-sagemaker 3.862.0 → 3.864.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 +575 -392
- package/dist-es/SageMaker.js +4 -0
- package/dist-es/commands/DescribeReservedCapacityCommand.js +22 -0
- package/dist-es/commands/ListUltraServersByReservedCapacityCommand.js +22 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_0.js +1 -13
- package/dist-es/models/models_1.js +13 -0
- package/dist-es/models/models_3.js +22 -33
- package/dist-es/models/models_4.js +21 -14
- package/dist-es/models/models_5.js +12 -1
- package/dist-es/pagination/ListUltraServersByReservedCapacityPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +133 -0
- package/dist-types/SageMaker.d.ts +14 -0
- package/dist-types/SageMakerClient.d.ts +4 -2
- package/dist-types/commands/AttachClusterNodeVolumeCommand.d.ts +1 -1
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +12 -3
- package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +26 -8
- package/dist-types/commands/CreateModelBiasJobDefinitionCommand.d.ts +1 -2
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +11 -2
- package/dist-types/commands/CreateTrainingPlanCommand.d.ts +1 -0
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +12 -3
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +3 -0
- package/dist-types/commands/DescribeComputeQuotaCommand.d.ts +1 -1
- package/dist-types/commands/DescribeContextCommand.d.ts +1 -2
- package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +26 -8
- package/dist-types/commands/DescribeReservedCapacityCommand.d.ts +93 -0
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +11 -2
- package/dist-types/commands/DescribeTrainingPlanCommand.d.ts +7 -1
- package/dist-types/commands/DetachClusterNodeVolumeCommand.d.ts +1 -1
- package/dist-types/commands/ListClusterNodesCommand.d.ts +3 -0
- package/dist-types/commands/ListTrainingPlansCommand.d.ts +5 -1
- package/dist-types/commands/ListUltraServersByReservedCapacityCommand.d.ts +92 -0
- package/dist-types/commands/ListWorkteamsCommand.d.ts +1 -1
- package/dist-types/commands/SearchCommand.d.ts +26 -8
- package/dist-types/commands/SearchTrainingPlanOfferingsCommand.d.ts +7 -2
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +71 -87
- package/dist-types/models/models_1.d.ts +77 -89
- package/dist-types/models/models_2.d.ts +94 -107
- package/dist-types/models/models_3.d.ts +295 -295
- package/dist-types/models/models_4.d.ts +374 -674
- package/dist-types/models/models_5.d.ts +703 -5
- package/dist-types/pagination/ListUltraServersByReservedCapacityPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +18 -0
- package/dist-types/ts3.4/SageMaker.d.ts +40 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/CreateModelBiasJobDefinitionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeComputeQuotaCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeContextCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeReservedCapacityCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListUltraServersByReservedCapacityCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListWorkteamsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +15 -25
- package/dist-types/ts3.4/models/models_1.d.ts +25 -21
- package/dist-types/ts3.4/models/models_2.d.ts +24 -29
- package/dist-types/ts3.4/models/models_3.d.ts +88 -93
- package/dist-types/ts3.4/models/models_4.d.ts +112 -184
- package/dist-types/ts3.4/models/models_5.d.ts +183 -5
- package/dist-types/ts3.4/pagination/ListUltraServersByReservedCapacityPaginator.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 +24 -0
- package/package.json +5 -5
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import {
|
|
2
|
+
ActivationState,
|
|
2
3
|
AdditionalInferenceSpecificationDefinition,
|
|
3
4
|
AgentVersion,
|
|
4
5
|
AlgorithmSpecification,
|
|
@@ -25,6 +26,7 @@ import {
|
|
|
25
26
|
ProductionVariantInstanceType,
|
|
26
27
|
ResourceConfig,
|
|
27
28
|
ResourceSpec,
|
|
29
|
+
SchedulerResourceStatus,
|
|
28
30
|
StoppingCondition,
|
|
29
31
|
Tag,
|
|
30
32
|
TransformInput,
|
|
@@ -37,6 +39,8 @@ import {
|
|
|
37
39
|
import {
|
|
38
40
|
_InstanceType,
|
|
39
41
|
CognitoConfig,
|
|
42
|
+
ComputeQuotaConfig,
|
|
43
|
+
ComputeQuotaTarget,
|
|
40
44
|
ContainerDefinition,
|
|
41
45
|
ContextSource,
|
|
42
46
|
DataCaptureConfig,
|
|
@@ -65,7 +69,6 @@ import {
|
|
|
65
69
|
HyperParameterTrainingJobDefinition,
|
|
66
70
|
HyperParameterTuningJobConfig,
|
|
67
71
|
HyperParameterTuningJobObjectiveType,
|
|
68
|
-
HyperParameterTuningJobStrategyType,
|
|
69
72
|
HyperParameterTuningJobWarmStartConfig,
|
|
70
73
|
InferenceComponentComputeResourceRequirements,
|
|
71
74
|
InferenceComponentStartupParameters,
|
|
@@ -81,7 +84,6 @@ import {
|
|
|
81
84
|
MetadataProperties,
|
|
82
85
|
ModelBiasAppSpecification,
|
|
83
86
|
ModelBiasBaselineConfig,
|
|
84
|
-
ModelBiasJobInput,
|
|
85
87
|
ModelInfrastructureConfig,
|
|
86
88
|
MonitoringNetworkConfig,
|
|
87
89
|
MonitoringOutputConfig,
|
|
@@ -98,7 +100,6 @@ import {
|
|
|
98
100
|
RecommendationJobInputConfig,
|
|
99
101
|
RecommendationJobStoppingConditions,
|
|
100
102
|
RecommendationJobType,
|
|
101
|
-
ResourceLimits,
|
|
102
103
|
RetryStrategy,
|
|
103
104
|
ShadowModeConfig,
|
|
104
105
|
TagPropagation,
|
|
@@ -125,6 +126,7 @@ import {
|
|
|
125
126
|
InstanceMetadataServiceConfiguration,
|
|
126
127
|
MemberDefinition,
|
|
127
128
|
ModelArtifacts,
|
|
129
|
+
ModelBiasJobInput,
|
|
128
130
|
ModelCardExportOutputConfig,
|
|
129
131
|
ModelCardSecurityConfig,
|
|
130
132
|
ModelCardStatus,
|
|
@@ -180,6 +182,30 @@ import {
|
|
|
180
182
|
WorkerAccessConfiguration,
|
|
181
183
|
WorkforceIpAddressType,
|
|
182
184
|
} from "./models_2";
|
|
185
|
+
export interface DescribeComputeQuotaRequest {
|
|
186
|
+
ComputeQuotaId: string | undefined;
|
|
187
|
+
ComputeQuotaVersion?: number | undefined;
|
|
188
|
+
}
|
|
189
|
+
export interface DescribeComputeQuotaResponse {
|
|
190
|
+
ComputeQuotaArn: string | undefined;
|
|
191
|
+
ComputeQuotaId: string | undefined;
|
|
192
|
+
Name: string | undefined;
|
|
193
|
+
Description?: string | undefined;
|
|
194
|
+
ComputeQuotaVersion: number | undefined;
|
|
195
|
+
Status: SchedulerResourceStatus | undefined;
|
|
196
|
+
FailureReason?: string | undefined;
|
|
197
|
+
ClusterArn?: string | undefined;
|
|
198
|
+
ComputeQuotaConfig?: ComputeQuotaConfig | undefined;
|
|
199
|
+
ComputeQuotaTarget: ComputeQuotaTarget | undefined;
|
|
200
|
+
ActivationState?: ActivationState | undefined;
|
|
201
|
+
CreationTime: Date | undefined;
|
|
202
|
+
CreatedBy?: UserContext | undefined;
|
|
203
|
+
LastModifiedTime?: Date | undefined;
|
|
204
|
+
LastModifiedBy?: UserContext | undefined;
|
|
205
|
+
}
|
|
206
|
+
export interface DescribeContextRequest {
|
|
207
|
+
ContextName: string | undefined;
|
|
208
|
+
}
|
|
183
209
|
export interface DescribeContextResponse {
|
|
184
210
|
ContextName?: string | undefined;
|
|
185
211
|
ContextArn?: string | undefined;
|
|
@@ -1624,6 +1650,59 @@ export interface DescribeProjectOutput {
|
|
|
1624
1650
|
LastModifiedTime?: Date | undefined;
|
|
1625
1651
|
LastModifiedBy?: UserContext | undefined;
|
|
1626
1652
|
}
|
|
1653
|
+
export interface DescribeReservedCapacityRequest {
|
|
1654
|
+
ReservedCapacityArn: string | undefined;
|
|
1655
|
+
}
|
|
1656
|
+
export declare const ReservedCapacityInstanceType: {
|
|
1657
|
+
readonly ML_P4DE_24XLARGE: "ml.p4de.24xlarge";
|
|
1658
|
+
readonly ML_P4D_24XLARGE: "ml.p4d.24xlarge";
|
|
1659
|
+
readonly ML_P5EN_48XLARGE: "ml.p5en.48xlarge";
|
|
1660
|
+
readonly ML_P5E_48XLARGE: "ml.p5e.48xlarge";
|
|
1661
|
+
readonly ML_P5_48XLARGE: "ml.p5.48xlarge";
|
|
1662
|
+
readonly ML_P6E_GB200_36XLARGE: "ml.p6e-gb200.36xlarge";
|
|
1663
|
+
readonly ML_P6_B200_48XLARGE: "ml.p6-b200.48xlarge";
|
|
1664
|
+
readonly ML_TRN1_32XLARGE: "ml.trn1.32xlarge";
|
|
1665
|
+
readonly ML_TRN2_48XLARGE: "ml.trn2.48xlarge";
|
|
1666
|
+
};
|
|
1667
|
+
export type ReservedCapacityInstanceType =
|
|
1668
|
+
(typeof ReservedCapacityInstanceType)[keyof typeof ReservedCapacityInstanceType];
|
|
1669
|
+
export declare const ReservedCapacityType: {
|
|
1670
|
+
readonly INSTANCE: "Instance";
|
|
1671
|
+
readonly ULTRASERVER: "UltraServer";
|
|
1672
|
+
};
|
|
1673
|
+
export type ReservedCapacityType =
|
|
1674
|
+
(typeof ReservedCapacityType)[keyof typeof ReservedCapacityType];
|
|
1675
|
+
export declare const ReservedCapacityStatus: {
|
|
1676
|
+
readonly ACTIVE: "Active";
|
|
1677
|
+
readonly EXPIRED: "Expired";
|
|
1678
|
+
readonly FAILED: "Failed";
|
|
1679
|
+
readonly PENDING: "Pending";
|
|
1680
|
+
readonly SCHEDULED: "Scheduled";
|
|
1681
|
+
};
|
|
1682
|
+
export type ReservedCapacityStatus =
|
|
1683
|
+
(typeof ReservedCapacityStatus)[keyof typeof ReservedCapacityStatus];
|
|
1684
|
+
export interface UltraServerSummary {
|
|
1685
|
+
UltraServerType: string | undefined;
|
|
1686
|
+
InstanceType: ReservedCapacityInstanceType | undefined;
|
|
1687
|
+
UltraServerCount?: number | undefined;
|
|
1688
|
+
AvailableSpareInstanceCount?: number | undefined;
|
|
1689
|
+
UnhealthyInstanceCount?: number | undefined;
|
|
1690
|
+
}
|
|
1691
|
+
export interface DescribeReservedCapacityResponse {
|
|
1692
|
+
ReservedCapacityArn: string | undefined;
|
|
1693
|
+
ReservedCapacityType?: ReservedCapacityType | undefined;
|
|
1694
|
+
Status?: ReservedCapacityStatus | undefined;
|
|
1695
|
+
AvailabilityZone?: string | undefined;
|
|
1696
|
+
DurationHours?: number | undefined;
|
|
1697
|
+
DurationMinutes?: number | undefined;
|
|
1698
|
+
StartTime?: Date | undefined;
|
|
1699
|
+
EndTime?: Date | undefined;
|
|
1700
|
+
InstanceType: ReservedCapacityInstanceType | undefined;
|
|
1701
|
+
TotalInstanceCount: number | undefined;
|
|
1702
|
+
AvailableInstanceCount?: number | undefined;
|
|
1703
|
+
InUseInstanceCount?: number | undefined;
|
|
1704
|
+
UltraServerSummary?: UltraServerSummary | undefined;
|
|
1705
|
+
}
|
|
1627
1706
|
export interface DescribeSpaceRequest {
|
|
1628
1707
|
DomainId: string | undefined;
|
|
1629
1708
|
SpaceName: string | undefined;
|
|
@@ -1786,29 +1865,11 @@ export interface DescribeTrainingJobResponse {
|
|
|
1786
1865
|
export interface DescribeTrainingPlanRequest {
|
|
1787
1866
|
TrainingPlanName: string | undefined;
|
|
1788
1867
|
}
|
|
1789
|
-
export declare const ReservedCapacityInstanceType: {
|
|
1790
|
-
readonly ML_P4DE_24XLARGE: "ml.p4de.24xlarge";
|
|
1791
|
-
readonly ML_P4D_24XLARGE: "ml.p4d.24xlarge";
|
|
1792
|
-
readonly ML_P5EN_48XLARGE: "ml.p5en.48xlarge";
|
|
1793
|
-
readonly ML_P5E_48XLARGE: "ml.p5e.48xlarge";
|
|
1794
|
-
readonly ML_P5_48XLARGE: "ml.p5.48xlarge";
|
|
1795
|
-
readonly ML_P6_B200_48XLARGE: "ml.p6-b200.48xlarge";
|
|
1796
|
-
readonly ML_TRN1_32XLARGE: "ml.trn1.32xlarge";
|
|
1797
|
-
readonly ML_TRN2_48XLARGE: "ml.trn2.48xlarge";
|
|
1798
|
-
};
|
|
1799
|
-
export type ReservedCapacityInstanceType =
|
|
1800
|
-
(typeof ReservedCapacityInstanceType)[keyof typeof ReservedCapacityInstanceType];
|
|
1801
|
-
export declare const ReservedCapacityStatus: {
|
|
1802
|
-
readonly ACTIVE: "Active";
|
|
1803
|
-
readonly EXPIRED: "Expired";
|
|
1804
|
-
readonly FAILED: "Failed";
|
|
1805
|
-
readonly PENDING: "Pending";
|
|
1806
|
-
readonly SCHEDULED: "Scheduled";
|
|
1807
|
-
};
|
|
1808
|
-
export type ReservedCapacityStatus =
|
|
1809
|
-
(typeof ReservedCapacityStatus)[keyof typeof ReservedCapacityStatus];
|
|
1810
1868
|
export interface ReservedCapacitySummary {
|
|
1811
1869
|
ReservedCapacityArn: string | undefined;
|
|
1870
|
+
ReservedCapacityType?: ReservedCapacityType | undefined;
|
|
1871
|
+
UltraServerType?: string | undefined;
|
|
1872
|
+
UltraServerCount?: number | undefined;
|
|
1812
1873
|
InstanceType: ReservedCapacityInstanceType | undefined;
|
|
1813
1874
|
TotalInstanceCount: number | undefined;
|
|
1814
1875
|
Status: ReservedCapacityStatus | undefined;
|
|
@@ -1847,6 +1908,9 @@ export interface DescribeTrainingPlanResponse {
|
|
|
1847
1908
|
TotalInstanceCount?: number | undefined;
|
|
1848
1909
|
AvailableInstanceCount?: number | undefined;
|
|
1849
1910
|
InUseInstanceCount?: number | undefined;
|
|
1911
|
+
UnhealthyInstanceCount?: number | undefined;
|
|
1912
|
+
AvailableSpareInstanceCount?: number | undefined;
|
|
1913
|
+
TotalUltraServerCount?: number | undefined;
|
|
1850
1914
|
TargetResources?: SageMakerResourceName[] | undefined;
|
|
1851
1915
|
ReservedCapacitySummaries?: ReservedCapacitySummary[] | undefined;
|
|
1852
1916
|
}
|
|
@@ -2543,75 +2607,6 @@ export interface HubInfo {
|
|
|
2543
2607
|
CreationTime: Date | undefined;
|
|
2544
2608
|
LastModifiedTime: Date | undefined;
|
|
2545
2609
|
}
|
|
2546
|
-
export declare const HubSortBy: {
|
|
2547
|
-
readonly ACCOUNT_ID_OWNER: "AccountIdOwner";
|
|
2548
|
-
readonly CREATION_TIME: "CreationTime";
|
|
2549
|
-
readonly HUB_NAME: "HubName";
|
|
2550
|
-
readonly HUB_STATUS: "HubStatus";
|
|
2551
|
-
};
|
|
2552
|
-
export type HubSortBy = (typeof HubSortBy)[keyof typeof HubSortBy];
|
|
2553
|
-
export interface HumanTaskUiSummary {
|
|
2554
|
-
HumanTaskUiName: string | undefined;
|
|
2555
|
-
HumanTaskUiArn: string | undefined;
|
|
2556
|
-
CreationTime: Date | undefined;
|
|
2557
|
-
}
|
|
2558
|
-
export interface HyperParameterTuningJobSearchEntity {
|
|
2559
|
-
HyperParameterTuningJobName?: string | undefined;
|
|
2560
|
-
HyperParameterTuningJobArn?: string | undefined;
|
|
2561
|
-
HyperParameterTuningJobConfig?: HyperParameterTuningJobConfig | undefined;
|
|
2562
|
-
TrainingJobDefinition?: HyperParameterTrainingJobDefinition | undefined;
|
|
2563
|
-
TrainingJobDefinitions?: HyperParameterTrainingJobDefinition[] | undefined;
|
|
2564
|
-
HyperParameterTuningJobStatus?: HyperParameterTuningJobStatus | undefined;
|
|
2565
|
-
CreationTime?: Date | undefined;
|
|
2566
|
-
HyperParameterTuningEndTime?: Date | undefined;
|
|
2567
|
-
LastModifiedTime?: Date | undefined;
|
|
2568
|
-
TrainingJobStatusCounters?: TrainingJobStatusCounters | undefined;
|
|
2569
|
-
ObjectiveStatusCounters?: ObjectiveStatusCounters | undefined;
|
|
2570
|
-
BestTrainingJob?: HyperParameterTrainingJobSummary | undefined;
|
|
2571
|
-
OverallBestTrainingJob?: HyperParameterTrainingJobSummary | undefined;
|
|
2572
|
-
WarmStartConfig?: HyperParameterTuningJobWarmStartConfig | undefined;
|
|
2573
|
-
FailureReason?: string | undefined;
|
|
2574
|
-
TuningJobCompletionDetails?:
|
|
2575
|
-
| HyperParameterTuningJobCompletionDetails
|
|
2576
|
-
| undefined;
|
|
2577
|
-
ConsumedResources?: HyperParameterTuningJobConsumedResources | undefined;
|
|
2578
|
-
Tags?: Tag[] | undefined;
|
|
2579
|
-
}
|
|
2580
|
-
export declare const HyperParameterTuningJobSortByOptions: {
|
|
2581
|
-
readonly CreationTime: "CreationTime";
|
|
2582
|
-
readonly Name: "Name";
|
|
2583
|
-
readonly Status: "Status";
|
|
2584
|
-
};
|
|
2585
|
-
export type HyperParameterTuningJobSortByOptions =
|
|
2586
|
-
(typeof HyperParameterTuningJobSortByOptions)[keyof typeof HyperParameterTuningJobSortByOptions];
|
|
2587
|
-
export interface HyperParameterTuningJobSummary {
|
|
2588
|
-
HyperParameterTuningJobName: string | undefined;
|
|
2589
|
-
HyperParameterTuningJobArn: string | undefined;
|
|
2590
|
-
HyperParameterTuningJobStatus: HyperParameterTuningJobStatus | undefined;
|
|
2591
|
-
Strategy: HyperParameterTuningJobStrategyType | undefined;
|
|
2592
|
-
CreationTime: Date | undefined;
|
|
2593
|
-
HyperParameterTuningEndTime?: Date | undefined;
|
|
2594
|
-
LastModifiedTime?: Date | undefined;
|
|
2595
|
-
TrainingJobStatusCounters: TrainingJobStatusCounters | undefined;
|
|
2596
|
-
ObjectiveStatusCounters: ObjectiveStatusCounters | undefined;
|
|
2597
|
-
ResourceLimits?: ResourceLimits | undefined;
|
|
2598
|
-
}
|
|
2599
|
-
export interface Image {
|
|
2600
|
-
CreationTime: Date | undefined;
|
|
2601
|
-
Description?: string | undefined;
|
|
2602
|
-
DisplayName?: string | undefined;
|
|
2603
|
-
FailureReason?: string | undefined;
|
|
2604
|
-
ImageArn: string | undefined;
|
|
2605
|
-
ImageName: string | undefined;
|
|
2606
|
-
ImageStatus: ImageStatus | undefined;
|
|
2607
|
-
LastModifiedTime: Date | undefined;
|
|
2608
|
-
}
|
|
2609
|
-
export declare const ImageSortBy: {
|
|
2610
|
-
readonly CREATION_TIME: "CREATION_TIME";
|
|
2611
|
-
readonly IMAGE_NAME: "IMAGE_NAME";
|
|
2612
|
-
readonly LAST_MODIFIED_TIME: "LAST_MODIFIED_TIME";
|
|
2613
|
-
};
|
|
2614
|
-
export type ImageSortBy = (typeof ImageSortBy)[keyof typeof ImageSortBy];
|
|
2615
2610
|
export declare const DescribeModelCardResponseFilterSensitiveLog: (
|
|
2616
2611
|
obj: DescribeModelCardResponse
|
|
2617
2612
|
) => any;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ActionSummary,
|
|
3
|
-
AdditionalInferenceSpecificationDefinition,
|
|
4
3
|
AlgorithmSortBy,
|
|
5
4
|
AlgorithmSummary,
|
|
6
5
|
AppDetails,
|
|
@@ -17,9 +16,6 @@ import {
|
|
|
17
16
|
AutoMLJobSummary,
|
|
18
17
|
AutoMLSortBy,
|
|
19
18
|
AutoMLSortOrder,
|
|
20
|
-
BatchDataCaptureConfig,
|
|
21
|
-
BatchStrategy,
|
|
22
|
-
BatchTransformInput,
|
|
23
19
|
CacheHitResult,
|
|
24
20
|
CallbackStepMetadata,
|
|
25
21
|
CandidateSortBy,
|
|
@@ -28,23 +24,18 @@ import {
|
|
|
28
24
|
ClusterEventResourceType,
|
|
29
25
|
ClusterEventSummary,
|
|
30
26
|
ClusterNodeSummary,
|
|
31
|
-
ClusterSchedulerConfigSummary,
|
|
32
|
-
ClusterSortBy,
|
|
33
27
|
FeatureStatus,
|
|
34
|
-
InferenceSpecification,
|
|
35
28
|
ModelApprovalStatus,
|
|
36
29
|
ModelPackageStatus,
|
|
37
30
|
OutputParameter,
|
|
38
31
|
SchedulerResourceStatus,
|
|
39
32
|
Tag,
|
|
40
|
-
TransformInput,
|
|
41
|
-
TransformOutput,
|
|
42
|
-
TransformResources,
|
|
43
33
|
UserContext,
|
|
44
|
-
VpcConfig,
|
|
45
34
|
} from "./models_0";
|
|
46
35
|
import {
|
|
47
36
|
_InstanceType,
|
|
37
|
+
ClusterSchedulerConfigSummary,
|
|
38
|
+
ClusterSortBy,
|
|
48
39
|
ClusterSummary,
|
|
49
40
|
CodeRepositorySortBy,
|
|
50
41
|
CodeRepositorySortOrder,
|
|
@@ -53,37 +44,26 @@ import {
|
|
|
53
44
|
CompilationJobSummary,
|
|
54
45
|
ComputeQuotaSummary,
|
|
55
46
|
ConditionStepMetadata,
|
|
56
|
-
ContainerDefinition,
|
|
57
47
|
ContextSummary,
|
|
58
48
|
HubContentType,
|
|
59
|
-
|
|
49
|
+
HyperParameterTrainingJobDefinition,
|
|
50
|
+
HyperParameterTuningJobConfig,
|
|
51
|
+
HyperParameterTuningJobStrategyType,
|
|
52
|
+
HyperParameterTuningJobWarmStartConfig,
|
|
60
53
|
InferenceExperimentSchedule,
|
|
61
54
|
InferenceExperimentType,
|
|
62
55
|
LabelingJobInputConfig,
|
|
63
|
-
MetadataProperties,
|
|
64
56
|
RecommendationJobType,
|
|
57
|
+
ResourceLimits,
|
|
65
58
|
} from "./models_1";
|
|
66
59
|
import {
|
|
67
60
|
CrossAccountFilterOption,
|
|
68
|
-
DataProcessing,
|
|
69
|
-
DeploymentRecommendation,
|
|
70
|
-
DriftCheckBaselines,
|
|
71
|
-
ExperimentConfig,
|
|
72
|
-
ModelCardSecurityConfig,
|
|
73
61
|
ModelCardStatus,
|
|
74
|
-
ModelClientConfig,
|
|
75
62
|
ModelLifeCycle,
|
|
76
|
-
ModelMetrics,
|
|
77
|
-
ModelPackageModelCard,
|
|
78
|
-
ModelPackageSecurityConfig,
|
|
79
|
-
ModelPackageValidationSpecification,
|
|
80
|
-
MonitoringScheduleConfig,
|
|
81
63
|
MonitoringType,
|
|
82
64
|
OptimizationJobDeploymentInstanceType,
|
|
83
65
|
PartnerAppType,
|
|
84
66
|
SharingType,
|
|
85
|
-
SkipModelValidation,
|
|
86
|
-
SourceAlgorithmSpecification,
|
|
87
67
|
SpaceStorageSettings,
|
|
88
68
|
StudioLifecycleConfigAppType,
|
|
89
69
|
TrialComponentStatus,
|
|
@@ -118,14 +98,11 @@ import {
|
|
|
118
98
|
HubContentSortBy,
|
|
119
99
|
HubContentSupportStatus,
|
|
120
100
|
HubInfo,
|
|
121
|
-
HubSortBy,
|
|
122
|
-
HumanTaskUiSummary,
|
|
123
101
|
HyperParameterTrainingJobSummary,
|
|
124
|
-
|
|
102
|
+
HyperParameterTuningJobCompletionDetails,
|
|
103
|
+
HyperParameterTuningJobConsumedResources,
|
|
125
104
|
HyperParameterTuningJobStatus,
|
|
126
|
-
|
|
127
|
-
Image,
|
|
128
|
-
ImageSortBy,
|
|
105
|
+
ImageStatus,
|
|
129
106
|
ImageVersionStatus,
|
|
130
107
|
InferenceComponentStatus,
|
|
131
108
|
InferenceExperimentStatus,
|
|
@@ -137,9 +114,9 @@ import {
|
|
|
137
114
|
ModelCardExportJobStatus,
|
|
138
115
|
ModelConfiguration,
|
|
139
116
|
ModelPackageGroupStatus,
|
|
140
|
-
ModelPackageStatusDetails,
|
|
141
117
|
MonitoringExecutionSummary,
|
|
142
118
|
NotebookInstanceStatus,
|
|
119
|
+
ObjectiveStatusCounters,
|
|
143
120
|
OfflineStoreStatusValue,
|
|
144
121
|
OptimizationJobStatus,
|
|
145
122
|
PartnerAppStatus,
|
|
@@ -148,6 +125,7 @@ import {
|
|
|
148
125
|
ProjectStatus,
|
|
149
126
|
RecommendationJobStatus,
|
|
150
127
|
RecommendationMetrics,
|
|
128
|
+
ReservedCapacityInstanceType,
|
|
151
129
|
ReservedCapacitySummary,
|
|
152
130
|
SageMakerResourceName,
|
|
153
131
|
ScheduleStatus,
|
|
@@ -156,6 +134,7 @@ import {
|
|
|
156
134
|
SubscribedWorkteam,
|
|
157
135
|
TrackingServerStatus,
|
|
158
136
|
TrainingJobStatus,
|
|
137
|
+
TrainingJobStatusCounters,
|
|
159
138
|
TrainingPlanStatus,
|
|
160
139
|
TransformJobStatus,
|
|
161
140
|
TrialComponentSource,
|
|
@@ -164,8 +143,76 @@ import {
|
|
|
164
143
|
WarmPoolResourceStatus,
|
|
165
144
|
WarmPoolStatus,
|
|
166
145
|
Workforce,
|
|
167
|
-
Workteam,
|
|
168
146
|
} from "./models_3";
|
|
147
|
+
export declare const HubSortBy: {
|
|
148
|
+
readonly ACCOUNT_ID_OWNER: "AccountIdOwner";
|
|
149
|
+
readonly CREATION_TIME: "CreationTime";
|
|
150
|
+
readonly HUB_NAME: "HubName";
|
|
151
|
+
readonly HUB_STATUS: "HubStatus";
|
|
152
|
+
};
|
|
153
|
+
export type HubSortBy = (typeof HubSortBy)[keyof typeof HubSortBy];
|
|
154
|
+
export interface HumanTaskUiSummary {
|
|
155
|
+
HumanTaskUiName: string | undefined;
|
|
156
|
+
HumanTaskUiArn: string | undefined;
|
|
157
|
+
CreationTime: Date | undefined;
|
|
158
|
+
}
|
|
159
|
+
export interface HyperParameterTuningJobSearchEntity {
|
|
160
|
+
HyperParameterTuningJobName?: string | undefined;
|
|
161
|
+
HyperParameterTuningJobArn?: string | undefined;
|
|
162
|
+
HyperParameterTuningJobConfig?: HyperParameterTuningJobConfig | undefined;
|
|
163
|
+
TrainingJobDefinition?: HyperParameterTrainingJobDefinition | undefined;
|
|
164
|
+
TrainingJobDefinitions?: HyperParameterTrainingJobDefinition[] | undefined;
|
|
165
|
+
HyperParameterTuningJobStatus?: HyperParameterTuningJobStatus | undefined;
|
|
166
|
+
CreationTime?: Date | undefined;
|
|
167
|
+
HyperParameterTuningEndTime?: Date | undefined;
|
|
168
|
+
LastModifiedTime?: Date | undefined;
|
|
169
|
+
TrainingJobStatusCounters?: TrainingJobStatusCounters | undefined;
|
|
170
|
+
ObjectiveStatusCounters?: ObjectiveStatusCounters | undefined;
|
|
171
|
+
BestTrainingJob?: HyperParameterTrainingJobSummary | undefined;
|
|
172
|
+
OverallBestTrainingJob?: HyperParameterTrainingJobSummary | undefined;
|
|
173
|
+
WarmStartConfig?: HyperParameterTuningJobWarmStartConfig | undefined;
|
|
174
|
+
FailureReason?: string | undefined;
|
|
175
|
+
TuningJobCompletionDetails?:
|
|
176
|
+
| HyperParameterTuningJobCompletionDetails
|
|
177
|
+
| undefined;
|
|
178
|
+
ConsumedResources?: HyperParameterTuningJobConsumedResources | undefined;
|
|
179
|
+
Tags?: Tag[] | undefined;
|
|
180
|
+
}
|
|
181
|
+
export declare const HyperParameterTuningJobSortByOptions: {
|
|
182
|
+
readonly CreationTime: "CreationTime";
|
|
183
|
+
readonly Name: "Name";
|
|
184
|
+
readonly Status: "Status";
|
|
185
|
+
};
|
|
186
|
+
export type HyperParameterTuningJobSortByOptions =
|
|
187
|
+
(typeof HyperParameterTuningJobSortByOptions)[keyof typeof HyperParameterTuningJobSortByOptions];
|
|
188
|
+
export interface HyperParameterTuningJobSummary {
|
|
189
|
+
HyperParameterTuningJobName: string | undefined;
|
|
190
|
+
HyperParameterTuningJobArn: string | undefined;
|
|
191
|
+
HyperParameterTuningJobStatus: HyperParameterTuningJobStatus | undefined;
|
|
192
|
+
Strategy: HyperParameterTuningJobStrategyType | undefined;
|
|
193
|
+
CreationTime: Date | undefined;
|
|
194
|
+
HyperParameterTuningEndTime?: Date | undefined;
|
|
195
|
+
LastModifiedTime?: Date | undefined;
|
|
196
|
+
TrainingJobStatusCounters: TrainingJobStatusCounters | undefined;
|
|
197
|
+
ObjectiveStatusCounters: ObjectiveStatusCounters | undefined;
|
|
198
|
+
ResourceLimits?: ResourceLimits | undefined;
|
|
199
|
+
}
|
|
200
|
+
export interface Image {
|
|
201
|
+
CreationTime: Date | undefined;
|
|
202
|
+
Description?: string | undefined;
|
|
203
|
+
DisplayName?: string | undefined;
|
|
204
|
+
FailureReason?: string | undefined;
|
|
205
|
+
ImageArn: string | undefined;
|
|
206
|
+
ImageName: string | undefined;
|
|
207
|
+
ImageStatus: ImageStatus | undefined;
|
|
208
|
+
LastModifiedTime: Date | undefined;
|
|
209
|
+
}
|
|
210
|
+
export declare const ImageSortBy: {
|
|
211
|
+
readonly CREATION_TIME: "CREATION_TIME";
|
|
212
|
+
readonly IMAGE_NAME: "IMAGE_NAME";
|
|
213
|
+
readonly LAST_MODIFIED_TIME: "LAST_MODIFIED_TIME";
|
|
214
|
+
};
|
|
215
|
+
export type ImageSortBy = (typeof ImageSortBy)[keyof typeof ImageSortBy];
|
|
169
216
|
export declare const ImageSortOrder: {
|
|
170
217
|
readonly ASCENDING: "ASCENDING";
|
|
171
218
|
readonly DESCENDING: "DESCENDING";
|
|
@@ -2057,6 +2104,7 @@ export interface TrainingPlanSummary {
|
|
|
2057
2104
|
TotalInstanceCount?: number | undefined;
|
|
2058
2105
|
AvailableInstanceCount?: number | undefined;
|
|
2059
2106
|
InUseInstanceCount?: number | undefined;
|
|
2107
|
+
TotalUltraServerCount?: number | undefined;
|
|
2060
2108
|
TargetResources?: SageMakerResourceName[] | undefined;
|
|
2061
2109
|
ReservedCapacitySummaries?: ReservedCapacitySummary[] | undefined;
|
|
2062
2110
|
}
|
|
@@ -2150,6 +2198,35 @@ export interface ListTrialsResponse {
|
|
|
2150
2198
|
TrialSummaries?: TrialSummary[] | undefined;
|
|
2151
2199
|
NextToken?: string | undefined;
|
|
2152
2200
|
}
|
|
2201
|
+
export interface ListUltraServersByReservedCapacityRequest {
|
|
2202
|
+
ReservedCapacityArn: string | undefined;
|
|
2203
|
+
MaxResults?: number | undefined;
|
|
2204
|
+
NextToken?: string | undefined;
|
|
2205
|
+
}
|
|
2206
|
+
export declare const UltraServerHealthStatus: {
|
|
2207
|
+
readonly IMPAIRED: "Impaired";
|
|
2208
|
+
readonly INSUFFICIENT_DATA: "Insufficient-Data";
|
|
2209
|
+
readonly OK: "OK";
|
|
2210
|
+
};
|
|
2211
|
+
export type UltraServerHealthStatus =
|
|
2212
|
+
(typeof UltraServerHealthStatus)[keyof typeof UltraServerHealthStatus];
|
|
2213
|
+
export interface UltraServer {
|
|
2214
|
+
UltraServerId: string | undefined;
|
|
2215
|
+
UltraServerType: string | undefined;
|
|
2216
|
+
AvailabilityZone: string | undefined;
|
|
2217
|
+
InstanceType: ReservedCapacityInstanceType | undefined;
|
|
2218
|
+
TotalInstanceCount: number | undefined;
|
|
2219
|
+
ConfiguredSpareInstanceCount?: number | undefined;
|
|
2220
|
+
AvailableInstanceCount?: number | undefined;
|
|
2221
|
+
InUseInstanceCount?: number | undefined;
|
|
2222
|
+
AvailableSpareInstanceCount?: number | undefined;
|
|
2223
|
+
UnhealthyInstanceCount?: number | undefined;
|
|
2224
|
+
HealthStatus?: UltraServerHealthStatus | undefined;
|
|
2225
|
+
}
|
|
2226
|
+
export interface ListUltraServersByReservedCapacityResponse {
|
|
2227
|
+
NextToken?: string | undefined;
|
|
2228
|
+
UltraServers: UltraServer[] | undefined;
|
|
2229
|
+
}
|
|
2153
2230
|
export declare const UserProfileSortKey: {
|
|
2154
2231
|
readonly CreationTime: "CreationTime";
|
|
2155
2232
|
readonly LastModifiedTime: "LastModifiedTime";
|
|
@@ -2192,152 +2269,3 @@ export interface ListWorkforcesResponse {
|
|
|
2192
2269
|
Workforces: Workforce[] | undefined;
|
|
2193
2270
|
NextToken?: string | undefined;
|
|
2194
2271
|
}
|
|
2195
|
-
export declare const ListWorkteamsSortByOptions: {
|
|
2196
|
-
readonly CreateDate: "CreateDate";
|
|
2197
|
-
readonly Name: "Name";
|
|
2198
|
-
};
|
|
2199
|
-
export type ListWorkteamsSortByOptions =
|
|
2200
|
-
(typeof ListWorkteamsSortByOptions)[keyof typeof ListWorkteamsSortByOptions];
|
|
2201
|
-
export interface ListWorkteamsRequest {
|
|
2202
|
-
SortBy?: ListWorkteamsSortByOptions | undefined;
|
|
2203
|
-
SortOrder?: SortOrder | undefined;
|
|
2204
|
-
NameContains?: string | undefined;
|
|
2205
|
-
NextToken?: string | undefined;
|
|
2206
|
-
MaxResults?: number | undefined;
|
|
2207
|
-
}
|
|
2208
|
-
export interface ListWorkteamsResponse {
|
|
2209
|
-
Workteams: Workteam[] | undefined;
|
|
2210
|
-
NextToken?: string | undefined;
|
|
2211
|
-
}
|
|
2212
|
-
export interface Model {
|
|
2213
|
-
ModelName?: string | undefined;
|
|
2214
|
-
PrimaryContainer?: ContainerDefinition | undefined;
|
|
2215
|
-
Containers?: ContainerDefinition[] | undefined;
|
|
2216
|
-
InferenceExecutionConfig?: InferenceExecutionConfig | undefined;
|
|
2217
|
-
ExecutionRoleArn?: string | undefined;
|
|
2218
|
-
VpcConfig?: VpcConfig | undefined;
|
|
2219
|
-
CreationTime?: Date | undefined;
|
|
2220
|
-
ModelArn?: string | undefined;
|
|
2221
|
-
EnableNetworkIsolation?: boolean | undefined;
|
|
2222
|
-
Tags?: Tag[] | undefined;
|
|
2223
|
-
DeploymentRecommendation?: DeploymentRecommendation | undefined;
|
|
2224
|
-
}
|
|
2225
|
-
export interface ModelCard {
|
|
2226
|
-
ModelCardArn?: string | undefined;
|
|
2227
|
-
ModelCardName?: string | undefined;
|
|
2228
|
-
ModelCardVersion?: number | undefined;
|
|
2229
|
-
Content?: string | undefined;
|
|
2230
|
-
ModelCardStatus?: ModelCardStatus | undefined;
|
|
2231
|
-
SecurityConfig?: ModelCardSecurityConfig | undefined;
|
|
2232
|
-
CreationTime?: Date | undefined;
|
|
2233
|
-
CreatedBy?: UserContext | undefined;
|
|
2234
|
-
LastModifiedTime?: Date | undefined;
|
|
2235
|
-
LastModifiedBy?: UserContext | undefined;
|
|
2236
|
-
Tags?: Tag[] | undefined;
|
|
2237
|
-
ModelId?: string | undefined;
|
|
2238
|
-
RiskRating?: string | undefined;
|
|
2239
|
-
ModelPackageGroupName?: string | undefined;
|
|
2240
|
-
}
|
|
2241
|
-
export interface ModelDashboardEndpoint {
|
|
2242
|
-
EndpointName: string | undefined;
|
|
2243
|
-
EndpointArn: string | undefined;
|
|
2244
|
-
CreationTime: Date | undefined;
|
|
2245
|
-
LastModifiedTime: Date | undefined;
|
|
2246
|
-
EndpointStatus: EndpointStatus | undefined;
|
|
2247
|
-
}
|
|
2248
|
-
export interface TransformJob {
|
|
2249
|
-
TransformJobName?: string | undefined;
|
|
2250
|
-
TransformJobArn?: string | undefined;
|
|
2251
|
-
TransformJobStatus?: TransformJobStatus | undefined;
|
|
2252
|
-
FailureReason?: string | undefined;
|
|
2253
|
-
ModelName?: string | undefined;
|
|
2254
|
-
MaxConcurrentTransforms?: number | undefined;
|
|
2255
|
-
ModelClientConfig?: ModelClientConfig | undefined;
|
|
2256
|
-
MaxPayloadInMB?: number | undefined;
|
|
2257
|
-
BatchStrategy?: BatchStrategy | undefined;
|
|
2258
|
-
Environment?: Record<string, string> | undefined;
|
|
2259
|
-
TransformInput?: TransformInput | undefined;
|
|
2260
|
-
TransformOutput?: TransformOutput | undefined;
|
|
2261
|
-
DataCaptureConfig?: BatchDataCaptureConfig | undefined;
|
|
2262
|
-
TransformResources?: TransformResources | undefined;
|
|
2263
|
-
CreationTime?: Date | undefined;
|
|
2264
|
-
TransformStartTime?: Date | undefined;
|
|
2265
|
-
TransformEndTime?: Date | undefined;
|
|
2266
|
-
LabelingJobArn?: string | undefined;
|
|
2267
|
-
AutoMLJobArn?: string | undefined;
|
|
2268
|
-
DataProcessing?: DataProcessing | undefined;
|
|
2269
|
-
ExperimentConfig?: ExperimentConfig | undefined;
|
|
2270
|
-
Tags?: Tag[] | undefined;
|
|
2271
|
-
}
|
|
2272
|
-
export interface ModelDashboardModelCard {
|
|
2273
|
-
ModelCardArn?: string | undefined;
|
|
2274
|
-
ModelCardName?: string | undefined;
|
|
2275
|
-
ModelCardVersion?: number | undefined;
|
|
2276
|
-
ModelCardStatus?: ModelCardStatus | undefined;
|
|
2277
|
-
SecurityConfig?: ModelCardSecurityConfig | undefined;
|
|
2278
|
-
CreationTime?: Date | undefined;
|
|
2279
|
-
CreatedBy?: UserContext | undefined;
|
|
2280
|
-
LastModifiedTime?: Date | undefined;
|
|
2281
|
-
LastModifiedBy?: UserContext | undefined;
|
|
2282
|
-
Tags?: Tag[] | undefined;
|
|
2283
|
-
ModelId?: string | undefined;
|
|
2284
|
-
RiskRating?: string | undefined;
|
|
2285
|
-
}
|
|
2286
|
-
export interface ModelDashboardMonitoringSchedule {
|
|
2287
|
-
MonitoringScheduleArn?: string | undefined;
|
|
2288
|
-
MonitoringScheduleName?: string | undefined;
|
|
2289
|
-
MonitoringScheduleStatus?: ScheduleStatus | undefined;
|
|
2290
|
-
MonitoringType?: MonitoringType | undefined;
|
|
2291
|
-
FailureReason?: string | undefined;
|
|
2292
|
-
CreationTime?: Date | undefined;
|
|
2293
|
-
LastModifiedTime?: Date | undefined;
|
|
2294
|
-
MonitoringScheduleConfig?: MonitoringScheduleConfig | undefined;
|
|
2295
|
-
EndpointName?: string | undefined;
|
|
2296
|
-
MonitoringAlertSummaries?: MonitoringAlertSummary[] | undefined;
|
|
2297
|
-
LastMonitoringExecutionSummary?: MonitoringExecutionSummary | undefined;
|
|
2298
|
-
BatchTransformInput?: BatchTransformInput | undefined;
|
|
2299
|
-
}
|
|
2300
|
-
export interface ModelDashboardModel {
|
|
2301
|
-
Model?: Model | undefined;
|
|
2302
|
-
Endpoints?: ModelDashboardEndpoint[] | undefined;
|
|
2303
|
-
LastBatchTransformJob?: TransformJob | undefined;
|
|
2304
|
-
MonitoringSchedules?: ModelDashboardMonitoringSchedule[] | undefined;
|
|
2305
|
-
ModelCard?: ModelDashboardModelCard | undefined;
|
|
2306
|
-
}
|
|
2307
|
-
export interface ModelPackage {
|
|
2308
|
-
ModelPackageName?: string | undefined;
|
|
2309
|
-
ModelPackageGroupName?: string | undefined;
|
|
2310
|
-
ModelPackageVersion?: number | undefined;
|
|
2311
|
-
ModelPackageArn?: string | undefined;
|
|
2312
|
-
ModelPackageDescription?: string | undefined;
|
|
2313
|
-
CreationTime?: Date | undefined;
|
|
2314
|
-
InferenceSpecification?: InferenceSpecification | undefined;
|
|
2315
|
-
SourceAlgorithmSpecification?: SourceAlgorithmSpecification | undefined;
|
|
2316
|
-
ValidationSpecification?: ModelPackageValidationSpecification | undefined;
|
|
2317
|
-
ModelPackageStatus?: ModelPackageStatus | undefined;
|
|
2318
|
-
ModelPackageStatusDetails?: ModelPackageStatusDetails | undefined;
|
|
2319
|
-
CertifyForMarketplace?: boolean | undefined;
|
|
2320
|
-
ModelApprovalStatus?: ModelApprovalStatus | undefined;
|
|
2321
|
-
CreatedBy?: UserContext | undefined;
|
|
2322
|
-
MetadataProperties?: MetadataProperties | undefined;
|
|
2323
|
-
ModelMetrics?: ModelMetrics | undefined;
|
|
2324
|
-
LastModifiedTime?: Date | undefined;
|
|
2325
|
-
LastModifiedBy?: UserContext | undefined;
|
|
2326
|
-
ApprovalDescription?: string | undefined;
|
|
2327
|
-
Domain?: string | undefined;
|
|
2328
|
-
Task?: string | undefined;
|
|
2329
|
-
SamplePayloadUrl?: string | undefined;
|
|
2330
|
-
AdditionalInferenceSpecifications?:
|
|
2331
|
-
| AdditionalInferenceSpecificationDefinition[]
|
|
2332
|
-
| undefined;
|
|
2333
|
-
SourceUri?: string | undefined;
|
|
2334
|
-
SecurityConfig?: ModelPackageSecurityConfig | undefined;
|
|
2335
|
-
ModelCard?: ModelPackageModelCard | undefined;
|
|
2336
|
-
ModelLifeCycle?: ModelLifeCycle | undefined;
|
|
2337
|
-
Tags?: Tag[] | undefined;
|
|
2338
|
-
CustomerMetadataProperties?: Record<string, string> | undefined;
|
|
2339
|
-
DriftCheckBaselines?: DriftCheckBaselines | undefined;
|
|
2340
|
-
SkipModelValidation?: SkipModelValidation | undefined;
|
|
2341
|
-
}
|
|
2342
|
-
export declare const ModelCardFilterSensitiveLog: (obj: ModelCard) => any;
|
|
2343
|
-
export declare const ModelPackageFilterSensitiveLog: (obj: ModelPackage) => any;
|