@aws-sdk/client-sagemaker 3.363.0 → 3.364.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/models/models_2.js +1 -0
- package/dist-cjs/models/models_3.js +1 -7
- package/dist-cjs/models/models_4.js +8 -2
- package/dist-es/models/models_2.js +1 -0
- package/dist-es/models/models_3.js +0 -5
- package/dist-es/models/models_4.js +6 -1
- package/dist-types/commands/CreateEndpointCommand.d.ts +12 -0
- package/dist-types/commands/DeleteImageCommand.d.ts +1 -2
- package/dist-types/commands/DescribeEndpointCommand.d.ts +13 -1
- package/dist-types/commands/DescribeInferenceExperimentCommand.d.ts +1 -1
- package/dist-types/commands/ListEndpointsCommand.d.ts +2 -2
- package/dist-types/commands/SearchCommand.d.ts +2 -2
- package/dist-types/commands/UpdateEndpointCommand.d.ts +12 -0
- package/dist-types/models/models_0.d.ts +4 -1
- package/dist-types/models/models_1.d.ts +33 -11
- package/dist-types/models/models_2.d.ts +10 -12
- package/dist-types/models/models_3.d.ts +13 -74
- package/dist-types/models/models_4.d.ts +75 -2
- package/dist-types/ts3.4/commands/DeleteImageCommand.d.ts +1 -2
- package/dist-types/ts3.4/models/models_1.d.ts +9 -4
- package/dist-types/ts3.4/models/models_2.d.ts +4 -3
- package/dist-types/ts3.4/models/models_3.d.ts +4 -23
- package/dist-types/ts3.4/models/models_4.d.ts +33 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ProjectSortOrder = exports.ProjectSortBy = exports.SortPipelinesBy = exports.StepStatus = exports.SortPipelineExecutionsBy = exports.NotebookInstanceSortOrder = exports.NotebookInstanceSortKey = exports.NotebookInstanceLifecycleConfigSortOrder = exports.NotebookInstanceLifecycleConfigSortKey = exports.MonitoringScheduleSortKey = exports.MonitoringExecutionSortKey = exports.MonitoringAlertStatus = exports.MonitoringAlertHistorySortKey = exports.ModelSortKey = exports.ModelPackageSortBy = exports.ModelPackageType = exports.ModelPackageGroupSortBy = exports.ModelMetadataFilterType = exports.ModelCardVersionSortBy = exports.ModelCardSortOrder = exports.ModelCardSortBy = exports.ModelCardExportJobSortOrder = exports.ModelCardExportJobSortBy = exports.SortLineageGroupsBy = exports.ListLabelingJobsForWorkteamSortByOptions = exports.SortBy = exports.ListInferenceRecommendationsJobsSortBy = exports.SortInferenceExperimentsBy = exports.SortExperimentsBy = exports.OrderKey = exports.ListEdgePackagingJobsSortBy = exports.ListEdgeDeploymentPlansSortBy = exports.ListDeviceFleetsSortBy = exports.MonitoringJobDefinitionSortKey = exports.SortContextsBy = exports.ListCompilationJobsSortBy = exports.SortAssociationsBy = exports.SortArtifactsBy = exports.SortOrder = exports.SortActionsBy = exports.LineageType = exports.RecommendationStepType = exports.InferenceExperimentStopDesiredState = exports.ImageVersionSortOrder = exports.ImageVersionSortBy = exports.ImageSortOrder = exports.ImageSortBy = exports.HyperParameterTuningJobSortByOptions = exports.HubSortBy = exports.HubContentSortBy = void 0;
|
|
4
|
-
exports.
|
|
4
|
+
exports.ModelCardFilterSensitiveLog = exports.SearchSortOrder = exports.ModelVariantAction = exports.ListWorkteamsSortByOptions = exports.ListWorkforcesSortByOptions = exports.UserProfileSortKey = exports.SortTrialsBy = exports.SortTrialComponentsBy = exports.TrainingJobSortByOptions = exports.StudioLifecycleConfigSortKey = exports.SpaceSortKey = void 0;
|
|
5
5
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
6
6
|
exports.HubContentSortBy = {
|
|
7
7
|
CREATION_TIME: "CreationTime",
|
|
@@ -281,9 +281,3 @@ const ModelCardFilterSensitiveLog = (obj) => ({
|
|
|
281
281
|
...(obj.Content && { Content: smithy_client_1.SENSITIVE_STRING }),
|
|
282
282
|
});
|
|
283
283
|
exports.ModelCardFilterSensitiveLog = ModelCardFilterSensitiveLog;
|
|
284
|
-
const SearchRecordFilterSensitiveLog = (obj) => ({
|
|
285
|
-
...obj,
|
|
286
|
-
...(obj.TrialComponent && { TrialComponent: obj.TrialComponent }),
|
|
287
|
-
...(obj.ModelCard && { ModelCard: (0, exports.ModelCardFilterSensitiveLog)(obj.ModelCard) }),
|
|
288
|
-
});
|
|
289
|
-
exports.SearchRecordFilterSensitiveLog = SearchRecordFilterSensitiveLog;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateWorkforceRequestFilterSensitiveLog = exports.UpdateModelCardRequestFilterSensitiveLog = exports.SearchResponseFilterSensitiveLog = exports.VariantPropertyType = void 0;
|
|
3
|
+
exports.UpdateWorkforceRequestFilterSensitiveLog = exports.UpdateModelCardRequestFilterSensitiveLog = exports.SearchResponseFilterSensitiveLog = exports.SearchRecordFilterSensitiveLog = exports.VariantPropertyType = void 0;
|
|
4
4
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
5
|
const models_1_1 = require("./models_1");
|
|
6
6
|
const models_3_1 = require("./models_3");
|
|
@@ -9,9 +9,15 @@ exports.VariantPropertyType = {
|
|
|
9
9
|
DesiredInstanceCount: "DesiredInstanceCount",
|
|
10
10
|
DesiredWeight: "DesiredWeight",
|
|
11
11
|
};
|
|
12
|
+
const SearchRecordFilterSensitiveLog = (obj) => ({
|
|
13
|
+
...obj,
|
|
14
|
+
...(obj.TrialComponent && { TrialComponent: obj.TrialComponent }),
|
|
15
|
+
...(obj.ModelCard && { ModelCard: (0, models_3_1.ModelCardFilterSensitiveLog)(obj.ModelCard) }),
|
|
16
|
+
});
|
|
17
|
+
exports.SearchRecordFilterSensitiveLog = SearchRecordFilterSensitiveLog;
|
|
12
18
|
const SearchResponseFilterSensitiveLog = (obj) => ({
|
|
13
19
|
...obj,
|
|
14
|
-
...(obj.Results && { Results: obj.Results.map((item) => (0,
|
|
20
|
+
...(obj.Results && { Results: obj.Results.map((item) => (0, exports.SearchRecordFilterSensitiveLog)(item)) }),
|
|
15
21
|
});
|
|
16
22
|
exports.SearchResponseFilterSensitiveLog = SearchResponseFilterSensitiveLog;
|
|
17
23
|
const UpdateModelCardRequestFilterSensitiveLog = (obj) => ({
|
|
@@ -276,8 +276,3 @@ export const ModelCardFilterSensitiveLog = (obj) => ({
|
|
|
276
276
|
...obj,
|
|
277
277
|
...(obj.Content && { Content: SENSITIVE_STRING }),
|
|
278
278
|
});
|
|
279
|
-
export const SearchRecordFilterSensitiveLog = (obj) => ({
|
|
280
|
-
...obj,
|
|
281
|
-
...(obj.TrialComponent && { TrialComponent: obj.TrialComponent }),
|
|
282
|
-
...(obj.ModelCard && { ModelCard: ModelCardFilterSensitiveLog(obj.ModelCard) }),
|
|
283
|
-
});
|
|
@@ -1,11 +1,16 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { OidcConfigFilterSensitiveLog, } from "./models_1";
|
|
3
|
-
import {
|
|
3
|
+
import { ModelCardFilterSensitiveLog, } from "./models_3";
|
|
4
4
|
export const VariantPropertyType = {
|
|
5
5
|
DataCaptureConfig: "DataCaptureConfig",
|
|
6
6
|
DesiredInstanceCount: "DesiredInstanceCount",
|
|
7
7
|
DesiredWeight: "DesiredWeight",
|
|
8
8
|
};
|
|
9
|
+
export const SearchRecordFilterSensitiveLog = (obj) => ({
|
|
10
|
+
...obj,
|
|
11
|
+
...(obj.TrialComponent && { TrialComponent: obj.TrialComponent }),
|
|
12
|
+
...(obj.ModelCard && { ModelCard: ModelCardFilterSensitiveLog(obj.ModelCard) }),
|
|
13
|
+
});
|
|
9
14
|
export const SearchResponseFilterSensitiveLog = (obj) => ({
|
|
10
15
|
...obj,
|
|
11
16
|
...(obj.Results && { Results: obj.Results.map((item) => SearchRecordFilterSensitiveLog(item)) }),
|
|
@@ -134,6 +134,18 @@ export interface CreateEndpointCommandOutput extends CreateEndpointOutput, __Met
|
|
|
134
134
|
* },
|
|
135
135
|
* ],
|
|
136
136
|
* },
|
|
137
|
+
* RollingUpdatePolicy: { // RollingUpdatePolicy
|
|
138
|
+
* MaximumBatchSize: {
|
|
139
|
+
* Type: "INSTANCE_COUNT" || "CAPACITY_PERCENT", // required
|
|
140
|
+
* Value: Number("int"), // required
|
|
141
|
+
* },
|
|
142
|
+
* WaitIntervalInSeconds: Number("int"), // required
|
|
143
|
+
* MaximumExecutionTimeoutInSeconds: Number("int"),
|
|
144
|
+
* RollbackMaximumBatchSize: {
|
|
145
|
+
* Type: "INSTANCE_COUNT" || "CAPACITY_PERCENT", // required
|
|
146
|
+
* Value: Number("int"), // required
|
|
147
|
+
* },
|
|
148
|
+
* },
|
|
137
149
|
* },
|
|
138
150
|
* Tags: [ // TagList
|
|
139
151
|
* { // Tag
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
-
import { DeleteImageRequest } from "../models/
|
|
5
|
-
import { DeleteImageResponse } from "../models/models_2";
|
|
4
|
+
import { DeleteImageRequest, DeleteImageResponse } from "../models/models_2";
|
|
6
5
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
7
6
|
/**
|
|
8
7
|
* @public
|
|
@@ -79,7 +79,7 @@ export interface DescribeEndpointCommandOutput extends DescribeEndpointOutput, _
|
|
|
79
79
|
* // DestinationS3Uri: "STRING_VALUE", // required
|
|
80
80
|
* // KmsKeyId: "STRING_VALUE", // required
|
|
81
81
|
* // },
|
|
82
|
-
* // EndpointStatus: "OutOfService" || "Creating" || "Updating" || "SystemUpdating" || "RollingBack" || "InService" || "Deleting" || "Failed", // required
|
|
82
|
+
* // EndpointStatus: "OutOfService" || "Creating" || "Updating" || "SystemUpdating" || "RollingBack" || "InService" || "Deleting" || "Failed" || "UpdateRollbackFailed", // required
|
|
83
83
|
* // FailureReason: "STRING_VALUE",
|
|
84
84
|
* // CreationTime: new Date("TIMESTAMP"), // required
|
|
85
85
|
* // LastModifiedTime: new Date("TIMESTAMP"), // required
|
|
@@ -107,6 +107,18 @@ export interface DescribeEndpointCommandOutput extends DescribeEndpointOutput, _
|
|
|
107
107
|
* // },
|
|
108
108
|
* // ],
|
|
109
109
|
* // },
|
|
110
|
+
* // RollingUpdatePolicy: { // RollingUpdatePolicy
|
|
111
|
+
* // MaximumBatchSize: {
|
|
112
|
+
* // Type: "INSTANCE_COUNT" || "CAPACITY_PERCENT", // required
|
|
113
|
+
* // Value: Number("int"), // required
|
|
114
|
+
* // },
|
|
115
|
+
* // WaitIntervalInSeconds: Number("int"), // required
|
|
116
|
+
* // MaximumExecutionTimeoutInSeconds: Number("int"),
|
|
117
|
+
* // RollbackMaximumBatchSize: {
|
|
118
|
+
* // Type: "INSTANCE_COUNT" || "CAPACITY_PERCENT", // required
|
|
119
|
+
* // Value: Number("int"), // required
|
|
120
|
+
* // },
|
|
121
|
+
* // },
|
|
110
122
|
* // },
|
|
111
123
|
* // AsyncInferenceConfig: { // AsyncInferenceConfig
|
|
112
124
|
* // ClientConfig: { // AsyncInferenceClientConfig
|
|
@@ -53,7 +53,7 @@ export interface DescribeInferenceExperimentCommandOutput extends DescribeInfere
|
|
|
53
53
|
* // EndpointMetadata: { // EndpointMetadata
|
|
54
54
|
* // EndpointName: "STRING_VALUE", // required
|
|
55
55
|
* // EndpointConfigName: "STRING_VALUE",
|
|
56
|
-
* // EndpointStatus: "OutOfService" || "Creating" || "Updating" || "SystemUpdating" || "RollingBack" || "InService" || "Deleting" || "Failed",
|
|
56
|
+
* // EndpointStatus: "OutOfService" || "Creating" || "Updating" || "SystemUpdating" || "RollingBack" || "InService" || "Deleting" || "Failed" || "UpdateRollbackFailed",
|
|
57
57
|
* // FailureReason: "STRING_VALUE",
|
|
58
58
|
* // },
|
|
59
59
|
* // ModelVariants: [ // ModelVariantConfigSummaryList // required
|
|
@@ -40,7 +40,7 @@ export interface ListEndpointsCommandOutput extends ListEndpointsOutput, __Metad
|
|
|
40
40
|
* CreationTimeAfter: new Date("TIMESTAMP"),
|
|
41
41
|
* LastModifiedTimeBefore: new Date("TIMESTAMP"),
|
|
42
42
|
* LastModifiedTimeAfter: new Date("TIMESTAMP"),
|
|
43
|
-
* StatusEquals: "OutOfService" || "Creating" || "Updating" || "SystemUpdating" || "RollingBack" || "InService" || "Deleting" || "Failed",
|
|
43
|
+
* StatusEquals: "OutOfService" || "Creating" || "Updating" || "SystemUpdating" || "RollingBack" || "InService" || "Deleting" || "Failed" || "UpdateRollbackFailed",
|
|
44
44
|
* };
|
|
45
45
|
* const command = new ListEndpointsCommand(input);
|
|
46
46
|
* const response = await client.send(command);
|
|
@@ -51,7 +51,7 @@ export interface ListEndpointsCommandOutput extends ListEndpointsOutput, __Metad
|
|
|
51
51
|
* // EndpointArn: "STRING_VALUE", // required
|
|
52
52
|
* // CreationTime: new Date("TIMESTAMP"), // required
|
|
53
53
|
* // LastModifiedTime: new Date("TIMESTAMP"), // required
|
|
54
|
-
* // EndpointStatus: "OutOfService" || "Creating" || "Updating" || "SystemUpdating" || "RollingBack" || "InService" || "Deleting" || "Failed", // required
|
|
54
|
+
* // EndpointStatus: "OutOfService" || "Creating" || "Updating" || "SystemUpdating" || "RollingBack" || "InService" || "Deleting" || "Failed" || "UpdateRollbackFailed", // required
|
|
55
55
|
* // },
|
|
56
56
|
* // ],
|
|
57
57
|
* // NextToken: "STRING_VALUE",
|
|
@@ -857,7 +857,7 @@ export interface SearchCommandOutput extends SearchResponse, __MetadataBearer {
|
|
|
857
857
|
* // DestinationS3Uri: "STRING_VALUE", // required
|
|
858
858
|
* // KmsKeyId: "STRING_VALUE", // required
|
|
859
859
|
* // },
|
|
860
|
-
* // EndpointStatus: "OutOfService" || "Creating" || "Updating" || "SystemUpdating" || "RollingBack" || "InService" || "Deleting" || "Failed", // required
|
|
860
|
+
* // EndpointStatus: "OutOfService" || "Creating" || "Updating" || "SystemUpdating" || "RollingBack" || "InService" || "Deleting" || "Failed" || "UpdateRollbackFailed", // required
|
|
861
861
|
* // FailureReason: "STRING_VALUE",
|
|
862
862
|
* // CreationTime: new Date("TIMESTAMP"), // required
|
|
863
863
|
* // LastModifiedTime: new Date("TIMESTAMP"), // required
|
|
@@ -1759,7 +1759,7 @@ export interface SearchCommandOutput extends SearchResponse, __MetadataBearer {
|
|
|
1759
1759
|
* // EndpointArn: "STRING_VALUE", // required
|
|
1760
1760
|
* // CreationTime: new Date("TIMESTAMP"), // required
|
|
1761
1761
|
* // LastModifiedTime: new Date("TIMESTAMP"), // required
|
|
1762
|
-
* // EndpointStatus: "OutOfService" || "Creating" || "Updating" || "SystemUpdating" || "RollingBack" || "InService" || "Deleting" || "Failed", // required
|
|
1762
|
+
* // EndpointStatus: "OutOfService" || "Creating" || "Updating" || "SystemUpdating" || "RollingBack" || "InService" || "Deleting" || "Failed" || "UpdateRollbackFailed", // required
|
|
1763
1763
|
* // },
|
|
1764
1764
|
* // ],
|
|
1765
1765
|
* // LastBatchTransformJob: {
|
|
@@ -79,6 +79,18 @@ export interface UpdateEndpointCommandOutput extends UpdateEndpointOutput, __Met
|
|
|
79
79
|
* },
|
|
80
80
|
* ],
|
|
81
81
|
* },
|
|
82
|
+
* RollingUpdatePolicy: { // RollingUpdatePolicy
|
|
83
|
+
* MaximumBatchSize: {
|
|
84
|
+
* Type: "INSTANCE_COUNT" || "CAPACITY_PERCENT", // required
|
|
85
|
+
* Value: Number("int"), // required
|
|
86
|
+
* },
|
|
87
|
+
* WaitIntervalInSeconds: Number("int"), // required
|
|
88
|
+
* MaximumExecutionTimeoutInSeconds: Number("int"),
|
|
89
|
+
* RollbackMaximumBatchSize: {
|
|
90
|
+
* Type: "INSTANCE_COUNT" || "CAPACITY_PERCENT", // required
|
|
91
|
+
* Value: Number("int"), // required
|
|
92
|
+
* },
|
|
93
|
+
* },
|
|
82
94
|
* },
|
|
83
95
|
* RetainDeploymentConfig: true || false,
|
|
84
96
|
* };
|
|
@@ -6050,7 +6050,10 @@ export declare const CapacitySizeType: {
|
|
|
6050
6050
|
export type CapacitySizeType = (typeof CapacitySizeType)[keyof typeof CapacitySizeType];
|
|
6051
6051
|
/**
|
|
6052
6052
|
* @public
|
|
6053
|
-
* <p>Specifies the endpoint capacity to activate for
|
|
6053
|
+
* <p>Specifies the type and size of the endpoint capacity to activate for a blue/green deployment, a rolling deployment, or a rollback strategy.
|
|
6054
|
+
* You can specify your batches as either instance count or the overall percentage or your fleet.</p>
|
|
6055
|
+
* <p>For a rollback strategy, if you don't specify the fields in this object, or if you set the <code>Value</code> to 100%, then SageMaker
|
|
6056
|
+
* uses a blue/green rollback strategy and rolls all traffic back to the blue fleet.</p>
|
|
6054
6057
|
*/
|
|
6055
6058
|
export interface CapacitySize {
|
|
6056
6059
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { LazyJsonString as __LazyJsonString } from "@smithy/smithy-client";
|
|
2
|
-
import { AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AnnotationConsolidationConfig, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppType, ArtifactSource, AsyncInferenceConfig, AthenaDatasetDefinition, AuthMode, AutoParameter, AutoRollbackConfig, Autotune, AwsManagedHumanLoopRequestSource, BatchDataCaptureConfig, BatchStrategy, BatchTransformInput, BestObjectiveNotImproving, Bias, BlueGreenUpdatePolicy, CanvasAppSettings, CaptureContentTypeHeader, CaptureOption, CaptureStatus, CategoricalParameter, CategoricalParameterRange, Channel, CheckpointConfig, ClarifyExplainerConfig, CognitoConfig, CognitoMemberDefinition, CollectionConfiguration, ContainerDefinition, ContentClassifier, ContinuousParameterRange, ConvergenceDetected, DefaultSpaceSettings, EdgeOutputConfig, EndpointInput, HyperParameterScalingType, HyperParameterTuningJobObjective, InferenceSpecification, JupyterServerAppSettings, KernelGatewayAppSettings, MetadataProperties, MetricDefinition, MetricsSource, ModelApprovalStatus, MonitoringConstraintsResource, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStatisticsResource, MonitoringStoppingCondition, OutputDataConfig, ProcessingInstanceType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProcessingS3UploadMode, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, RSessionAppSettings, RStudioServerProAccessStatus, RStudioServerProUserGroup, StoppingCondition, Tag, TrainingInputMode, TrainingInstanceType, TransformInput, TransformJobDefinition, TransformOutput, TransformResources, VpcConfig } from "./models_0";
|
|
2
|
+
import { AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AnnotationConsolidationConfig, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppType, ArtifactSource, AsyncInferenceConfig, AthenaDatasetDefinition, AuthMode, AutoParameter, AutoRollbackConfig, Autotune, AwsManagedHumanLoopRequestSource, BatchDataCaptureConfig, BatchStrategy, BatchTransformInput, BestObjectiveNotImproving, Bias, BlueGreenUpdatePolicy, CanvasAppSettings, CapacitySize, CaptureContentTypeHeader, CaptureOption, CaptureStatus, CategoricalParameter, CategoricalParameterRange, Channel, CheckpointConfig, ClarifyExplainerConfig, CognitoConfig, CognitoMemberDefinition, CollectionConfiguration, ContainerDefinition, ContentClassifier, ContinuousParameterRange, ConvergenceDetected, DefaultSpaceSettings, EdgeOutputConfig, EndpointInput, HyperParameterScalingType, HyperParameterTuningJobObjective, InferenceSpecification, JupyterServerAppSettings, KernelGatewayAppSettings, MetadataProperties, MetricDefinition, MetricsSource, ModelApprovalStatus, MonitoringConstraintsResource, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStatisticsResource, MonitoringStoppingCondition, OutputDataConfig, ProcessingInstanceType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProcessingS3UploadMode, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, RSessionAppSettings, RStudioServerProAccessStatus, RStudioServerProUserGroup, StoppingCondition, Tag, TrainingInputMode, TrainingInstanceType, TransformInput, TransformJobDefinition, TransformOutput, TransformResources, VpcConfig } from "./models_0";
|
|
3
3
|
/**
|
|
4
4
|
* @public
|
|
5
5
|
* <p>A collection of settings that configure user interaction with the
|
|
@@ -448,6 +448,33 @@ export interface CreateEdgePackagingJobRequest {
|
|
|
448
448
|
*/
|
|
449
449
|
Tags?: Tag[];
|
|
450
450
|
}
|
|
451
|
+
/**
|
|
452
|
+
* @public
|
|
453
|
+
* <p>Specifies a rolling deployment strategy for updating a SageMaker endpoint.</p>
|
|
454
|
+
*/
|
|
455
|
+
export interface RollingUpdatePolicy {
|
|
456
|
+
/**
|
|
457
|
+
* <p>Batch size for each rolling step to provision capacity and turn on traffic on the new
|
|
458
|
+
* endpoint fleet, and terminate capacity on the old endpoint fleet. Value must be between
|
|
459
|
+
* 5% to 50% of the variant's total instance count.</p>
|
|
460
|
+
*/
|
|
461
|
+
MaximumBatchSize: CapacitySize | undefined;
|
|
462
|
+
/**
|
|
463
|
+
* <p>The length of the baking period, during which SageMaker monitors alarms for each batch on the new fleet.</p>
|
|
464
|
+
*/
|
|
465
|
+
WaitIntervalInSeconds: number | undefined;
|
|
466
|
+
/**
|
|
467
|
+
* <p>The time limit for the total deployment. Exceeding this limit causes a timeout.</p>
|
|
468
|
+
*/
|
|
469
|
+
MaximumExecutionTimeoutInSeconds?: number;
|
|
470
|
+
/**
|
|
471
|
+
* <p>Batch size for rollback to the old endpoint fleet. Each rolling step to provision
|
|
472
|
+
* capacity and turn on traffic on the old endpoint fleet, and terminate capacity on the new
|
|
473
|
+
* endpoint fleet. If this field is absent, the default value will be set to 100% of total
|
|
474
|
+
* capacity which means to bring up the whole capacity of the old fleet at once during rollback.</p>
|
|
475
|
+
*/
|
|
476
|
+
RollbackMaximumBatchSize?: CapacitySize;
|
|
477
|
+
}
|
|
451
478
|
/**
|
|
452
479
|
* @public
|
|
453
480
|
* <p>The deployment configuration for an endpoint, which contains the desired deployment
|
|
@@ -462,12 +489,16 @@ export interface DeploymentConfig {
|
|
|
462
489
|
* specified, SageMaker uses a blue/green deployment strategy with all at once traffic shifting
|
|
463
490
|
* by default.</p>
|
|
464
491
|
*/
|
|
465
|
-
BlueGreenUpdatePolicy
|
|
492
|
+
BlueGreenUpdatePolicy?: BlueGreenUpdatePolicy;
|
|
466
493
|
/**
|
|
467
494
|
* <p>Automatic rollback configuration for handling endpoint deployment failures and
|
|
468
495
|
* recovery.</p>
|
|
469
496
|
*/
|
|
470
497
|
AutoRollbackConfiguration?: AutoRollbackConfig;
|
|
498
|
+
/**
|
|
499
|
+
* <p>Specifies a rolling deployment strategy for updating a SageMaker endpoint.</p>
|
|
500
|
+
*/
|
|
501
|
+
RollingUpdatePolicy?: RollingUpdatePolicy;
|
|
471
502
|
}
|
|
472
503
|
/**
|
|
473
504
|
* @public
|
|
@@ -9723,15 +9754,6 @@ export interface DeleteHumanTaskUiRequest {
|
|
|
9723
9754
|
*/
|
|
9724
9755
|
export interface DeleteHumanTaskUiResponse {
|
|
9725
9756
|
}
|
|
9726
|
-
/**
|
|
9727
|
-
* @public
|
|
9728
|
-
*/
|
|
9729
|
-
export interface DeleteImageRequest {
|
|
9730
|
-
/**
|
|
9731
|
-
* <p>The name of the image to delete.</p>
|
|
9732
|
-
*/
|
|
9733
|
-
ImageName: string | undefined;
|
|
9734
|
-
}
|
|
9735
9757
|
/**
|
|
9736
9758
|
* @internal
|
|
9737
9759
|
*/
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
import { ActionSource, ActionStatus, AdditionalInferenceSpecificationDefinition, AgentVersion, AlgorithmSpecification, AlgorithmStatus, AlgorithmStatusDetails, AlgorithmValidationSpecification, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppStatus, AppType, ArtifactSource, AssociationEdgeType, AsyncInferenceConfig, AuthMode, AutoMLCandidate, AutoMLChannel, AutoMLDataSplitConfig, AutoMLJobArtifacts, AutoMLJobChannel, AutoMLJobCompletionCriteria, AutoMLJobConfig, AutoMLJobObjective, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLOutputDataConfig, AutoMLPartialFailureReason, AutoMLProblemTypeConfig, AutoMLProblemTypeConfigName, AutoMLResolvedAttributes, AutoMLSecurityConfig, Autotune, BatchDataCaptureConfig, BatchStrategy, Channel, CheckpointConfig, CognitoConfig, CompilationJobStatus, ContainerDefinition, ContextSource, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, DefaultSpaceSettings, EdgeOutputConfig, EdgePresetDeploymentType, GitConfig, HyperParameterTuningJobObjectiveType, InferenceSpecification, InputConfig, KernelGatewayImageConfig, MetadataProperties, ModelApprovalStatus, ModelDeployConfig, ModelPackageStatus, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStoppingCondition, NeoVpcConfig, ObjectiveStatus, OutputConfig, OutputDataConfig, ProblemType, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TrainingSpecification, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
|
|
2
2
|
import { _InstanceType, DataCaptureConfig, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DeploymentConfig, DeviceSelectionConfig, DirectInternetAccess, DomainSettings, DriftCheckBaselines, EdgeDeploymentConfig, EdgeDeploymentModelConfig, EndpointInfo, ExecutionRoleIdentityConfig, ExperimentConfig, ExplainerConfig, FeatureDefinition, FeatureType, FlowDefinitionOutputConfig, HubContentType, HubS3StorageConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HumanTaskConfig, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobWarmStartConfig, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InferenceExperimentType, InstanceMetadataServiceConfiguration, JobType, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutputConfig, LabelingJobStoppingConditions, MemberDefinition, ModelBiasAppSpecification, ModelBiasBaselineConfig, ModelBiasJobInput, ModelCardExportOutputConfig, ModelCardSecurityConfig, ModelCardStatus, ModelClientConfig, ModelExplainabilityAppSpecification, ModelExplainabilityBaselineConfig, ModelExplainabilityJobInput, ModelInfrastructureConfig, ModelMetrics, ModelPackageValidationSpecification, ModelQualityAppSpecification, ModelQualityBaselineConfig, ModelQualityJobInput, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OfflineStoreConfig, OnlineStoreConfig, ParallelismConfiguration, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, Processor, ProductionVariant, ProductionVariantAcceleratorType, ProductionVariantServerlessConfig, ProfilerConfig, ProfilerRuleConfiguration, RecommendationJobInputConfig, RecommendationJobStoppingConditions, RecommendationJobType, RetryStrategy, RootAccess, RuleEvaluationStatus, ServiceCatalogProvisioningDetails, ShadowModeConfig, SourceAlgorithmSpecification, SourceIpConfig, SpaceSettings, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, UserSettings, VendorGuidance } from "./models_1";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export interface DeleteImageRequest {
|
|
7
|
+
/**
|
|
8
|
+
* <p>The name of the image to delete.</p>
|
|
9
|
+
*/
|
|
10
|
+
ImageName: string | undefined;
|
|
11
|
+
}
|
|
3
12
|
/**
|
|
4
13
|
* @public
|
|
5
14
|
*/
|
|
@@ -1771,6 +1780,7 @@ export declare const EndpointStatus: {
|
|
|
1771
1780
|
readonly OUT_OF_SERVICE: "OutOfService";
|
|
1772
1781
|
readonly ROLLING_BACK: "RollingBack";
|
|
1773
1782
|
readonly SYSTEM_UPDATING: "SystemUpdating";
|
|
1783
|
+
readonly UPDATE_ROLLBACK_FAILED: "UpdateRollbackFailed";
|
|
1774
1784
|
readonly UPDATING: "Updating";
|
|
1775
1785
|
};
|
|
1776
1786
|
/**
|
|
@@ -8580,18 +8590,6 @@ export interface PropertyNameQuery {
|
|
|
8580
8590
|
*/
|
|
8581
8591
|
PropertyNameHint: string | undefined;
|
|
8582
8592
|
}
|
|
8583
|
-
/**
|
|
8584
|
-
* @public
|
|
8585
|
-
* <p>Specified in the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_GetSearchSuggestions.html">GetSearchSuggestions</a> request.
|
|
8586
|
-
* Limits the property names that are included in the response.</p>
|
|
8587
|
-
*/
|
|
8588
|
-
export interface SuggestionQuery {
|
|
8589
|
-
/**
|
|
8590
|
-
* <p>Defines a property name hint. Only property
|
|
8591
|
-
* names that begin with the specified hint are included in the response.</p>
|
|
8592
|
-
*/
|
|
8593
|
-
PropertyNameQuery?: PropertyNameQuery;
|
|
8594
|
-
}
|
|
8595
8593
|
/**
|
|
8596
8594
|
* @internal
|
|
8597
8595
|
*/
|
|
@@ -1,6 +1,18 @@
|
|
|
1
1
|
import { ActionSummary, AdditionalInferenceSpecificationDefinition, AlgorithmSortBy, AlgorithmSpecification, AlgorithmSummary, AppDetails, AppImageConfigDetails, AppImageConfigSortKey, AppSortKey, AppSpecification, ArtifactSummary, AssociationEdgeType, AssociationSummary, AutoMLCandidate, AutoMLJobStatus, AutoMLJobStepMetadata, AutoMLJobSummary, AutoMLSortBy, AutoMLSortOrder, BatchStrategy, CacheHitResult, CallbackStepMetadata, CandidateSortBy, CandidateStatus, Channel, CheckpointConfig, ClarifyCheckStepMetadata, CodeRepositorySortBy, CodeRepositorySortOrder, CodeRepositorySummary, CompilationJobStatus, CompilationJobSummary, ConditionStepMetadata, ContainerDefinition, ContextSummary, InferenceSpecification, MetadataProperties, ModelApprovalStatus, ModelPackageStatus, OutputDataConfig, OutputParameter, ResourceConfig, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
|
|
2
2
|
import { _InstanceType, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DriftCheckBaselines, ExperimentConfig, HubContentType, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobStrategyType, HyperParameterTuningJobWarmStartConfig, InferenceExecutionConfig, InferenceExperimentSchedule, InferenceExperimentType, LabelingJobInputConfig, ModelCardSecurityConfig, ModelCardStatus, ModelClientConfig, ModelMetrics, ModelPackageValidationSpecification, MonitoringScheduleConfig, MonitoringType, NetworkConfig, ParallelismConfiguration, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, RecommendationJobType, ResourceLimits, RetryStrategy, ServiceCatalogProvisioningDetails, SourceAlgorithmSpecification, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, TtlDuration, UiTemplate } from "./models_1";
|
|
3
|
-
import { DeploymentRecommendation, Device, DeviceDeploymentSummary, DeviceFleetSummary, DeviceSummary, Direction, DomainDetails, Edge, EdgeDeploymentPlanSummary, EdgePackagingJobStatus, EdgePackagingJobSummary, EMRStepMetadata,
|
|
3
|
+
import { DeploymentRecommendation, Device, DeviceDeploymentSummary, DeviceFleetSummary, DeviceSummary, Direction, DomainDetails, Edge, EdgeDeploymentPlanSummary, EdgePackagingJobStatus, EdgePackagingJobSummary, EMRStepMetadata, EndpointConfigSortKey, EndpointConfigSummary, EndpointOutputConfiguration, EndpointSortKey, EndpointStatus, EndpointSummary, ExecutionStatus, ExperimentSummary, FailStepMetadata, FeatureGroupSortBy, FeatureGroupSortOrder, FeatureGroupStatus, FeatureGroupSummary, Filter, FlowDefinitionSummary, HubContentStatus, HubStatus, HyperParameterTrainingJobSummary, HyperParameterTuningJobCompletionDetails, HyperParameterTuningJobConsumedResources, HyperParameterTuningJobStatus, ImageStatus, ImageVersionStatus, InferenceExperimentStatus, InferenceMetrics, LabelCounters, LabelingJobOutput, LabelingJobStatus, MetricData, ModelArtifacts, ModelCardExportJobStatus, ModelConfiguration, ModelPackageGroupStatus, ModelPackageStatusDetails, MonitoringExecutionSummary, NotebookInstanceStatus, ObjectiveStatusCounters, OfflineStoreStatusValue, PipelineExecutionStatus, PipelineExperimentConfig, PipelineStatus, ProcessingJobStatus, ProjectStatus, PropertyNameQuery, RecommendationJobStatus, RecommendationMetrics, ResourceType, ScheduleStatus, SecondaryStatus, SecondaryStatusTransition, SelectiveExecutionConfig, ServiceCatalogProvisionedProductDetails, SpaceStatus, SubscribedWorkteam, TrainingJobStatus, TrainingJobStatusCounters, TransformJobStatus, TrialComponentMetricSummary, TrialComponentSource, TrialSource, UserProfileStatus, WarmPoolResourceStatus, WarmPoolStatus, Workforce, Workteam } from "./models_2";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
* <p>Specified in the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_GetSearchSuggestions.html">GetSearchSuggestions</a> request.
|
|
7
|
+
* Limits the property names that are included in the response.</p>
|
|
8
|
+
*/
|
|
9
|
+
export interface SuggestionQuery {
|
|
10
|
+
/**
|
|
11
|
+
* <p>Defines a property name hint. Only property
|
|
12
|
+
* names that begin with the specified hint are included in the response.</p>
|
|
13
|
+
*/
|
|
14
|
+
PropertyNameQuery?: PropertyNameQuery;
|
|
15
|
+
}
|
|
4
16
|
/**
|
|
5
17
|
* @public
|
|
6
18
|
*/
|
|
@@ -8488,80 +8500,7 @@ export interface TrialComponent {
|
|
|
8488
8500
|
*/
|
|
8489
8501
|
RunName?: string;
|
|
8490
8502
|
}
|
|
8491
|
-
/**
|
|
8492
|
-
* @public
|
|
8493
|
-
* <p>A single resource returned as part of the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Search.html">Search</a> API response.</p>
|
|
8494
|
-
*/
|
|
8495
|
-
export interface SearchRecord {
|
|
8496
|
-
/**
|
|
8497
|
-
* <p>The properties of a training job.</p>
|
|
8498
|
-
*/
|
|
8499
|
-
TrainingJob?: TrainingJob;
|
|
8500
|
-
/**
|
|
8501
|
-
* <p>The properties of an experiment.</p>
|
|
8502
|
-
*/
|
|
8503
|
-
Experiment?: Experiment;
|
|
8504
|
-
/**
|
|
8505
|
-
* <p>The properties of a trial.</p>
|
|
8506
|
-
*/
|
|
8507
|
-
Trial?: Trial;
|
|
8508
|
-
/**
|
|
8509
|
-
* <p>The properties of a trial component.</p>
|
|
8510
|
-
*/
|
|
8511
|
-
TrialComponent?: TrialComponent;
|
|
8512
|
-
/**
|
|
8513
|
-
* <p>A hosted endpoint for real-time inference.</p>
|
|
8514
|
-
*/
|
|
8515
|
-
Endpoint?: Endpoint;
|
|
8516
|
-
/**
|
|
8517
|
-
* <p>A versioned model that can be deployed for SageMaker inference.</p>
|
|
8518
|
-
*/
|
|
8519
|
-
ModelPackage?: ModelPackage;
|
|
8520
|
-
/**
|
|
8521
|
-
* <p>A group of versioned models in the model registry.</p>
|
|
8522
|
-
*/
|
|
8523
|
-
ModelPackageGroup?: ModelPackageGroup;
|
|
8524
|
-
/**
|
|
8525
|
-
* <p>A SageMaker Model Building Pipeline instance.</p>
|
|
8526
|
-
*/
|
|
8527
|
-
Pipeline?: Pipeline;
|
|
8528
|
-
/**
|
|
8529
|
-
* <p>An execution of a pipeline.</p>
|
|
8530
|
-
*/
|
|
8531
|
-
PipelineExecution?: PipelineExecution;
|
|
8532
|
-
/**
|
|
8533
|
-
* <p>Amazon SageMaker Feature Store stores features in a collection called Feature Group.
|
|
8534
|
-
* A Feature Group can be visualized as a table which has rows,
|
|
8535
|
-
* with a unique identifier for each row where each column in the table is a feature.
|
|
8536
|
-
* In principle, a Feature Group is composed of features and values per features.</p>
|
|
8537
|
-
*/
|
|
8538
|
-
FeatureGroup?: FeatureGroup;
|
|
8539
|
-
/**
|
|
8540
|
-
* <p>The properties of a project.</p>
|
|
8541
|
-
*/
|
|
8542
|
-
Project?: Project;
|
|
8543
|
-
/**
|
|
8544
|
-
* <p>The feature metadata used to search through the features.</p>
|
|
8545
|
-
*/
|
|
8546
|
-
FeatureMetadata?: FeatureMetadata;
|
|
8547
|
-
/**
|
|
8548
|
-
* <p>The properties of a hyperparameter tuning job.</p>
|
|
8549
|
-
*/
|
|
8550
|
-
HyperParameterTuningJob?: HyperParameterTuningJobSearchEntity;
|
|
8551
|
-
/**
|
|
8552
|
-
* <p>A model displayed in the Amazon SageMaker Model Dashboard.</p>
|
|
8553
|
-
*/
|
|
8554
|
-
Model?: ModelDashboardModel;
|
|
8555
|
-
/**
|
|
8556
|
-
* <p>An Amazon SageMaker Model Card that documents details about a machine learning model.</p>
|
|
8557
|
-
*/
|
|
8558
|
-
ModelCard?: ModelCard;
|
|
8559
|
-
}
|
|
8560
8503
|
/**
|
|
8561
8504
|
* @internal
|
|
8562
8505
|
*/
|
|
8563
8506
|
export declare const ModelCardFilterSensitiveLog: (obj: ModelCard) => any;
|
|
8564
|
-
/**
|
|
8565
|
-
* @internal
|
|
8566
|
-
*/
|
|
8567
|
-
export declare const SearchRecordFilterSensitiveLog: (obj: SearchRecord) => any;
|
|
@@ -1,7 +1,76 @@
|
|
|
1
1
|
import { ActionStatus, AdditionalInferenceSpecificationDefinition, AppSecurityGroupManagement, BooleanOperator, DefaultSpaceSettings, EdgeOutputConfig, KernelGatewayImageConfig, ModelApprovalStatus, OutputParameter, Tag } from "./models_0";
|
|
2
2
|
import { _InstanceType, DeploymentConfig, FeatureDefinition, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InstanceMetadataServiceConfiguration, JobType, MemberDefinition, ModelCardStatus, ModelVariantConfig, MonitoringScheduleConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OidcConfig, ParallelismConfiguration, PipelineDefinitionS3Location, Processor, ProfilerRuleConfiguration, ProvisioningParameter, RootAccess, ShadowModeConfig, SourceIpConfig, SpaceSettings, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, UserSettings, VendorGuidance, WorkforceVpcConfigRequest } from "./models_1";
|
|
3
|
-
import { DesiredWeightAndCapacity, Device, DomainSettingsForUpdate, FeatureParameter, Filter, ResourceType, SelectiveExecutionConfig, Workforce, Workteam } from "./models_2";
|
|
4
|
-
import { GitConfigForUpdate, InferenceExperimentStopDesiredState, ModelVariantAction, NestedFilters, OnlineStoreConfigUpdate, Parameter, ProfilerConfigForUpdate,
|
|
3
|
+
import { DesiredWeightAndCapacity, Device, DomainSettingsForUpdate, Endpoint, Experiment, FeatureGroup, FeatureMetadata, FeatureParameter, Filter, ResourceType, SelectiveExecutionConfig, Workforce, Workteam } from "./models_2";
|
|
4
|
+
import { GitConfigForUpdate, HyperParameterTuningJobSearchEntity, InferenceExperimentStopDesiredState, ModelCard, ModelDashboardModel, ModelPackage, ModelPackageGroup, ModelVariantAction, NestedFilters, OnlineStoreConfigUpdate, Parameter, Pipeline, PipelineExecution, ProfilerConfigForUpdate, Project, ResourceConfigForUpdate, SearchSortOrder, TrainingJob, Trial, TrialComponent } from "./models_3";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
* <p>A single resource returned as part of the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Search.html">Search</a> API response.</p>
|
|
8
|
+
*/
|
|
9
|
+
export interface SearchRecord {
|
|
10
|
+
/**
|
|
11
|
+
* <p>The properties of a training job.</p>
|
|
12
|
+
*/
|
|
13
|
+
TrainingJob?: TrainingJob;
|
|
14
|
+
/**
|
|
15
|
+
* <p>The properties of an experiment.</p>
|
|
16
|
+
*/
|
|
17
|
+
Experiment?: Experiment;
|
|
18
|
+
/**
|
|
19
|
+
* <p>The properties of a trial.</p>
|
|
20
|
+
*/
|
|
21
|
+
Trial?: Trial;
|
|
22
|
+
/**
|
|
23
|
+
* <p>The properties of a trial component.</p>
|
|
24
|
+
*/
|
|
25
|
+
TrialComponent?: TrialComponent;
|
|
26
|
+
/**
|
|
27
|
+
* <p>A hosted endpoint for real-time inference.</p>
|
|
28
|
+
*/
|
|
29
|
+
Endpoint?: Endpoint;
|
|
30
|
+
/**
|
|
31
|
+
* <p>A versioned model that can be deployed for SageMaker inference.</p>
|
|
32
|
+
*/
|
|
33
|
+
ModelPackage?: ModelPackage;
|
|
34
|
+
/**
|
|
35
|
+
* <p>A group of versioned models in the model registry.</p>
|
|
36
|
+
*/
|
|
37
|
+
ModelPackageGroup?: ModelPackageGroup;
|
|
38
|
+
/**
|
|
39
|
+
* <p>A SageMaker Model Building Pipeline instance.</p>
|
|
40
|
+
*/
|
|
41
|
+
Pipeline?: Pipeline;
|
|
42
|
+
/**
|
|
43
|
+
* <p>An execution of a pipeline.</p>
|
|
44
|
+
*/
|
|
45
|
+
PipelineExecution?: PipelineExecution;
|
|
46
|
+
/**
|
|
47
|
+
* <p>Amazon SageMaker Feature Store stores features in a collection called Feature Group.
|
|
48
|
+
* A Feature Group can be visualized as a table which has rows,
|
|
49
|
+
* with a unique identifier for each row where each column in the table is a feature.
|
|
50
|
+
* In principle, a Feature Group is composed of features and values per features.</p>
|
|
51
|
+
*/
|
|
52
|
+
FeatureGroup?: FeatureGroup;
|
|
53
|
+
/**
|
|
54
|
+
* <p>The properties of a project.</p>
|
|
55
|
+
*/
|
|
56
|
+
Project?: Project;
|
|
57
|
+
/**
|
|
58
|
+
* <p>The feature metadata used to search through the features.</p>
|
|
59
|
+
*/
|
|
60
|
+
FeatureMetadata?: FeatureMetadata;
|
|
61
|
+
/**
|
|
62
|
+
* <p>The properties of a hyperparameter tuning job.</p>
|
|
63
|
+
*/
|
|
64
|
+
HyperParameterTuningJob?: HyperParameterTuningJobSearchEntity;
|
|
65
|
+
/**
|
|
66
|
+
* <p>A model displayed in the Amazon SageMaker Model Dashboard.</p>
|
|
67
|
+
*/
|
|
68
|
+
Model?: ModelDashboardModel;
|
|
69
|
+
/**
|
|
70
|
+
* <p>An Amazon SageMaker Model Card that documents details about a machine learning model.</p>
|
|
71
|
+
*/
|
|
72
|
+
ModelCard?: ModelCard;
|
|
73
|
+
}
|
|
5
74
|
/**
|
|
6
75
|
* @public
|
|
7
76
|
*/
|
|
@@ -1759,6 +1828,10 @@ export interface SearchRequest {
|
|
|
1759
1828
|
*/
|
|
1760
1829
|
MaxResults?: number;
|
|
1761
1830
|
}
|
|
1831
|
+
/**
|
|
1832
|
+
* @internal
|
|
1833
|
+
*/
|
|
1834
|
+
export declare const SearchRecordFilterSensitiveLog: (obj: SearchRecord) => any;
|
|
1762
1835
|
/**
|
|
1763
1836
|
* @internal
|
|
1764
1837
|
*/
|
|
@@ -6,8 +6,7 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@smithy/types";
|
|
9
|
-
import { DeleteImageRequest } from "../models/
|
|
10
|
-
import { DeleteImageResponse } from "../models/models_2";
|
|
9
|
+
import { DeleteImageRequest, DeleteImageResponse } from "../models/models_2";
|
|
11
10
|
import {
|
|
12
11
|
SageMakerClientResolvedConfig,
|
|
13
12
|
ServiceInputTypes,
|
|
@@ -22,6 +22,7 @@ import {
|
|
|
22
22
|
Bias,
|
|
23
23
|
BlueGreenUpdatePolicy,
|
|
24
24
|
CanvasAppSettings,
|
|
25
|
+
CapacitySize,
|
|
25
26
|
CaptureContentTypeHeader,
|
|
26
27
|
CaptureOption,
|
|
27
28
|
CaptureStatus,
|
|
@@ -195,9 +196,16 @@ export interface CreateEdgePackagingJobRequest {
|
|
|
195
196
|
ResourceKey?: string;
|
|
196
197
|
Tags?: Tag[];
|
|
197
198
|
}
|
|
199
|
+
export interface RollingUpdatePolicy {
|
|
200
|
+
MaximumBatchSize: CapacitySize | undefined;
|
|
201
|
+
WaitIntervalInSeconds: number | undefined;
|
|
202
|
+
MaximumExecutionTimeoutInSeconds?: number;
|
|
203
|
+
RollbackMaximumBatchSize?: CapacitySize;
|
|
204
|
+
}
|
|
198
205
|
export interface DeploymentConfig {
|
|
199
|
-
BlueGreenUpdatePolicy
|
|
206
|
+
BlueGreenUpdatePolicy?: BlueGreenUpdatePolicy;
|
|
200
207
|
AutoRollbackConfiguration?: AutoRollbackConfig;
|
|
208
|
+
RollingUpdatePolicy?: RollingUpdatePolicy;
|
|
201
209
|
}
|
|
202
210
|
export interface CreateEndpointInput {
|
|
203
211
|
EndpointName: string | undefined;
|
|
@@ -1810,9 +1818,6 @@ export interface DeleteHumanTaskUiRequest {
|
|
|
1810
1818
|
HumanTaskUiName: string | undefined;
|
|
1811
1819
|
}
|
|
1812
1820
|
export interface DeleteHumanTaskUiResponse {}
|
|
1813
|
-
export interface DeleteImageRequest {
|
|
1814
|
-
ImageName: string | undefined;
|
|
1815
|
-
}
|
|
1816
1821
|
export declare const CreateModelCardRequestFilterSensitiveLog: (
|
|
1817
1822
|
obj: CreateModelCardRequest
|
|
1818
1823
|
) => any;
|
|
@@ -173,6 +173,9 @@ import {
|
|
|
173
173
|
UserSettings,
|
|
174
174
|
VendorGuidance,
|
|
175
175
|
} from "./models_1";
|
|
176
|
+
export interface DeleteImageRequest {
|
|
177
|
+
ImageName: string | undefined;
|
|
178
|
+
}
|
|
176
179
|
export interface DeleteImageResponse {}
|
|
177
180
|
export interface DeleteImageVersionRequest {
|
|
178
181
|
ImageName: string | undefined;
|
|
@@ -674,6 +677,7 @@ export declare const EndpointStatus: {
|
|
|
674
677
|
readonly OUT_OF_SERVICE: "OutOfService";
|
|
675
678
|
readonly ROLLING_BACK: "RollingBack";
|
|
676
679
|
readonly SYSTEM_UPDATING: "SystemUpdating";
|
|
680
|
+
readonly UPDATE_ROLLBACK_FAILED: "UpdateRollbackFailed";
|
|
677
681
|
readonly UPDATING: "Updating";
|
|
678
682
|
};
|
|
679
683
|
export type EndpointStatus =
|
|
@@ -2361,9 +2365,6 @@ export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
|
|
|
2361
2365
|
export interface PropertyNameQuery {
|
|
2362
2366
|
PropertyNameHint: string | undefined;
|
|
2363
2367
|
}
|
|
2364
|
-
export interface SuggestionQuery {
|
|
2365
|
-
PropertyNameQuery?: PropertyNameQuery;
|
|
2366
|
-
}
|
|
2367
2368
|
export declare const DescribeModelCardResponseFilterSensitiveLog: (
|
|
2368
2369
|
obj: DescribeModelCardResponse
|
|
2369
2370
|
) => any;
|
|
@@ -105,7 +105,6 @@ import {
|
|
|
105
105
|
EdgePackagingJobStatus,
|
|
106
106
|
EdgePackagingJobSummary,
|
|
107
107
|
EMRStepMetadata,
|
|
108
|
-
Endpoint,
|
|
109
108
|
EndpointConfigSortKey,
|
|
110
109
|
EndpointConfigSummary,
|
|
111
110
|
EndpointOutputConfiguration,
|
|
@@ -113,15 +112,12 @@ import {
|
|
|
113
112
|
EndpointStatus,
|
|
114
113
|
EndpointSummary,
|
|
115
114
|
ExecutionStatus,
|
|
116
|
-
Experiment,
|
|
117
115
|
ExperimentSummary,
|
|
118
116
|
FailStepMetadata,
|
|
119
|
-
FeatureGroup,
|
|
120
117
|
FeatureGroupSortBy,
|
|
121
118
|
FeatureGroupSortOrder,
|
|
122
119
|
FeatureGroupStatus,
|
|
123
120
|
FeatureGroupSummary,
|
|
124
|
-
FeatureMetadata,
|
|
125
121
|
Filter,
|
|
126
122
|
FlowDefinitionSummary,
|
|
127
123
|
HubContentStatus,
|
|
@@ -152,6 +148,7 @@ import {
|
|
|
152
148
|
PipelineStatus,
|
|
153
149
|
ProcessingJobStatus,
|
|
154
150
|
ProjectStatus,
|
|
151
|
+
PropertyNameQuery,
|
|
155
152
|
RecommendationJobStatus,
|
|
156
153
|
RecommendationMetrics,
|
|
157
154
|
ResourceType,
|
|
@@ -162,7 +159,6 @@ import {
|
|
|
162
159
|
ServiceCatalogProvisionedProductDetails,
|
|
163
160
|
SpaceStatus,
|
|
164
161
|
SubscribedWorkteam,
|
|
165
|
-
SuggestionQuery,
|
|
166
162
|
TrainingJobStatus,
|
|
167
163
|
TrainingJobStatusCounters,
|
|
168
164
|
TransformJobStatus,
|
|
@@ -175,6 +171,9 @@ import {
|
|
|
175
171
|
Workforce,
|
|
176
172
|
Workteam,
|
|
177
173
|
} from "./models_2";
|
|
174
|
+
export interface SuggestionQuery {
|
|
175
|
+
PropertyNameQuery?: PropertyNameQuery;
|
|
176
|
+
}
|
|
178
177
|
export interface GetSearchSuggestionsRequest {
|
|
179
178
|
Resource: ResourceType | string | undefined;
|
|
180
179
|
SuggestionQuery?: SuggestionQuery;
|
|
@@ -2385,22 +2384,4 @@ export interface TrialComponent {
|
|
|
2385
2384
|
Parents?: Parent[];
|
|
2386
2385
|
RunName?: string;
|
|
2387
2386
|
}
|
|
2388
|
-
export interface SearchRecord {
|
|
2389
|
-
TrainingJob?: TrainingJob;
|
|
2390
|
-
Experiment?: Experiment;
|
|
2391
|
-
Trial?: Trial;
|
|
2392
|
-
TrialComponent?: TrialComponent;
|
|
2393
|
-
Endpoint?: Endpoint;
|
|
2394
|
-
ModelPackage?: ModelPackage;
|
|
2395
|
-
ModelPackageGroup?: ModelPackageGroup;
|
|
2396
|
-
Pipeline?: Pipeline;
|
|
2397
|
-
PipelineExecution?: PipelineExecution;
|
|
2398
|
-
FeatureGroup?: FeatureGroup;
|
|
2399
|
-
Project?: Project;
|
|
2400
|
-
FeatureMetadata?: FeatureMetadata;
|
|
2401
|
-
HyperParameterTuningJob?: HyperParameterTuningJobSearchEntity;
|
|
2402
|
-
Model?: ModelDashboardModel;
|
|
2403
|
-
ModelCard?: ModelCard;
|
|
2404
|
-
}
|
|
2405
2387
|
export declare const ModelCardFilterSensitiveLog: (obj: ModelCard) => any;
|
|
2406
|
-
export declare const SearchRecordFilterSensitiveLog: (obj: SearchRecord) => any;
|
|
@@ -46,6 +46,10 @@ import {
|
|
|
46
46
|
DesiredWeightAndCapacity,
|
|
47
47
|
Device,
|
|
48
48
|
DomainSettingsForUpdate,
|
|
49
|
+
Endpoint,
|
|
50
|
+
Experiment,
|
|
51
|
+
FeatureGroup,
|
|
52
|
+
FeatureMetadata,
|
|
49
53
|
FeatureParameter,
|
|
50
54
|
Filter,
|
|
51
55
|
ResourceType,
|
|
@@ -55,16 +59,43 @@ import {
|
|
|
55
59
|
} from "./models_2";
|
|
56
60
|
import {
|
|
57
61
|
GitConfigForUpdate,
|
|
62
|
+
HyperParameterTuningJobSearchEntity,
|
|
58
63
|
InferenceExperimentStopDesiredState,
|
|
64
|
+
ModelCard,
|
|
65
|
+
ModelDashboardModel,
|
|
66
|
+
ModelPackage,
|
|
67
|
+
ModelPackageGroup,
|
|
59
68
|
ModelVariantAction,
|
|
60
69
|
NestedFilters,
|
|
61
70
|
OnlineStoreConfigUpdate,
|
|
62
71
|
Parameter,
|
|
72
|
+
Pipeline,
|
|
73
|
+
PipelineExecution,
|
|
63
74
|
ProfilerConfigForUpdate,
|
|
75
|
+
Project,
|
|
64
76
|
ResourceConfigForUpdate,
|
|
65
|
-
SearchRecord,
|
|
66
77
|
SearchSortOrder,
|
|
78
|
+
TrainingJob,
|
|
79
|
+
Trial,
|
|
80
|
+
TrialComponent,
|
|
67
81
|
} from "./models_3";
|
|
82
|
+
export interface SearchRecord {
|
|
83
|
+
TrainingJob?: TrainingJob;
|
|
84
|
+
Experiment?: Experiment;
|
|
85
|
+
Trial?: Trial;
|
|
86
|
+
TrialComponent?: TrialComponent;
|
|
87
|
+
Endpoint?: Endpoint;
|
|
88
|
+
ModelPackage?: ModelPackage;
|
|
89
|
+
ModelPackageGroup?: ModelPackageGroup;
|
|
90
|
+
Pipeline?: Pipeline;
|
|
91
|
+
PipelineExecution?: PipelineExecution;
|
|
92
|
+
FeatureGroup?: FeatureGroup;
|
|
93
|
+
Project?: Project;
|
|
94
|
+
FeatureMetadata?: FeatureMetadata;
|
|
95
|
+
HyperParameterTuningJob?: HyperParameterTuningJobSearchEntity;
|
|
96
|
+
Model?: ModelDashboardModel;
|
|
97
|
+
ModelCard?: ModelCard;
|
|
98
|
+
}
|
|
68
99
|
export interface SearchResponse {
|
|
69
100
|
Results?: SearchRecord[];
|
|
70
101
|
NextToken?: string;
|
|
@@ -501,6 +532,7 @@ export interface SearchRequest {
|
|
|
501
532
|
NextToken?: string;
|
|
502
533
|
MaxResults?: number;
|
|
503
534
|
}
|
|
535
|
+
export declare const SearchRecordFilterSensitiveLog: (obj: SearchRecord) => any;
|
|
504
536
|
export declare const SearchResponseFilterSensitiveLog: (
|
|
505
537
|
obj: SearchResponse
|
|
506
538
|
) => any;
|
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.364.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|