@aws-sdk/client-sagemaker 3.817.0 → 3.821.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/dist-cjs/index.js +70 -23
- package/dist-es/models/models_0.js +3 -0
- package/dist-es/models/models_2.js +0 -15
- package/dist-es/models/models_3.js +20 -5
- package/dist-es/models/models_4.js +5 -0
- package/dist-es/protocols/Aws_json1_1.js +37 -0
- package/dist-types/commands/CreateDomainCommand.d.ts +1 -0
- package/dist-types/commands/CreateEndpointConfigCommand.d.ts +8 -0
- package/dist-types/commands/DescribeDomainCommand.d.ts +1 -0
- package/dist-types/commands/DescribeEndpointCommand.d.ts +30 -0
- package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +8 -0
- package/dist-types/commands/DescribeFlowDefinitionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeHubCommand.d.ts +1 -2
- package/dist-types/commands/DescribeMlflowTrackingServerCommand.d.ts +1 -0
- package/dist-types/commands/ListCodeRepositoriesCommand.d.ts +1 -1
- package/dist-types/commands/ListCompilationJobsCommand.d.ts +1 -1
- package/dist-types/commands/SearchCommand.d.ts +30 -0
- package/dist-types/commands/StopCompilationJobCommand.d.ts +1 -1
- package/dist-types/commands/StopEdgeDeploymentStageCommand.d.ts +1 -1
- package/dist-types/commands/StopEdgePackagingJobCommand.d.ts +1 -1
- package/dist-types/commands/StopHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/commands/StopInferenceExperimentCommand.d.ts +1 -2
- package/dist-types/commands/UpdateDomainCommand.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +11 -11
- package/dist-types/models/models_1.d.ts +38 -53
- package/dist-types/models/models_2.d.ts +121 -98
- package/dist-types/models/models_3.d.ts +117 -151
- package/dist-types/models/models_4.d.ts +151 -78
- package/dist-types/models/models_5.d.ts +77 -2
- package/dist-types/ts3.4/commands/DescribeFlowDefinitionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeHubCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/ListCodeRepositoriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListCompilationJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopCompilationJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopEdgeDeploymentStageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopEdgePackagingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopInferenceExperimentCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_0.d.ts +5 -3
- package/dist-types/ts3.4/models/models_1.d.ts +13 -13
- package/dist-types/ts3.4/models/models_2.d.ts +32 -39
- package/dist-types/ts3.4/models/models_3.d.ts +45 -45
- package/dist-types/ts3.4/models/models_4.d.ts +43 -22
- package/dist-types/ts3.4/models/models_5.d.ts +22 -0
- package/package.json +34 -34
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { StopCompilationJobRequest } from "../models/
|
|
3
|
+
import { StopCompilationJobRequest } from "../models/models_5";
|
|
4
4
|
import {
|
|
5
5
|
SageMakerClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { StopEdgeDeploymentStageRequest } from "../models/
|
|
3
|
+
import { StopEdgeDeploymentStageRequest } from "../models/models_5";
|
|
4
4
|
import {
|
|
5
5
|
SageMakerClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { StopEdgePackagingJobRequest } from "../models/
|
|
3
|
+
import { StopEdgePackagingJobRequest } from "../models/models_5";
|
|
4
4
|
import {
|
|
5
5
|
SageMakerClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { StopHyperParameterTuningJobRequest } from "../models/
|
|
3
|
+
import { StopHyperParameterTuningJobRequest } from "../models/models_5";
|
|
4
4
|
import {
|
|
5
5
|
SageMakerClientResolvedConfig,
|
|
6
6
|
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
|
+
StopInferenceExperimentRequest,
|
|
5
|
+
StopInferenceExperimentResponse,
|
|
6
|
+
} from "../models/models_5";
|
|
5
7
|
import {
|
|
6
8
|
SageMakerClientResolvedConfig,
|
|
7
9
|
ServiceInputTypes,
|
|
@@ -2003,6 +2003,11 @@ export interface CanvasAppSettings {
|
|
|
2003
2003
|
GenerativeAiSettings?: GenerativeAiSettings | undefined;
|
|
2004
2004
|
EmrServerlessSettings?: EmrServerlessSettings | undefined;
|
|
2005
2005
|
}
|
|
2006
|
+
export declare const CapacityReservationPreference: {
|
|
2007
|
+
readonly CAPACITY_RESERVATIONS_ONLY: "capacity-reservations-only";
|
|
2008
|
+
};
|
|
2009
|
+
export type CapacityReservationPreference =
|
|
2010
|
+
(typeof CapacityReservationPreference)[keyof typeof CapacityReservationPreference];
|
|
2006
2011
|
export declare const NodeUnavailabilityType: {
|
|
2007
2012
|
readonly CAPACITY_PERCENTAGE: "CAPACITY_PERCENTAGE";
|
|
2008
2013
|
readonly INSTANCE_COUNT: "INSTANCE_COUNT";
|
|
@@ -2735,6 +2740,3 @@ export declare const ModelCacheSetting: {
|
|
|
2735
2740
|
};
|
|
2736
2741
|
export type ModelCacheSetting =
|
|
2737
2742
|
(typeof ModelCacheSetting)[keyof typeof ModelCacheSetting];
|
|
2738
|
-
export interface MultiModelConfig {
|
|
2739
|
-
ModelCacheSetting?: ModelCacheSetting | undefined;
|
|
2740
|
-
}
|
|
@@ -39,6 +39,7 @@ import {
|
|
|
39
39
|
Bias,
|
|
40
40
|
BlueGreenUpdatePolicy,
|
|
41
41
|
CanvasAppSettings,
|
|
42
|
+
CapacityReservationPreference,
|
|
42
43
|
CapacitySize,
|
|
43
44
|
CaptureContentTypeHeader,
|
|
44
45
|
CaptureOption,
|
|
@@ -71,8 +72,8 @@ import {
|
|
|
71
72
|
MetricDefinition,
|
|
72
73
|
MetricsSource,
|
|
73
74
|
ModelApprovalStatus,
|
|
75
|
+
ModelCacheSetting,
|
|
74
76
|
ModelDataSource,
|
|
75
|
-
MultiModelConfig,
|
|
76
77
|
OutputDataConfig,
|
|
77
78
|
ProblemType,
|
|
78
79
|
ProcessingS3DataDistributionType,
|
|
@@ -92,6 +93,9 @@ import {
|
|
|
92
93
|
VpcConfig,
|
|
93
94
|
} from "./models_0";
|
|
94
95
|
import { SageMakerServiceException as __BaseException } from "./SageMakerServiceException";
|
|
96
|
+
export interface MultiModelConfig {
|
|
97
|
+
ModelCacheSetting?: ModelCacheSetting | undefined;
|
|
98
|
+
}
|
|
95
99
|
export interface ContainerDefinition {
|
|
96
100
|
ContainerHostname?: string | undefined;
|
|
97
101
|
Image?: string | undefined;
|
|
@@ -822,6 +826,7 @@ export interface UnifiedStudioSettings {
|
|
|
822
826
|
ProjectId?: string | undefined;
|
|
823
827
|
EnvironmentId?: string | undefined;
|
|
824
828
|
ProjectS3Path?: string | undefined;
|
|
829
|
+
SingleSignOnApplicationArn?: string | undefined;
|
|
825
830
|
}
|
|
826
831
|
export interface DomainSettings {
|
|
827
832
|
SecurityGroupIds?: string[] | undefined;
|
|
@@ -953,6 +958,10 @@ export declare const ProductionVariantAcceleratorType: {
|
|
|
953
958
|
};
|
|
954
959
|
export type ProductionVariantAcceleratorType =
|
|
955
960
|
(typeof ProductionVariantAcceleratorType)[keyof typeof ProductionVariantAcceleratorType];
|
|
961
|
+
export interface ProductionVariantCapacityReservationConfig {
|
|
962
|
+
CapacityReservationPreference?: CapacityReservationPreference | undefined;
|
|
963
|
+
MlReservationArn?: string | undefined;
|
|
964
|
+
}
|
|
956
965
|
export interface ProductionVariantCoreDumpConfig {
|
|
957
966
|
DestinationS3Uri: string | undefined;
|
|
958
967
|
KmsKeyId?: string | undefined;
|
|
@@ -1006,6 +1015,9 @@ export interface ProductionVariant {
|
|
|
1006
1015
|
ManagedInstanceScaling?: ProductionVariantManagedInstanceScaling | undefined;
|
|
1007
1016
|
RoutingConfig?: ProductionVariantRoutingConfig | undefined;
|
|
1008
1017
|
InferenceAmiVersion?: ProductionVariantInferenceAmiVersion | undefined;
|
|
1018
|
+
CapacityReservationConfig?:
|
|
1019
|
+
| ProductionVariantCapacityReservationConfig
|
|
1020
|
+
| undefined;
|
|
1009
1021
|
}
|
|
1010
1022
|
export interface CreateEndpointConfigInput {
|
|
1011
1023
|
EndpointConfigName: string | undefined;
|
|
@@ -2129,18 +2141,6 @@ export interface CreateModelQualityJobDefinitionRequest {
|
|
|
2129
2141
|
export interface CreateModelQualityJobDefinitionResponse {
|
|
2130
2142
|
JobDefinitionArn: string | undefined;
|
|
2131
2143
|
}
|
|
2132
|
-
export interface MonitoringBaselineConfig {
|
|
2133
|
-
BaseliningJobName?: string | undefined;
|
|
2134
|
-
ConstraintsResource?: MonitoringConstraintsResource | undefined;
|
|
2135
|
-
StatisticsResource?: MonitoringStatisticsResource | undefined;
|
|
2136
|
-
}
|
|
2137
|
-
export interface MonitoringAppSpecification {
|
|
2138
|
-
ImageUri: string | undefined;
|
|
2139
|
-
ContainerEntrypoint?: string[] | undefined;
|
|
2140
|
-
ContainerArguments?: string[] | undefined;
|
|
2141
|
-
RecordPreprocessorSourceUri?: string | undefined;
|
|
2142
|
-
PostAnalyticsProcessorSourceUri?: string | undefined;
|
|
2143
|
-
}
|
|
2144
2144
|
export declare const CreateModelCardRequestFilterSensitiveLog: (
|
|
2145
2145
|
obj: CreateModelCardRequest
|
|
2146
2146
|
) => any;
|
|
@@ -35,6 +35,7 @@ import {
|
|
|
35
35
|
BatchDataCaptureConfig,
|
|
36
36
|
BatchStrategy,
|
|
37
37
|
BatchTransformInput,
|
|
38
|
+
CapacityReservationPreference,
|
|
38
39
|
CaptureStatus,
|
|
39
40
|
Channel,
|
|
40
41
|
CheckpointConfig,
|
|
@@ -91,20 +92,16 @@ import {
|
|
|
91
92
|
ExplainerConfig,
|
|
92
93
|
FeatureDefinition,
|
|
93
94
|
FeatureType,
|
|
94
|
-
FlowDefinitionOutputConfig,
|
|
95
|
-
HumanLoopActivationConfig,
|
|
96
|
-
HumanLoopConfig,
|
|
97
|
-
HumanLoopRequestSource,
|
|
98
95
|
InputConfig,
|
|
99
96
|
JupyterServerAppSettings,
|
|
100
97
|
KernelGatewayAppSettings,
|
|
101
98
|
MetadataProperties,
|
|
102
99
|
ModelDeployConfig,
|
|
103
|
-
|
|
104
|
-
MonitoringBaselineConfig,
|
|
100
|
+
MonitoringConstraintsResource,
|
|
105
101
|
MonitoringNetworkConfig,
|
|
106
102
|
MonitoringOutputConfig,
|
|
107
103
|
MonitoringResources,
|
|
104
|
+
MonitoringStatisticsResource,
|
|
108
105
|
MonitoringStoppingCondition,
|
|
109
106
|
NeoVpcConfig,
|
|
110
107
|
OfflineStoreConfig,
|
|
@@ -124,6 +121,18 @@ import {
|
|
|
124
121
|
TrainingSpecification,
|
|
125
122
|
UserSettings,
|
|
126
123
|
} from "./models_1";
|
|
124
|
+
export interface MonitoringBaselineConfig {
|
|
125
|
+
BaseliningJobName?: string | undefined;
|
|
126
|
+
ConstraintsResource?: MonitoringConstraintsResource | undefined;
|
|
127
|
+
StatisticsResource?: MonitoringStatisticsResource | undefined;
|
|
128
|
+
}
|
|
129
|
+
export interface MonitoringAppSpecification {
|
|
130
|
+
ImageUri: string | undefined;
|
|
131
|
+
ContainerEntrypoint?: string[] | undefined;
|
|
132
|
+
ContainerArguments?: string[] | undefined;
|
|
133
|
+
RecordPreprocessorSourceUri?: string | undefined;
|
|
134
|
+
PostAnalyticsProcessorSourceUri?: string | undefined;
|
|
135
|
+
}
|
|
127
136
|
export interface MonitoringInput {
|
|
128
137
|
EndpointInput?: EndpointInput | undefined;
|
|
129
138
|
BatchTransformInput?: BatchTransformInput | undefined;
|
|
@@ -1766,6 +1775,20 @@ export interface PendingDeploymentSummary {
|
|
|
1766
1775
|
StartTime?: Date | undefined;
|
|
1767
1776
|
ShadowProductionVariants?: PendingProductionVariantSummary[] | undefined;
|
|
1768
1777
|
}
|
|
1778
|
+
export interface Ec2CapacityReservation {
|
|
1779
|
+
Ec2CapacityReservationId?: string | undefined;
|
|
1780
|
+
TotalInstanceCount?: number | undefined;
|
|
1781
|
+
AvailableInstanceCount?: number | undefined;
|
|
1782
|
+
UsedByCurrentEndpoint?: number | undefined;
|
|
1783
|
+
}
|
|
1784
|
+
export interface ProductionVariantCapacityReservationSummary {
|
|
1785
|
+
MlReservationArn?: string | undefined;
|
|
1786
|
+
CapacityReservationPreference?: CapacityReservationPreference | undefined;
|
|
1787
|
+
TotalInstanceCount?: number | undefined;
|
|
1788
|
+
AvailableInstanceCount?: number | undefined;
|
|
1789
|
+
UsedByCurrentEndpoint?: number | undefined;
|
|
1790
|
+
Ec2CapacityReservations?: Ec2CapacityReservation[] | undefined;
|
|
1791
|
+
}
|
|
1769
1792
|
export interface ProductionVariantSummary {
|
|
1770
1793
|
VariantName: string | undefined;
|
|
1771
1794
|
DeployedImages?: DeployedImage[] | undefined;
|
|
@@ -1778,6 +1801,9 @@ export interface ProductionVariantSummary {
|
|
|
1778
1801
|
DesiredServerlessConfig?: ProductionVariantServerlessConfig | undefined;
|
|
1779
1802
|
ManagedInstanceScaling?: ProductionVariantManagedInstanceScaling | undefined;
|
|
1780
1803
|
RoutingConfig?: ProductionVariantRoutingConfig | undefined;
|
|
1804
|
+
CapacityReservationConfig?:
|
|
1805
|
+
| ProductionVariantCapacityReservationSummary
|
|
1806
|
+
| undefined;
|
|
1781
1807
|
}
|
|
1782
1808
|
export interface DescribeEndpointOutput {
|
|
1783
1809
|
EndpointName: string | undefined;
|
|
@@ -1911,39 +1937,6 @@ export interface DescribeFeatureMetadataResponse {
|
|
|
1911
1937
|
export interface DescribeFlowDefinitionRequest {
|
|
1912
1938
|
FlowDefinitionName: string | undefined;
|
|
1913
1939
|
}
|
|
1914
|
-
export declare const FlowDefinitionStatus: {
|
|
1915
|
-
readonly ACTIVE: "Active";
|
|
1916
|
-
readonly DELETING: "Deleting";
|
|
1917
|
-
readonly FAILED: "Failed";
|
|
1918
|
-
readonly INITIALIZING: "Initializing";
|
|
1919
|
-
};
|
|
1920
|
-
export type FlowDefinitionStatus =
|
|
1921
|
-
(typeof FlowDefinitionStatus)[keyof typeof FlowDefinitionStatus];
|
|
1922
|
-
export interface DescribeFlowDefinitionResponse {
|
|
1923
|
-
FlowDefinitionArn: string | undefined;
|
|
1924
|
-
FlowDefinitionName: string | undefined;
|
|
1925
|
-
FlowDefinitionStatus: FlowDefinitionStatus | undefined;
|
|
1926
|
-
CreationTime: Date | undefined;
|
|
1927
|
-
HumanLoopRequestSource?: HumanLoopRequestSource | undefined;
|
|
1928
|
-
HumanLoopActivationConfig?: HumanLoopActivationConfig | undefined;
|
|
1929
|
-
HumanLoopConfig?: HumanLoopConfig | undefined;
|
|
1930
|
-
OutputConfig: FlowDefinitionOutputConfig | undefined;
|
|
1931
|
-
RoleArn: string | undefined;
|
|
1932
|
-
FailureReason?: string | undefined;
|
|
1933
|
-
}
|
|
1934
|
-
export interface DescribeHubRequest {
|
|
1935
|
-
HubName: string | undefined;
|
|
1936
|
-
}
|
|
1937
|
-
export declare const HubStatus: {
|
|
1938
|
-
readonly CREATE_FAILED: "CreateFailed";
|
|
1939
|
-
readonly CREATING: "Creating";
|
|
1940
|
-
readonly DELETE_FAILED: "DeleteFailed";
|
|
1941
|
-
readonly DELETING: "Deleting";
|
|
1942
|
-
readonly IN_SERVICE: "InService";
|
|
1943
|
-
readonly UPDATE_FAILED: "UpdateFailed";
|
|
1944
|
-
readonly UPDATING: "Updating";
|
|
1945
|
-
};
|
|
1946
|
-
export type HubStatus = (typeof HubStatus)[keyof typeof HubStatus];
|
|
1947
1940
|
export declare const OidcConfigFilterSensitiveLog: (obj: OidcConfig) => any;
|
|
1948
1941
|
export declare const CreateWorkforceRequestFilterSensitiveLog: (
|
|
1949
1942
|
obj: CreateWorkforceRequest
|
|
@@ -31,12 +31,7 @@ import {
|
|
|
31
31
|
ClusterSchedulerConfigSummary,
|
|
32
32
|
ClusterSortBy,
|
|
33
33
|
ClusterSummary,
|
|
34
|
-
CodeRepositorySortBy,
|
|
35
|
-
CodeRepositorySortOrder,
|
|
36
|
-
CodeRepositorySummary,
|
|
37
34
|
CognitoConfig,
|
|
38
|
-
CompilationJobStatus,
|
|
39
|
-
CompilationJobSummary,
|
|
40
35
|
InferenceSpecification,
|
|
41
36
|
ModelApprovalStatus,
|
|
42
37
|
ModelPackageStatus,
|
|
@@ -65,7 +60,11 @@ import {
|
|
|
65
60
|
ExecutionRoleIdentityConfig,
|
|
66
61
|
FeatureDefinition,
|
|
67
62
|
FeatureType,
|
|
63
|
+
FlowDefinitionOutputConfig,
|
|
68
64
|
HubS3StorageConfig,
|
|
65
|
+
HumanLoopActivationConfig,
|
|
66
|
+
HumanLoopConfig,
|
|
67
|
+
HumanLoopRequestSource,
|
|
69
68
|
HumanTaskConfig,
|
|
70
69
|
HyperParameterTrainingJobDefinition,
|
|
71
70
|
HyperParameterTuningJobConfig,
|
|
@@ -140,9 +139,7 @@ import {
|
|
|
140
139
|
ExperimentSource,
|
|
141
140
|
FeatureGroupStatus,
|
|
142
141
|
FeatureParameter,
|
|
143
|
-
FlowDefinitionStatus,
|
|
144
142
|
HubContentType,
|
|
145
|
-
HubStatus,
|
|
146
143
|
InfraCheckConfig,
|
|
147
144
|
InstanceMetadataServiceConfiguration,
|
|
148
145
|
LastUpdateStatus,
|
|
@@ -188,6 +185,39 @@ import {
|
|
|
188
185
|
TrialComponentStatus,
|
|
189
186
|
WorkerAccessConfiguration,
|
|
190
187
|
} from "./models_2";
|
|
188
|
+
export declare const FlowDefinitionStatus: {
|
|
189
|
+
readonly ACTIVE: "Active";
|
|
190
|
+
readonly DELETING: "Deleting";
|
|
191
|
+
readonly FAILED: "Failed";
|
|
192
|
+
readonly INITIALIZING: "Initializing";
|
|
193
|
+
};
|
|
194
|
+
export type FlowDefinitionStatus =
|
|
195
|
+
(typeof FlowDefinitionStatus)[keyof typeof FlowDefinitionStatus];
|
|
196
|
+
export interface DescribeFlowDefinitionResponse {
|
|
197
|
+
FlowDefinitionArn: string | undefined;
|
|
198
|
+
FlowDefinitionName: string | undefined;
|
|
199
|
+
FlowDefinitionStatus: FlowDefinitionStatus | undefined;
|
|
200
|
+
CreationTime: Date | undefined;
|
|
201
|
+
HumanLoopRequestSource?: HumanLoopRequestSource | undefined;
|
|
202
|
+
HumanLoopActivationConfig?: HumanLoopActivationConfig | undefined;
|
|
203
|
+
HumanLoopConfig?: HumanLoopConfig | undefined;
|
|
204
|
+
OutputConfig: FlowDefinitionOutputConfig | undefined;
|
|
205
|
+
RoleArn: string | undefined;
|
|
206
|
+
FailureReason?: string | undefined;
|
|
207
|
+
}
|
|
208
|
+
export interface DescribeHubRequest {
|
|
209
|
+
HubName: string | undefined;
|
|
210
|
+
}
|
|
211
|
+
export declare const HubStatus: {
|
|
212
|
+
readonly CREATE_FAILED: "CreateFailed";
|
|
213
|
+
readonly CREATING: "Creating";
|
|
214
|
+
readonly DELETE_FAILED: "DeleteFailed";
|
|
215
|
+
readonly DELETING: "Deleting";
|
|
216
|
+
readonly IN_SERVICE: "InService";
|
|
217
|
+
readonly UPDATE_FAILED: "UpdateFailed";
|
|
218
|
+
readonly UPDATING: "Updating";
|
|
219
|
+
};
|
|
220
|
+
export type HubStatus = (typeof HubStatus)[keyof typeof HubStatus];
|
|
191
221
|
export interface DescribeHubResponse {
|
|
192
222
|
HubName: string | undefined;
|
|
193
223
|
HubArn: string | undefined;
|
|
@@ -666,6 +696,13 @@ export declare const IsTrackingServerActive: {
|
|
|
666
696
|
};
|
|
667
697
|
export type IsTrackingServerActive =
|
|
668
698
|
(typeof IsTrackingServerActive)[keyof typeof IsTrackingServerActive];
|
|
699
|
+
export declare const TrackingServerMaintenanceStatus: {
|
|
700
|
+
readonly MAINTENANCE_COMPLETE: "MaintenanceComplete";
|
|
701
|
+
readonly MAINTENANCE_FAILED: "MaintenanceFailed";
|
|
702
|
+
readonly MAINTENANCE_IN_PROGRESS: "MaintenanceInProgress";
|
|
703
|
+
};
|
|
704
|
+
export type TrackingServerMaintenanceStatus =
|
|
705
|
+
(typeof TrackingServerMaintenanceStatus)[keyof typeof TrackingServerMaintenanceStatus];
|
|
669
706
|
export declare const TrackingServerStatus: {
|
|
670
707
|
readonly CREATED: "Created";
|
|
671
708
|
readonly CREATE_FAILED: "CreateFailed";
|
|
@@ -695,6 +732,7 @@ export interface DescribeMlflowTrackingServerResponse {
|
|
|
695
732
|
MlflowVersion?: string | undefined;
|
|
696
733
|
RoleArn?: string | undefined;
|
|
697
734
|
TrackingServerStatus?: TrackingServerStatus | undefined;
|
|
735
|
+
TrackingServerMaintenanceStatus?: TrackingServerMaintenanceStatus | undefined;
|
|
698
736
|
IsActive?: IsTrackingServerActive | undefined;
|
|
699
737
|
TrackingServerUrl?: string | undefined;
|
|
700
738
|
WeeklyMaintenanceWindowStart?: string | undefined;
|
|
@@ -2535,44 +2573,6 @@ export interface ListClusterSchedulerConfigsResponse {
|
|
|
2535
2573
|
ClusterSchedulerConfigSummaries?: ClusterSchedulerConfigSummary[] | undefined;
|
|
2536
2574
|
NextToken?: string | undefined;
|
|
2537
2575
|
}
|
|
2538
|
-
export interface ListCodeRepositoriesInput {
|
|
2539
|
-
CreationTimeAfter?: Date | undefined;
|
|
2540
|
-
CreationTimeBefore?: Date | undefined;
|
|
2541
|
-
LastModifiedTimeAfter?: Date | undefined;
|
|
2542
|
-
LastModifiedTimeBefore?: Date | undefined;
|
|
2543
|
-
MaxResults?: number | undefined;
|
|
2544
|
-
NameContains?: string | undefined;
|
|
2545
|
-
NextToken?: string | undefined;
|
|
2546
|
-
SortBy?: CodeRepositorySortBy | undefined;
|
|
2547
|
-
SortOrder?: CodeRepositorySortOrder | undefined;
|
|
2548
|
-
}
|
|
2549
|
-
export interface ListCodeRepositoriesOutput {
|
|
2550
|
-
CodeRepositorySummaryList: CodeRepositorySummary[] | undefined;
|
|
2551
|
-
NextToken?: string | undefined;
|
|
2552
|
-
}
|
|
2553
|
-
export declare const ListCompilationJobsSortBy: {
|
|
2554
|
-
readonly CREATION_TIME: "CreationTime";
|
|
2555
|
-
readonly NAME: "Name";
|
|
2556
|
-
readonly STATUS: "Status";
|
|
2557
|
-
};
|
|
2558
|
-
export type ListCompilationJobsSortBy =
|
|
2559
|
-
(typeof ListCompilationJobsSortBy)[keyof typeof ListCompilationJobsSortBy];
|
|
2560
|
-
export interface ListCompilationJobsRequest {
|
|
2561
|
-
NextToken?: string | undefined;
|
|
2562
|
-
MaxResults?: number | undefined;
|
|
2563
|
-
CreationTimeAfter?: Date | undefined;
|
|
2564
|
-
CreationTimeBefore?: Date | undefined;
|
|
2565
|
-
LastModifiedTimeAfter?: Date | undefined;
|
|
2566
|
-
LastModifiedTimeBefore?: Date | undefined;
|
|
2567
|
-
NameContains?: string | undefined;
|
|
2568
|
-
StatusEquals?: CompilationJobStatus | undefined;
|
|
2569
|
-
SortBy?: ListCompilationJobsSortBy | undefined;
|
|
2570
|
-
SortOrder?: SortOrder | undefined;
|
|
2571
|
-
}
|
|
2572
|
-
export interface ListCompilationJobsResponse {
|
|
2573
|
-
CompilationJobSummaries: CompilationJobSummary[] | undefined;
|
|
2574
|
-
NextToken?: string | undefined;
|
|
2575
|
-
}
|
|
2576
2576
|
export declare const DescribeModelCardResponseFilterSensitiveLog: (
|
|
2577
2577
|
obj: DescribeModelCardResponse
|
|
2578
2578
|
) => any;
|
|
@@ -12,6 +12,11 @@ import {
|
|
|
12
12
|
Channel,
|
|
13
13
|
CheckpointConfig,
|
|
14
14
|
ClarifyCheckStepMetadata,
|
|
15
|
+
CodeRepositorySortBy,
|
|
16
|
+
CodeRepositorySortOrder,
|
|
17
|
+
CodeRepositorySummary,
|
|
18
|
+
CompilationJobStatus,
|
|
19
|
+
CompilationJobSummary,
|
|
15
20
|
ComputeQuotaSummary,
|
|
16
21
|
ConditionStepMetadata,
|
|
17
22
|
InferenceSpecification,
|
|
@@ -44,7 +49,6 @@ import {
|
|
|
44
49
|
ModelPackageModelCard,
|
|
45
50
|
ModelPackageSecurityConfig,
|
|
46
51
|
ModelPackageValidationSpecification,
|
|
47
|
-
ModelVariantConfig,
|
|
48
52
|
RetryStrategy,
|
|
49
53
|
SkipModelValidation,
|
|
50
54
|
SourceAlgorithmSpecification,
|
|
@@ -135,7 +139,6 @@ import {
|
|
|
135
139
|
InferenceComponentStatus,
|
|
136
140
|
InferenceComponentSummary,
|
|
137
141
|
InferenceExperimentStatus,
|
|
138
|
-
InferenceExperimentStopDesiredState,
|
|
139
142
|
InferenceExperimentSummary,
|
|
140
143
|
InferenceRecommendationsJob,
|
|
141
144
|
InferenceRecommendationsJobStep,
|
|
@@ -185,6 +188,44 @@ import {
|
|
|
185
188
|
Workforce,
|
|
186
189
|
Workteam,
|
|
187
190
|
} from "./models_3";
|
|
191
|
+
export interface ListCodeRepositoriesInput {
|
|
192
|
+
CreationTimeAfter?: Date | undefined;
|
|
193
|
+
CreationTimeBefore?: Date | undefined;
|
|
194
|
+
LastModifiedTimeAfter?: Date | undefined;
|
|
195
|
+
LastModifiedTimeBefore?: Date | undefined;
|
|
196
|
+
MaxResults?: number | undefined;
|
|
197
|
+
NameContains?: string | undefined;
|
|
198
|
+
NextToken?: string | undefined;
|
|
199
|
+
SortBy?: CodeRepositorySortBy | undefined;
|
|
200
|
+
SortOrder?: CodeRepositorySortOrder | undefined;
|
|
201
|
+
}
|
|
202
|
+
export interface ListCodeRepositoriesOutput {
|
|
203
|
+
CodeRepositorySummaryList: CodeRepositorySummary[] | undefined;
|
|
204
|
+
NextToken?: string | undefined;
|
|
205
|
+
}
|
|
206
|
+
export declare const ListCompilationJobsSortBy: {
|
|
207
|
+
readonly CREATION_TIME: "CreationTime";
|
|
208
|
+
readonly NAME: "Name";
|
|
209
|
+
readonly STATUS: "Status";
|
|
210
|
+
};
|
|
211
|
+
export type ListCompilationJobsSortBy =
|
|
212
|
+
(typeof ListCompilationJobsSortBy)[keyof typeof ListCompilationJobsSortBy];
|
|
213
|
+
export interface ListCompilationJobsRequest {
|
|
214
|
+
NextToken?: string | undefined;
|
|
215
|
+
MaxResults?: number | undefined;
|
|
216
|
+
CreationTimeAfter?: Date | undefined;
|
|
217
|
+
CreationTimeBefore?: Date | undefined;
|
|
218
|
+
LastModifiedTimeAfter?: Date | undefined;
|
|
219
|
+
LastModifiedTimeBefore?: Date | undefined;
|
|
220
|
+
NameContains?: string | undefined;
|
|
221
|
+
StatusEquals?: CompilationJobStatus | undefined;
|
|
222
|
+
SortBy?: ListCompilationJobsSortBy | undefined;
|
|
223
|
+
SortOrder?: SortOrder | undefined;
|
|
224
|
+
}
|
|
225
|
+
export interface ListCompilationJobsResponse {
|
|
226
|
+
CompilationJobSummaries: CompilationJobSummary[] | undefined;
|
|
227
|
+
NextToken?: string | undefined;
|
|
228
|
+
}
|
|
188
229
|
export declare const SortQuotaBy: {
|
|
189
230
|
readonly CLUSTER_ARN: "ClusterArn";
|
|
190
231
|
readonly CREATION_TIME: "CreationTime";
|
|
@@ -2313,26 +2354,6 @@ export interface StartPipelineExecutionResponse {
|
|
|
2313
2354
|
export interface StopAutoMLJobRequest {
|
|
2314
2355
|
AutoMLJobName: string | undefined;
|
|
2315
2356
|
}
|
|
2316
|
-
export interface StopCompilationJobRequest {
|
|
2317
|
-
CompilationJobName: string | undefined;
|
|
2318
|
-
}
|
|
2319
|
-
export interface StopEdgeDeploymentStageRequest {
|
|
2320
|
-
EdgeDeploymentPlanName: string | undefined;
|
|
2321
|
-
StageName: string | undefined;
|
|
2322
|
-
}
|
|
2323
|
-
export interface StopEdgePackagingJobRequest {
|
|
2324
|
-
EdgePackagingJobName: string | undefined;
|
|
2325
|
-
}
|
|
2326
|
-
export interface StopHyperParameterTuningJobRequest {
|
|
2327
|
-
HyperParameterTuningJobName: string | undefined;
|
|
2328
|
-
}
|
|
2329
|
-
export interface StopInferenceExperimentRequest {
|
|
2330
|
-
Name: string | undefined;
|
|
2331
|
-
ModelVariantActions: Record<string, ModelVariantAction> | undefined;
|
|
2332
|
-
DesiredModelVariants?: ModelVariantConfig[] | undefined;
|
|
2333
|
-
DesiredState?: InferenceExperimentStopDesiredState | undefined;
|
|
2334
|
-
Reason?: string | undefined;
|
|
2335
|
-
}
|
|
2336
2357
|
export declare const ModelCardFilterSensitiveLog: (obj: ModelCard) => any;
|
|
2337
2358
|
export declare const ModelPackageFilterSensitiveLog: (obj: ModelPackage) => any;
|
|
2338
2359
|
export declare const SearchRecordFilterSensitiveLog: (obj: SearchRecord) => any;
|
|
@@ -75,11 +75,13 @@ import {
|
|
|
75
75
|
GitConfigForUpdate,
|
|
76
76
|
HubContentSupportStatus,
|
|
77
77
|
InferenceComponentDeploymentConfig,
|
|
78
|
+
InferenceExperimentStopDesiredState,
|
|
78
79
|
ResourceType,
|
|
79
80
|
Workforce,
|
|
80
81
|
Workteam,
|
|
81
82
|
} from "./models_3";
|
|
82
83
|
import {
|
|
84
|
+
ModelVariantAction,
|
|
83
85
|
NestedFilters,
|
|
84
86
|
OnlineStoreConfigUpdate,
|
|
85
87
|
ProfilerConfigForUpdate,
|
|
@@ -88,6 +90,26 @@ import {
|
|
|
88
90
|
SearchSortOrder,
|
|
89
91
|
VisibilityConditions,
|
|
90
92
|
} from "./models_4";
|
|
93
|
+
export interface StopCompilationJobRequest {
|
|
94
|
+
CompilationJobName: string | undefined;
|
|
95
|
+
}
|
|
96
|
+
export interface StopEdgeDeploymentStageRequest {
|
|
97
|
+
EdgeDeploymentPlanName: string | undefined;
|
|
98
|
+
StageName: string | undefined;
|
|
99
|
+
}
|
|
100
|
+
export interface StopEdgePackagingJobRequest {
|
|
101
|
+
EdgePackagingJobName: string | undefined;
|
|
102
|
+
}
|
|
103
|
+
export interface StopHyperParameterTuningJobRequest {
|
|
104
|
+
HyperParameterTuningJobName: string | undefined;
|
|
105
|
+
}
|
|
106
|
+
export interface StopInferenceExperimentRequest {
|
|
107
|
+
Name: string | undefined;
|
|
108
|
+
ModelVariantActions: Record<string, ModelVariantAction> | undefined;
|
|
109
|
+
DesiredModelVariants?: ModelVariantConfig[] | undefined;
|
|
110
|
+
DesiredState?: InferenceExperimentStopDesiredState | undefined;
|
|
111
|
+
Reason?: string | undefined;
|
|
112
|
+
}
|
|
91
113
|
export interface StopInferenceExperimentResponse {
|
|
92
114
|
InferenceExperimentArn: string | undefined;
|
|
93
115
|
}
|
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.821.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",
|
|
@@ -20,43 +20,43 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
-
"@smithy/config-resolver": "^4.1.
|
|
35
|
-
"@smithy/core": "^3.
|
|
36
|
-
"@smithy/fetch-http-handler": "^5.0.
|
|
37
|
-
"@smithy/hash-node": "^4.0.
|
|
38
|
-
"@smithy/invalid-dependency": "^4.0.
|
|
39
|
-
"@smithy/middleware-content-length": "^4.0.
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.1.
|
|
41
|
-
"@smithy/middleware-retry": "^4.1.
|
|
42
|
-
"@smithy/middleware-serde": "^4.0.
|
|
43
|
-
"@smithy/middleware-stack": "^4.0.
|
|
44
|
-
"@smithy/node-config-provider": "^4.1.
|
|
45
|
-
"@smithy/node-http-handler": "^4.0.
|
|
46
|
-
"@smithy/protocol-http": "^5.1.
|
|
47
|
-
"@smithy/smithy-client": "^4.
|
|
48
|
-
"@smithy/types": "^4.
|
|
49
|
-
"@smithy/url-parser": "^4.0.
|
|
23
|
+
"@aws-sdk/core": "3.821.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.821.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.821.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.821.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.821.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.821.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.821.0",
|
|
30
|
+
"@aws-sdk/types": "3.821.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.821.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.821.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.821.0",
|
|
34
|
+
"@smithy/config-resolver": "^4.1.4",
|
|
35
|
+
"@smithy/core": "^3.5.1",
|
|
36
|
+
"@smithy/fetch-http-handler": "^5.0.4",
|
|
37
|
+
"@smithy/hash-node": "^4.0.4",
|
|
38
|
+
"@smithy/invalid-dependency": "^4.0.4",
|
|
39
|
+
"@smithy/middleware-content-length": "^4.0.4",
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.1.9",
|
|
41
|
+
"@smithy/middleware-retry": "^4.1.10",
|
|
42
|
+
"@smithy/middleware-serde": "^4.0.8",
|
|
43
|
+
"@smithy/middleware-stack": "^4.0.4",
|
|
44
|
+
"@smithy/node-config-provider": "^4.1.3",
|
|
45
|
+
"@smithy/node-http-handler": "^4.0.6",
|
|
46
|
+
"@smithy/protocol-http": "^5.1.2",
|
|
47
|
+
"@smithy/smithy-client": "^4.4.1",
|
|
48
|
+
"@smithy/types": "^4.3.1",
|
|
49
|
+
"@smithy/url-parser": "^4.0.4",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
55
|
-
"@smithy/util-endpoints": "^3.0.
|
|
56
|
-
"@smithy/util-middleware": "^4.0.
|
|
57
|
-
"@smithy/util-retry": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.17",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.17",
|
|
55
|
+
"@smithy/util-endpoints": "^3.0.6",
|
|
56
|
+
"@smithy/util-middleware": "^4.0.4",
|
|
57
|
+
"@smithy/util-retry": "^4.0.5",
|
|
58
58
|
"@smithy/util-utf8": "^4.0.0",
|
|
59
|
-
"@smithy/util-waiter": "^4.0.
|
|
59
|
+
"@smithy/util-waiter": "^4.0.5",
|
|
60
60
|
"@types/uuid": "^9.0.1",
|
|
61
61
|
"tslib": "^2.6.2",
|
|
62
62
|
"uuid": "^9.0.1"
|