@aws-sdk/client-sagemaker 3.379.1 → 3.382.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/endpoint/ruleset.js +1 -1
- package/dist-cjs/models/models_1.js +6 -5
- package/dist-cjs/models/models_2.js +5 -5
- package/dist-cjs/models/models_3.js +6 -2
- package/dist-es/endpoint/ruleset.js +1 -1
- package/dist-es/models/models_1.js +5 -4
- package/dist-es/models/models_2.js +4 -4
- package/dist-es/models/models_3.js +4 -0
- package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +7 -1
- package/dist-types/commands/DeleteHubCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +7 -1
- package/dist-types/commands/GetSagemakerServicecatalogPortfolioStatusCommand.d.ts +1 -2
- package/dist-types/commands/RenderUiTemplateCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +699 -1
- package/dist-types/models/models_1.d.ts +910 -26
- package/dist-types/models/models_2.d.ts +1273 -18
- package/dist-types/models/models_3.d.ts +1295 -28
- package/dist-types/models/models_4.d.ts +371 -1
- package/dist-types/ts3.4/commands/DeleteHubCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSagemakerServicecatalogPortfolioStatusCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/RenderUiTemplateCommand.d.ts +2 -4
- package/dist-types/ts3.4/models/models_1.d.ts +14 -9
- package/dist-types/ts3.4/models/models_2.d.ts +9 -8
- package/dist-types/ts3.4/models/models_3.d.ts +8 -9
- package/dist-types/ts3.4/models/models_4.d.ts +8 -1
- package/package.json +5 -5
|
@@ -3,5 +3,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.ruleSet = void 0;
|
|
4
4
|
const t = "required", u = "fn", v = "argv", w = "ref";
|
|
5
5
|
const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = "stringEquals", g = { [t]: false, "type": "String" }, h = { [t]: true, "default": false, "type": "Boolean" }, i = { [w]: "Endpoint" }, j = { [u]: "booleanEquals", [v]: [{ [w]: "UseFIPS" }, true] }, k = { [u]: "booleanEquals", [v]: [{ [w]: "UseDualStack" }, true] }, l = {}, m = { [u]: "booleanEquals", [v]: [true, { [u]: "getAttr", [v]: [{ [w]: e }, "supportsFIPS"] }] }, n = { [u]: "booleanEquals", [v]: [true, { [u]: "getAttr", [v]: [{ [w]: e }, "supportsDualStack"] }] }, o = { [u]: "getAttr", [v]: [{ [w]: e }, "name"] }, p = { "url": "https://api-fips.sagemaker.{Region}.amazonaws.com", "properties": {}, "headers": {} }, q = [j], r = [k], s = [{ [w]: "Region" }];
|
|
6
|
-
const _data = { version: "1.0", parameters: { Region: g, UseDualStack: h, UseFIPS: h, Endpoint: g }, rules: [{ conditions: [{ [u]: a, [v]: [i] }], type: b, rules: [{ conditions: q, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, {
|
|
6
|
+
const _data = { version: "1.0", parameters: { Region: g, UseDualStack: h, UseFIPS: h, Endpoint: g }, rules: [{ conditions: [{ [u]: a, [v]: [i] }], type: b, rules: [{ conditions: q, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { conditions: r, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: i, properties: l, headers: l }, type: d }] }, { conditions: [{ [u]: a, [v]: s }], type: b, rules: [{ conditions: [{ [u]: "aws.partition", [v]: s, assign: e }], type: b, rules: [{ conditions: [j, k], type: b, rules: [{ conditions: [m, n], type: b, rules: [{ endpoint: { url: "https://api.sagemaker-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: q, type: b, rules: [{ conditions: [m], type: b, rules: [{ conditions: [{ [u]: f, [v]: ["aws", o] }], endpoint: p, type: d }, { conditions: [{ [u]: f, [v]: ["aws-us-gov", o] }], endpoint: p, type: d }, { endpoint: { url: "https://api.sagemaker-fips.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: d }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: r, type: b, rules: [{ conditions: [n], type: b, rules: [{ endpoint: { url: "https://api.sagemaker.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { endpoint: { url: "https://api.sagemaker.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: d }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] };
|
|
7
7
|
exports.ruleSet = _data;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateWorkforceRequestFilterSensitiveLog = exports.OidcConfigFilterSensitiveLog = exports.CreateModelCardRequestFilterSensitiveLog = exports.
|
|
3
|
+
exports.CreateWorkforceRequestFilterSensitiveLog = exports.OidcConfigFilterSensitiveLog = exports.CreateModelCardRequestFilterSensitiveLog = exports.RetentionType = exports.RuleEvaluationStatus = exports.CrossAccountFilterOption = 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.FlatInvocations = exports.RecommendationJobType = exports.TrafficType = exports.RecommendationJobSupportedEndpointType = 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 = exports.NotebookOutputOption = exports.RStudioServerProUserGroup = void 0;
|
|
4
4
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
5
|
exports.RStudioServerProUserGroup = {
|
|
6
6
|
Admin: "R_STUDIO_ADMIN",
|
|
@@ -168,11 +168,16 @@ exports.RecommendationJobSupportedEndpointType = {
|
|
|
168
168
|
};
|
|
169
169
|
exports.TrafficType = {
|
|
170
170
|
PHASES: "PHASES",
|
|
171
|
+
STAIRS: "STAIRS",
|
|
171
172
|
};
|
|
172
173
|
exports.RecommendationJobType = {
|
|
173
174
|
ADVANCED: "Advanced",
|
|
174
175
|
DEFAULT: "Default",
|
|
175
176
|
};
|
|
177
|
+
exports.FlatInvocations = {
|
|
178
|
+
CONTINUE: "Continue",
|
|
179
|
+
STOP: "Stop",
|
|
180
|
+
};
|
|
176
181
|
exports.InferenceExecutionMode = {
|
|
177
182
|
DIRECT: "Direct",
|
|
178
183
|
SERIAL: "Serial",
|
|
@@ -278,10 +283,6 @@ exports.RetentionType = {
|
|
|
278
283
|
Delete: "Delete",
|
|
279
284
|
Retain: "Retain",
|
|
280
285
|
};
|
|
281
|
-
exports.HubContentType = {
|
|
282
|
-
MODEL: "Model",
|
|
283
|
-
NOTEBOOK: "Notebook",
|
|
284
|
-
};
|
|
285
286
|
const CreateModelCardRequestFilterSensitiveLog = (obj) => ({
|
|
286
287
|
...obj,
|
|
287
288
|
...(obj.Content && { Content: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeModelCardResponseFilterSensitiveLog = exports.
|
|
3
|
+
exports.DescribeModelCardResponseFilterSensitiveLog = 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 = exports.HubContentType = void 0;
|
|
4
4
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
+
exports.HubContentType = {
|
|
6
|
+
MODEL: "Model",
|
|
7
|
+
NOTEBOOK: "Notebook",
|
|
8
|
+
};
|
|
5
9
|
exports.RecommendationStatus = {
|
|
6
10
|
COMPLETED: "COMPLETED",
|
|
7
11
|
FAILED: "FAILED",
|
|
@@ -347,10 +351,6 @@ exports.Operator = {
|
|
|
347
351
|
NOT_EQUALS: "NotEquals",
|
|
348
352
|
NOT_EXISTS: "NotExists",
|
|
349
353
|
};
|
|
350
|
-
exports.SagemakerServicecatalogStatus = {
|
|
351
|
-
DISABLED: "Disabled",
|
|
352
|
-
ENABLED: "Enabled",
|
|
353
|
-
};
|
|
354
354
|
const DescribeModelCardResponseFilterSensitiveLog = (obj) => ({
|
|
355
355
|
...obj,
|
|
356
356
|
...(obj.Content && { Content: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.ModelCardFilterSensitiveLog = exports.ModelVariantAction = exports.ListWorkteamsSortByOptions = exports.ListWorkforcesSortByOptions = exports.UserProfileSortKey = exports.SortTrialsBy = exports.SortTrialComponentsBy = exports.TrainingJobSortByOptions = exports.StudioLifecycleConfigSortKey = exports.SpaceSortKey = exports.ResourceCatalogSortOrder = exports.ResourceCatalogSortBy = exports.ProjectSortOrder = void 0;
|
|
3
|
+
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 = exports.ResourceType = exports.SagemakerServicecatalogStatus = void 0;
|
|
4
|
+
exports.ModelCardFilterSensitiveLog = exports.ModelVariantAction = exports.ListWorkteamsSortByOptions = exports.ListWorkforcesSortByOptions = exports.UserProfileSortKey = exports.SortTrialsBy = exports.SortTrialComponentsBy = exports.TrainingJobSortByOptions = exports.StudioLifecycleConfigSortKey = exports.SpaceSortKey = exports.ResourceCatalogSortOrder = exports.ResourceCatalogSortBy = exports.ProjectSortOrder = exports.ProjectSortBy = void 0;
|
|
5
5
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
6
|
+
exports.SagemakerServicecatalogStatus = {
|
|
7
|
+
DISABLED: "Disabled",
|
|
8
|
+
ENABLED: "Enabled",
|
|
9
|
+
};
|
|
6
10
|
exports.ResourceType = {
|
|
7
11
|
ENDPOINT: "Endpoint",
|
|
8
12
|
EXPERIMENT: "Experiment",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
const t = "required", u = "fn", v = "argv", w = "ref";
|
|
2
2
|
const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = "stringEquals", g = { [t]: false, "type": "String" }, h = { [t]: true, "default": false, "type": "Boolean" }, i = { [w]: "Endpoint" }, j = { [u]: "booleanEquals", [v]: [{ [w]: "UseFIPS" }, true] }, k = { [u]: "booleanEquals", [v]: [{ [w]: "UseDualStack" }, true] }, l = {}, m = { [u]: "booleanEquals", [v]: [true, { [u]: "getAttr", [v]: [{ [w]: e }, "supportsFIPS"] }] }, n = { [u]: "booleanEquals", [v]: [true, { [u]: "getAttr", [v]: [{ [w]: e }, "supportsDualStack"] }] }, o = { [u]: "getAttr", [v]: [{ [w]: e }, "name"] }, p = { "url": "https://api-fips.sagemaker.{Region}.amazonaws.com", "properties": {}, "headers": {} }, q = [j], r = [k], s = [{ [w]: "Region" }];
|
|
3
|
-
const _data = { version: "1.0", parameters: { Region: g, UseDualStack: h, UseFIPS: h, Endpoint: g }, rules: [{ conditions: [{ [u]: a, [v]: [i] }], type: b, rules: [{ conditions: q, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, {
|
|
3
|
+
const _data = { version: "1.0", parameters: { Region: g, UseDualStack: h, UseFIPS: h, Endpoint: g }, rules: [{ conditions: [{ [u]: a, [v]: [i] }], type: b, rules: [{ conditions: q, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { conditions: r, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: i, properties: l, headers: l }, type: d }] }, { conditions: [{ [u]: a, [v]: s }], type: b, rules: [{ conditions: [{ [u]: "aws.partition", [v]: s, assign: e }], type: b, rules: [{ conditions: [j, k], type: b, rules: [{ conditions: [m, n], type: b, rules: [{ endpoint: { url: "https://api.sagemaker-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: q, type: b, rules: [{ conditions: [m], type: b, rules: [{ conditions: [{ [u]: f, [v]: ["aws", o] }], endpoint: p, type: d }, { conditions: [{ [u]: f, [v]: ["aws-us-gov", o] }], endpoint: p, type: d }, { endpoint: { url: "https://api.sagemaker-fips.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: d }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: r, type: b, rules: [{ conditions: [n], type: b, rules: [{ endpoint: { url: "https://api.sagemaker.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { endpoint: { url: "https://api.sagemaker.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: d }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] };
|
|
4
4
|
export const ruleSet = _data;
|
|
@@ -165,11 +165,16 @@ export const RecommendationJobSupportedEndpointType = {
|
|
|
165
165
|
};
|
|
166
166
|
export const TrafficType = {
|
|
167
167
|
PHASES: "PHASES",
|
|
168
|
+
STAIRS: "STAIRS",
|
|
168
169
|
};
|
|
169
170
|
export const RecommendationJobType = {
|
|
170
171
|
ADVANCED: "Advanced",
|
|
171
172
|
DEFAULT: "Default",
|
|
172
173
|
};
|
|
174
|
+
export const FlatInvocations = {
|
|
175
|
+
CONTINUE: "Continue",
|
|
176
|
+
STOP: "Stop",
|
|
177
|
+
};
|
|
173
178
|
export const InferenceExecutionMode = {
|
|
174
179
|
DIRECT: "Direct",
|
|
175
180
|
SERIAL: "Serial",
|
|
@@ -275,10 +280,6 @@ export const RetentionType = {
|
|
|
275
280
|
Delete: "Delete",
|
|
276
281
|
Retain: "Retain",
|
|
277
282
|
};
|
|
278
|
-
export const HubContentType = {
|
|
279
|
-
MODEL: "Model",
|
|
280
|
-
NOTEBOOK: "Notebook",
|
|
281
|
-
};
|
|
282
283
|
export const CreateModelCardRequestFilterSensitiveLog = (obj) => ({
|
|
283
284
|
...obj,
|
|
284
285
|
...(obj.Content && { Content: SENSITIVE_STRING }),
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
|
+
export const HubContentType = {
|
|
3
|
+
MODEL: "Model",
|
|
4
|
+
NOTEBOOK: "Notebook",
|
|
5
|
+
};
|
|
2
6
|
export const RecommendationStatus = {
|
|
3
7
|
COMPLETED: "COMPLETED",
|
|
4
8
|
FAILED: "FAILED",
|
|
@@ -344,10 +348,6 @@ export const Operator = {
|
|
|
344
348
|
NOT_EQUALS: "NotEquals",
|
|
345
349
|
NOT_EXISTS: "NotExists",
|
|
346
350
|
};
|
|
347
|
-
export const SagemakerServicecatalogStatus = {
|
|
348
|
-
DISABLED: "Disabled",
|
|
349
|
-
ENABLED: "Enabled",
|
|
350
|
-
};
|
|
351
351
|
export const DescribeModelCardResponseFilterSensitiveLog = (obj) => ({
|
|
352
352
|
...obj,
|
|
353
353
|
...(obj.Content && { Content: SENSITIVE_STRING }),
|
|
@@ -39,7 +39,7 @@ export interface CreateInferenceRecommendationsJobCommandOutput extends CreateIn
|
|
|
39
39
|
* ModelPackageVersionArn: "STRING_VALUE",
|
|
40
40
|
* JobDurationInSeconds: Number("int"),
|
|
41
41
|
* TrafficPattern: { // TrafficPattern
|
|
42
|
-
* TrafficType: "PHASES",
|
|
42
|
+
* TrafficType: "PHASES" || "STAIRS",
|
|
43
43
|
* Phases: [ // Phases
|
|
44
44
|
* { // Phase
|
|
45
45
|
* InitialNumberOfUsers: Number("int"),
|
|
@@ -47,6 +47,11 @@ export interface CreateInferenceRecommendationsJobCommandOutput extends CreateIn
|
|
|
47
47
|
* DurationInSeconds: Number("int"),
|
|
48
48
|
* },
|
|
49
49
|
* ],
|
|
50
|
+
* Stairs: { // Stairs
|
|
51
|
+
* DurationInSeconds: Number("int"),
|
|
52
|
+
* NumberOfSteps: Number("int"),
|
|
53
|
+
* UsersPerStep: Number("int"),
|
|
54
|
+
* },
|
|
50
55
|
* },
|
|
51
56
|
* ResourceLimit: { // RecommendationJobResourceLimit
|
|
52
57
|
* MaxNumberOfTests: Number("int"),
|
|
@@ -116,6 +121,7 @@ export interface CreateInferenceRecommendationsJobCommandOutput extends CreateIn
|
|
|
116
121
|
* ValueInMilliseconds: Number("int"),
|
|
117
122
|
* },
|
|
118
123
|
* ],
|
|
124
|
+
* FlatInvocations: "Continue" || "Stop",
|
|
119
125
|
* },
|
|
120
126
|
* OutputConfig: { // RecommendationJobOutputConfig
|
|
121
127
|
* KmsKeyId: "STRING_VALUE",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
-
import { DeleteHubRequest } from "../models/
|
|
4
|
+
import { DeleteHubRequest } from "../models/models_2";
|
|
5
5
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -51,7 +51,7 @@ export interface DescribeInferenceRecommendationsJobCommandOutput extends Descri
|
|
|
51
51
|
* // ModelPackageVersionArn: "STRING_VALUE",
|
|
52
52
|
* // JobDurationInSeconds: Number("int"),
|
|
53
53
|
* // TrafficPattern: { // TrafficPattern
|
|
54
|
-
* // TrafficType: "PHASES",
|
|
54
|
+
* // TrafficType: "PHASES" || "STAIRS",
|
|
55
55
|
* // Phases: [ // Phases
|
|
56
56
|
* // { // Phase
|
|
57
57
|
* // InitialNumberOfUsers: Number("int"),
|
|
@@ -59,6 +59,11 @@ export interface DescribeInferenceRecommendationsJobCommandOutput extends Descri
|
|
|
59
59
|
* // DurationInSeconds: Number("int"),
|
|
60
60
|
* // },
|
|
61
61
|
* // ],
|
|
62
|
+
* // Stairs: { // Stairs
|
|
63
|
+
* // DurationInSeconds: Number("int"),
|
|
64
|
+
* // NumberOfSteps: Number("int"),
|
|
65
|
+
* // UsersPerStep: Number("int"),
|
|
66
|
+
* // },
|
|
62
67
|
* // },
|
|
63
68
|
* // ResourceLimit: { // RecommendationJobResourceLimit
|
|
64
69
|
* // MaxNumberOfTests: Number("int"),
|
|
@@ -127,6 +132,7 @@ export interface DescribeInferenceRecommendationsJobCommandOutput extends Descri
|
|
|
127
132
|
* // ValueInMilliseconds: Number("int"),
|
|
128
133
|
* // },
|
|
129
134
|
* // ],
|
|
135
|
+
* // FlatInvocations: "Continue" || "Stop",
|
|
130
136
|
* // },
|
|
131
137
|
* // InferenceRecommendations: [ // InferenceRecommendations
|
|
132
138
|
* // { // InferenceRecommendation
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
-
import { GetSagemakerServicecatalogPortfolioStatusInput } from "../models/
|
|
5
|
-
import { GetSagemakerServicecatalogPortfolioStatusOutput } from "../models/models_3";
|
|
4
|
+
import { GetSagemakerServicecatalogPortfolioStatusInput, GetSagemakerServicecatalogPortfolioStatusOutput } from "../models/models_3";
|
|
6
5
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
7
6
|
/**
|
|
8
7
|
* @public
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
-
import { RenderUiTemplateRequest
|
|
4
|
+
import { RenderUiTemplateRequest } from "../models/models_3";
|
|
5
|
+
import { RenderUiTemplateResponse } from "../models/models_4";
|
|
5
6
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
7
|
/**
|
|
7
8
|
* @public
|