@aws-sdk/client-sagemaker 3.682.0 → 3.684.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 +8 -0
- package/dist-cjs/index.js +140 -24
- package/dist-es/SageMaker.js +2 -0
- package/dist-es/commands/BatchDeleteClusterNodesCommand.js +22 -0
- package/dist-es/commands/UpdateWorkforceCommand.js +1 -1
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +40 -2
- package/dist-es/models/models_2.js +0 -8
- package/dist-es/models/models_3.js +8 -5
- package/dist-es/models/models_4.js +5 -5
- package/dist-es/models/models_5.js +5 -1
- package/dist-es/protocols/Aws_json1_1.js +59 -0
- package/dist-types/SageMaker.d.ts +7 -0
- package/dist-types/SageMakerClient.d.ts +3 -2
- package/dist-types/commands/BatchDeleteClusterNodesCommand.d.ts +102 -0
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +4 -4
- package/dist-types/commands/CreateAppCommand.d.ts +1 -1
- package/dist-types/commands/CreateClusterCommand.d.ts +1 -1
- package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +8 -8
- package/dist-types/commands/CreateModelPackageCommand.d.ts +5 -0
- package/dist-types/commands/CreateOptimizationJobCommand.d.ts +2 -1
- package/dist-types/commands/CreatePipelineCommand.d.ts +1 -1
- package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +12 -3
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +2 -2
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +3 -3
- package/dist-types/commands/DescribeClusterCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +8 -8
- package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLabelingJobCommand.d.ts +1 -2
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +5 -0
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +2 -2
- package/dist-types/commands/ListClusterNodesCommand.d.ts +1 -1
- package/dist-types/commands/ListMlflowTrackingServersCommand.d.ts +1 -1
- package/dist-types/commands/ListModelBiasJobDefinitionsCommand.d.ts +1 -2
- package/dist-types/commands/ListTrainingJobsCommand.d.ts +1 -0
- package/dist-types/commands/SearchCommand.d.ts +13 -8
- package/dist-types/commands/UpdateClusterCommand.d.ts +1 -1
- package/dist-types/commands/UpdateClusterSoftwareCommand.d.ts +5 -0
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +6 -0
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWorkforceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWorkteamCommand.d.ts +1 -2
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +116 -168
- package/dist-types/models/models_1.d.ts +215 -134
- package/dist-types/models/models_2.d.ts +117 -160
- package/dist-types/models/models_3.d.ts +161 -172
- package/dist-types/models/models_4.d.ts +201 -128
- package/dist-types/models/models_5.d.ts +127 -2
- package/dist-types/protocols/Aws_json1_1.d.ts +9 -0
- package/dist-types/ts3.4/SageMaker.d.ts +17 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/BatchDeleteClusterNodesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateAlgorithmCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateOptimizationJobCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInferenceRecommendationsJobCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeLabelingJobCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListMlflowTrackingServersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListModelBiasJobDefinitionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateUserProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateWorkforceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateWorkteamCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +55 -26
- package/dist-types/ts3.4/models/models_1.d.ts +32 -25
- package/dist-types/ts3.4/models/models_2.d.ts +25 -43
- package/dist-types/ts3.4/models/models_3.d.ts +47 -44
- package/dist-types/ts3.4/models/models_4.d.ts +49 -35
- package/dist-types/ts3.4/models/models_5.d.ts +38 -2
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
- package/package.json +1 -1
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
CreateOptimizationJobResponse,
|
|
6
|
-
} from "../models/models_1";
|
|
3
|
+
import { CreateOptimizationJobRequest } from "../models/models_1";
|
|
4
|
+
import { CreateOptimizationJobResponse } from "../models/models_2";
|
|
7
5
|
import {
|
|
8
6
|
SageMakerClientResolvedConfig,
|
|
9
7
|
ServiceInputTypes,
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
DescribeInferenceRecommendationsJobResponse,
|
|
6
|
-
} from "../models/models_2";
|
|
3
|
+
import { DescribeInferenceRecommendationsJobRequest } from "../models/models_2";
|
|
4
|
+
import { DescribeInferenceRecommendationsJobResponse } from "../models/models_3";
|
|
7
5
|
import {
|
|
8
6
|
SageMakerClientResolvedConfig,
|
|
9
7
|
ServiceInputTypes,
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
3
|
+
import {
|
|
4
|
+
DescribeLabelingJobRequest,
|
|
5
|
+
DescribeLabelingJobResponse,
|
|
6
|
+
} from "../models/models_3";
|
|
5
7
|
import {
|
|
6
8
|
SageMakerClientResolvedConfig,
|
|
7
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
ListMlflowTrackingServersRequest,
|
|
5
5
|
ListMlflowTrackingServersResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_4";
|
|
7
7
|
import {
|
|
8
8
|
SageMakerClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
3
|
+
import {
|
|
4
|
+
ListModelBiasJobDefinitionsRequest,
|
|
5
|
+
ListModelBiasJobDefinitionsResponse,
|
|
6
|
+
} from "../models/models_4";
|
|
5
7
|
import {
|
|
6
8
|
SageMakerClientResolvedConfig,
|
|
7
9
|
ServiceInputTypes,
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
3
|
+
import {
|
|
4
|
+
UpdateWorkteamRequest,
|
|
5
|
+
UpdateWorkteamResponse,
|
|
6
|
+
} from "../models/models_5";
|
|
5
7
|
import {
|
|
6
8
|
SageMakerClientResolvedConfig,
|
|
7
9
|
ServiceInputTypes,
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./AddAssociationCommand";
|
|
2
2
|
export * from "./AddTagsCommand";
|
|
3
3
|
export * from "./AssociateTrialComponentCommand";
|
|
4
|
+
export * from "./BatchDeleteClusterNodesCommand";
|
|
4
5
|
export * from "./BatchDescribeModelPackageCommand";
|
|
5
6
|
export * from "./CreateActionCommand";
|
|
6
7
|
export * from "./CreateAlgorithmCommand";
|
|
@@ -624,6 +624,22 @@ export declare const TrainingInstanceType: {
|
|
|
624
624
|
readonly ML_G5_4XLARGE: "ml.g5.4xlarge";
|
|
625
625
|
readonly ML_G5_8XLARGE: "ml.g5.8xlarge";
|
|
626
626
|
readonly ML_G5_XLARGE: "ml.g5.xlarge";
|
|
627
|
+
readonly ML_G6E_12XLARGE: "ml.g6e.12xlarge";
|
|
628
|
+
readonly ML_G6E_16XLARGE: "ml.g6e.16xlarge";
|
|
629
|
+
readonly ML_G6E_24XLARGE: "ml.g6e.24xlarge";
|
|
630
|
+
readonly ML_G6E_2XLARGE: "ml.g6e.2xlarge";
|
|
631
|
+
readonly ML_G6E_48XLARGE: "ml.g6e.48xlarge";
|
|
632
|
+
readonly ML_G6E_4XLARGE: "ml.g6e.4xlarge";
|
|
633
|
+
readonly ML_G6E_8XLARGE: "ml.g6e.8xlarge";
|
|
634
|
+
readonly ML_G6E_XLARGE: "ml.g6e.xlarge";
|
|
635
|
+
readonly ML_G6_12XLARGE: "ml.g6.12xlarge";
|
|
636
|
+
readonly ML_G6_16XLARGE: "ml.g6.16xlarge";
|
|
637
|
+
readonly ML_G6_24XLARGE: "ml.g6.24xlarge";
|
|
638
|
+
readonly ML_G6_2XLARGE: "ml.g6.2xlarge";
|
|
639
|
+
readonly ML_G6_48XLARGE: "ml.g6.48xlarge";
|
|
640
|
+
readonly ML_G6_4XLARGE: "ml.g6.4xlarge";
|
|
641
|
+
readonly ML_G6_8XLARGE: "ml.g6.8xlarge";
|
|
642
|
+
readonly ML_G6_XLARGE: "ml.g6.xlarge";
|
|
627
643
|
readonly ML_M4_10XLARGE: "ml.m4.10xlarge";
|
|
628
644
|
readonly ML_M4_16XLARGE: "ml.m4.16xlarge";
|
|
629
645
|
readonly ML_M4_2XLARGE: "ml.m4.2xlarge";
|
|
@@ -653,7 +669,6 @@ export declare const TrainingInstanceType: {
|
|
|
653
669
|
readonly ML_P3_8XLARGE: "ml.p3.8xlarge";
|
|
654
670
|
readonly ML_P4DE_24XLARGE: "ml.p4de.24xlarge";
|
|
655
671
|
readonly ML_P4D_24XLARGE: "ml.p4d.24xlarge";
|
|
656
|
-
readonly ML_P5EN_48XLARGE: "ml.p5en.48xlarge";
|
|
657
672
|
readonly ML_P5E_48XLARGE: "ml.p5e.48xlarge";
|
|
658
673
|
readonly ML_P5_48XLARGE: "ml.p5.48xlarge";
|
|
659
674
|
readonly ML_R5D_12XLARGE: "ml.r5d.12xlarge";
|
|
@@ -679,7 +694,6 @@ export declare const TrainingInstanceType: {
|
|
|
679
694
|
readonly ML_TRN1N_32XLARGE: "ml.trn1n.32xlarge";
|
|
680
695
|
readonly ML_TRN1_2XLARGE: "ml.trn1.2xlarge";
|
|
681
696
|
readonly ML_TRN1_32XLARGE: "ml.trn1.32xlarge";
|
|
682
|
-
readonly ML_TRN2_48XLARGE: "ml.trn2.48xlarge";
|
|
683
697
|
};
|
|
684
698
|
export type TrainingInstanceType =
|
|
685
699
|
(typeof TrainingInstanceType)[keyof typeof TrainingInstanceType];
|
|
@@ -1697,6 +1711,26 @@ export interface BatchDataCaptureConfig {
|
|
|
1697
1711
|
KmsKeyId?: string;
|
|
1698
1712
|
GenerateInferenceId?: boolean;
|
|
1699
1713
|
}
|
|
1714
|
+
export interface BatchDeleteClusterNodesRequest {
|
|
1715
|
+
ClusterName: string | undefined;
|
|
1716
|
+
NodeIds: string[] | undefined;
|
|
1717
|
+
}
|
|
1718
|
+
export declare const BatchDeleteClusterNodesErrorCode: {
|
|
1719
|
+
readonly INVALID_NODE_STATUS: "InvalidNodeStatus";
|
|
1720
|
+
readonly NODE_ID_IN_USE: "NodeIdInUse";
|
|
1721
|
+
readonly NODE_ID_NOT_FOUND: "NodeIdNotFound";
|
|
1722
|
+
};
|
|
1723
|
+
export type BatchDeleteClusterNodesErrorCode =
|
|
1724
|
+
(typeof BatchDeleteClusterNodesErrorCode)[keyof typeof BatchDeleteClusterNodesErrorCode];
|
|
1725
|
+
export interface BatchDeleteClusterNodesError {
|
|
1726
|
+
Code: BatchDeleteClusterNodesErrorCode | undefined;
|
|
1727
|
+
Message: string | undefined;
|
|
1728
|
+
NodeId: string | undefined;
|
|
1729
|
+
}
|
|
1730
|
+
export interface BatchDeleteClusterNodesResponse {
|
|
1731
|
+
Failed?: BatchDeleteClusterNodesError[];
|
|
1732
|
+
Successful?: string[];
|
|
1733
|
+
}
|
|
1700
1734
|
export interface BatchDescribeModelPackageInput {
|
|
1701
1735
|
ModelPackageArnList: string[] | undefined;
|
|
1702
1736
|
}
|
|
@@ -2103,6 +2137,24 @@ export declare const ClusterInstanceType: {
|
|
|
2103
2137
|
readonly ML_G5_4XLARGE: "ml.g5.4xlarge";
|
|
2104
2138
|
readonly ML_G5_8XLARGE: "ml.g5.8xlarge";
|
|
2105
2139
|
readonly ML_G5_XLARGE: "ml.g5.xlarge";
|
|
2140
|
+
readonly ML_G6E_12XLARGE: "ml.g6e.12xlarge";
|
|
2141
|
+
readonly ML_G6E_16XLARGE: "ml.g6e.16xlarge";
|
|
2142
|
+
readonly ML_G6E_24XLARGE: "ml.g6e.24xlarge";
|
|
2143
|
+
readonly ML_G6E_2XLARGE: "ml.g6e.2xlarge";
|
|
2144
|
+
readonly ML_G6E_48XLARGE: "ml.g6e.48xlarge";
|
|
2145
|
+
readonly ML_G6E_4XLARGE: "ml.g6e.4xlarge";
|
|
2146
|
+
readonly ML_G6E_8XLARGE: "ml.g6e.8xlarge";
|
|
2147
|
+
readonly ML_G6E_XLARGE: "ml.g6e.xlarge";
|
|
2148
|
+
readonly ML_G6_12XLARGE: "ml.g6.12xlarge";
|
|
2149
|
+
readonly ML_G6_16XLARGE: "ml.g6.16xlarge";
|
|
2150
|
+
readonly ML_G6_24XLARGE: "ml.g6.24xlarge";
|
|
2151
|
+
readonly ML_G6_2XLARGE: "ml.g6.2xlarge";
|
|
2152
|
+
readonly ML_G6_48XLARGE: "ml.g6.48xlarge";
|
|
2153
|
+
readonly ML_G6_4XLARGE: "ml.g6.4xlarge";
|
|
2154
|
+
readonly ML_G6_8XLARGE: "ml.g6.8xlarge";
|
|
2155
|
+
readonly ML_G6_XLARGE: "ml.g6.xlarge";
|
|
2156
|
+
readonly ML_GR6_4XLARGE: "ml.gr6.4xlarge";
|
|
2157
|
+
readonly ML_GR6_8XLARGE: "ml.gr6.8xlarge";
|
|
2106
2158
|
readonly ML_M5_12XLARGE: "ml.m5.12xlarge";
|
|
2107
2159
|
readonly ML_M5_16XLARGE: "ml.m5.16xlarge";
|
|
2108
2160
|
readonly ML_M5_24XLARGE: "ml.m5.24xlarge";
|
|
@@ -2113,6 +2165,7 @@ export declare const ClusterInstanceType: {
|
|
|
2113
2165
|
readonly ML_M5_XLARGE: "ml.m5.xlarge";
|
|
2114
2166
|
readonly ML_P4DE_24XLARGE: "ml.p4de.24xlarge";
|
|
2115
2167
|
readonly ML_P4D_24XLARGE: "ml.p4d.24xlarge";
|
|
2168
|
+
readonly ML_P5E_48XLARGE: "ml.p5e.48xlarge";
|
|
2116
2169
|
readonly ML_P5_48XLARGE: "ml.p5.48xlarge";
|
|
2117
2170
|
readonly ML_T3_2XLARGE: "ml.t3.2xlarge";
|
|
2118
2171
|
readonly ML_T3_LARGE: "ml.t3.large";
|
|
@@ -2558,27 +2611,3 @@ export interface TrainingSpecification {
|
|
|
2558
2611
|
SupportedTuningJobObjectiveMetrics?: HyperParameterTuningJobObjective[];
|
|
2559
2612
|
AdditionalS3DataSource?: AdditionalS3DataSource;
|
|
2560
2613
|
}
|
|
2561
|
-
export interface CreateAlgorithmInput {
|
|
2562
|
-
AlgorithmName: string | undefined;
|
|
2563
|
-
AlgorithmDescription?: string;
|
|
2564
|
-
TrainingSpecification: TrainingSpecification | undefined;
|
|
2565
|
-
InferenceSpecification?: InferenceSpecification;
|
|
2566
|
-
ValidationSpecification?: AlgorithmValidationSpecification;
|
|
2567
|
-
CertifyForMarketplace?: boolean;
|
|
2568
|
-
Tags?: Tag[];
|
|
2569
|
-
}
|
|
2570
|
-
export interface CreateAlgorithmOutput {
|
|
2571
|
-
AlgorithmArn: string | undefined;
|
|
2572
|
-
}
|
|
2573
|
-
export interface CreateAppRequest {
|
|
2574
|
-
DomainId: string | undefined;
|
|
2575
|
-
UserProfileName?: string;
|
|
2576
|
-
SpaceName?: string;
|
|
2577
|
-
AppType: AppType | undefined;
|
|
2578
|
-
AppName: string | undefined;
|
|
2579
|
-
Tags?: Tag[];
|
|
2580
|
-
ResourceSpec?: ResourceSpec;
|
|
2581
|
-
}
|
|
2582
|
-
export interface CreateAppResponse {
|
|
2583
|
-
AppArn?: string;
|
|
2584
|
-
}
|
|
@@ -4,6 +4,7 @@ import {
|
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
5
|
import {
|
|
6
6
|
AdditionalInferenceSpecificationDefinition,
|
|
7
|
+
AlgorithmValidationSpecification,
|
|
7
8
|
AmazonQSettings,
|
|
8
9
|
AnnotationConsolidationConfig,
|
|
9
10
|
AppInstanceType,
|
|
@@ -82,10 +83,35 @@ import {
|
|
|
82
83
|
TargetPlatformOs,
|
|
83
84
|
TrainingInputMode,
|
|
84
85
|
TrainingInstanceType,
|
|
86
|
+
TrainingSpecification,
|
|
85
87
|
TransformJobDefinition,
|
|
86
88
|
VpcConfig,
|
|
87
89
|
} from "./models_0";
|
|
88
90
|
import { SageMakerServiceException as __BaseException } from "./SageMakerServiceException";
|
|
91
|
+
export interface CreateAlgorithmInput {
|
|
92
|
+
AlgorithmName: string | undefined;
|
|
93
|
+
AlgorithmDescription?: string;
|
|
94
|
+
TrainingSpecification: TrainingSpecification | undefined;
|
|
95
|
+
InferenceSpecification?: InferenceSpecification;
|
|
96
|
+
ValidationSpecification?: AlgorithmValidationSpecification;
|
|
97
|
+
CertifyForMarketplace?: boolean;
|
|
98
|
+
Tags?: Tag[];
|
|
99
|
+
}
|
|
100
|
+
export interface CreateAlgorithmOutput {
|
|
101
|
+
AlgorithmArn: string | undefined;
|
|
102
|
+
}
|
|
103
|
+
export interface CreateAppRequest {
|
|
104
|
+
DomainId: string | undefined;
|
|
105
|
+
UserProfileName?: string;
|
|
106
|
+
SpaceName?: string;
|
|
107
|
+
AppType: AppType | undefined;
|
|
108
|
+
AppName: string | undefined;
|
|
109
|
+
Tags?: Tag[];
|
|
110
|
+
ResourceSpec?: ResourceSpec;
|
|
111
|
+
}
|
|
112
|
+
export interface CreateAppResponse {
|
|
113
|
+
AppArn?: string;
|
|
114
|
+
}
|
|
89
115
|
export declare class ResourceInUse extends __BaseException {
|
|
90
116
|
readonly name: "ResourceInUse";
|
|
91
117
|
readonly $fault: "client";
|
|
@@ -1727,6 +1753,11 @@ export interface ModelPackageModelCard {
|
|
|
1727
1753
|
ModelCardContent?: string;
|
|
1728
1754
|
ModelCardStatus?: ModelCardStatus;
|
|
1729
1755
|
}
|
|
1756
|
+
export interface ModelLifeCycle {
|
|
1757
|
+
Stage: string | undefined;
|
|
1758
|
+
StageStatus: string | undefined;
|
|
1759
|
+
StageDescription?: string;
|
|
1760
|
+
}
|
|
1730
1761
|
export interface Explainability {
|
|
1731
1762
|
Report?: MetricsSource;
|
|
1732
1763
|
}
|
|
@@ -1792,6 +1823,7 @@ export interface CreateModelPackageInput {
|
|
|
1792
1823
|
SourceUri?: string;
|
|
1793
1824
|
SecurityConfig?: ModelPackageSecurityConfig;
|
|
1794
1825
|
ModelCard?: ModelPackageModelCard;
|
|
1826
|
+
ModelLifeCycle?: ModelLifeCycle;
|
|
1795
1827
|
}
|
|
1796
1828
|
export interface CreateModelPackageOutput {
|
|
1797
1829
|
ModelPackageArn: string | undefined;
|
|
@@ -2054,31 +2086,6 @@ export interface CreateOptimizationJobRequest {
|
|
|
2054
2086
|
Tags?: Tag[];
|
|
2055
2087
|
VpcConfig?: OptimizationVpcConfig;
|
|
2056
2088
|
}
|
|
2057
|
-
export interface CreateOptimizationJobResponse {
|
|
2058
|
-
OptimizationJobArn: string | undefined;
|
|
2059
|
-
}
|
|
2060
|
-
export interface ParallelismConfiguration {
|
|
2061
|
-
MaxParallelExecutionSteps: number | undefined;
|
|
2062
|
-
}
|
|
2063
|
-
export interface PipelineDefinitionS3Location {
|
|
2064
|
-
Bucket: string | undefined;
|
|
2065
|
-
ObjectKey: string | undefined;
|
|
2066
|
-
VersionId?: string;
|
|
2067
|
-
}
|
|
2068
|
-
export interface CreatePipelineRequest {
|
|
2069
|
-
PipelineName: string | undefined;
|
|
2070
|
-
PipelineDisplayName?: string;
|
|
2071
|
-
PipelineDefinition?: string;
|
|
2072
|
-
PipelineDefinitionS3Location?: PipelineDefinitionS3Location;
|
|
2073
|
-
PipelineDescription?: string;
|
|
2074
|
-
ClientRequestToken?: string;
|
|
2075
|
-
RoleArn: string | undefined;
|
|
2076
|
-
Tags?: Tag[];
|
|
2077
|
-
ParallelismConfiguration?: ParallelismConfiguration;
|
|
2078
|
-
}
|
|
2079
|
-
export interface CreatePipelineResponse {
|
|
2080
|
-
PipelineArn?: string;
|
|
2081
|
-
}
|
|
2082
2089
|
export declare const CreateModelCardRequestFilterSensitiveLog: (
|
|
2083
2090
|
obj: CreateModelCardRequest
|
|
2084
2091
|
) => any;
|
|
@@ -125,9 +125,6 @@ import {
|
|
|
125
125
|
ProductionVariantManagedInstanceScaling,
|
|
126
126
|
ProductionVariantRoutingConfig,
|
|
127
127
|
ProductionVariantServerlessConfig,
|
|
128
|
-
RecommendationJobInputConfig,
|
|
129
|
-
RecommendationJobStoppingConditions,
|
|
130
|
-
RecommendationJobType,
|
|
131
128
|
RetryStrategy,
|
|
132
129
|
ShadowModeConfig,
|
|
133
130
|
TagPropagation,
|
|
@@ -135,6 +132,31 @@ import {
|
|
|
135
132
|
UserSettings,
|
|
136
133
|
VendorGuidance,
|
|
137
134
|
} from "./models_1";
|
|
135
|
+
export interface CreateOptimizationJobResponse {
|
|
136
|
+
OptimizationJobArn: string | undefined;
|
|
137
|
+
}
|
|
138
|
+
export interface ParallelismConfiguration {
|
|
139
|
+
MaxParallelExecutionSteps: number | undefined;
|
|
140
|
+
}
|
|
141
|
+
export interface PipelineDefinitionS3Location {
|
|
142
|
+
Bucket: string | undefined;
|
|
143
|
+
ObjectKey: string | undefined;
|
|
144
|
+
VersionId?: string;
|
|
145
|
+
}
|
|
146
|
+
export interface CreatePipelineRequest {
|
|
147
|
+
PipelineName: string | undefined;
|
|
148
|
+
PipelineDisplayName?: string;
|
|
149
|
+
PipelineDefinition?: string;
|
|
150
|
+
PipelineDefinitionS3Location?: PipelineDefinitionS3Location;
|
|
151
|
+
PipelineDescription?: string;
|
|
152
|
+
ClientRequestToken?: string;
|
|
153
|
+
RoleArn: string | undefined;
|
|
154
|
+
Tags?: Tag[];
|
|
155
|
+
ParallelismConfiguration?: ParallelismConfiguration;
|
|
156
|
+
}
|
|
157
|
+
export interface CreatePipelineResponse {
|
|
158
|
+
PipelineArn?: string;
|
|
159
|
+
}
|
|
138
160
|
export interface CreatePresignedDomainUrlRequest {
|
|
139
161
|
DomainId: string | undefined;
|
|
140
162
|
UserProfileName: string | undefined;
|
|
@@ -1951,46 +1973,6 @@ export declare const RecommendationJobStatus: {
|
|
|
1951
1973
|
};
|
|
1952
1974
|
export type RecommendationJobStatus =
|
|
1953
1975
|
(typeof RecommendationJobStatus)[keyof typeof RecommendationJobStatus];
|
|
1954
|
-
export interface DescribeInferenceRecommendationsJobResponse {
|
|
1955
|
-
JobName: string | undefined;
|
|
1956
|
-
JobDescription?: string;
|
|
1957
|
-
JobType: RecommendationJobType | undefined;
|
|
1958
|
-
JobArn: string | undefined;
|
|
1959
|
-
RoleArn: string | undefined;
|
|
1960
|
-
Status: RecommendationJobStatus | undefined;
|
|
1961
|
-
CreationTime: Date | undefined;
|
|
1962
|
-
CompletionTime?: Date;
|
|
1963
|
-
LastModifiedTime: Date | undefined;
|
|
1964
|
-
FailureReason?: string;
|
|
1965
|
-
InputConfig: RecommendationJobInputConfig | undefined;
|
|
1966
|
-
StoppingConditions?: RecommendationJobStoppingConditions;
|
|
1967
|
-
InferenceRecommendations?: InferenceRecommendation[];
|
|
1968
|
-
EndpointPerformances?: EndpointPerformance[];
|
|
1969
|
-
}
|
|
1970
|
-
export interface DescribeLabelingJobRequest {
|
|
1971
|
-
LabelingJobName: string | undefined;
|
|
1972
|
-
}
|
|
1973
|
-
export interface LabelCounters {
|
|
1974
|
-
TotalLabeled?: number;
|
|
1975
|
-
HumanLabeled?: number;
|
|
1976
|
-
MachineLabeled?: number;
|
|
1977
|
-
FailedNonRetryableError?: number;
|
|
1978
|
-
Unlabeled?: number;
|
|
1979
|
-
}
|
|
1980
|
-
export interface LabelingJobOutput {
|
|
1981
|
-
OutputDatasetS3Uri: string | undefined;
|
|
1982
|
-
FinalActiveLearningModelArn?: string;
|
|
1983
|
-
}
|
|
1984
|
-
export declare const LabelingJobStatus: {
|
|
1985
|
-
readonly COMPLETED: "Completed";
|
|
1986
|
-
readonly FAILED: "Failed";
|
|
1987
|
-
readonly INITIALIZING: "Initializing";
|
|
1988
|
-
readonly IN_PROGRESS: "InProgress";
|
|
1989
|
-
readonly STOPPED: "Stopped";
|
|
1990
|
-
readonly STOPPING: "Stopping";
|
|
1991
|
-
};
|
|
1992
|
-
export type LabelingJobStatus =
|
|
1993
|
-
(typeof LabelingJobStatus)[keyof typeof LabelingJobStatus];
|
|
1994
1976
|
export declare const OidcConfigFilterSensitiveLog: (obj: OidcConfig) => any;
|
|
1995
1977
|
export declare const CreateWorkforceRequestFilterSensitiveLog: (
|
|
1996
1978
|
obj: CreateWorkforceRequest
|
|
@@ -83,6 +83,7 @@ import {
|
|
|
83
83
|
ModelExplainabilityAppSpecification,
|
|
84
84
|
ModelExplainabilityBaselineConfig,
|
|
85
85
|
ModelExplainabilityJobInput,
|
|
86
|
+
ModelLifeCycle,
|
|
86
87
|
ModelMetrics,
|
|
87
88
|
ModelPackageModelCard,
|
|
88
89
|
ModelPackageSecurityConfig,
|
|
@@ -106,7 +107,8 @@ import {
|
|
|
106
107
|
OptimizationJobModelSource,
|
|
107
108
|
OptimizationJobOutputConfig,
|
|
108
109
|
OptimizationVpcConfig,
|
|
109
|
-
|
|
110
|
+
RecommendationJobInputConfig,
|
|
111
|
+
RecommendationJobStoppingConditions,
|
|
110
112
|
RecommendationJobType,
|
|
111
113
|
ResourceLimits,
|
|
112
114
|
RetryStrategy,
|
|
@@ -127,6 +129,7 @@ import {
|
|
|
127
129
|
DomainStatus,
|
|
128
130
|
EdgePackagingJobStatus,
|
|
129
131
|
EndpointOutputConfiguration,
|
|
132
|
+
EndpointPerformance,
|
|
130
133
|
EndpointStatus,
|
|
131
134
|
ExperimentConfig,
|
|
132
135
|
ExperimentSource,
|
|
@@ -146,10 +149,8 @@ import {
|
|
|
146
149
|
InferenceComponentStatus,
|
|
147
150
|
InferenceExperimentStatus,
|
|
148
151
|
InferenceMetrics,
|
|
152
|
+
InferenceRecommendation,
|
|
149
153
|
InfraCheckConfig,
|
|
150
|
-
LabelCounters,
|
|
151
|
-
LabelingJobOutput,
|
|
152
|
-
LabelingJobStatus,
|
|
153
154
|
LastUpdateStatus,
|
|
154
155
|
MemberDefinition,
|
|
155
156
|
ModelArtifacts,
|
|
@@ -160,6 +161,7 @@ import {
|
|
|
160
161
|
OfflineStoreStatus,
|
|
161
162
|
OfflineStoreStatusValue,
|
|
162
163
|
OwnershipSettings,
|
|
164
|
+
ParallelismConfiguration,
|
|
163
165
|
ProcessingInput,
|
|
164
166
|
ProcessingOutputConfig,
|
|
165
167
|
ProcessingResources,
|
|
@@ -184,6 +186,46 @@ import {
|
|
|
184
186
|
TrialComponentStatus,
|
|
185
187
|
WorkerAccessConfiguration,
|
|
186
188
|
} from "./models_2";
|
|
189
|
+
export interface DescribeInferenceRecommendationsJobResponse {
|
|
190
|
+
JobName: string | undefined;
|
|
191
|
+
JobDescription?: string;
|
|
192
|
+
JobType: RecommendationJobType | undefined;
|
|
193
|
+
JobArn: string | undefined;
|
|
194
|
+
RoleArn: string | undefined;
|
|
195
|
+
Status: RecommendationJobStatus | undefined;
|
|
196
|
+
CreationTime: Date | undefined;
|
|
197
|
+
CompletionTime?: Date;
|
|
198
|
+
LastModifiedTime: Date | undefined;
|
|
199
|
+
FailureReason?: string;
|
|
200
|
+
InputConfig: RecommendationJobInputConfig | undefined;
|
|
201
|
+
StoppingConditions?: RecommendationJobStoppingConditions;
|
|
202
|
+
InferenceRecommendations?: InferenceRecommendation[];
|
|
203
|
+
EndpointPerformances?: EndpointPerformance[];
|
|
204
|
+
}
|
|
205
|
+
export interface DescribeLabelingJobRequest {
|
|
206
|
+
LabelingJobName: string | undefined;
|
|
207
|
+
}
|
|
208
|
+
export interface LabelCounters {
|
|
209
|
+
TotalLabeled?: number;
|
|
210
|
+
HumanLabeled?: number;
|
|
211
|
+
MachineLabeled?: number;
|
|
212
|
+
FailedNonRetryableError?: number;
|
|
213
|
+
Unlabeled?: number;
|
|
214
|
+
}
|
|
215
|
+
export interface LabelingJobOutput {
|
|
216
|
+
OutputDatasetS3Uri: string | undefined;
|
|
217
|
+
FinalActiveLearningModelArn?: string;
|
|
218
|
+
}
|
|
219
|
+
export declare const LabelingJobStatus: {
|
|
220
|
+
readonly COMPLETED: "Completed";
|
|
221
|
+
readonly FAILED: "Failed";
|
|
222
|
+
readonly INITIALIZING: "Initializing";
|
|
223
|
+
readonly IN_PROGRESS: "InProgress";
|
|
224
|
+
readonly STOPPED: "Stopped";
|
|
225
|
+
readonly STOPPING: "Stopping";
|
|
226
|
+
};
|
|
227
|
+
export type LabelingJobStatus =
|
|
228
|
+
(typeof LabelingJobStatus)[keyof typeof LabelingJobStatus];
|
|
187
229
|
export interface DescribeLabelingJobResponse {
|
|
188
230
|
LabelingJobStatus: LabelingJobStatus | undefined;
|
|
189
231
|
LabelCounters: LabelCounters | undefined;
|
|
@@ -415,6 +457,7 @@ export interface DescribeModelPackageOutput {
|
|
|
415
457
|
SourceUri?: string;
|
|
416
458
|
SecurityConfig?: ModelPackageSecurityConfig;
|
|
417
459
|
ModelCard?: ModelPackageModelCard;
|
|
460
|
+
ModelLifeCycle?: ModelLifeCycle;
|
|
418
461
|
}
|
|
419
462
|
export interface DescribeModelPackageGroupInput {
|
|
420
463
|
ModelPackageGroupName: string | undefined;
|
|
@@ -2453,46 +2496,6 @@ export interface ListLineageGroupsResponse {
|
|
|
2453
2496
|
LineageGroupSummaries?: LineageGroupSummary[];
|
|
2454
2497
|
NextToken?: string;
|
|
2455
2498
|
}
|
|
2456
|
-
export declare const SortTrackingServerBy: {
|
|
2457
|
-
readonly CREATION_TIME: "CreationTime";
|
|
2458
|
-
readonly NAME: "Name";
|
|
2459
|
-
readonly STATUS: "Status";
|
|
2460
|
-
};
|
|
2461
|
-
export type SortTrackingServerBy =
|
|
2462
|
-
(typeof SortTrackingServerBy)[keyof typeof SortTrackingServerBy];
|
|
2463
|
-
export interface ListMlflowTrackingServersRequest {
|
|
2464
|
-
CreatedAfter?: Date;
|
|
2465
|
-
CreatedBefore?: Date;
|
|
2466
|
-
TrackingServerStatus?: TrackingServerStatus;
|
|
2467
|
-
MlflowVersion?: string;
|
|
2468
|
-
SortBy?: SortTrackingServerBy;
|
|
2469
|
-
SortOrder?: SortOrder;
|
|
2470
|
-
NextToken?: string;
|
|
2471
|
-
MaxResults?: number;
|
|
2472
|
-
}
|
|
2473
|
-
export interface TrackingServerSummary {
|
|
2474
|
-
TrackingServerArn?: string;
|
|
2475
|
-
TrackingServerName?: string;
|
|
2476
|
-
CreationTime?: Date;
|
|
2477
|
-
LastModifiedTime?: Date;
|
|
2478
|
-
TrackingServerStatus?: TrackingServerStatus;
|
|
2479
|
-
IsActive?: IsTrackingServerActive;
|
|
2480
|
-
MlflowVersion?: string;
|
|
2481
|
-
}
|
|
2482
|
-
export interface ListMlflowTrackingServersResponse {
|
|
2483
|
-
TrackingServerSummaries?: TrackingServerSummary[];
|
|
2484
|
-
NextToken?: string;
|
|
2485
|
-
}
|
|
2486
|
-
export interface ListModelBiasJobDefinitionsRequest {
|
|
2487
|
-
EndpointName?: string;
|
|
2488
|
-
SortBy?: MonitoringJobDefinitionSortKey;
|
|
2489
|
-
SortOrder?: SortOrder;
|
|
2490
|
-
NextToken?: string;
|
|
2491
|
-
MaxResults?: number;
|
|
2492
|
-
NameContains?: string;
|
|
2493
|
-
CreationTimeBefore?: Date;
|
|
2494
|
-
CreationTimeAfter?: Date;
|
|
2495
|
-
}
|
|
2496
2499
|
export declare const DescribeModelCardResponseFilterSensitiveLog: (
|
|
2497
2500
|
obj: DescribeModelCardResponse
|
|
2498
2501
|
) => any;
|