@aws-sdk/client-sagemaker 3.171.0 → 3.176.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 +22 -0
- package/dist-cjs/commands/DescribeFeatureGroupCommand.js +2 -1
- package/dist-cjs/commands/DescribeFeatureMetadataCommand.js +3 -3
- package/dist-cjs/commands/ListNotebookInstanceLifecycleConfigsCommand.js +3 -3
- package/dist-cjs/models/models_0.js +17 -17
- package/dist-cjs/models/models_1.js +29 -27
- package/dist-cjs/models/models_2.js +25 -28
- package/dist-cjs/models/models_3.js +27 -4
- package/dist-cjs/protocols/Aws_json1_1.js +64 -0
- package/dist-es/commands/DescribeFeatureGroupCommand.js +2 -1
- package/dist-es/commands/DescribeFeatureMetadataCommand.js +1 -1
- package/dist-es/commands/ListNotebookInstanceLifecycleConfigsCommand.js +1 -1
- package/dist-es/models/models_0.js +7 -7
- package/dist-es/models/models_1.js +10 -5
- package/dist-es/models/models_2.js +5 -14
- package/dist-es/models/models_3.js +14 -0
- package/dist-es/protocols/Aws_json1_1.js +55 -3
- package/dist-types/SageMaker.d.ts +9 -9
- package/dist-types/commands/CreateAppCommand.d.ts +1 -2
- 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 -1
- package/dist-types/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +76 -80
- package/dist-types/models/models_1.d.ts +167 -197
- package/dist-types/models/models_2.d.ts +194 -108
- package/dist-types/models/models_3.d.ts +101 -2
- package/dist-types/ts3.4/commands/DescribeFeatureGroupCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeFeatureMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +18 -19
- package/dist-types/ts3.4/models/models_1.d.ts +37 -63
- package/dist-types/ts3.4/models/models_2.d.ts +58 -43
- package/dist-types/ts3.4/models/models_3.d.ts +41 -2
- package/package.json +1 -1
|
@@ -11426,6 +11426,13 @@ const serializeAws_json1_1BlueGreenUpdatePolicy = (input, context) => {
|
|
|
11426
11426
|
}),
|
|
11427
11427
|
};
|
|
11428
11428
|
};
|
|
11429
|
+
const serializeAws_json1_1CanvasAppSettings = (input, context) => {
|
|
11430
|
+
return {
|
|
11431
|
+
...(input.TimeSeriesForecastingSettings != null && {
|
|
11432
|
+
TimeSeriesForecastingSettings: serializeAws_json1_1TimeSeriesForecastingSettings(input.TimeSeriesForecastingSettings, context),
|
|
11433
|
+
}),
|
|
11434
|
+
};
|
|
11435
|
+
};
|
|
11429
11436
|
const serializeAws_json1_1CapacitySize = (input, context) => {
|
|
11430
11437
|
return {
|
|
11431
11438
|
...(input.Type != null && { Type: input.Type }),
|
|
@@ -13592,6 +13599,12 @@ const serializeAws_json1_1HumanTaskConfig = (input, context) => {
|
|
|
13592
13599
|
...(input.WorkteamArn != null && { WorkteamArn: input.WorkteamArn }),
|
|
13593
13600
|
};
|
|
13594
13601
|
};
|
|
13602
|
+
const serializeAws_json1_1HyperbandStrategyConfig = (input, context) => {
|
|
13603
|
+
return {
|
|
13604
|
+
...(input.MaxResource != null && { MaxResource: input.MaxResource }),
|
|
13605
|
+
...(input.MinResource != null && { MinResource: input.MinResource }),
|
|
13606
|
+
};
|
|
13607
|
+
};
|
|
13595
13608
|
const serializeAws_json1_1HyperParameterAlgorithmSpecification = (input, context) => {
|
|
13596
13609
|
return {
|
|
13597
13610
|
...(input.AlgorithmName != null && { AlgorithmName: input.AlgorithmName }),
|
|
@@ -13709,6 +13722,9 @@ const serializeAws_json1_1HyperParameterTuningJobConfig = (input, context) => {
|
|
|
13709
13722
|
ResourceLimits: serializeAws_json1_1ResourceLimits(input.ResourceLimits, context),
|
|
13710
13723
|
}),
|
|
13711
13724
|
...(input.Strategy != null && { Strategy: input.Strategy }),
|
|
13725
|
+
...(input.StrategyConfig != null && {
|
|
13726
|
+
StrategyConfig: serializeAws_json1_1HyperParameterTuningJobStrategyConfig(input.StrategyConfig, context),
|
|
13727
|
+
}),
|
|
13712
13728
|
...(input.TrainingJobEarlyStoppingType != null && {
|
|
13713
13729
|
TrainingJobEarlyStoppingType: input.TrainingJobEarlyStoppingType,
|
|
13714
13730
|
}),
|
|
@@ -13730,6 +13746,13 @@ const serializeAws_json1_1HyperParameterTuningJobObjectives = (input, context) =
|
|
|
13730
13746
|
return serializeAws_json1_1HyperParameterTuningJobObjective(entry, context);
|
|
13731
13747
|
});
|
|
13732
13748
|
};
|
|
13749
|
+
const serializeAws_json1_1HyperParameterTuningJobStrategyConfig = (input, context) => {
|
|
13750
|
+
return {
|
|
13751
|
+
...(input.HyperbandStrategyConfig != null && {
|
|
13752
|
+
HyperbandStrategyConfig: serializeAws_json1_1HyperbandStrategyConfig(input.HyperbandStrategyConfig, context),
|
|
13753
|
+
}),
|
|
13754
|
+
};
|
|
13755
|
+
};
|
|
13733
13756
|
const serializeAws_json1_1HyperParameterTuningJobWarmStartConfig = (input, context) => {
|
|
13734
13757
|
return {
|
|
13735
13758
|
...(input.ParentHyperParameterTuningJobs != null && {
|
|
@@ -16352,6 +16375,12 @@ const serializeAws_json1_1TensorBoardOutputConfig = (input, context) => {
|
|
|
16352
16375
|
...(input.S3OutputPath != null && { S3OutputPath: input.S3OutputPath }),
|
|
16353
16376
|
};
|
|
16354
16377
|
};
|
|
16378
|
+
const serializeAws_json1_1TimeSeriesForecastingSettings = (input, context) => {
|
|
16379
|
+
return {
|
|
16380
|
+
...(input.AmazonForecastRoleArn != null && { AmazonForecastRoleArn: input.AmazonForecastRoleArn }),
|
|
16381
|
+
...(input.Status != null && { Status: input.Status }),
|
|
16382
|
+
};
|
|
16383
|
+
};
|
|
16355
16384
|
const serializeAws_json1_1TrafficPattern = (input, context) => {
|
|
16356
16385
|
return {
|
|
16357
16386
|
...(input.Phases != null && { Phases: serializeAws_json1_1Phases(input.Phases, context) }),
|
|
@@ -16894,6 +16923,9 @@ const serializeAws_json1_1USD = (input, context) => {
|
|
|
16894
16923
|
};
|
|
16895
16924
|
const serializeAws_json1_1UserSettings = (input, context) => {
|
|
16896
16925
|
return {
|
|
16926
|
+
...(input.CanvasAppSettings != null && {
|
|
16927
|
+
CanvasAppSettings: serializeAws_json1_1CanvasAppSettings(input.CanvasAppSettings, context),
|
|
16928
|
+
}),
|
|
16897
16929
|
...(input.ExecutionRole != null && { ExecutionRole: input.ExecutionRole }),
|
|
16898
16930
|
...(input.JupyterServerAppSettings != null && {
|
|
16899
16931
|
JupyterServerAppSettings: serializeAws_json1_1JupyterServerAppSettings(input.JupyterServerAppSettings, context),
|
|
@@ -17682,6 +17714,13 @@ const deserializeAws_json1_1CandidateSteps = (output, context) => {
|
|
|
17682
17714
|
});
|
|
17683
17715
|
return retVal;
|
|
17684
17716
|
};
|
|
17717
|
+
const deserializeAws_json1_1CanvasAppSettings = (output, context) => {
|
|
17718
|
+
return {
|
|
17719
|
+
TimeSeriesForecastingSettings: output.TimeSeriesForecastingSettings != null
|
|
17720
|
+
? deserializeAws_json1_1TimeSeriesForecastingSettings(output.TimeSeriesForecastingSettings, context)
|
|
17721
|
+
: undefined,
|
|
17722
|
+
};
|
|
17723
|
+
};
|
|
17685
17724
|
const deserializeAws_json1_1CapacitySize = (output, context) => {
|
|
17686
17725
|
return {
|
|
17687
17726
|
Type: (0, smithy_client_1.expectString)(output.Type),
|
|
@@ -20823,6 +20862,12 @@ const deserializeAws_json1_1HumanTaskUiSummary = (output, context) => {
|
|
|
20823
20862
|
HumanTaskUiName: (0, smithy_client_1.expectString)(output.HumanTaskUiName),
|
|
20824
20863
|
};
|
|
20825
20864
|
};
|
|
20865
|
+
const deserializeAws_json1_1HyperbandStrategyConfig = (output, context) => {
|
|
20866
|
+
return {
|
|
20867
|
+
MaxResource: (0, smithy_client_1.expectInt32)(output.MaxResource),
|
|
20868
|
+
MinResource: (0, smithy_client_1.expectInt32)(output.MinResource),
|
|
20869
|
+
};
|
|
20870
|
+
};
|
|
20826
20871
|
const deserializeAws_json1_1HyperParameterAlgorithmSpecification = (output, context) => {
|
|
20827
20872
|
return {
|
|
20828
20873
|
AlgorithmName: (0, smithy_client_1.expectString)(output.AlgorithmName),
|
|
@@ -20981,6 +21026,9 @@ const deserializeAws_json1_1HyperParameterTuningJobConfig = (output, context) =>
|
|
|
20981
21026
|
: undefined,
|
|
20982
21027
|
ResourceLimits: output.ResourceLimits != null ? deserializeAws_json1_1ResourceLimits(output.ResourceLimits, context) : undefined,
|
|
20983
21028
|
Strategy: (0, smithy_client_1.expectString)(output.Strategy),
|
|
21029
|
+
StrategyConfig: output.StrategyConfig != null
|
|
21030
|
+
? deserializeAws_json1_1HyperParameterTuningJobStrategyConfig(output.StrategyConfig, context)
|
|
21031
|
+
: undefined,
|
|
20984
21032
|
TrainingJobEarlyStoppingType: (0, smithy_client_1.expectString)(output.TrainingJobEarlyStoppingType),
|
|
20985
21033
|
TuningJobCompletionCriteria: output.TuningJobCompletionCriteria != null
|
|
20986
21034
|
? deserializeAws_json1_1TuningJobCompletionCriteria(output.TuningJobCompletionCriteria, context)
|
|
@@ -21046,6 +21094,13 @@ const deserializeAws_json1_1HyperParameterTuningJobSearchEntity = (output, conte
|
|
|
21046
21094
|
: undefined,
|
|
21047
21095
|
};
|
|
21048
21096
|
};
|
|
21097
|
+
const deserializeAws_json1_1HyperParameterTuningJobStrategyConfig = (output, context) => {
|
|
21098
|
+
return {
|
|
21099
|
+
HyperbandStrategyConfig: output.HyperbandStrategyConfig != null
|
|
21100
|
+
? deserializeAws_json1_1HyperbandStrategyConfig(output.HyperbandStrategyConfig, context)
|
|
21101
|
+
: undefined,
|
|
21102
|
+
};
|
|
21103
|
+
};
|
|
21049
21104
|
const deserializeAws_json1_1HyperParameterTuningJobSummaries = (output, context) => {
|
|
21050
21105
|
const retVal = (output || [])
|
|
21051
21106
|
.filter((e) => e != null)
|
|
@@ -24321,6 +24376,12 @@ const deserializeAws_json1_1TensorBoardOutputConfig = (output, context) => {
|
|
|
24321
24376
|
S3OutputPath: (0, smithy_client_1.expectString)(output.S3OutputPath),
|
|
24322
24377
|
};
|
|
24323
24378
|
};
|
|
24379
|
+
const deserializeAws_json1_1TimeSeriesForecastingSettings = (output, context) => {
|
|
24380
|
+
return {
|
|
24381
|
+
AmazonForecastRoleArn: (0, smithy_client_1.expectString)(output.AmazonForecastRoleArn),
|
|
24382
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
24383
|
+
};
|
|
24384
|
+
};
|
|
24324
24385
|
const deserializeAws_json1_1TrafficPattern = (output, context) => {
|
|
24325
24386
|
return {
|
|
24326
24387
|
Phases: output.Phases != null ? deserializeAws_json1_1Phases(output.Phases, context) : undefined,
|
|
@@ -25072,6 +25133,9 @@ const deserializeAws_json1_1UserProfileList = (output, context) => {
|
|
|
25072
25133
|
};
|
|
25073
25134
|
const deserializeAws_json1_1UserSettings = (output, context) => {
|
|
25074
25135
|
return {
|
|
25136
|
+
CanvasAppSettings: output.CanvasAppSettings != null
|
|
25137
|
+
? deserializeAws_json1_1CanvasAppSettings(output.CanvasAppSettings, context)
|
|
25138
|
+
: undefined,
|
|
25075
25139
|
ExecutionRole: (0, smithy_client_1.expectString)(output.ExecutionRole),
|
|
25076
25140
|
JupyterServerAppSettings: output.JupyterServerAppSettings != null
|
|
25077
25141
|
? deserializeAws_json1_1JupyterServerAppSettings(output.JupyterServerAppSettings, context)
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribeFeatureGroupRequestFilterSensitiveLog
|
|
4
|
+
import { DescribeFeatureGroupRequestFilterSensitiveLog } from "../models/models_1";
|
|
5
|
+
import { DescribeFeatureGroupResponseFilterSensitiveLog } from "../models/models_2";
|
|
5
6
|
import { deserializeAws_json1_1DescribeFeatureGroupCommand, serializeAws_json1_1DescribeFeatureGroupCommand, } from "../protocols/Aws_json1_1";
|
|
6
7
|
var DescribeFeatureGroupCommand = (function (_super) {
|
|
7
8
|
__extends(DescribeFeatureGroupCommand, _super);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribeFeatureMetadataRequestFilterSensitiveLog, DescribeFeatureMetadataResponseFilterSensitiveLog, } from "../models/
|
|
4
|
+
import { DescribeFeatureMetadataRequestFilterSensitiveLog, DescribeFeatureMetadataResponseFilterSensitiveLog, } from "../models/models_2";
|
|
5
5
|
import { deserializeAws_json1_1DescribeFeatureMetadataCommand, serializeAws_json1_1DescribeFeatureMetadataCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeFeatureMetadataCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeFeatureMetadataCommand, _super);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ListNotebookInstanceLifecycleConfigsInputFilterSensitiveLog, ListNotebookInstanceLifecycleConfigsOutputFilterSensitiveLog, } from "../models/
|
|
4
|
+
import { ListNotebookInstanceLifecycleConfigsInputFilterSensitiveLog, ListNotebookInstanceLifecycleConfigsOutputFilterSensitiveLog, } from "../models/models_3";
|
|
5
5
|
import { deserializeAws_json1_1ListNotebookInstanceLifecycleConfigsCommand, serializeAws_json1_1ListNotebookInstanceLifecycleConfigsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListNotebookInstanceLifecycleConfigsCommand = (function (_super) {
|
|
7
7
|
__extends(ListNotebookInstanceLifecycleConfigsCommand, _super);
|
|
@@ -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,11 +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["RANDOM"] = "Random";
|
|
854
|
-
})(HyperParameterTuningJobStrategyType || (HyperParameterTuningJobStrategyType = {}));
|
|
855
855
|
export var ActionSourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
856
856
|
export var ActionSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
857
857
|
export var AddAssociationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -941,6 +941,8 @@ export var BlueGreenUpdatePolicyFilterSensitiveLog = function (obj) { return (__
|
|
|
941
941
|
export var CacheHitResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
942
942
|
export var OutputParameterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
943
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)); };
|
|
944
946
|
export var CaptureContentTypeHeaderFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
945
947
|
export var CaptureOptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
946
948
|
export var CategoricalParameterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1063,5 +1065,3 @@ export var UiTemplateFilterSensitiveLog = function (obj) { return (__assign({},
|
|
|
1063
1065
|
export var CreateHumanTaskUiRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1064
1066
|
export var CreateHumanTaskUiResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1065
1067
|
export var IntegerParameterRangeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1066
|
-
export var ParameterRangesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1067
|
-
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,10 @@ 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)); };
|
|
292
|
+
export var HyperbandStrategyConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
293
|
+
export var HyperParameterTuningJobStrategyConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
284
294
|
export var TuningJobCompletionCriteriaFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
285
295
|
export var HyperParameterTuningJobConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
286
296
|
export var HyperParameterAlgorithmSpecificationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -558,8 +568,3 @@ export var ExperimentSourceFilterSensitiveLog = function (obj) { return (__assig
|
|
|
558
568
|
export var DescribeExperimentResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
559
569
|
export var DescribeFeatureGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
560
570
|
export var LastUpdateStatusFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
561
|
-
export var OfflineStoreStatusFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
562
|
-
export var DescribeFeatureGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
563
|
-
export var DescribeFeatureMetadataRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
564
|
-
export var FeatureParameterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
565
|
-
export var DescribeFeatureMetadataResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -433,17 +433,11 @@ 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
|
-
|
|
440
|
-
|
|
441
|
-
export var NotebookInstanceSortKey;
|
|
442
|
-
(function (NotebookInstanceSortKey) {
|
|
443
|
-
NotebookInstanceSortKey["CREATION_TIME"] = "CreationTime";
|
|
444
|
-
NotebookInstanceSortKey["NAME"] = "Name";
|
|
445
|
-
NotebookInstanceSortKey["STATUS"] = "Status";
|
|
446
|
-
})(NotebookInstanceSortKey || (NotebookInstanceSortKey = {}));
|
|
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)); };
|
|
439
|
+
export var FeatureParameterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
440
|
+
export var DescribeFeatureMetadataResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
447
441
|
export var DescribeFlowDefinitionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
448
442
|
export var DescribeFlowDefinitionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
449
443
|
export var DescribeHumanTaskUiRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -684,6 +678,3 @@ export var ListMonitoringExecutionsResponseFilterSensitiveLog = function (obj) {
|
|
|
684
678
|
export var ListMonitoringSchedulesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
685
679
|
export var MonitoringScheduleSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
686
680
|
export var ListMonitoringSchedulesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
687
|
-
export var ListNotebookInstanceLifecycleConfigsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
688
|
-
export var NotebookInstanceLifecycleConfigSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
689
|
-
export var ListNotebookInstanceLifecycleConfigsOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1,5 +1,16 @@
|
|
|
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 = {}));
|
|
8
|
+
export var NotebookInstanceSortKey;
|
|
9
|
+
(function (NotebookInstanceSortKey) {
|
|
10
|
+
NotebookInstanceSortKey["CREATION_TIME"] = "CreationTime";
|
|
11
|
+
NotebookInstanceSortKey["NAME"] = "Name";
|
|
12
|
+
NotebookInstanceSortKey["STATUS"] = "Status";
|
|
13
|
+
})(NotebookInstanceSortKey || (NotebookInstanceSortKey = {}));
|
|
3
14
|
export var NotebookInstanceSortOrder;
|
|
4
15
|
(function (NotebookInstanceSortOrder) {
|
|
5
16
|
NotebookInstanceSortOrder["ASCENDING"] = "Ascending";
|
|
@@ -83,6 +94,9 @@ export var VariantPropertyType;
|
|
|
83
94
|
VariantPropertyType["DesiredInstanceCount"] = "DesiredInstanceCount";
|
|
84
95
|
VariantPropertyType["DesiredWeight"] = "DesiredWeight";
|
|
85
96
|
})(VariantPropertyType || (VariantPropertyType = {}));
|
|
97
|
+
export var ListNotebookInstanceLifecycleConfigsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
98
|
+
export var NotebookInstanceLifecycleConfigSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
99
|
+
export var ListNotebookInstanceLifecycleConfigsOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
86
100
|
export var ListNotebookInstancesInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
87
101
|
export var NotebookInstanceSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
88
102
|
export var ListNotebookInstancesOutputFilterSensitiveLog = 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
|
};
|
|
@@ -17157,6 +17162,9 @@ var serializeAws_json1_1HumanTaskConfig = function (input, context) {
|
|
|
17157
17162
|
TaskAvailabilityLifetimeInSeconds: input.TaskAvailabilityLifetimeInSeconds,
|
|
17158
17163
|
})), (input.TaskDescription != null && { TaskDescription: input.TaskDescription })), (input.TaskKeywords != null && { TaskKeywords: serializeAws_json1_1TaskKeywords(input.TaskKeywords, context) })), (input.TaskTimeLimitInSeconds != null && { TaskTimeLimitInSeconds: input.TaskTimeLimitInSeconds })), (input.TaskTitle != null && { TaskTitle: input.TaskTitle })), (input.UiConfig != null && { UiConfig: serializeAws_json1_1UiConfig(input.UiConfig, context) })), (input.WorkteamArn != null && { WorkteamArn: input.WorkteamArn }));
|
|
17159
17164
|
};
|
|
17165
|
+
var serializeAws_json1_1HyperbandStrategyConfig = function (input, context) {
|
|
17166
|
+
return __assign(__assign({}, (input.MaxResource != null && { MaxResource: input.MaxResource })), (input.MinResource != null && { MinResource: input.MinResource }));
|
|
17167
|
+
};
|
|
17160
17168
|
var serializeAws_json1_1HyperParameterAlgorithmSpecification = function (input, context) {
|
|
17161
17169
|
return __assign(__assign(__assign(__assign({}, (input.AlgorithmName != null && { AlgorithmName: input.AlgorithmName })), (input.MetricDefinitions != null && {
|
|
17162
17170
|
MetricDefinitions: serializeAws_json1_1MetricDefinitionList(input.MetricDefinitions, context),
|
|
@@ -17227,13 +17235,15 @@ var serializeAws_json1_1HyperParameterTuningInstanceConfigs = function (input, c
|
|
|
17227
17235
|
});
|
|
17228
17236
|
};
|
|
17229
17237
|
var serializeAws_json1_1HyperParameterTuningJobConfig = function (input, context) {
|
|
17230
|
-
return __assign(__assign(__assign(__assign(__assign(__assign({}, (input.HyperParameterTuningJobObjective != null && {
|
|
17238
|
+
return __assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.HyperParameterTuningJobObjective != null && {
|
|
17231
17239
|
HyperParameterTuningJobObjective: serializeAws_json1_1HyperParameterTuningJobObjective(input.HyperParameterTuningJobObjective, context),
|
|
17232
17240
|
})), (input.ParameterRanges != null && {
|
|
17233
17241
|
ParameterRanges: serializeAws_json1_1ParameterRanges(input.ParameterRanges, context),
|
|
17234
17242
|
})), (input.ResourceLimits != null && {
|
|
17235
17243
|
ResourceLimits: serializeAws_json1_1ResourceLimits(input.ResourceLimits, context),
|
|
17236
|
-
})), (input.Strategy != null && { Strategy: input.Strategy })), (input.
|
|
17244
|
+
})), (input.Strategy != null && { Strategy: input.Strategy })), (input.StrategyConfig != null && {
|
|
17245
|
+
StrategyConfig: serializeAws_json1_1HyperParameterTuningJobStrategyConfig(input.StrategyConfig, context),
|
|
17246
|
+
})), (input.TrainingJobEarlyStoppingType != null && {
|
|
17237
17247
|
TrainingJobEarlyStoppingType: input.TrainingJobEarlyStoppingType,
|
|
17238
17248
|
})), (input.TuningJobCompletionCriteria != null && {
|
|
17239
17249
|
TuningJobCompletionCriteria: serializeAws_json1_1TuningJobCompletionCriteria(input.TuningJobCompletionCriteria, context),
|
|
@@ -17249,6 +17259,11 @@ var serializeAws_json1_1HyperParameterTuningJobObjectives = function (input, con
|
|
|
17249
17259
|
return serializeAws_json1_1HyperParameterTuningJobObjective(entry, context);
|
|
17250
17260
|
});
|
|
17251
17261
|
};
|
|
17262
|
+
var serializeAws_json1_1HyperParameterTuningJobStrategyConfig = function (input, context) {
|
|
17263
|
+
return __assign({}, (input.HyperbandStrategyConfig != null && {
|
|
17264
|
+
HyperbandStrategyConfig: serializeAws_json1_1HyperbandStrategyConfig(input.HyperbandStrategyConfig, context),
|
|
17265
|
+
}));
|
|
17266
|
+
};
|
|
17252
17267
|
var serializeAws_json1_1HyperParameterTuningJobWarmStartConfig = function (input, context) {
|
|
17253
17268
|
return __assign(__assign({}, (input.ParentHyperParameterTuningJobs != null && {
|
|
17254
17269
|
ParentHyperParameterTuningJobs: serializeAws_json1_1ParentHyperParameterTuningJobs(input.ParentHyperParameterTuningJobs, context),
|
|
@@ -18751,6 +18766,9 @@ var serializeAws_json1_1TensorBoardAppSettings = function (input, context) {
|
|
|
18751
18766
|
var serializeAws_json1_1TensorBoardOutputConfig = function (input, context) {
|
|
18752
18767
|
return __assign(__assign({}, (input.LocalPath != null && { LocalPath: input.LocalPath })), (input.S3OutputPath != null && { S3OutputPath: input.S3OutputPath }));
|
|
18753
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
|
+
};
|
|
18754
18772
|
var serializeAws_json1_1TrafficPattern = function (input, context) {
|
|
18755
18773
|
return __assign(__assign({}, (input.Phases != null && { Phases: serializeAws_json1_1Phases(input.Phases, context) })), (input.TrafficType != null && { TrafficType: input.TrafficType }));
|
|
18756
18774
|
};
|
|
@@ -19076,7 +19094,9 @@ var serializeAws_json1_1USD = function (input, context) {
|
|
|
19076
19094
|
return __assign(__assign(__assign({}, (input.Cents != null && { Cents: input.Cents })), (input.Dollars != null && { Dollars: input.Dollars })), (input.TenthFractionsOfACent != null && { TenthFractionsOfACent: input.TenthFractionsOfACent }));
|
|
19077
19095
|
};
|
|
19078
19096
|
var serializeAws_json1_1UserSettings = function (input, context) {
|
|
19079
|
-
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 && {
|
|
19080
19100
|
JupyterServerAppSettings: serializeAws_json1_1JupyterServerAppSettings(input.JupyterServerAppSettings, context),
|
|
19081
19101
|
})), (input.KernelGatewayAppSettings != null && {
|
|
19082
19102
|
KernelGatewayAppSettings: serializeAws_json1_1KernelGatewayAppSettings(input.KernelGatewayAppSettings, context),
|
|
@@ -19846,6 +19866,13 @@ var deserializeAws_json1_1CandidateSteps = function (output, context) {
|
|
|
19846
19866
|
});
|
|
19847
19867
|
return retVal;
|
|
19848
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
|
+
};
|
|
19849
19876
|
var deserializeAws_json1_1CapacitySize = function (output, context) {
|
|
19850
19877
|
return {
|
|
19851
19878
|
Type: __expectString(output.Type),
|
|
@@ -22983,6 +23010,12 @@ var deserializeAws_json1_1HumanTaskUiSummary = function (output, context) {
|
|
|
22983
23010
|
HumanTaskUiName: __expectString(output.HumanTaskUiName),
|
|
22984
23011
|
};
|
|
22985
23012
|
};
|
|
23013
|
+
var deserializeAws_json1_1HyperbandStrategyConfig = function (output, context) {
|
|
23014
|
+
return {
|
|
23015
|
+
MaxResource: __expectInt32(output.MaxResource),
|
|
23016
|
+
MinResource: __expectInt32(output.MinResource),
|
|
23017
|
+
};
|
|
23018
|
+
};
|
|
22986
23019
|
var deserializeAws_json1_1HyperParameterAlgorithmSpecification = function (output, context) {
|
|
22987
23020
|
return {
|
|
22988
23021
|
AlgorithmName: __expectString(output.AlgorithmName),
|
|
@@ -23140,6 +23173,9 @@ var deserializeAws_json1_1HyperParameterTuningJobConfig = function (output, cont
|
|
|
23140
23173
|
: undefined,
|
|
23141
23174
|
ResourceLimits: output.ResourceLimits != null ? deserializeAws_json1_1ResourceLimits(output.ResourceLimits, context) : undefined,
|
|
23142
23175
|
Strategy: __expectString(output.Strategy),
|
|
23176
|
+
StrategyConfig: output.StrategyConfig != null
|
|
23177
|
+
? deserializeAws_json1_1HyperParameterTuningJobStrategyConfig(output.StrategyConfig, context)
|
|
23178
|
+
: undefined,
|
|
23143
23179
|
TrainingJobEarlyStoppingType: __expectString(output.TrainingJobEarlyStoppingType),
|
|
23144
23180
|
TuningJobCompletionCriteria: output.TuningJobCompletionCriteria != null
|
|
23145
23181
|
? deserializeAws_json1_1TuningJobCompletionCriteria(output.TuningJobCompletionCriteria, context)
|
|
@@ -23205,6 +23241,13 @@ var deserializeAws_json1_1HyperParameterTuningJobSearchEntity = function (output
|
|
|
23205
23241
|
: undefined,
|
|
23206
23242
|
};
|
|
23207
23243
|
};
|
|
23244
|
+
var deserializeAws_json1_1HyperParameterTuningJobStrategyConfig = function (output, context) {
|
|
23245
|
+
return {
|
|
23246
|
+
HyperbandStrategyConfig: output.HyperbandStrategyConfig != null
|
|
23247
|
+
? deserializeAws_json1_1HyperbandStrategyConfig(output.HyperbandStrategyConfig, context)
|
|
23248
|
+
: undefined,
|
|
23249
|
+
};
|
|
23250
|
+
};
|
|
23208
23251
|
var deserializeAws_json1_1HyperParameterTuningJobSummaries = function (output, context) {
|
|
23209
23252
|
var retVal = (output || [])
|
|
23210
23253
|
.filter(function (e) { return e != null; })
|
|
@@ -26474,6 +26517,12 @@ var deserializeAws_json1_1TensorBoardOutputConfig = function (output, context) {
|
|
|
26474
26517
|
S3OutputPath: __expectString(output.S3OutputPath),
|
|
26475
26518
|
};
|
|
26476
26519
|
};
|
|
26520
|
+
var deserializeAws_json1_1TimeSeriesForecastingSettings = function (output, context) {
|
|
26521
|
+
return {
|
|
26522
|
+
AmazonForecastRoleArn: __expectString(output.AmazonForecastRoleArn),
|
|
26523
|
+
Status: __expectString(output.Status),
|
|
26524
|
+
};
|
|
26525
|
+
};
|
|
26477
26526
|
var deserializeAws_json1_1TrafficPattern = function (output, context) {
|
|
26478
26527
|
return {
|
|
26479
26528
|
Phases: output.Phases != null ? deserializeAws_json1_1Phases(output.Phases, context) : undefined,
|
|
@@ -27221,6 +27270,9 @@ var deserializeAws_json1_1UserProfileList = function (output, context) {
|
|
|
27221
27270
|
};
|
|
27222
27271
|
var deserializeAws_json1_1UserSettings = function (output, context) {
|
|
27223
27272
|
return {
|
|
27273
|
+
CanvasAppSettings: output.CanvasAppSettings != null
|
|
27274
|
+
? deserializeAws_json1_1CanvasAppSettings(output.CanvasAppSettings, context)
|
|
27275
|
+
: undefined,
|
|
27224
27276
|
ExecutionRole: __expectString(output.ExecutionRole),
|
|
27225
27277
|
JupyterServerAppSettings: output.JupyterServerAppSettings != null
|
|
27226
27278
|
? deserializeAws_json1_1JupyterServerAppSettings(output.JupyterServerAppSettings, context)
|
|
@@ -352,8 +352,7 @@ export declare class SageMaker extends SageMakerClient {
|
|
|
352
352
|
createAlgorithm(args: CreateAlgorithmCommandInput, cb: (err: any, data?: CreateAlgorithmCommandOutput) => void): void;
|
|
353
353
|
createAlgorithm(args: CreateAlgorithmCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAlgorithmCommandOutput) => void): void;
|
|
354
354
|
/**
|
|
355
|
-
* <p>Creates a running app for the specified UserProfile.
|
|
356
|
-
* <code>JupyterServer</code> and <code>KernelGateway</code>. This operation is automatically
|
|
355
|
+
* <p>Creates a running app for the specified UserProfile. This operation is automatically
|
|
357
356
|
* invoked by Amazon SageMaker Studio upon access to the associated Domain, and when new kernel
|
|
358
357
|
* configurations are selected by the user. A user may have multiple Apps active simultaneously.</p>
|
|
359
358
|
*/
|
|
@@ -1010,11 +1009,12 @@ export declare class SageMaker extends SageMakerClient {
|
|
|
1010
1009
|
* be tuned to optimize this learning process. For a list of hyperparameters for
|
|
1011
1010
|
* each training algorithm provided by SageMaker, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/algos.html">Algorithms</a>. </p>
|
|
1012
1011
|
* <important>
|
|
1013
|
-
*
|
|
1014
|
-
*
|
|
1015
|
-
*
|
|
1016
|
-
*
|
|
1017
|
-
*
|
|
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>
|
|
1018
1018
|
* </li>
|
|
1019
1019
|
* <li>
|
|
1020
1020
|
* <p>
|
|
@@ -1146,7 +1146,7 @@ export declare class SageMaker extends SageMakerClient {
|
|
|
1146
1146
|
* <p>Creates a user profile. A user profile represents a single user within a domain, and is
|
|
1147
1147
|
* the main way to reference a "person" for the purposes of sharing, reporting, and other
|
|
1148
1148
|
* user-oriented features. This entity is created when a user onboards to Amazon SageMaker Studio. If an
|
|
1149
|
-
* 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
|
|
1150
1150
|
* automatically created. A user profile is the primary holder of settings for an individual
|
|
1151
1151
|
* user and has a reference to the user's private Amazon Elastic File System (EFS) home directory.
|
|
1152
1152
|
* </p>
|
|
@@ -1252,7 +1252,7 @@ export declare class SageMaker extends SageMakerClient {
|
|
|
1252
1252
|
deleteDeviceFleet(args: DeleteDeviceFleetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDeviceFleetCommandOutput) => void): void;
|
|
1253
1253
|
/**
|
|
1254
1254
|
* <p>Used to delete a domain.
|
|
1255
|
-
* 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.
|
|
1256
1256
|
* Use with caution. All of the members of the domain will lose access to their EFS volume,
|
|
1257
1257
|
* including data, notebooks, and other artifacts.
|
|
1258
1258
|
* </p>
|
|
@@ -7,8 +7,7 @@ export interface CreateAppCommandInput extends CreateAppRequest {
|
|
|
7
7
|
export interface CreateAppCommandOutput extends CreateAppResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Creates a running app for the specified UserProfile.
|
|
11
|
-
* <code>JupyterServer</code> and <code>KernelGateway</code>. This operation is automatically
|
|
10
|
+
* <p>Creates a running app for the specified UserProfile. This operation is automatically
|
|
12
11
|
* invoked by Amazon SageMaker Studio upon access to the associated Domain, and when new kernel
|
|
13
12
|
* configurations are selected by the user. A user may have multiple Apps active simultaneously.</p>
|
|
14
13
|
* @example
|
|
@@ -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,6 +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, DescribeFeatureMetadataResponse } from "../models/
|
|
3
|
+
import { DescribeFeatureMetadataRequest, DescribeFeatureMetadataResponse } from "../models/models_2";
|
|
4
4
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
5
|
export interface DescribeFeatureMetadataCommandInput extends DescribeFeatureMetadataRequest {
|
|
6
6
|
}
|
|
@@ -1,6 +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, ListNotebookInstanceLifecycleConfigsOutput } from "../models/
|
|
3
|
+
import { ListNotebookInstanceLifecycleConfigsInput, ListNotebookInstanceLifecycleConfigsOutput } from "../models/models_3";
|
|
4
4
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
5
|
export interface ListNotebookInstanceLifecycleConfigsCommandInput extends ListNotebookInstanceLifecycleConfigsInput {
|
|
6
6
|
}
|