@aws-sdk/client-sagemaker 3.172.0 → 3.178.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/CHANGELOG.md +19 -0
- package/dist-cjs/commands/DescribeFeatureGroupCommand.js +2 -1
- package/dist-cjs/commands/DescribeFeatureMetadataCommand.js +1 -2
- package/dist-cjs/commands/ListNotebookInstanceLifecycleConfigsCommand.js +1 -2
- package/dist-cjs/models/models_0.js +17 -18
- package/dist-cjs/models/models_1.js +21 -19
- package/dist-cjs/models/models_2.js +17 -18
- package/dist-cjs/models/models_3.js +17 -4
- package/dist-cjs/protocols/Aws_json1_1.js +32 -0
- package/dist-es/commands/DescribeFeatureGroupCommand.js +2 -1
- package/dist-es/commands/DescribeFeatureMetadataCommand.js +1 -2
- package/dist-es/commands/ListNotebookInstanceLifecycleConfigsCommand.js +1 -2
- package/dist-es/models/models_0.js +7 -8
- package/dist-es/models/models_1.js +8 -3
- package/dist-es/models/models_2.js +3 -7
- package/dist-es/models/models_3.js +7 -0
- package/dist-es/protocols/Aws_json1_1.js +27 -1
- package/dist-types/SageMaker.d.ts +8 -7
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +6 -5
- package/dist-types/commands/CreateUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDomainCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFeatureGroupCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFeatureMetadataCommand.d.ts +1 -2
- package/dist-types/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -2
- package/dist-types/models/models_0.d.ts +75 -78
- package/dist-types/models/models_1.d.ts +73 -138
- package/dist-types/models/models_2.d.ts +137 -83
- package/dist-types/models/models_3.d.ts +79 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFeatureGroupCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeFeatureMetadataCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_0.d.ts +18 -20
- package/dist-types/ts3.4/models/models_1.d.ts +23 -42
- package/dist-types/ts3.4/models/models_2.d.ts +38 -30
- package/dist-types/ts3.4/models/models_3.d.ts +28 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -1
- package/package.json +27 -27
|
@@ -562,6 +562,11 @@ export var CandidateSortBy;
|
|
|
562
562
|
CandidateSortBy["FinalObjectiveMetricValue"] = "FinalObjectiveMetricValue";
|
|
563
563
|
CandidateSortBy["Status"] = "Status";
|
|
564
564
|
})(CandidateSortBy || (CandidateSortBy = {}));
|
|
565
|
+
export var FeatureStatus;
|
|
566
|
+
(function (FeatureStatus) {
|
|
567
|
+
FeatureStatus["Disabled"] = "DISABLED";
|
|
568
|
+
FeatureStatus["Enabled"] = "ENABLED";
|
|
569
|
+
})(FeatureStatus || (FeatureStatus = {}));
|
|
565
570
|
export var CaptureMode;
|
|
566
571
|
(function (CaptureMode) {
|
|
567
572
|
CaptureMode["INPUT"] = "Input";
|
|
@@ -847,12 +852,6 @@ export var FeatureType;
|
|
|
847
852
|
FeatureType["INTEGRAL"] = "Integral";
|
|
848
853
|
FeatureType["STRING"] = "String";
|
|
849
854
|
})(FeatureType || (FeatureType = {}));
|
|
850
|
-
export var HyperParameterTuningJobStrategyType;
|
|
851
|
-
(function (HyperParameterTuningJobStrategyType) {
|
|
852
|
-
HyperParameterTuningJobStrategyType["BAYESIAN"] = "Bayesian";
|
|
853
|
-
HyperParameterTuningJobStrategyType["HYPERBAND"] = "Hyperband";
|
|
854
|
-
HyperParameterTuningJobStrategyType["RANDOM"] = "Random";
|
|
855
|
-
})(HyperParameterTuningJobStrategyType || (HyperParameterTuningJobStrategyType = {}));
|
|
856
855
|
export var ActionSourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
857
856
|
export var ActionSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
858
857
|
export var AddAssociationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -942,6 +941,8 @@ export var BlueGreenUpdatePolicyFilterSensitiveLog = function (obj) { return (__
|
|
|
942
941
|
export var CacheHitResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
943
942
|
export var OutputParameterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
944
943
|
export var CallbackStepMetadataFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
944
|
+
export var TimeSeriesForecastingSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
945
|
+
export var CanvasAppSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
945
946
|
export var CaptureContentTypeHeaderFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
946
947
|
export var CaptureOptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
947
948
|
export var CategoricalParameterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1064,5 +1065,3 @@ export var UiTemplateFilterSensitiveLog = function (obj) { return (__assign({},
|
|
|
1064
1065
|
export var CreateHumanTaskUiRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1065
1066
|
export var CreateHumanTaskUiResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1066
1067
|
export var IntegerParameterRangeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1067
|
-
export var ParameterRangesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1068
|
-
export var ResourceLimitsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
import { __assign, __read } from "tslib";
|
|
2
2
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
|
+
export var HyperParameterTuningJobStrategyType;
|
|
4
|
+
(function (HyperParameterTuningJobStrategyType) {
|
|
5
|
+
HyperParameterTuningJobStrategyType["BAYESIAN"] = "Bayesian";
|
|
6
|
+
HyperParameterTuningJobStrategyType["HYPERBAND"] = "Hyperband";
|
|
7
|
+
HyperParameterTuningJobStrategyType["RANDOM"] = "Random";
|
|
8
|
+
})(HyperParameterTuningJobStrategyType || (HyperParameterTuningJobStrategyType = {}));
|
|
3
9
|
export var TrainingJobEarlyStoppingType;
|
|
4
10
|
(function (TrainingJobEarlyStoppingType) {
|
|
5
11
|
TrainingJobEarlyStoppingType["AUTO"] = "Auto";
|
|
@@ -281,6 +287,8 @@ export var OfflineStoreStatusValue;
|
|
|
281
287
|
OfflineStoreStatusValue["BLOCKED"] = "Blocked";
|
|
282
288
|
OfflineStoreStatusValue["DISABLED"] = "Disabled";
|
|
283
289
|
})(OfflineStoreStatusValue || (OfflineStoreStatusValue = {}));
|
|
290
|
+
export var ParameterRangesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
291
|
+
export var ResourceLimitsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
284
292
|
export var HyperbandStrategyConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
285
293
|
export var HyperParameterTuningJobStrategyConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
286
294
|
export var TuningJobCompletionCriteriaFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -560,6 +568,3 @@ export var ExperimentSourceFilterSensitiveLog = function (obj) { return (__assig
|
|
|
560
568
|
export var DescribeExperimentResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
561
569
|
export var DescribeFeatureGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
562
570
|
export var LastUpdateStatusFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
563
|
-
export var OfflineStoreStatusFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
564
|
-
export var DescribeFeatureGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
565
|
-
export var DescribeFeatureMetadataRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -433,11 +433,9 @@ export var NotebookInstanceLifecycleConfigSortKey;
|
|
|
433
433
|
NotebookInstanceLifecycleConfigSortKey["LAST_MODIFIED_TIME"] = "LastModifiedTime";
|
|
434
434
|
NotebookInstanceLifecycleConfigSortKey["NAME"] = "Name";
|
|
435
435
|
})(NotebookInstanceLifecycleConfigSortKey || (NotebookInstanceLifecycleConfigSortKey = {}));
|
|
436
|
-
export var
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
NotebookInstanceLifecycleConfigSortOrder["DESCENDING"] = "Descending";
|
|
440
|
-
})(NotebookInstanceLifecycleConfigSortOrder || (NotebookInstanceLifecycleConfigSortOrder = {}));
|
|
436
|
+
export var OfflineStoreStatusFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
437
|
+
export var DescribeFeatureGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
438
|
+
export var DescribeFeatureMetadataRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
441
439
|
export var FeatureParameterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
442
440
|
export var DescribeFeatureMetadataResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
443
441
|
export var DescribeFlowDefinitionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -680,5 +678,3 @@ export var ListMonitoringExecutionsResponseFilterSensitiveLog = function (obj) {
|
|
|
680
678
|
export var ListMonitoringSchedulesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
681
679
|
export var MonitoringScheduleSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
682
680
|
export var ListMonitoringSchedulesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
683
|
-
export var ListNotebookInstanceLifecycleConfigsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
684
|
-
export var NotebookInstanceLifecycleConfigSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
import { __assign, __read } from "tslib";
|
|
2
2
|
import { OidcConfigFilterSensitiveLog, TrialComponentParameterValueFilterSensitiveLog, } from "./models_1";
|
|
3
|
+
export var NotebookInstanceLifecycleConfigSortOrder;
|
|
4
|
+
(function (NotebookInstanceLifecycleConfigSortOrder) {
|
|
5
|
+
NotebookInstanceLifecycleConfigSortOrder["ASCENDING"] = "Ascending";
|
|
6
|
+
NotebookInstanceLifecycleConfigSortOrder["DESCENDING"] = "Descending";
|
|
7
|
+
})(NotebookInstanceLifecycleConfigSortOrder || (NotebookInstanceLifecycleConfigSortOrder = {}));
|
|
3
8
|
export var NotebookInstanceSortKey;
|
|
4
9
|
(function (NotebookInstanceSortKey) {
|
|
5
10
|
NotebookInstanceSortKey["CREATION_TIME"] = "CreationTime";
|
|
@@ -89,6 +94,8 @@ export var VariantPropertyType;
|
|
|
89
94
|
VariantPropertyType["DesiredInstanceCount"] = "DesiredInstanceCount";
|
|
90
95
|
VariantPropertyType["DesiredWeight"] = "DesiredWeight";
|
|
91
96
|
})(VariantPropertyType || (VariantPropertyType = {}));
|
|
97
|
+
export var ListNotebookInstanceLifecycleConfigsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
98
|
+
export var NotebookInstanceLifecycleConfigSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
92
99
|
export var ListNotebookInstanceLifecycleConfigsOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
93
100
|
export var ListNotebookInstancesInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
94
101
|
export var NotebookInstanceSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -15868,6 +15868,11 @@ var serializeAws_json1_1BlueGreenUpdatePolicy = function (input, context) {
|
|
|
15868
15868
|
TrafficRoutingConfiguration: serializeAws_json1_1TrafficRoutingConfig(input.TrafficRoutingConfiguration, context),
|
|
15869
15869
|
}));
|
|
15870
15870
|
};
|
|
15871
|
+
var serializeAws_json1_1CanvasAppSettings = function (input, context) {
|
|
15872
|
+
return __assign({}, (input.TimeSeriesForecastingSettings != null && {
|
|
15873
|
+
TimeSeriesForecastingSettings: serializeAws_json1_1TimeSeriesForecastingSettings(input.TimeSeriesForecastingSettings, context),
|
|
15874
|
+
}));
|
|
15875
|
+
};
|
|
15871
15876
|
var serializeAws_json1_1CapacitySize = function (input, context) {
|
|
15872
15877
|
return __assign(__assign({}, (input.Type != null && { Type: input.Type })), (input.Value != null && { Value: input.Value }));
|
|
15873
15878
|
};
|
|
@@ -18761,6 +18766,9 @@ var serializeAws_json1_1TensorBoardAppSettings = function (input, context) {
|
|
|
18761
18766
|
var serializeAws_json1_1TensorBoardOutputConfig = function (input, context) {
|
|
18762
18767
|
return __assign(__assign({}, (input.LocalPath != null && { LocalPath: input.LocalPath })), (input.S3OutputPath != null && { S3OutputPath: input.S3OutputPath }));
|
|
18763
18768
|
};
|
|
18769
|
+
var serializeAws_json1_1TimeSeriesForecastingSettings = function (input, context) {
|
|
18770
|
+
return __assign(__assign({}, (input.AmazonForecastRoleArn != null && { AmazonForecastRoleArn: input.AmazonForecastRoleArn })), (input.Status != null && { Status: input.Status }));
|
|
18771
|
+
};
|
|
18764
18772
|
var serializeAws_json1_1TrafficPattern = function (input, context) {
|
|
18765
18773
|
return __assign(__assign({}, (input.Phases != null && { Phases: serializeAws_json1_1Phases(input.Phases, context) })), (input.TrafficType != null && { TrafficType: input.TrafficType }));
|
|
18766
18774
|
};
|
|
@@ -19086,7 +19094,9 @@ var serializeAws_json1_1USD = function (input, context) {
|
|
|
19086
19094
|
return __assign(__assign(__assign({}, (input.Cents != null && { Cents: input.Cents })), (input.Dollars != null && { Dollars: input.Dollars })), (input.TenthFractionsOfACent != null && { TenthFractionsOfACent: input.TenthFractionsOfACent }));
|
|
19087
19095
|
};
|
|
19088
19096
|
var serializeAws_json1_1UserSettings = function (input, context) {
|
|
19089
|
-
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(
|
|
19097
|
+
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.CanvasAppSettings != null && {
|
|
19098
|
+
CanvasAppSettings: serializeAws_json1_1CanvasAppSettings(input.CanvasAppSettings, context),
|
|
19099
|
+
})), (input.ExecutionRole != null && { ExecutionRole: input.ExecutionRole })), (input.JupyterServerAppSettings != null && {
|
|
19090
19100
|
JupyterServerAppSettings: serializeAws_json1_1JupyterServerAppSettings(input.JupyterServerAppSettings, context),
|
|
19091
19101
|
})), (input.KernelGatewayAppSettings != null && {
|
|
19092
19102
|
KernelGatewayAppSettings: serializeAws_json1_1KernelGatewayAppSettings(input.KernelGatewayAppSettings, context),
|
|
@@ -19856,6 +19866,13 @@ var deserializeAws_json1_1CandidateSteps = function (output, context) {
|
|
|
19856
19866
|
});
|
|
19857
19867
|
return retVal;
|
|
19858
19868
|
};
|
|
19869
|
+
var deserializeAws_json1_1CanvasAppSettings = function (output, context) {
|
|
19870
|
+
return {
|
|
19871
|
+
TimeSeriesForecastingSettings: output.TimeSeriesForecastingSettings != null
|
|
19872
|
+
? deserializeAws_json1_1TimeSeriesForecastingSettings(output.TimeSeriesForecastingSettings, context)
|
|
19873
|
+
: undefined,
|
|
19874
|
+
};
|
|
19875
|
+
};
|
|
19859
19876
|
var deserializeAws_json1_1CapacitySize = function (output, context) {
|
|
19860
19877
|
return {
|
|
19861
19878
|
Type: __expectString(output.Type),
|
|
@@ -26500,6 +26517,12 @@ var deserializeAws_json1_1TensorBoardOutputConfig = function (output, context) {
|
|
|
26500
26517
|
S3OutputPath: __expectString(output.S3OutputPath),
|
|
26501
26518
|
};
|
|
26502
26519
|
};
|
|
26520
|
+
var deserializeAws_json1_1TimeSeriesForecastingSettings = function (output, context) {
|
|
26521
|
+
return {
|
|
26522
|
+
AmazonForecastRoleArn: __expectString(output.AmazonForecastRoleArn),
|
|
26523
|
+
Status: __expectString(output.Status),
|
|
26524
|
+
};
|
|
26525
|
+
};
|
|
26503
26526
|
var deserializeAws_json1_1TrafficPattern = function (output, context) {
|
|
26504
26527
|
return {
|
|
26505
26528
|
Phases: output.Phases != null ? deserializeAws_json1_1Phases(output.Phases, context) : undefined,
|
|
@@ -27247,6 +27270,9 @@ var deserializeAws_json1_1UserProfileList = function (output, context) {
|
|
|
27247
27270
|
};
|
|
27248
27271
|
var deserializeAws_json1_1UserSettings = function (output, context) {
|
|
27249
27272
|
return {
|
|
27273
|
+
CanvasAppSettings: output.CanvasAppSettings != null
|
|
27274
|
+
? deserializeAws_json1_1CanvasAppSettings(output.CanvasAppSettings, context)
|
|
27275
|
+
: undefined,
|
|
27250
27276
|
ExecutionRole: __expectString(output.ExecutionRole),
|
|
27251
27277
|
JupyterServerAppSettings: output.JupyterServerAppSettings != null
|
|
27252
27278
|
? deserializeAws_json1_1JupyterServerAppSettings(output.JupyterServerAppSettings, context)
|
|
@@ -1009,11 +1009,12 @@ export declare class SageMaker extends SageMakerClient {
|
|
|
1009
1009
|
* be tuned to optimize this learning process. For a list of hyperparameters for
|
|
1010
1010
|
* each training algorithm provided by SageMaker, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/algos.html">Algorithms</a>. </p>
|
|
1011
1011
|
* <important>
|
|
1012
|
-
*
|
|
1013
|
-
*
|
|
1014
|
-
*
|
|
1015
|
-
*
|
|
1016
|
-
*
|
|
1012
|
+
* <p>You must not include any security-sensitive information, such as account
|
|
1013
|
+
* access IDs, secrets, and tokens, in the dictionary for configuring
|
|
1014
|
+
* hyperparameters. SageMaker rejects the training job request and returns an
|
|
1015
|
+
* exception error for detected credentials, if such user input is
|
|
1016
|
+
* found.</p>
|
|
1017
|
+
* </important>
|
|
1017
1018
|
* </li>
|
|
1018
1019
|
* <li>
|
|
1019
1020
|
* <p>
|
|
@@ -1145,7 +1146,7 @@ export declare class SageMaker extends SageMakerClient {
|
|
|
1145
1146
|
* <p>Creates a user profile. A user profile represents a single user within a domain, and is
|
|
1146
1147
|
* the main way to reference a "person" for the purposes of sharing, reporting, and other
|
|
1147
1148
|
* user-oriented features. This entity is created when a user onboards to Amazon SageMaker Studio. If an
|
|
1148
|
-
* administrator invites a person by email or imports them from
|
|
1149
|
+
* administrator invites a person by email or imports them from IAM Identity Center, a user profile is
|
|
1149
1150
|
* automatically created. A user profile is the primary holder of settings for an individual
|
|
1150
1151
|
* user and has a reference to the user's private Amazon Elastic File System (EFS) home directory.
|
|
1151
1152
|
* </p>
|
|
@@ -1251,7 +1252,7 @@ export declare class SageMaker extends SageMakerClient {
|
|
|
1251
1252
|
deleteDeviceFleet(args: DeleteDeviceFleetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDeviceFleetCommandOutput) => void): void;
|
|
1252
1253
|
/**
|
|
1253
1254
|
* <p>Used to delete a domain.
|
|
1254
|
-
* If you onboarded with IAM mode, you will need to delete your domain to onboard again using
|
|
1255
|
+
* If you onboarded with IAM mode, you will need to delete your domain to onboard again using IAM Identity Center.
|
|
1255
1256
|
* Use with caution. All of the members of the domain will lose access to their EFS volume,
|
|
1256
1257
|
* including data, notebooks, and other artifacts.
|
|
1257
1258
|
* </p>
|
|
@@ -29,11 +29,12 @@ export interface CreateTrainingJobCommandOutput extends CreateTrainingJobRespons
|
|
|
29
29
|
* be tuned to optimize this learning process. For a list of hyperparameters for
|
|
30
30
|
* each training algorithm provided by SageMaker, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/algos.html">Algorithms</a>. </p>
|
|
31
31
|
* <important>
|
|
32
|
-
*
|
|
33
|
-
*
|
|
34
|
-
*
|
|
35
|
-
*
|
|
36
|
-
*
|
|
32
|
+
* <p>You must not include any security-sensitive information, such as account
|
|
33
|
+
* access IDs, secrets, and tokens, in the dictionary for configuring
|
|
34
|
+
* hyperparameters. SageMaker rejects the training job request and returns an
|
|
35
|
+
* exception error for detected credentials, if such user input is
|
|
36
|
+
* found.</p>
|
|
37
|
+
* </important>
|
|
37
38
|
* </li>
|
|
38
39
|
* <li>
|
|
39
40
|
* <p>
|
|
@@ -10,7 +10,7 @@ export interface CreateUserProfileCommandOutput extends CreateUserProfileRespons
|
|
|
10
10
|
* <p>Creates a user profile. A user profile represents a single user within a domain, and is
|
|
11
11
|
* the main way to reference a "person" for the purposes of sharing, reporting, and other
|
|
12
12
|
* user-oriented features. This entity is created when a user onboards to Amazon SageMaker Studio. If an
|
|
13
|
-
* administrator invites a person by email or imports them from
|
|
13
|
+
* administrator invites a person by email or imports them from IAM Identity Center, a user profile is
|
|
14
14
|
* automatically created. A user profile is the primary holder of settings for an individual
|
|
15
15
|
* user and has a reference to the user's private Amazon Elastic File System (EFS) home directory.
|
|
16
16
|
* </p>
|
|
@@ -8,7 +8,7 @@ export interface DeleteDomainCommandOutput extends __MetadataBearer {
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Used to delete a domain.
|
|
11
|
-
* If you onboarded with IAM mode, you will need to delete your domain to onboard again using
|
|
11
|
+
* If you onboarded with IAM mode, you will need to delete your domain to onboard again using IAM Identity Center.
|
|
12
12
|
* Use with caution. All of the members of the domain will lose access to their EFS volume,
|
|
13
13
|
* including data, notebooks, and other artifacts.
|
|
14
14
|
* </p>
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { DescribeFeatureGroupRequest
|
|
3
|
+
import { DescribeFeatureGroupRequest } from "../models/models_1";
|
|
4
|
+
import { DescribeFeatureGroupResponse } from "../models/models_2";
|
|
4
5
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
6
|
export interface DescribeFeatureGroupCommandInput extends DescribeFeatureGroupRequest {
|
|
6
7
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { DescribeFeatureMetadataRequest } from "../models/
|
|
4
|
-
import { DescribeFeatureMetadataResponse } from "../models/models_2";
|
|
3
|
+
import { DescribeFeatureMetadataRequest, DescribeFeatureMetadataResponse } from "../models/models_2";
|
|
5
4
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
5
|
export interface DescribeFeatureMetadataCommandInput extends DescribeFeatureMetadataRequest {
|
|
7
6
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { ListNotebookInstanceLifecycleConfigsInput } from "../models/
|
|
4
|
-
import { ListNotebookInstanceLifecycleConfigsOutput } from "../models/models_3";
|
|
3
|
+
import { ListNotebookInstanceLifecycleConfigsInput, ListNotebookInstanceLifecycleConfigsOutput } from "../models/models_3";
|
|
5
4
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
5
|
export interface ListNotebookInstanceLifecycleConfigsCommandInput extends ListNotebookInstanceLifecycleConfigsInput {
|
|
7
6
|
}
|
|
@@ -3757,9 +3757,28 @@ export interface AutoMLCandidate {
|
|
|
3757
3757
|
export interface AutoMLCandidateGenerationConfig {
|
|
3758
3758
|
/**
|
|
3759
3759
|
* <p>A URL to the Amazon S3 data source containing selected features from the input data source to
|
|
3760
|
-
* run an Autopilot job
|
|
3760
|
+
* run an Autopilot job. You can input <code>FeatureAttributeNames</code> (optional) in JSON
|
|
3761
|
+
* format as shown below: </p>
|
|
3761
3762
|
* <p>
|
|
3762
3763
|
* <code>{ "FeatureAttributeNames":["col1", "col2", ...] }</code>.</p>
|
|
3764
|
+
* <p>You can also specify the data type of the feature (optional) in the format shown
|
|
3765
|
+
* below:</p>
|
|
3766
|
+
* <p>
|
|
3767
|
+
* <code>{ "FeatureDataTypes":{"col1":"numeric", "col2":"categorical" ... } }</code>
|
|
3768
|
+
* </p>
|
|
3769
|
+
* <note>
|
|
3770
|
+
* <p>These column keys may not include the target column.</p>
|
|
3771
|
+
* </note>
|
|
3772
|
+
* <p>In ensembling mode, Autopilot will only support the following data types:
|
|
3773
|
+
* <code>numeric</code>, <code>categorical</code>, <code>text</code> and
|
|
3774
|
+
* <code>datetime</code>. In HPO mode, Autopilot can support <code>numeric</code>,
|
|
3775
|
+
* <code>categorical</code>, <code>text</code>, <code>datetime</code> and
|
|
3776
|
+
* <code>sequence</code>.</p>
|
|
3777
|
+
* <p>If only <code>FeatureDataTypes</code> is provided, the column keys (<code>col1</code>,
|
|
3778
|
+
* <code>col2</code>,..) should be a subset of the column names in the input data. </p>
|
|
3779
|
+
* <p>If both <code>FeatureDataTypes</code> and <code>FeatureAttributeNames</code> are
|
|
3780
|
+
* provided, then the column keys should be a subset of the column names provided in
|
|
3781
|
+
* <code>FeatureAttributeNames</code>. </p>
|
|
3763
3782
|
* <p>The key name <code>FeatureAttributeNames</code> is fixed. The values listed in
|
|
3764
3783
|
* <code>["col1", "col2", ...]</code> is case sensitive and should be a list of strings
|
|
3765
3784
|
* containing unique values that are a subset of the column names in the input data. The list
|
|
@@ -4489,6 +4508,39 @@ export declare enum CandidateSortBy {
|
|
|
4489
4508
|
FinalObjectiveMetricValue = "FinalObjectiveMetricValue",
|
|
4490
4509
|
Status = "Status"
|
|
4491
4510
|
}
|
|
4511
|
+
export declare enum FeatureStatus {
|
|
4512
|
+
Disabled = "DISABLED",
|
|
4513
|
+
Enabled = "ENABLED"
|
|
4514
|
+
}
|
|
4515
|
+
/**
|
|
4516
|
+
* <p>Time series forecast settings for the SageMaker Canvas app.</p>
|
|
4517
|
+
*/
|
|
4518
|
+
export interface TimeSeriesForecastingSettings {
|
|
4519
|
+
/**
|
|
4520
|
+
* <p>Describes whether time series forecasting is enabled or disabled in the Canvas app.</p>
|
|
4521
|
+
*/
|
|
4522
|
+
Status?: FeatureStatus | string;
|
|
4523
|
+
/**
|
|
4524
|
+
* <p>The IAM role that Canvas passes to Amazon Forecast for time series forecasting. By default,
|
|
4525
|
+
* Canvas uses the execution role specified in the <code>UserProfile</code> that launches the Canvas app.
|
|
4526
|
+
* If an execution role is not specified in the <code>UserProfile</code>, Canvas uses the execution
|
|
4527
|
+
* role specified in the Domain that owns the <code>UserProfile</code>.
|
|
4528
|
+
* To allow time series forecasting, this IAM role should have the
|
|
4529
|
+
* <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/security-iam-awsmanpol-canvas.html#security-iam-awsmanpol-AmazonSageMakerCanvasForecastAccess">
|
|
4530
|
+
* AmazonSageMakerCanvasForecastAccess</a> policy attached and <code>forecast.amazonaws.com</code> added
|
|
4531
|
+
* in the trust relationship as a service principal.</p>
|
|
4532
|
+
*/
|
|
4533
|
+
AmazonForecastRoleArn?: string;
|
|
4534
|
+
}
|
|
4535
|
+
/**
|
|
4536
|
+
* <p>The SageMaker Canvas app settings.</p>
|
|
4537
|
+
*/
|
|
4538
|
+
export interface CanvasAppSettings {
|
|
4539
|
+
/**
|
|
4540
|
+
* <p>Time series forecast settings for the Canvas app.</p>
|
|
4541
|
+
*/
|
|
4542
|
+
TimeSeriesForecastingSettings?: TimeSeriesForecastingSettings;
|
|
4543
|
+
}
|
|
4492
4544
|
/**
|
|
4493
4545
|
* <p>Configuration specifying how to treat different headers. If no headers are specified SageMaker
|
|
4494
4546
|
* will by default base64 encode when capturing the data.</p>
|
|
@@ -7203,6 +7255,10 @@ export interface UserSettings {
|
|
|
7203
7255
|
* <p>A collection of settings that configure the <code>RSessionGateway</code> app.</p>
|
|
7204
7256
|
*/
|
|
7205
7257
|
RSessionAppSettings?: RSessionAppSettings;
|
|
7258
|
+
/**
|
|
7259
|
+
* <p>The Canvas app settings.</p>
|
|
7260
|
+
*/
|
|
7261
|
+
CanvasAppSettings?: CanvasAppSettings;
|
|
7206
7262
|
}
|
|
7207
7263
|
export declare enum ExecutionRoleIdentityConfig {
|
|
7208
7264
|
DISABLED = "DISABLED",
|
|
@@ -7248,7 +7304,8 @@ export interface DomainSettings {
|
|
|
7248
7304
|
*/
|
|
7249
7305
|
RStudioServerProDomainSettings?: RStudioServerProDomainSettings;
|
|
7250
7306
|
/**
|
|
7251
|
-
* <p>The configuration for attaching a SageMaker user profile name to the execution role as a
|
|
7307
|
+
* <p>The configuration for attaching a SageMaker user profile name to the execution role as a
|
|
7308
|
+
* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_control-access_monitor.html">sts:SourceIdentity key</a>.</p>
|
|
7252
7309
|
*/
|
|
7253
7310
|
ExecutionRoleIdentityConfig?: ExecutionRoleIdentityConfig | string;
|
|
7254
7311
|
}
|
|
@@ -7706,23 +7763,20 @@ export interface ProductionVariant {
|
|
|
7706
7763
|
*/
|
|
7707
7764
|
ServerlessConfig?: ProductionVariantServerlessConfig;
|
|
7708
7765
|
/**
|
|
7709
|
-
* <p>The size, in GB, of the ML storage volume attached to individual
|
|
7710
|
-
*
|
|
7711
|
-
*
|
|
7766
|
+
* <p>The size, in GB, of the ML storage volume attached to individual inference instance
|
|
7767
|
+
* associated with the production variant. Currenly only Amazon EBS gp2 storage volumes are
|
|
7768
|
+
* supported.</p>
|
|
7712
7769
|
*/
|
|
7713
7770
|
VolumeSizeInGB?: number;
|
|
7714
7771
|
/**
|
|
7715
|
-
* <p>The timeout value, in seconds, to download and extract the
|
|
7716
|
-
*
|
|
7717
|
-
*
|
|
7772
|
+
* <p>The timeout value, in seconds, to download and extract the model that you want to host
|
|
7773
|
+
* from Amazon S3 to the individual inference instance associated with this production
|
|
7774
|
+
* variant.</p>
|
|
7718
7775
|
*/
|
|
7719
7776
|
ModelDataDownloadTimeoutInSeconds?: number;
|
|
7720
7777
|
/**
|
|
7721
|
-
* <p>The timeout value, in seconds, for your inference container
|
|
7722
|
-
*
|
|
7723
|
-
* check, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms-inference-code.html#your-algorithms-inference-algo-ping-requests">How
|
|
7724
|
-
* Your Container Should Respond to Health Check (Ping)
|
|
7725
|
-
* Requests</a>.</p>
|
|
7778
|
+
* <p>The timeout value, in seconds, for your inference container to pass health check by
|
|
7779
|
+
* SageMaker Hosting. For more information about health check, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms-inference-code.html#your-algorithms-inference-algo-ping-requests">How Your Container Should Respond to Health Check (Ping) Requests</a>.</p>
|
|
7726
7780
|
*/
|
|
7727
7781
|
ContainerStartupHealthCheckTimeoutInSeconds?: number;
|
|
7728
7782
|
}
|
|
@@ -8992,63 +9046,6 @@ export interface IntegerParameterRange {
|
|
|
8992
9046
|
*/
|
|
8993
9047
|
ScalingType?: HyperParameterScalingType | string;
|
|
8994
9048
|
}
|
|
8995
|
-
/**
|
|
8996
|
-
* <p>Specifies ranges of integer, continuous, and categorical hyperparameters that a
|
|
8997
|
-
* hyperparameter tuning job searches. The hyperparameter tuning job launches training jobs
|
|
8998
|
-
* with hyperparameter values within these ranges to find the combination of values that
|
|
8999
|
-
* result in the training job with the best performance as measured by the objective metric
|
|
9000
|
-
* of the hyperparameter tuning job.</p>
|
|
9001
|
-
* <note>
|
|
9002
|
-
* <p>The maximum number of items specified for <code>Array Members</code> refers to the
|
|
9003
|
-
* maximum number of hyperparameters for each range and also the maximum for the
|
|
9004
|
-
* hyperparameter tuning job itself. That is, the sum of the number of hyperparameters
|
|
9005
|
-
* for all the ranges can't exceed the maximum number specified.</p>
|
|
9006
|
-
* </note>
|
|
9007
|
-
*/
|
|
9008
|
-
export interface ParameterRanges {
|
|
9009
|
-
/**
|
|
9010
|
-
* <p>The array of <a>IntegerParameterRange</a> objects that specify ranges of
|
|
9011
|
-
* integer hyperparameters that a hyperparameter tuning job searches.</p>
|
|
9012
|
-
*/
|
|
9013
|
-
IntegerParameterRanges?: IntegerParameterRange[];
|
|
9014
|
-
/**
|
|
9015
|
-
* <p>The array of <a>ContinuousParameterRange</a> objects that specify ranges of
|
|
9016
|
-
* continuous hyperparameters that a hyperparameter tuning job searches.</p>
|
|
9017
|
-
*/
|
|
9018
|
-
ContinuousParameterRanges?: ContinuousParameterRange[];
|
|
9019
|
-
/**
|
|
9020
|
-
* <p>The array of <a>CategoricalParameterRange</a> objects that specify ranges
|
|
9021
|
-
* of categorical hyperparameters that a hyperparameter tuning job searches.</p>
|
|
9022
|
-
*/
|
|
9023
|
-
CategoricalParameterRanges?: CategoricalParameterRange[];
|
|
9024
|
-
}
|
|
9025
|
-
/**
|
|
9026
|
-
* <p>Specifies the maximum number of
|
|
9027
|
-
* training
|
|
9028
|
-
* jobs and parallel training jobs that a hyperparameter tuning job can
|
|
9029
|
-
* launch.</p>
|
|
9030
|
-
*/
|
|
9031
|
-
export interface ResourceLimits {
|
|
9032
|
-
/**
|
|
9033
|
-
* <p>The
|
|
9034
|
-
* maximum
|
|
9035
|
-
* number of training jobs that a hyperparameter tuning job can
|
|
9036
|
-
* launch.</p>
|
|
9037
|
-
*/
|
|
9038
|
-
MaxNumberOfTrainingJobs: number | undefined;
|
|
9039
|
-
/**
|
|
9040
|
-
* <p>The
|
|
9041
|
-
* maximum
|
|
9042
|
-
* number of concurrent training jobs that a hyperparameter tuning job can
|
|
9043
|
-
* launch.</p>
|
|
9044
|
-
*/
|
|
9045
|
-
MaxParallelTrainingJobs: number | undefined;
|
|
9046
|
-
}
|
|
9047
|
-
export declare enum HyperParameterTuningJobStrategyType {
|
|
9048
|
-
BAYESIAN = "Bayesian",
|
|
9049
|
-
HYPERBAND = "Hyperband",
|
|
9050
|
-
RANDOM = "Random"
|
|
9051
|
-
}
|
|
9052
9049
|
/**
|
|
9053
9050
|
* @internal
|
|
9054
9051
|
*/
|
|
@@ -9405,6 +9402,14 @@ export declare const OutputParameterFilterSensitiveLog: (obj: OutputParameter) =
|
|
|
9405
9402
|
* @internal
|
|
9406
9403
|
*/
|
|
9407
9404
|
export declare const CallbackStepMetadataFilterSensitiveLog: (obj: CallbackStepMetadata) => any;
|
|
9405
|
+
/**
|
|
9406
|
+
* @internal
|
|
9407
|
+
*/
|
|
9408
|
+
export declare const TimeSeriesForecastingSettingsFilterSensitiveLog: (obj: TimeSeriesForecastingSettings) => any;
|
|
9409
|
+
/**
|
|
9410
|
+
* @internal
|
|
9411
|
+
*/
|
|
9412
|
+
export declare const CanvasAppSettingsFilterSensitiveLog: (obj: CanvasAppSettings) => any;
|
|
9408
9413
|
/**
|
|
9409
9414
|
* @internal
|
|
9410
9415
|
*/
|
|
@@ -9893,11 +9898,3 @@ export declare const CreateHumanTaskUiResponseFilterSensitiveLog: (obj: CreateHu
|
|
|
9893
9898
|
* @internal
|
|
9894
9899
|
*/
|
|
9895
9900
|
export declare const IntegerParameterRangeFilterSensitiveLog: (obj: IntegerParameterRange) => any;
|
|
9896
|
-
/**
|
|
9897
|
-
* @internal
|
|
9898
|
-
*/
|
|
9899
|
-
export declare const ParameterRangesFilterSensitiveLog: (obj: ParameterRanges) => any;
|
|
9900
|
-
/**
|
|
9901
|
-
* @internal
|
|
9902
|
-
*/
|
|
9903
|
-
export declare const ResourceLimitsFilterSensitiveLog: (obj: ResourceLimits) => any;
|