@aws-sdk/client-sagemaker 3.359.0 → 3.361.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_1.js +8 -1
- package/dist-cjs/models/models_2.js +1 -7
- package/dist-cjs/models/models_3.js +7 -2
- package/dist-es/models/models_1.js +7 -0
- package/dist-es/models/models_2.js +0 -5
- package/dist-es/models/models_3.js +5 -0
- package/dist-types/commands/CreateFeatureGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteModelBiasJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteModelCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFeatureGroupCommand.d.ts +4 -0
- package/dist-types/commands/SearchCommand.d.ts +4 -0
- package/dist-types/commands/StartEdgeDeploymentStageCommand.d.ts +1 -1
- package/dist-types/commands/StartInferenceExperimentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFeatureGroupCommand.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +6 -6
- package/dist-types/models/models_1.d.ts +39 -18
- package/dist-types/models/models_2.d.ts +18 -51
- package/dist-types/models/models_3.d.ts +65 -33
- package/dist-types/models/models_4.d.ts +36 -1
- package/dist-types/ts3.4/commands/DeleteModelBiasJobDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartEdgeDeploymentStageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartInferenceExperimentCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_1.d.ts +14 -6
- package/dist-types/ts3.4/models/models_2.d.ts +6 -17
- package/dist-types/ts3.4/models/models_3.d.ts +22 -12
- package/dist-types/ts3.4/models/models_4.d.ts +12 -0
- package/package.json +7 -7
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateWorkforceRequestFilterSensitiveLog = exports.OidcConfigFilterSensitiveLog = exports.CreateModelCardRequestFilterSensitiveLog = exports.HubContentType = exports.RetentionType = exports.RuleEvaluationStatus = exports.TrialComponentPrimaryStatus = exports.TrialComponentParameterValue = exports.JoinSource = exports.StudioLifecycleConfigAppType = exports.ProcessingS3DataType = exports.ProcessingS3CompressionType = exports.RedshiftResultFormat = exports.RedshiftResultCompressionType = exports.InputMode = exports.DataDistributionType = exports.RootAccess = exports.DirectInternetAccess = exports.NotebookInstanceAcceleratorType = exports.MonitoringType = exports.MonitoringProblemType = exports.ModelCardStatus = exports.InferenceExecutionMode = exports.RecommendationJobType = exports.TrafficType = exports.InferenceExperimentType = exports._InstanceType = exports.ModelInfrastructureType = exports.VendorGuidance = exports.Processor = exports.JobType = exports.HyperParameterTuningJobWarmStartType = exports.HyperParameterTuningAllocationStrategy = exports.TrainingJobEarlyStoppingType = exports.HyperParameterTuningJobStrategyType = exports.TableFormat = exports.FeatureType = exports.ProductionVariantAcceleratorType = exports.DeviceSubsetType = exports.FailureHandlingPolicy = exports.ExecutionRoleIdentityConfig = void 0;
|
|
3
|
+
exports.CreateWorkforceRequestFilterSensitiveLog = exports.OidcConfigFilterSensitiveLog = exports.CreateModelCardRequestFilterSensitiveLog = exports.HubContentType = exports.RetentionType = exports.RuleEvaluationStatus = exports.TrialComponentPrimaryStatus = exports.TrialComponentParameterValue = exports.JoinSource = exports.StudioLifecycleConfigAppType = exports.ProcessingS3DataType = exports.ProcessingS3CompressionType = exports.RedshiftResultFormat = exports.RedshiftResultCompressionType = exports.InputMode = exports.DataDistributionType = exports.RootAccess = exports.DirectInternetAccess = exports.NotebookInstanceAcceleratorType = exports.MonitoringType = exports.MonitoringProblemType = exports.ModelCardStatus = exports.InferenceExecutionMode = exports.RecommendationJobType = exports.TrafficType = exports.InferenceExperimentType = exports._InstanceType = exports.ModelInfrastructureType = exports.VendorGuidance = exports.Processor = exports.JobType = exports.HyperParameterTuningJobWarmStartType = exports.HyperParameterTuningAllocationStrategy = exports.TrainingJobEarlyStoppingType = exports.HyperParameterTuningJobStrategyType = exports.TtlDurationUnit = exports.TableFormat = exports.FeatureType = exports.ProductionVariantAcceleratorType = exports.DeviceSubsetType = exports.FailureHandlingPolicy = exports.ExecutionRoleIdentityConfig = void 0;
|
|
4
4
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
5
5
|
exports.ExecutionRoleIdentityConfig = {
|
|
6
6
|
DISABLED: "DISABLED",
|
|
@@ -32,6 +32,13 @@ exports.TableFormat = {
|
|
|
32
32
|
GLUE: "Glue",
|
|
33
33
|
ICEBERG: "Iceberg",
|
|
34
34
|
};
|
|
35
|
+
exports.TtlDurationUnit = {
|
|
36
|
+
DAYS: "Days",
|
|
37
|
+
HOURS: "Hours",
|
|
38
|
+
MINUTES: "Minutes",
|
|
39
|
+
SECONDS: "Seconds",
|
|
40
|
+
WEEKS: "Weeks",
|
|
41
|
+
};
|
|
35
42
|
exports.HyperParameterTuningJobStrategyType = {
|
|
36
43
|
BAYESIAN: "Bayesian",
|
|
37
44
|
GRID: "Grid",
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.DescribeModelCardResponseFilterSensitiveLog = void 0;
|
|
3
|
+
exports.DescribeModelCardResponseFilterSensitiveLog = exports.ResourceType = exports.SagemakerServicecatalogStatus = exports.Operator = exports.FeatureGroupSortOrder = exports.FeatureGroupSortBy = exports.EndpointSortKey = exports.EndpointConfigSortKey = exports.Direction = exports.DeviceDeploymentStatus = exports.WorkforceStatus = exports.UserProfileStatus = exports.TransformJobStatus = exports.WarmPoolResourceStatus = exports.SecondaryStatus = exports.ProfilingStatus = exports.SpaceStatus = exports.ProjectStatus = exports.ProcessingJobStatus = exports.PipelineExecutionStatus = exports.PipelineStatus = exports.NotebookInstanceStatus = exports.ScheduleStatus = exports.ExecutionStatus = exports.ModelPackageGroupStatus = exports.DetailedModelPackageStatus = exports.ModelCardExportJobStatus = exports.ModelCardProcessingStatus = exports.LabelingJobStatus = exports.RecommendationJobStatus = exports.InferenceExperimentStatus = exports.ModelVariantStatus = exports.ImageVersionStatus = exports.ImageStatus = exports.HyperParameterTuningJobStatus = exports.TrainingJobStatus = exports.HumanTaskUiStatus = exports.HubContentStatus = exports.HubStatus = exports.FlowDefinitionStatus = exports.OfflineStoreStatusValue = exports.LastUpdateStatusValue = exports.FeatureGroupStatus = exports.VariantStatus = exports.EndpointStatus = exports.EdgePresetDeploymentStatus = exports.EdgePackagingJobStatus = exports.DomainStatus = exports.StageStatus = exports.RecommendationStatus = void 0;
|
|
5
4
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
5
|
exports.RecommendationStatus = {
|
|
7
6
|
COMPLETED: "COMPLETED",
|
|
@@ -368,11 +367,6 @@ exports.ResourceType = {
|
|
|
368
367
|
PROJECT: "Project",
|
|
369
368
|
TRAINING_JOB: "TrainingJob",
|
|
370
369
|
};
|
|
371
|
-
exports.HubContentSortBy = {
|
|
372
|
-
CREATION_TIME: "CreationTime",
|
|
373
|
-
HUB_CONTENT_NAME: "HubContentName",
|
|
374
|
-
HUB_CONTENT_STATUS: "HubContentStatus",
|
|
375
|
-
};
|
|
376
370
|
const DescribeModelCardResponseFilterSensitiveLog = (obj) => ({
|
|
377
371
|
...obj,
|
|
378
372
|
...(obj.Content && { Content: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.SearchResponseFilterSensitiveLog = exports.SearchRecordFilterSensitiveLog = exports.ModelCardFilterSensitiveLog = exports.SearchSortOrder = exports.ModelVariantAction = exports.ListWorkteamsSortByOptions = exports.ListWorkforcesSortByOptions = exports.UserProfileSortKey = exports.SortTrialsBy = exports.SortTrialComponentsBy = exports.TrainingJobSortByOptions = exports.StudioLifecycleConfigSortKey = void 0;
|
|
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.SearchResponseFilterSensitiveLog = exports.SearchRecordFilterSensitiveLog = 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("@aws-sdk/smithy-client");
|
|
6
|
+
exports.HubContentSortBy = {
|
|
7
|
+
CREATION_TIME: "CreationTime",
|
|
8
|
+
HUB_CONTENT_NAME: "HubContentName",
|
|
9
|
+
HUB_CONTENT_STATUS: "HubContentStatus",
|
|
10
|
+
};
|
|
6
11
|
exports.HubSortBy = {
|
|
7
12
|
ACCOUNT_ID_OWNER: "AccountIdOwner",
|
|
8
13
|
CREATION_TIME: "CreationTime",
|
|
@@ -29,6 +29,13 @@ export const TableFormat = {
|
|
|
29
29
|
GLUE: "Glue",
|
|
30
30
|
ICEBERG: "Iceberg",
|
|
31
31
|
};
|
|
32
|
+
export const TtlDurationUnit = {
|
|
33
|
+
DAYS: "Days",
|
|
34
|
+
HOURS: "Hours",
|
|
35
|
+
MINUTES: "Minutes",
|
|
36
|
+
SECONDS: "Seconds",
|
|
37
|
+
WEEKS: "Weeks",
|
|
38
|
+
};
|
|
32
39
|
export const HyperParameterTuningJobStrategyType = {
|
|
33
40
|
BAYESIAN: "Bayesian",
|
|
34
41
|
GRID: "Grid",
|
|
@@ -364,11 +364,6 @@ export const ResourceType = {
|
|
|
364
364
|
PROJECT: "Project",
|
|
365
365
|
TRAINING_JOB: "TrainingJob",
|
|
366
366
|
};
|
|
367
|
-
export const HubContentSortBy = {
|
|
368
|
-
CREATION_TIME: "CreationTime",
|
|
369
|
-
HUB_CONTENT_NAME: "HubContentName",
|
|
370
|
-
HUB_CONTENT_STATUS: "HubContentStatus",
|
|
371
|
-
};
|
|
372
367
|
export const DescribeModelCardResponseFilterSensitiveLog = (obj) => ({
|
|
373
368
|
...obj,
|
|
374
369
|
...(obj.Content && { Content: SENSITIVE_STRING }),
|
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
2
|
+
export const HubContentSortBy = {
|
|
3
|
+
CREATION_TIME: "CreationTime",
|
|
4
|
+
HUB_CONTENT_NAME: "HubContentName",
|
|
5
|
+
HUB_CONTENT_STATUS: "HubContentStatus",
|
|
6
|
+
};
|
|
2
7
|
export const HubSortBy = {
|
|
3
8
|
ACCOUNT_ID_OWNER: "AccountIdOwner",
|
|
4
9
|
CREATION_TIME: "CreationTime",
|
|
@@ -57,6 +57,10 @@ export interface CreateFeatureGroupCommandOutput extends CreateFeatureGroupRespo
|
|
|
57
57
|
* KmsKeyId: "STRING_VALUE",
|
|
58
58
|
* },
|
|
59
59
|
* EnableOnlineStore: true || false,
|
|
60
|
+
* TtlDuration: { // TtlDuration
|
|
61
|
+
* Unit: "Seconds" || "Minutes" || "Hours" || "Days" || "Weeks",
|
|
62
|
+
* Value: Number("int"),
|
|
63
|
+
* },
|
|
60
64
|
* },
|
|
61
65
|
* OfflineStoreConfig: { // OfflineStoreConfig
|
|
62
66
|
* S3StorageConfig: { // S3StorageConfig
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { DeleteModelBiasJobDefinitionRequest } from "../models/
|
|
4
|
+
import { DeleteModelBiasJobDefinitionRequest } from "../models/models_2";
|
|
5
5
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { DeleteModelInput } from "../models/
|
|
4
|
+
import { DeleteModelInput } from "../models/models_2";
|
|
5
5
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -56,6 +56,10 @@ export interface DescribeFeatureGroupCommandOutput extends DescribeFeatureGroupR
|
|
|
56
56
|
* // KmsKeyId: "STRING_VALUE",
|
|
57
57
|
* // },
|
|
58
58
|
* // EnableOnlineStore: true || false,
|
|
59
|
+
* // TtlDuration: { // TtlDuration
|
|
60
|
+
* // Unit: "Seconds" || "Minutes" || "Hours" || "Days" || "Weeks",
|
|
61
|
+
* // Value: Number("int"),
|
|
62
|
+
* // },
|
|
59
63
|
* // },
|
|
60
64
|
* // OfflineStoreConfig: { // OfflineStoreConfig
|
|
61
65
|
* // S3StorageConfig: { // S3StorageConfig
|
|
@@ -1320,6 +1320,10 @@ export interface SearchCommandOutput extends SearchResponse, __MetadataBearer {
|
|
|
1320
1320
|
* // KmsKeyId: "STRING_VALUE",
|
|
1321
1321
|
* // },
|
|
1322
1322
|
* // EnableOnlineStore: true || false,
|
|
1323
|
+
* // TtlDuration: { // TtlDuration
|
|
1324
|
+
* // Unit: "Seconds" || "Minutes" || "Hours" || "Days" || "Weeks",
|
|
1325
|
+
* // Value: Number("int"),
|
|
1326
|
+
* // },
|
|
1323
1327
|
* // },
|
|
1324
1328
|
* // OfflineStoreConfig: { // OfflineStoreConfig
|
|
1325
1329
|
* // S3StorageConfig: { // S3StorageConfig
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { StartEdgeDeploymentStageRequest } from "../models/
|
|
4
|
+
import { StartEdgeDeploymentStageRequest } from "../models/models_4";
|
|
5
5
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { StartInferenceExperimentRequest, StartInferenceExperimentResponse } from "../models/
|
|
4
|
+
import { StartInferenceExperimentRequest, StartInferenceExperimentResponse } from "../models/models_4";
|
|
5
5
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -38,6 +38,12 @@ export interface UpdateFeatureGroupCommandOutput extends UpdateFeatureGroupRespo
|
|
|
38
38
|
* FeatureType: "Integral" || "Fractional" || "String",
|
|
39
39
|
* },
|
|
40
40
|
* ],
|
|
41
|
+
* OnlineStoreConfig: { // OnlineStoreConfigUpdate
|
|
42
|
+
* TtlDuration: { // TtlDuration
|
|
43
|
+
* Unit: "Seconds" || "Minutes" || "Hours" || "Days" || "Weeks",
|
|
44
|
+
* Value: Number("int"),
|
|
45
|
+
* },
|
|
46
|
+
* },
|
|
41
47
|
* };
|
|
42
48
|
* const command = new UpdateFeatureGroupCommand(input);
|
|
43
49
|
* const response = await client.send(command);
|
|
@@ -7021,8 +7021,8 @@ export interface S3ModelDataSource {
|
|
|
7021
7021
|
* SageMaker uses all objects that match the specified key name prefix as part of the ML model
|
|
7022
7022
|
* data to deploy. A valid key name prefix identified by <code>S3Uri</code> always ends
|
|
7023
7023
|
* with a forward slash (/).</p>
|
|
7024
|
-
* <p>If you choose S3Object
|
|
7025
|
-
* deploy.</p>
|
|
7024
|
+
* <p>If you choose <code>S3Object</code>, <code>S3Uri</code> identifies an object that is
|
|
7025
|
+
* the ML model data to deploy.</p>
|
|
7026
7026
|
*/
|
|
7027
7027
|
S3DataType: S3ModelDataType | string | undefined;
|
|
7028
7028
|
/**
|
|
@@ -7080,9 +7080,9 @@ export interface S3ModelDataSource {
|
|
|
7080
7080
|
* if your uncompressed ML model consists of two S3 objects
|
|
7081
7081
|
* <code>s3://mybucket/model/weights</code> and <code>s3://mybucket/model/weights/part1</code>
|
|
7082
7082
|
* and you specify <code>s3://mybucket/model/</code> as the value of <code>S3Uri</code> and
|
|
7083
|
-
* <code>S3Prefix</code> as the value of S3DataType
|
|
7084
|
-
* <code>/opt/ml/model/weights</code> (a regular file) and
|
|
7085
|
-
* (a directory).</p>
|
|
7083
|
+
* <code>S3Prefix</code> as the value of <code>S3DataType</code>, then it will result in name
|
|
7084
|
+
* clash between <code>/opt/ml/model/weights</code> (a regular file) and
|
|
7085
|
+
* <code>/opt/ml/model/weights/</code> (a directory).</p>
|
|
7086
7086
|
* </li>
|
|
7087
7087
|
* <li>
|
|
7088
7088
|
* <p>Do not organize the model artifacts in
|
|
@@ -7231,7 +7231,7 @@ export interface ContainerDefinition {
|
|
|
7231
7231
|
/**
|
|
7232
7232
|
* <p>Specifies the location of ML model data to deploy.</p>
|
|
7233
7233
|
* <note>
|
|
7234
|
-
* <p>Currently you cannot use <code>ModelDataSource</code> in
|
|
7234
|
+
* <p>Currently you cannot use <code>ModelDataSource</code> in conjunction with
|
|
7235
7235
|
* SageMaker batch transform, SageMaker serverless endpoints, SageMaker multi-model endpoints, and SageMaker
|
|
7236
7236
|
* Marketplace.</p>
|
|
7237
7237
|
* </note>
|
|
@@ -952,6 +952,39 @@ export interface OnlineStoreSecurityConfig {
|
|
|
952
952
|
*/
|
|
953
953
|
KmsKeyId?: string;
|
|
954
954
|
}
|
|
955
|
+
/**
|
|
956
|
+
* @public
|
|
957
|
+
* @enum
|
|
958
|
+
*/
|
|
959
|
+
export declare const TtlDurationUnit: {
|
|
960
|
+
readonly DAYS: "Days";
|
|
961
|
+
readonly HOURS: "Hours";
|
|
962
|
+
readonly MINUTES: "Minutes";
|
|
963
|
+
readonly SECONDS: "Seconds";
|
|
964
|
+
readonly WEEKS: "Weeks";
|
|
965
|
+
};
|
|
966
|
+
/**
|
|
967
|
+
* @public
|
|
968
|
+
*/
|
|
969
|
+
export type TtlDurationUnit = (typeof TtlDurationUnit)[keyof typeof TtlDurationUnit];
|
|
970
|
+
/**
|
|
971
|
+
* @public
|
|
972
|
+
* <p>Time to live duration, where the record is hard deleted after the expiration time is
|
|
973
|
+
* reached; <code>ExpiresAt</code> = <code>EventTime</code> + <code>TtlDuration</code>. For
|
|
974
|
+
* information on HardDelete, see the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_feature_store_DeleteRecord.html">DeleteRecord</a> API in the Amazon SageMaker API Reference guide.</p>
|
|
975
|
+
*/
|
|
976
|
+
export interface TtlDuration {
|
|
977
|
+
/**
|
|
978
|
+
* <p>
|
|
979
|
+
* <code>TtlDuration</code> time unit.</p>
|
|
980
|
+
*/
|
|
981
|
+
Unit?: TtlDurationUnit | string;
|
|
982
|
+
/**
|
|
983
|
+
* <p>
|
|
984
|
+
* <code>TtlDuration</code> time value.</p>
|
|
985
|
+
*/
|
|
986
|
+
Value?: number;
|
|
987
|
+
}
|
|
955
988
|
/**
|
|
956
989
|
* @public
|
|
957
990
|
* <p>Use this to specify the Amazon Web Services Key Management Service (KMS) Key ID, or
|
|
@@ -974,6 +1007,12 @@ export interface OnlineStoreConfig {
|
|
|
974
1007
|
* <p>The default value is <code>False</code>.</p>
|
|
975
1008
|
*/
|
|
976
1009
|
EnableOnlineStore?: boolean;
|
|
1010
|
+
/**
|
|
1011
|
+
* <p>Time to live duration, where the record is hard deleted after the expiration time is
|
|
1012
|
+
* reached; <code>ExpiresAt</code> = <code>EventTime</code> + <code>TtlDuration</code>. For
|
|
1013
|
+
* information on HardDelete, see the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_feature_store_DeleteRecord.html">DeleteRecord</a> API in the Amazon SageMaker API Reference guide.</p>
|
|
1014
|
+
*/
|
|
1015
|
+
TtlDuration?: TtlDuration;
|
|
977
1016
|
}
|
|
978
1017
|
/**
|
|
979
1018
|
* @public
|
|
@@ -9617,24 +9656,6 @@ export interface DeleteInferenceExperimentResponse {
|
|
|
9617
9656
|
*/
|
|
9618
9657
|
InferenceExperimentArn: string | undefined;
|
|
9619
9658
|
}
|
|
9620
|
-
/**
|
|
9621
|
-
* @public
|
|
9622
|
-
*/
|
|
9623
|
-
export interface DeleteModelInput {
|
|
9624
|
-
/**
|
|
9625
|
-
* <p>The name of the model to delete.</p>
|
|
9626
|
-
*/
|
|
9627
|
-
ModelName: string | undefined;
|
|
9628
|
-
}
|
|
9629
|
-
/**
|
|
9630
|
-
* @public
|
|
9631
|
-
*/
|
|
9632
|
-
export interface DeleteModelBiasJobDefinitionRequest {
|
|
9633
|
-
/**
|
|
9634
|
-
* <p>The name of the model bias job definition to delete.</p>
|
|
9635
|
-
*/
|
|
9636
|
-
JobDefinitionName: string | undefined;
|
|
9637
|
-
}
|
|
9638
9659
|
/**
|
|
9639
9660
|
* @internal
|
|
9640
9661
|
*/
|
|
@@ -1,5 +1,23 @@
|
|
|
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, UserSettings, 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, VendorGuidance } from "./models_1";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export interface DeleteModelInput {
|
|
7
|
+
/**
|
|
8
|
+
* <p>The name of the model to delete.</p>
|
|
9
|
+
*/
|
|
10
|
+
ModelName: string | undefined;
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
15
|
+
export interface DeleteModelBiasJobDefinitionRequest {
|
|
16
|
+
/**
|
|
17
|
+
* <p>The name of the model bias job definition to delete.</p>
|
|
18
|
+
*/
|
|
19
|
+
JobDefinitionName: string | undefined;
|
|
20
|
+
}
|
|
3
21
|
/**
|
|
4
22
|
* @public
|
|
5
23
|
*/
|
|
@@ -8627,57 +8645,6 @@ export interface HubContentInfo {
|
|
|
8627
8645
|
*/
|
|
8628
8646
|
CreationTime: Date | undefined;
|
|
8629
8647
|
}
|
|
8630
|
-
/**
|
|
8631
|
-
* @public
|
|
8632
|
-
* @enum
|
|
8633
|
-
*/
|
|
8634
|
-
export declare const HubContentSortBy: {
|
|
8635
|
-
readonly CREATION_TIME: "CreationTime";
|
|
8636
|
-
readonly HUB_CONTENT_NAME: "HubContentName";
|
|
8637
|
-
readonly HUB_CONTENT_STATUS: "HubContentStatus";
|
|
8638
|
-
};
|
|
8639
|
-
/**
|
|
8640
|
-
* @public
|
|
8641
|
-
*/
|
|
8642
|
-
export type HubContentSortBy = (typeof HubContentSortBy)[keyof typeof HubContentSortBy];
|
|
8643
|
-
/**
|
|
8644
|
-
* @public
|
|
8645
|
-
* <p>Information about a hub.</p>
|
|
8646
|
-
*/
|
|
8647
|
-
export interface HubInfo {
|
|
8648
|
-
/**
|
|
8649
|
-
* <p>The name of the hub.</p>
|
|
8650
|
-
*/
|
|
8651
|
-
HubName: string | undefined;
|
|
8652
|
-
/**
|
|
8653
|
-
* <p>The Amazon Resource Name (ARN) of the hub.</p>
|
|
8654
|
-
*/
|
|
8655
|
-
HubArn: string | undefined;
|
|
8656
|
-
/**
|
|
8657
|
-
* <p>The display name of the hub.</p>
|
|
8658
|
-
*/
|
|
8659
|
-
HubDisplayName?: string;
|
|
8660
|
-
/**
|
|
8661
|
-
* <p>A description of the hub.</p>
|
|
8662
|
-
*/
|
|
8663
|
-
HubDescription?: string;
|
|
8664
|
-
/**
|
|
8665
|
-
* <p>The searchable keywords for the hub.</p>
|
|
8666
|
-
*/
|
|
8667
|
-
HubSearchKeywords?: string[];
|
|
8668
|
-
/**
|
|
8669
|
-
* <p>The status of the hub.</p>
|
|
8670
|
-
*/
|
|
8671
|
-
HubStatus: HubStatus | string | undefined;
|
|
8672
|
-
/**
|
|
8673
|
-
* <p>The date and time that the hub was created.</p>
|
|
8674
|
-
*/
|
|
8675
|
-
CreationTime: Date | undefined;
|
|
8676
|
-
/**
|
|
8677
|
-
* <p>The date and time that the hub was last modified.</p>
|
|
8678
|
-
*/
|
|
8679
|
-
LastModifiedTime: Date | undefined;
|
|
8680
|
-
}
|
|
8681
8648
|
/**
|
|
8682
8649
|
* @internal
|
|
8683
8650
|
*/
|
|
@@ -1,6 +1,57 @@
|
|
|
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
|
-
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, UiTemplate } from "./models_1";
|
|
3
|
-
import { DeploymentRecommendation, Device, DeviceDeploymentSummary, DeviceFleetSummary, DeviceSummary, Direction, DomainDetails, Edge, EdgeDeploymentPlanSummary, EdgePackagingJobStatus, EdgePackagingJobSummary, EMRStepMetadata, Endpoint, EndpointConfigSortKey, EndpointConfigSummary, EndpointOutputConfiguration, EndpointSortKey, EndpointStatus, EndpointSummary, ExecutionStatus, Experiment, ExperimentSummary, FailStepMetadata, FeatureGroup, FeatureGroupSortBy, FeatureGroupSortOrder, FeatureGroupStatus, FeatureGroupSummary, FeatureMetadata, Filter, FlowDefinitionSummary, HubContentInfo,
|
|
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, Endpoint, EndpointConfigSortKey, EndpointConfigSummary, EndpointOutputConfiguration, EndpointSortKey, EndpointStatus, EndpointSummary, ExecutionStatus, Experiment, ExperimentSummary, FailStepMetadata, FeatureGroup, FeatureGroupSortBy, FeatureGroupSortOrder, FeatureGroupStatus, FeatureGroupSummary, FeatureMetadata, Filter, FlowDefinitionSummary, HubContentInfo, 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, RecommendationJobStatus, RecommendationMetrics, 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
|
+
* @enum
|
|
7
|
+
*/
|
|
8
|
+
export declare const HubContentSortBy: {
|
|
9
|
+
readonly CREATION_TIME: "CreationTime";
|
|
10
|
+
readonly HUB_CONTENT_NAME: "HubContentName";
|
|
11
|
+
readonly HUB_CONTENT_STATUS: "HubContentStatus";
|
|
12
|
+
};
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
export type HubContentSortBy = (typeof HubContentSortBy)[keyof typeof HubContentSortBy];
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
* <p>Information about a hub.</p>
|
|
20
|
+
*/
|
|
21
|
+
export interface HubInfo {
|
|
22
|
+
/**
|
|
23
|
+
* <p>The name of the hub.</p>
|
|
24
|
+
*/
|
|
25
|
+
HubName: string | undefined;
|
|
26
|
+
/**
|
|
27
|
+
* <p>The Amazon Resource Name (ARN) of the hub.</p>
|
|
28
|
+
*/
|
|
29
|
+
HubArn: string | undefined;
|
|
30
|
+
/**
|
|
31
|
+
* <p>The display name of the hub.</p>
|
|
32
|
+
*/
|
|
33
|
+
HubDisplayName?: string;
|
|
34
|
+
/**
|
|
35
|
+
* <p>A description of the hub.</p>
|
|
36
|
+
*/
|
|
37
|
+
HubDescription?: string;
|
|
38
|
+
/**
|
|
39
|
+
* <p>The searchable keywords for the hub.</p>
|
|
40
|
+
*/
|
|
41
|
+
HubSearchKeywords?: string[];
|
|
42
|
+
/**
|
|
43
|
+
* <p>The status of the hub.</p>
|
|
44
|
+
*/
|
|
45
|
+
HubStatus: HubStatus | string | undefined;
|
|
46
|
+
/**
|
|
47
|
+
* <p>The date and time that the hub was created.</p>
|
|
48
|
+
*/
|
|
49
|
+
CreationTime: Date | undefined;
|
|
50
|
+
/**
|
|
51
|
+
* <p>The date and time that the hub was last modified.</p>
|
|
52
|
+
*/
|
|
53
|
+
LastModifiedTime: Date | undefined;
|
|
54
|
+
}
|
|
4
55
|
/**
|
|
5
56
|
* @public
|
|
6
57
|
* @enum
|
|
@@ -7149,6 +7200,18 @@ export interface NestedFilters {
|
|
|
7149
7200
|
*/
|
|
7150
7201
|
Filters: Filter[] | undefined;
|
|
7151
7202
|
}
|
|
7203
|
+
/**
|
|
7204
|
+
* @public
|
|
7205
|
+
* <p>Updates the feature group online store configuration.</p>
|
|
7206
|
+
*/
|
|
7207
|
+
export interface OnlineStoreConfigUpdate {
|
|
7208
|
+
/**
|
|
7209
|
+
* <p>Time to live duration, where the record is hard deleted after the expiration time is
|
|
7210
|
+
* reached; <code>ExpiresAt</code> = <code>EventTime</code> + <code>TtlDuration</code>. For
|
|
7211
|
+
* information on HardDelete, see the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_feature_store_DeleteRecord.html">DeleteRecord</a> API in the Amazon SageMaker API Reference guide.</p>
|
|
7212
|
+
*/
|
|
7213
|
+
TtlDuration?: TtlDuration;
|
|
7214
|
+
}
|
|
7152
7215
|
/**
|
|
7153
7216
|
* @public
|
|
7154
7217
|
* <p>The trial that a trial component is associated with and the experiment the trial is part
|
|
@@ -8460,37 +8523,6 @@ export interface SendPipelineExecutionStepSuccessResponse {
|
|
|
8460
8523
|
*/
|
|
8461
8524
|
PipelineExecutionArn?: string;
|
|
8462
8525
|
}
|
|
8463
|
-
/**
|
|
8464
|
-
* @public
|
|
8465
|
-
*/
|
|
8466
|
-
export interface StartEdgeDeploymentStageRequest {
|
|
8467
|
-
/**
|
|
8468
|
-
* <p>The name of the edge deployment plan to start.</p>
|
|
8469
|
-
*/
|
|
8470
|
-
EdgeDeploymentPlanName: string | undefined;
|
|
8471
|
-
/**
|
|
8472
|
-
* <p>The name of the stage to start.</p>
|
|
8473
|
-
*/
|
|
8474
|
-
StageName: string | undefined;
|
|
8475
|
-
}
|
|
8476
|
-
/**
|
|
8477
|
-
* @public
|
|
8478
|
-
*/
|
|
8479
|
-
export interface StartInferenceExperimentRequest {
|
|
8480
|
-
/**
|
|
8481
|
-
* <p>The name of the inference experiment to start.</p>
|
|
8482
|
-
*/
|
|
8483
|
-
Name: string | undefined;
|
|
8484
|
-
}
|
|
8485
|
-
/**
|
|
8486
|
-
* @public
|
|
8487
|
-
*/
|
|
8488
|
-
export interface StartInferenceExperimentResponse {
|
|
8489
|
-
/**
|
|
8490
|
-
* <p>The ARN of the started inference experiment to start.</p>
|
|
8491
|
-
*/
|
|
8492
|
-
InferenceExperimentArn: string | undefined;
|
|
8493
|
-
}
|
|
8494
8526
|
/**
|
|
8495
8527
|
* @internal
|
|
8496
8528
|
*/
|
|
@@ -1,7 +1,38 @@
|
|
|
1
1
|
import { ActionStatus, AdditionalInferenceSpecificationDefinition, AppSecurityGroupManagement, BooleanOperator, DefaultSpaceSettings, EdgeOutputConfig, KernelGatewayImageConfig, ModelApprovalStatus, Tag, UserSettings } 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, VendorGuidance, WorkforceVpcConfigRequest } from "./models_1";
|
|
3
3
|
import { DesiredWeightAndCapacity, Device, DomainSettingsForUpdate, FeatureParameter, Filter, GitConfigForUpdate, ResourceType, SelectiveExecutionConfig, Workforce, Workteam } from "./models_2";
|
|
4
|
-
import { InferenceExperimentStopDesiredState, ModelVariantAction, NestedFilters, Parameter, ProfilerConfigForUpdate, ResourceConfigForUpdate, SearchSortOrder } from "./models_3";
|
|
4
|
+
import { InferenceExperimentStopDesiredState, ModelVariantAction, NestedFilters, OnlineStoreConfigUpdate, Parameter, ProfilerConfigForUpdate, ResourceConfigForUpdate, SearchSortOrder } from "./models_3";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface StartEdgeDeploymentStageRequest {
|
|
9
|
+
/**
|
|
10
|
+
* <p>The name of the edge deployment plan to start.</p>
|
|
11
|
+
*/
|
|
12
|
+
EdgeDeploymentPlanName: string | undefined;
|
|
13
|
+
/**
|
|
14
|
+
* <p>The name of the stage to start.</p>
|
|
15
|
+
*/
|
|
16
|
+
StageName: string | undefined;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
21
|
+
export interface StartInferenceExperimentRequest {
|
|
22
|
+
/**
|
|
23
|
+
* <p>The name of the inference experiment to start.</p>
|
|
24
|
+
*/
|
|
25
|
+
Name: string | undefined;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* @public
|
|
29
|
+
*/
|
|
30
|
+
export interface StartInferenceExperimentResponse {
|
|
31
|
+
/**
|
|
32
|
+
* <p>The ARN of the started inference experiment to start.</p>
|
|
33
|
+
*/
|
|
34
|
+
InferenceExperimentArn: string | undefined;
|
|
35
|
+
}
|
|
5
36
|
/**
|
|
6
37
|
* @public
|
|
7
38
|
*/
|
|
@@ -650,6 +681,10 @@ export interface UpdateFeatureGroupRequest {
|
|
|
650
681
|
* made a valid request for Feature Store to update the feature group.</p>
|
|
651
682
|
*/
|
|
652
683
|
FeatureAdditions?: FeatureDefinition[];
|
|
684
|
+
/**
|
|
685
|
+
* <p>Updates the feature group online store configuration.</p>
|
|
686
|
+
*/
|
|
687
|
+
OnlineStoreConfig?: OnlineStoreConfigUpdate;
|
|
653
688
|
}
|
|
654
689
|
/**
|
|
655
690
|
* @public
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@aws-sdk/types";
|
|
9
|
-
import { DeleteModelBiasJobDefinitionRequest } from "../models/
|
|
9
|
+
import { DeleteModelBiasJobDefinitionRequest } from "../models/models_2";
|
|
10
10
|
import {
|
|
11
11
|
SageMakerClientResolvedConfig,
|
|
12
12
|
ServiceInputTypes,
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@aws-sdk/types";
|
|
9
|
-
import { DeleteModelInput } from "../models/
|
|
9
|
+
import { DeleteModelInput } from "../models/models_2";
|
|
10
10
|
import {
|
|
11
11
|
SageMakerClientResolvedConfig,
|
|
12
12
|
ServiceInputTypes,
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@aws-sdk/types";
|
|
9
|
-
import { StartEdgeDeploymentStageRequest } from "../models/
|
|
9
|
+
import { StartEdgeDeploymentStageRequest } from "../models/models_4";
|
|
10
10
|
import {
|
|
11
11
|
SageMakerClientResolvedConfig,
|
|
12
12
|
ServiceInputTypes,
|
|
@@ -276,9 +276,23 @@ export interface OfflineStoreConfig {
|
|
|
276
276
|
export interface OnlineStoreSecurityConfig {
|
|
277
277
|
KmsKeyId?: string;
|
|
278
278
|
}
|
|
279
|
+
export declare const TtlDurationUnit: {
|
|
280
|
+
readonly DAYS: "Days";
|
|
281
|
+
readonly HOURS: "Hours";
|
|
282
|
+
readonly MINUTES: "Minutes";
|
|
283
|
+
readonly SECONDS: "Seconds";
|
|
284
|
+
readonly WEEKS: "Weeks";
|
|
285
|
+
};
|
|
286
|
+
export type TtlDurationUnit =
|
|
287
|
+
(typeof TtlDurationUnit)[keyof typeof TtlDurationUnit];
|
|
288
|
+
export interface TtlDuration {
|
|
289
|
+
Unit?: TtlDurationUnit | string;
|
|
290
|
+
Value?: number;
|
|
291
|
+
}
|
|
279
292
|
export interface OnlineStoreConfig {
|
|
280
293
|
SecurityConfig?: OnlineStoreSecurityConfig;
|
|
281
294
|
EnableOnlineStore?: boolean;
|
|
295
|
+
TtlDuration?: TtlDuration;
|
|
282
296
|
}
|
|
283
297
|
export interface CreateFeatureGroupRequest {
|
|
284
298
|
FeatureGroupName: string | undefined;
|
|
@@ -1780,12 +1794,6 @@ export interface DeleteInferenceExperimentRequest {
|
|
|
1780
1794
|
export interface DeleteInferenceExperimentResponse {
|
|
1781
1795
|
InferenceExperimentArn: string | undefined;
|
|
1782
1796
|
}
|
|
1783
|
-
export interface DeleteModelInput {
|
|
1784
|
-
ModelName: string | undefined;
|
|
1785
|
-
}
|
|
1786
|
-
export interface DeleteModelBiasJobDefinitionRequest {
|
|
1787
|
-
JobDefinitionName: string | undefined;
|
|
1788
|
-
}
|
|
1789
1797
|
export declare const CreateModelCardRequestFilterSensitiveLog: (
|
|
1790
1798
|
obj: CreateModelCardRequest
|
|
1791
1799
|
) => any;
|
|
@@ -173,6 +173,12 @@ import {
|
|
|
173
173
|
TrialComponentStatus,
|
|
174
174
|
VendorGuidance,
|
|
175
175
|
} from "./models_1";
|
|
176
|
+
export interface DeleteModelInput {
|
|
177
|
+
ModelName: string | undefined;
|
|
178
|
+
}
|
|
179
|
+
export interface DeleteModelBiasJobDefinitionRequest {
|
|
180
|
+
JobDefinitionName: string | undefined;
|
|
181
|
+
}
|
|
176
182
|
export interface DeleteModelCardRequest {
|
|
177
183
|
ModelCardName: string | undefined;
|
|
178
184
|
}
|
|
@@ -2370,23 +2376,6 @@ export interface HubContentInfo {
|
|
|
2370
2376
|
HubContentStatus: HubContentStatus | string | undefined;
|
|
2371
2377
|
CreationTime: Date | undefined;
|
|
2372
2378
|
}
|
|
2373
|
-
export declare const HubContentSortBy: {
|
|
2374
|
-
readonly CREATION_TIME: "CreationTime";
|
|
2375
|
-
readonly HUB_CONTENT_NAME: "HubContentName";
|
|
2376
|
-
readonly HUB_CONTENT_STATUS: "HubContentStatus";
|
|
2377
|
-
};
|
|
2378
|
-
export type HubContentSortBy =
|
|
2379
|
-
(typeof HubContentSortBy)[keyof typeof HubContentSortBy];
|
|
2380
|
-
export interface HubInfo {
|
|
2381
|
-
HubName: string | undefined;
|
|
2382
|
-
HubArn: string | undefined;
|
|
2383
|
-
HubDisplayName?: string;
|
|
2384
|
-
HubDescription?: string;
|
|
2385
|
-
HubSearchKeywords?: string[];
|
|
2386
|
-
HubStatus: HubStatus | string | undefined;
|
|
2387
|
-
CreationTime: Date | undefined;
|
|
2388
|
-
LastModifiedTime: Date | undefined;
|
|
2389
|
-
}
|
|
2390
2379
|
export declare const DescribeModelCardResponseFilterSensitiveLog: (
|
|
2391
2380
|
obj: DescribeModelCardResponse
|
|
2392
2381
|
) => any;
|
|
@@ -89,6 +89,7 @@ import {
|
|
|
89
89
|
TrialComponentArtifact,
|
|
90
90
|
TrialComponentParameterValue,
|
|
91
91
|
TrialComponentStatus,
|
|
92
|
+
TtlDuration,
|
|
92
93
|
UiTemplate,
|
|
93
94
|
} from "./models_1";
|
|
94
95
|
import {
|
|
@@ -124,8 +125,7 @@ import {
|
|
|
124
125
|
Filter,
|
|
125
126
|
FlowDefinitionSummary,
|
|
126
127
|
HubContentInfo,
|
|
127
|
-
|
|
128
|
-
HubInfo,
|
|
128
|
+
HubStatus,
|
|
129
129
|
HyperParameterTrainingJobSummary,
|
|
130
130
|
HyperParameterTuningJobCompletionDetails,
|
|
131
131
|
HyperParameterTuningJobConsumedResources,
|
|
@@ -173,6 +173,23 @@ import {
|
|
|
173
173
|
Workforce,
|
|
174
174
|
Workteam,
|
|
175
175
|
} from "./models_2";
|
|
176
|
+
export declare const HubContentSortBy: {
|
|
177
|
+
readonly CREATION_TIME: "CreationTime";
|
|
178
|
+
readonly HUB_CONTENT_NAME: "HubContentName";
|
|
179
|
+
readonly HUB_CONTENT_STATUS: "HubContentStatus";
|
|
180
|
+
};
|
|
181
|
+
export type HubContentSortBy =
|
|
182
|
+
(typeof HubContentSortBy)[keyof typeof HubContentSortBy];
|
|
183
|
+
export interface HubInfo {
|
|
184
|
+
HubName: string | undefined;
|
|
185
|
+
HubArn: string | undefined;
|
|
186
|
+
HubDisplayName?: string;
|
|
187
|
+
HubDescription?: string;
|
|
188
|
+
HubSearchKeywords?: string[];
|
|
189
|
+
HubStatus: HubStatus | string | undefined;
|
|
190
|
+
CreationTime: Date | undefined;
|
|
191
|
+
LastModifiedTime: Date | undefined;
|
|
192
|
+
}
|
|
176
193
|
export declare const HubSortBy: {
|
|
177
194
|
readonly ACCOUNT_ID_OWNER: "AccountIdOwner";
|
|
178
195
|
readonly CREATION_TIME: "CreationTime";
|
|
@@ -2095,6 +2112,9 @@ export interface NestedFilters {
|
|
|
2095
2112
|
NestedPropertyName: string | undefined;
|
|
2096
2113
|
Filters: Filter[] | undefined;
|
|
2097
2114
|
}
|
|
2115
|
+
export interface OnlineStoreConfigUpdate {
|
|
2116
|
+
TtlDuration?: TtlDuration;
|
|
2117
|
+
}
|
|
2098
2118
|
export interface Parent {
|
|
2099
2119
|
TrialName?: string;
|
|
2100
2120
|
ExperimentName?: string;
|
|
@@ -2374,16 +2394,6 @@ export interface SendPipelineExecutionStepSuccessRequest {
|
|
|
2374
2394
|
export interface SendPipelineExecutionStepSuccessResponse {
|
|
2375
2395
|
PipelineExecutionArn?: string;
|
|
2376
2396
|
}
|
|
2377
|
-
export interface StartEdgeDeploymentStageRequest {
|
|
2378
|
-
EdgeDeploymentPlanName: string | undefined;
|
|
2379
|
-
StageName: string | undefined;
|
|
2380
|
-
}
|
|
2381
|
-
export interface StartInferenceExperimentRequest {
|
|
2382
|
-
Name: string | undefined;
|
|
2383
|
-
}
|
|
2384
|
-
export interface StartInferenceExperimentResponse {
|
|
2385
|
-
InferenceExperimentArn: string | undefined;
|
|
2386
|
-
}
|
|
2387
2397
|
export declare const ModelCardFilterSensitiveLog: (obj: ModelCard) => any;
|
|
2388
2398
|
export declare const SearchRecordFilterSensitiveLog: (obj: SearchRecord) => any;
|
|
2389
2399
|
export declare const SearchResponseFilterSensitiveLog: (
|
|
@@ -57,11 +57,22 @@ import {
|
|
|
57
57
|
InferenceExperimentStopDesiredState,
|
|
58
58
|
ModelVariantAction,
|
|
59
59
|
NestedFilters,
|
|
60
|
+
OnlineStoreConfigUpdate,
|
|
60
61
|
Parameter,
|
|
61
62
|
ProfilerConfigForUpdate,
|
|
62
63
|
ResourceConfigForUpdate,
|
|
63
64
|
SearchSortOrder,
|
|
64
65
|
} from "./models_3";
|
|
66
|
+
export interface StartEdgeDeploymentStageRequest {
|
|
67
|
+
EdgeDeploymentPlanName: string | undefined;
|
|
68
|
+
StageName: string | undefined;
|
|
69
|
+
}
|
|
70
|
+
export interface StartInferenceExperimentRequest {
|
|
71
|
+
Name: string | undefined;
|
|
72
|
+
}
|
|
73
|
+
export interface StartInferenceExperimentResponse {
|
|
74
|
+
InferenceExperimentArn: string | undefined;
|
|
75
|
+
}
|
|
65
76
|
export interface StartMonitoringScheduleRequest {
|
|
66
77
|
MonitoringScheduleName: string | undefined;
|
|
67
78
|
}
|
|
@@ -236,6 +247,7 @@ export interface UpdateExperimentResponse {
|
|
|
236
247
|
export interface UpdateFeatureGroupRequest {
|
|
237
248
|
FeatureGroupName: string | undefined;
|
|
238
249
|
FeatureAdditions?: FeatureDefinition[];
|
|
250
|
+
OnlineStoreConfig?: OnlineStoreConfigUpdate;
|
|
239
251
|
}
|
|
240
252
|
export interface UpdateFeatureGroupResponse {
|
|
241
253
|
FeatureGroupArn: string | undefined;
|
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.361.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",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.360.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.357.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.360.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.357.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.357.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.357.0",
|
|
@@ -38,15 +38,15 @@
|
|
|
38
38
|
"@aws-sdk/middleware-stack": "3.357.0",
|
|
39
39
|
"@aws-sdk/middleware-user-agent": "3.357.0",
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.357.0",
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.360.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.360.0",
|
|
43
43
|
"@aws-sdk/types": "3.357.0",
|
|
44
44
|
"@aws-sdk/url-parser": "3.357.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.360.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.360.0",
|
|
50
50
|
"@aws-sdk/util-endpoints": "3.357.0",
|
|
51
51
|
"@aws-sdk/util-retry": "3.357.0",
|
|
52
52
|
"@aws-sdk/util-user-agent-browser": "3.357.0",
|