@aws-sdk/client-sagemaker 3.683.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 +120 -12
- 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 -0
- package/dist-es/models/models_3.js +0 -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 +49 -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/CreateOptimizationJobCommand.d.ts +2 -1
- package/dist-types/commands/CreatePipelineCommand.d.ts +1 -2
- 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/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/ListTrainingJobsCommand.d.ts +1 -0
- package/dist-types/commands/SearchCommand.d.ts +8 -8
- package/dist-types/commands/UpdateClusterCommand.d.ts +1 -1
- package/dist-types/commands/UpdateClusterSoftwareCommand.d.ts +5 -0
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWorkforceCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +114 -164
- package/dist-types/models/models_1.d.ts +161 -101
- package/dist-types/models/models_2.d.ts +101 -137
- package/dist-types/models/models_3.d.ts +138 -123
- package/dist-types/models/models_4.d.ts +129 -78
- package/dist-types/models/models_5.d.ts +78 -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 +4 -2
- 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/UpdateUserProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateWorkforceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +55 -24
- package/dist-types/ts3.4/models/models_1.d.ts +26 -22
- package/dist-types/ts3.4/models/models_2.d.ts +22 -33
- package/dist-types/ts3.4/models/models_3.d.ts +35 -33
- package/dist-types/ts3.4/models/models_4.d.ts +35 -25
- package/dist-types/ts3.4/models/models_5.d.ts +25 -1
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
- package/package.json +1 -1
|
@@ -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";
|
|
@@ -1695,6 +1711,26 @@ export interface BatchDataCaptureConfig {
|
|
|
1695
1711
|
KmsKeyId?: string;
|
|
1696
1712
|
GenerateInferenceId?: boolean;
|
|
1697
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
|
+
}
|
|
1698
1734
|
export interface BatchDescribeModelPackageInput {
|
|
1699
1735
|
ModelPackageArnList: string[] | undefined;
|
|
1700
1736
|
}
|
|
@@ -2101,6 +2137,24 @@ export declare const ClusterInstanceType: {
|
|
|
2101
2137
|
readonly ML_G5_4XLARGE: "ml.g5.4xlarge";
|
|
2102
2138
|
readonly ML_G5_8XLARGE: "ml.g5.8xlarge";
|
|
2103
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";
|
|
2104
2158
|
readonly ML_M5_12XLARGE: "ml.m5.12xlarge";
|
|
2105
2159
|
readonly ML_M5_16XLARGE: "ml.m5.16xlarge";
|
|
2106
2160
|
readonly ML_M5_24XLARGE: "ml.m5.24xlarge";
|
|
@@ -2111,6 +2165,7 @@ export declare const ClusterInstanceType: {
|
|
|
2111
2165
|
readonly ML_M5_XLARGE: "ml.m5.xlarge";
|
|
2112
2166
|
readonly ML_P4DE_24XLARGE: "ml.p4de.24xlarge";
|
|
2113
2167
|
readonly ML_P4D_24XLARGE: "ml.p4d.24xlarge";
|
|
2168
|
+
readonly ML_P5E_48XLARGE: "ml.p5e.48xlarge";
|
|
2114
2169
|
readonly ML_P5_48XLARGE: "ml.p5.48xlarge";
|
|
2115
2170
|
readonly ML_T3_2XLARGE: "ml.t3.2xlarge";
|
|
2116
2171
|
readonly ML_T3_LARGE: "ml.t3.large";
|
|
@@ -2556,27 +2611,3 @@ export interface TrainingSpecification {
|
|
|
2556
2611
|
SupportedTuningJobObjectiveMetrics?: HyperParameterTuningJobObjective[];
|
|
2557
2612
|
AdditionalS3DataSource?: AdditionalS3DataSource;
|
|
2558
2613
|
}
|
|
2559
|
-
export interface CreateAlgorithmInput {
|
|
2560
|
-
AlgorithmName: string | undefined;
|
|
2561
|
-
AlgorithmDescription?: string;
|
|
2562
|
-
TrainingSpecification: TrainingSpecification | undefined;
|
|
2563
|
-
InferenceSpecification?: InferenceSpecification;
|
|
2564
|
-
ValidationSpecification?: AlgorithmValidationSpecification;
|
|
2565
|
-
CertifyForMarketplace?: boolean;
|
|
2566
|
-
Tags?: Tag[];
|
|
2567
|
-
}
|
|
2568
|
-
export interface CreateAlgorithmOutput {
|
|
2569
|
-
AlgorithmArn: string | undefined;
|
|
2570
|
-
}
|
|
2571
|
-
export interface CreateAppRequest {
|
|
2572
|
-
DomainId: string | undefined;
|
|
2573
|
-
UserProfileName?: string;
|
|
2574
|
-
SpaceName?: string;
|
|
2575
|
-
AppType: AppType | undefined;
|
|
2576
|
-
AppName: string | undefined;
|
|
2577
|
-
Tags?: Tag[];
|
|
2578
|
-
ResourceSpec?: ResourceSpec;
|
|
2579
|
-
}
|
|
2580
|
-
export interface CreateAppResponse {
|
|
2581
|
-
AppArn?: string;
|
|
2582
|
-
}
|
|
@@ -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";
|
|
@@ -2060,28 +2086,6 @@ export interface CreateOptimizationJobRequest {
|
|
|
2060
2086
|
Tags?: Tag[];
|
|
2061
2087
|
VpcConfig?: OptimizationVpcConfig;
|
|
2062
2088
|
}
|
|
2063
|
-
export interface CreateOptimizationJobResponse {
|
|
2064
|
-
OptimizationJobArn: string | undefined;
|
|
2065
|
-
}
|
|
2066
|
-
export interface ParallelismConfiguration {
|
|
2067
|
-
MaxParallelExecutionSteps: number | undefined;
|
|
2068
|
-
}
|
|
2069
|
-
export interface PipelineDefinitionS3Location {
|
|
2070
|
-
Bucket: string | undefined;
|
|
2071
|
-
ObjectKey: string | undefined;
|
|
2072
|
-
VersionId?: string;
|
|
2073
|
-
}
|
|
2074
|
-
export interface CreatePipelineRequest {
|
|
2075
|
-
PipelineName: string | undefined;
|
|
2076
|
-
PipelineDisplayName?: string;
|
|
2077
|
-
PipelineDefinition?: string;
|
|
2078
|
-
PipelineDefinitionS3Location?: PipelineDefinitionS3Location;
|
|
2079
|
-
PipelineDescription?: string;
|
|
2080
|
-
ClientRequestToken?: string;
|
|
2081
|
-
RoleArn: string | undefined;
|
|
2082
|
-
Tags?: Tag[];
|
|
2083
|
-
ParallelismConfiguration?: ParallelismConfiguration;
|
|
2084
|
-
}
|
|
2085
2089
|
export declare const CreateModelCardRequestFilterSensitiveLog: (
|
|
2086
2090
|
obj: CreateModelCardRequest
|
|
2087
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,28 @@ 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
|
+
}
|
|
138
157
|
export interface CreatePipelineResponse {
|
|
139
158
|
PipelineArn?: string;
|
|
140
159
|
}
|
|
@@ -1954,36 +1973,6 @@ export declare const RecommendationJobStatus: {
|
|
|
1954
1973
|
};
|
|
1955
1974
|
export type RecommendationJobStatus =
|
|
1956
1975
|
(typeof RecommendationJobStatus)[keyof typeof RecommendationJobStatus];
|
|
1957
|
-
export interface DescribeInferenceRecommendationsJobResponse {
|
|
1958
|
-
JobName: string | undefined;
|
|
1959
|
-
JobDescription?: string;
|
|
1960
|
-
JobType: RecommendationJobType | undefined;
|
|
1961
|
-
JobArn: string | undefined;
|
|
1962
|
-
RoleArn: string | undefined;
|
|
1963
|
-
Status: RecommendationJobStatus | undefined;
|
|
1964
|
-
CreationTime: Date | undefined;
|
|
1965
|
-
CompletionTime?: Date;
|
|
1966
|
-
LastModifiedTime: Date | undefined;
|
|
1967
|
-
FailureReason?: string;
|
|
1968
|
-
InputConfig: RecommendationJobInputConfig | undefined;
|
|
1969
|
-
StoppingConditions?: RecommendationJobStoppingConditions;
|
|
1970
|
-
InferenceRecommendations?: InferenceRecommendation[];
|
|
1971
|
-
EndpointPerformances?: EndpointPerformance[];
|
|
1972
|
-
}
|
|
1973
|
-
export interface DescribeLabelingJobRequest {
|
|
1974
|
-
LabelingJobName: string | undefined;
|
|
1975
|
-
}
|
|
1976
|
-
export interface LabelCounters {
|
|
1977
|
-
TotalLabeled?: number;
|
|
1978
|
-
HumanLabeled?: number;
|
|
1979
|
-
MachineLabeled?: number;
|
|
1980
|
-
FailedNonRetryableError?: number;
|
|
1981
|
-
Unlabeled?: number;
|
|
1982
|
-
}
|
|
1983
|
-
export interface LabelingJobOutput {
|
|
1984
|
-
OutputDatasetS3Uri: string | undefined;
|
|
1985
|
-
FinalActiveLearningModelArn?: string;
|
|
1986
|
-
}
|
|
1987
1976
|
export declare const OidcConfigFilterSensitiveLog: (obj: OidcConfig) => any;
|
|
1988
1977
|
export declare const CreateWorkforceRequestFilterSensitiveLog: (
|
|
1989
1978
|
obj: CreateWorkforceRequest
|
|
@@ -107,7 +107,8 @@ import {
|
|
|
107
107
|
OptimizationJobModelSource,
|
|
108
108
|
OptimizationJobOutputConfig,
|
|
109
109
|
OptimizationVpcConfig,
|
|
110
|
-
|
|
110
|
+
RecommendationJobInputConfig,
|
|
111
|
+
RecommendationJobStoppingConditions,
|
|
111
112
|
RecommendationJobType,
|
|
112
113
|
ResourceLimits,
|
|
113
114
|
RetryStrategy,
|
|
@@ -128,6 +129,7 @@ import {
|
|
|
128
129
|
DomainStatus,
|
|
129
130
|
EdgePackagingJobStatus,
|
|
130
131
|
EndpointOutputConfiguration,
|
|
132
|
+
EndpointPerformance,
|
|
131
133
|
EndpointStatus,
|
|
132
134
|
ExperimentConfig,
|
|
133
135
|
ExperimentSource,
|
|
@@ -147,9 +149,8 @@ import {
|
|
|
147
149
|
InferenceComponentStatus,
|
|
148
150
|
InferenceExperimentStatus,
|
|
149
151
|
InferenceMetrics,
|
|
152
|
+
InferenceRecommendation,
|
|
150
153
|
InfraCheckConfig,
|
|
151
|
-
LabelCounters,
|
|
152
|
-
LabelingJobOutput,
|
|
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,36 @@ 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
|
+
}
|
|
187
219
|
export declare const LabelingJobStatus: {
|
|
188
220
|
readonly COMPLETED: "Completed";
|
|
189
221
|
readonly FAILED: "Failed";
|
|
@@ -2464,36 +2496,6 @@ export interface ListLineageGroupsResponse {
|
|
|
2464
2496
|
LineageGroupSummaries?: LineageGroupSummary[];
|
|
2465
2497
|
NextToken?: string;
|
|
2466
2498
|
}
|
|
2467
|
-
export declare const SortTrackingServerBy: {
|
|
2468
|
-
readonly CREATION_TIME: "CreationTime";
|
|
2469
|
-
readonly NAME: "Name";
|
|
2470
|
-
readonly STATUS: "Status";
|
|
2471
|
-
};
|
|
2472
|
-
export type SortTrackingServerBy =
|
|
2473
|
-
(typeof SortTrackingServerBy)[keyof typeof SortTrackingServerBy];
|
|
2474
|
-
export interface ListMlflowTrackingServersRequest {
|
|
2475
|
-
CreatedAfter?: Date;
|
|
2476
|
-
CreatedBefore?: Date;
|
|
2477
|
-
TrackingServerStatus?: TrackingServerStatus;
|
|
2478
|
-
MlflowVersion?: string;
|
|
2479
|
-
SortBy?: SortTrackingServerBy;
|
|
2480
|
-
SortOrder?: SortOrder;
|
|
2481
|
-
NextToken?: string;
|
|
2482
|
-
MaxResults?: number;
|
|
2483
|
-
}
|
|
2484
|
-
export interface TrackingServerSummary {
|
|
2485
|
-
TrackingServerArn?: string;
|
|
2486
|
-
TrackingServerName?: string;
|
|
2487
|
-
CreationTime?: Date;
|
|
2488
|
-
LastModifiedTime?: Date;
|
|
2489
|
-
TrackingServerStatus?: TrackingServerStatus;
|
|
2490
|
-
IsActive?: IsTrackingServerActive;
|
|
2491
|
-
MlflowVersion?: string;
|
|
2492
|
-
}
|
|
2493
|
-
export interface ListMlflowTrackingServersResponse {
|
|
2494
|
-
TrackingServerSummaries?: TrackingServerSummary[];
|
|
2495
|
-
NextToken?: string;
|
|
2496
|
-
}
|
|
2497
2499
|
export declare const DescribeModelCardResponseFilterSensitiveLog: (
|
|
2498
2500
|
obj: DescribeModelCardResponse
|
|
2499
2501
|
) => any;
|
|
@@ -65,8 +65,6 @@ import {
|
|
|
65
65
|
NotebookInstanceAcceleratorType,
|
|
66
66
|
NotebookInstanceLifecycleHook,
|
|
67
67
|
OptimizationJobDeploymentInstanceType,
|
|
68
|
-
ParallelismConfiguration,
|
|
69
|
-
PipelineDefinitionS3Location,
|
|
70
68
|
Processor,
|
|
71
69
|
RetryStrategy,
|
|
72
70
|
RootAccess,
|
|
@@ -94,7 +92,8 @@ import {
|
|
|
94
92
|
HyperParameterTrainingJobSummary,
|
|
95
93
|
ModelArtifacts,
|
|
96
94
|
ModelClientConfig,
|
|
97
|
-
|
|
95
|
+
ParallelismConfiguration,
|
|
96
|
+
PipelineDefinitionS3Location,
|
|
98
97
|
ProcessingInput,
|
|
99
98
|
ProcessingOutputConfig,
|
|
100
99
|
ProcessingResources,
|
|
@@ -104,7 +103,6 @@ import {
|
|
|
104
103
|
ProvisioningParameter,
|
|
105
104
|
ServiceCatalogProvisioningDetails,
|
|
106
105
|
SharingType,
|
|
107
|
-
SourceIpConfig,
|
|
108
106
|
SpaceSettings,
|
|
109
107
|
SpaceStorageSettings,
|
|
110
108
|
StudioLifecycleConfigAppType,
|
|
@@ -113,7 +111,6 @@ import {
|
|
|
113
111
|
TrialComponentArtifact,
|
|
114
112
|
TrialComponentParameterValue,
|
|
115
113
|
TrialComponentStatus,
|
|
116
|
-
WorkforceVpcConfigRequest,
|
|
117
114
|
} from "./models_2";
|
|
118
115
|
import {
|
|
119
116
|
DesiredWeightAndCapacity,
|
|
@@ -135,6 +132,7 @@ import {
|
|
|
135
132
|
GitConfigForUpdate,
|
|
136
133
|
HyperParameterTuningJobSearchEntity,
|
|
137
134
|
InferenceExperimentStopDesiredState,
|
|
135
|
+
IsTrackingServerActive,
|
|
138
136
|
LambdaStepMetadata,
|
|
139
137
|
LineageType,
|
|
140
138
|
MetricData,
|
|
@@ -161,6 +159,7 @@ import {
|
|
|
161
159
|
SortOrder,
|
|
162
160
|
SpaceStatus,
|
|
163
161
|
SubscribedWorkteam,
|
|
162
|
+
TrackingServerStatus,
|
|
164
163
|
TransformJobStatus,
|
|
165
164
|
TrialComponentMetricSummary,
|
|
166
165
|
TrialComponentSource,
|
|
@@ -171,6 +170,36 @@ import {
|
|
|
171
170
|
Workforce,
|
|
172
171
|
Workteam,
|
|
173
172
|
} from "./models_3";
|
|
173
|
+
export declare const SortTrackingServerBy: {
|
|
174
|
+
readonly CREATION_TIME: "CreationTime";
|
|
175
|
+
readonly NAME: "Name";
|
|
176
|
+
readonly STATUS: "Status";
|
|
177
|
+
};
|
|
178
|
+
export type SortTrackingServerBy =
|
|
179
|
+
(typeof SortTrackingServerBy)[keyof typeof SortTrackingServerBy];
|
|
180
|
+
export interface ListMlflowTrackingServersRequest {
|
|
181
|
+
CreatedAfter?: Date;
|
|
182
|
+
CreatedBefore?: Date;
|
|
183
|
+
TrackingServerStatus?: TrackingServerStatus;
|
|
184
|
+
MlflowVersion?: string;
|
|
185
|
+
SortBy?: SortTrackingServerBy;
|
|
186
|
+
SortOrder?: SortOrder;
|
|
187
|
+
NextToken?: string;
|
|
188
|
+
MaxResults?: number;
|
|
189
|
+
}
|
|
190
|
+
export interface TrackingServerSummary {
|
|
191
|
+
TrackingServerArn?: string;
|
|
192
|
+
TrackingServerName?: string;
|
|
193
|
+
CreationTime?: Date;
|
|
194
|
+
LastModifiedTime?: Date;
|
|
195
|
+
TrackingServerStatus?: TrackingServerStatus;
|
|
196
|
+
IsActive?: IsTrackingServerActive;
|
|
197
|
+
MlflowVersion?: string;
|
|
198
|
+
}
|
|
199
|
+
export interface ListMlflowTrackingServersResponse {
|
|
200
|
+
TrackingServerSummaries?: TrackingServerSummary[];
|
|
201
|
+
NextToken?: string;
|
|
202
|
+
}
|
|
174
203
|
export interface ListModelBiasJobDefinitionsRequest {
|
|
175
204
|
EndpointName?: string;
|
|
176
205
|
SortBy?: MonitoringJobDefinitionSortKey;
|
|
@@ -1022,6 +1051,7 @@ export interface TrainingJobSummary {
|
|
|
1022
1051
|
TrainingEndTime?: Date;
|
|
1023
1052
|
LastModifiedTime?: Date;
|
|
1024
1053
|
TrainingJobStatus: TrainingJobStatus | undefined;
|
|
1054
|
+
SecondaryStatus?: SecondaryStatus;
|
|
1025
1055
|
WarmPoolStatus?: WarmPoolStatus;
|
|
1026
1056
|
}
|
|
1027
1057
|
export interface ListTrainingJobsResponse {
|
|
@@ -2079,23 +2109,6 @@ export interface UpdateTrialComponentRequest {
|
|
|
2079
2109
|
export interface UpdateTrialComponentResponse {
|
|
2080
2110
|
TrialComponentArn?: string;
|
|
2081
2111
|
}
|
|
2082
|
-
export interface UpdateUserProfileRequest {
|
|
2083
|
-
DomainId: string | undefined;
|
|
2084
|
-
UserProfileName: string | undefined;
|
|
2085
|
-
UserSettings?: UserSettings;
|
|
2086
|
-
}
|
|
2087
|
-
export interface UpdateUserProfileResponse {
|
|
2088
|
-
UserProfileArn?: string;
|
|
2089
|
-
}
|
|
2090
|
-
export interface UpdateWorkforceRequest {
|
|
2091
|
-
WorkforceName: string | undefined;
|
|
2092
|
-
SourceIpConfig?: SourceIpConfig;
|
|
2093
|
-
OidcConfig?: OidcConfig;
|
|
2094
|
-
WorkforceVpcConfig?: WorkforceVpcConfigRequest;
|
|
2095
|
-
}
|
|
2096
|
-
export interface UpdateWorkforceResponse {
|
|
2097
|
-
Workforce: Workforce | undefined;
|
|
2098
|
-
}
|
|
2099
2112
|
export declare const ModelCardFilterSensitiveLog: (obj: ModelCard) => any;
|
|
2100
2113
|
export declare const ModelPackageFilterSensitiveLog: (obj: ModelPackage) => any;
|
|
2101
2114
|
export declare const SearchRecordFilterSensitiveLog: (obj: SearchRecord) => any;
|
|
@@ -2108,6 +2121,3 @@ export declare const UpdateModelCardRequestFilterSensitiveLog: (
|
|
|
2108
2121
|
export declare const UpdateModelPackageInputFilterSensitiveLog: (
|
|
2109
2122
|
obj: UpdateModelPackageInput
|
|
2110
2123
|
) => any;
|
|
2111
|
-
export declare const UpdateWorkforceRequestFilterSensitiveLog: (
|
|
2112
|
-
obj: UpdateWorkforceRequest
|
|
2113
|
-
) => any;
|
|
@@ -1,16 +1,37 @@
|
|
|
1
1
|
import { BooleanOperator } from "./models_0";
|
|
2
|
+
import { UserSettings } from "./models_1";
|
|
2
3
|
import {
|
|
3
4
|
CrossAccountFilterOption,
|
|
4
5
|
MemberDefinition,
|
|
5
6
|
NotificationConfiguration,
|
|
7
|
+
OidcConfig,
|
|
8
|
+
SourceIpConfig,
|
|
6
9
|
WorkerAccessConfiguration,
|
|
10
|
+
WorkforceVpcConfigRequest,
|
|
7
11
|
} from "./models_2";
|
|
8
|
-
import { Filter, ResourceType, Workteam } from "./models_3";
|
|
12
|
+
import { Filter, ResourceType, Workforce, Workteam } from "./models_3";
|
|
9
13
|
import {
|
|
10
14
|
NestedFilters,
|
|
11
15
|
SearchSortOrder,
|
|
12
16
|
VisibilityConditions,
|
|
13
17
|
} from "./models_4";
|
|
18
|
+
export interface UpdateUserProfileRequest {
|
|
19
|
+
DomainId: string | undefined;
|
|
20
|
+
UserProfileName: string | undefined;
|
|
21
|
+
UserSettings?: UserSettings;
|
|
22
|
+
}
|
|
23
|
+
export interface UpdateUserProfileResponse {
|
|
24
|
+
UserProfileArn?: string;
|
|
25
|
+
}
|
|
26
|
+
export interface UpdateWorkforceRequest {
|
|
27
|
+
WorkforceName: string | undefined;
|
|
28
|
+
SourceIpConfig?: SourceIpConfig;
|
|
29
|
+
OidcConfig?: OidcConfig;
|
|
30
|
+
WorkforceVpcConfig?: WorkforceVpcConfigRequest;
|
|
31
|
+
}
|
|
32
|
+
export interface UpdateWorkforceResponse {
|
|
33
|
+
Workforce: Workforce | undefined;
|
|
34
|
+
}
|
|
14
35
|
export interface UpdateWorkteamRequest {
|
|
15
36
|
WorkteamName: string | undefined;
|
|
16
37
|
MemberDefinitions?: MemberDefinition[];
|
|
@@ -37,3 +58,6 @@ export interface SearchRequest {
|
|
|
37
58
|
CrossAccountFilterOption?: CrossAccountFilterOption;
|
|
38
59
|
VisibilityConditions?: VisibilityConditions[];
|
|
39
60
|
}
|
|
61
|
+
export declare const UpdateWorkforceRequestFilterSensitiveLog: (
|
|
62
|
+
obj: UpdateWorkforceRequest
|
|
63
|
+
) => any;
|
|
@@ -15,6 +15,10 @@ import {
|
|
|
15
15
|
AssociateTrialComponentCommandInput,
|
|
16
16
|
AssociateTrialComponentCommandOutput,
|
|
17
17
|
} from "../commands/AssociateTrialComponentCommand";
|
|
18
|
+
import {
|
|
19
|
+
BatchDeleteClusterNodesCommandInput,
|
|
20
|
+
BatchDeleteClusterNodesCommandOutput,
|
|
21
|
+
} from "../commands/BatchDeleteClusterNodesCommand";
|
|
18
22
|
import {
|
|
19
23
|
BatchDescribeModelPackageCommandInput,
|
|
20
24
|
BatchDescribeModelPackageCommandOutput,
|
|
@@ -1355,6 +1359,10 @@ export declare const se_AssociateTrialComponentCommand: (
|
|
|
1355
1359
|
input: AssociateTrialComponentCommandInput,
|
|
1356
1360
|
context: __SerdeContext
|
|
1357
1361
|
) => Promise<__HttpRequest>;
|
|
1362
|
+
export declare const se_BatchDeleteClusterNodesCommand: (
|
|
1363
|
+
input: BatchDeleteClusterNodesCommandInput,
|
|
1364
|
+
context: __SerdeContext
|
|
1365
|
+
) => Promise<__HttpRequest>;
|
|
1358
1366
|
export declare const se_BatchDescribeModelPackageCommand: (
|
|
1359
1367
|
input: BatchDescribeModelPackageCommandInput,
|
|
1360
1368
|
context: __SerdeContext
|
|
@@ -2695,6 +2703,10 @@ export declare const de_AssociateTrialComponentCommand: (
|
|
|
2695
2703
|
output: __HttpResponse,
|
|
2696
2704
|
context: __SerdeContext
|
|
2697
2705
|
) => Promise<AssociateTrialComponentCommandOutput>;
|
|
2706
|
+
export declare const de_BatchDeleteClusterNodesCommand: (
|
|
2707
|
+
output: __HttpResponse,
|
|
2708
|
+
context: __SerdeContext
|
|
2709
|
+
) => Promise<BatchDeleteClusterNodesCommandOutput>;
|
|
2698
2710
|
export declare const de_BatchDescribeModelPackageCommand: (
|
|
2699
2711
|
output: __HttpResponse,
|
|
2700
2712
|
context: __SerdeContext
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sagemaker",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sagemaker Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.684.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-sagemaker",
|