@aws-sdk/client-sagemaker 3.598.0 → 3.602.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/README.md +80 -0
- package/dist-cjs/index.js +644 -80
- package/dist-es/SageMaker.js +20 -0
- package/dist-es/commands/CreateHubContentReferenceCommand.js +24 -0
- package/dist-es/commands/CreateMlflowTrackingServerCommand.js +24 -0
- package/dist-es/commands/CreatePresignedMlflowTrackingServerUrlCommand.js +24 -0
- package/dist-es/commands/DeleteHubContentReferenceCommand.js +24 -0
- package/dist-es/commands/DeleteMlflowTrackingServerCommand.js +24 -0
- package/dist-es/commands/DescribeMlflowTrackingServerCommand.js +24 -0
- package/dist-es/commands/ListMlflowTrackingServersCommand.js +24 -0
- package/dist-es/commands/StartMlflowTrackingServerCommand.js +24 -0
- package/dist-es/commands/StopMlflowTrackingServerCommand.js +24 -0
- package/dist-es/commands/UpdateMlflowTrackingServerCommand.js +24 -0
- package/dist-es/commands/index.js +10 -0
- package/dist-es/models/models_0.js +8 -11
- package/dist-es/models/models_1.js +16 -12
- package/dist-es/models/models_2.js +40 -26
- package/dist-es/models/models_3.js +31 -28
- package/dist-es/models/models_4.js +28 -0
- package/dist-es/pagination/ListMlflowTrackingServersPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +314 -0
- package/dist-types/SageMaker.d.ts +71 -0
- package/dist-types/SageMakerClient.d.ts +12 -2
- package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +3 -0
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +3 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +9 -1
- package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +2 -1
- package/dist-types/commands/CreateHubCommand.d.ts +0 -3
- package/dist-types/commands/CreateHubContentReferenceCommand.d.ts +80 -0
- package/dist-types/commands/CreateMlflowTrackingServerCommand.d.ts +78 -0
- package/dist-types/commands/CreateModelCommand.d.ts +6 -0
- package/dist-types/commands/CreateModelPackageCommand.d.ts +9 -0
- package/dist-types/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +66 -0
- package/dist-types/commands/DeleteHubCommand.d.ts +0 -3
- package/dist-types/commands/DeleteHubContentCommand.d.ts +1 -4
- package/dist-types/commands/DeleteHubContentReferenceCommand.d.ts +63 -0
- package/dist-types/commands/DeleteMlflowTrackingServerCommand.d.ts +63 -0
- package/dist-types/commands/DeleteWorkforceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +3 -0
- package/dist-types/commands/DescribeClusterCommand.d.ts +7 -0
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +7 -0
- package/dist-types/commands/DescribeHubCommand.d.ts +1 -4
- package/dist-types/commands/DescribeHubContentCommand.d.ts +5 -5
- package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +4 -4
- package/dist-types/commands/DescribeMlflowTrackingServerCommand.d.ts +95 -0
- package/dist-types/commands/DescribeModelCommand.d.ts +6 -0
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +9 -0
- package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +2 -1
- package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribePipelineCommand.d.ts +1 -1
- package/dist-types/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +1 -1
- package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/ImportHubContentCommand.d.ts +1 -4
- package/dist-types/commands/ListHubContentVersionsCommand.d.ts +5 -5
- package/dist-types/commands/ListHubContentsCommand.d.ts +5 -5
- package/dist-types/commands/ListHubsCommand.d.ts +0 -3
- package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +4 -4
- package/dist-types/commands/ListMlflowTrackingServersCommand.d.ts +78 -0
- package/dist-types/commands/ListMonitoringAlertHistoryCommand.d.ts +1 -1
- package/dist-types/commands/ListMonitoringAlertsCommand.d.ts +1 -1
- package/dist-types/commands/ListMonitoringExecutionsCommand.d.ts +1 -1
- package/dist-types/commands/ListMonitoringSchedulesCommand.d.ts +1 -1
- package/dist-types/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/commands/SearchCommand.d.ts +9 -0
- package/dist-types/commands/StartMlflowTrackingServerCommand.d.ts +67 -0
- package/dist-types/commands/StopMlflowTrackingServerCommand.d.ts +67 -0
- package/dist-types/commands/UpdateClusterCommand.d.ts +7 -0
- package/dist-types/commands/UpdateHubCommand.d.ts +0 -3
- package/dist-types/commands/UpdateMlflowTrackingServerCommand.d.ts +75 -0
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +6 -0
- package/dist-types/commands/index.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +101 -417
- package/dist-types/models/models_1.d.ts +562 -173
- package/dist-types/models/models_2.d.ts +384 -589
- package/dist-types/models/models_3.d.ts +5441 -5343
- package/dist-types/models/models_4.d.ts +707 -3
- package/dist-types/pagination/ListMlflowTrackingServersPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +90 -0
- package/dist-types/ts3.4/SageMaker.d.ts +177 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +60 -0
- package/dist-types/ts3.4/commands/CreateCodeRepositoryCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateHubContentReferenceCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreateMlflowTrackingServerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DeleteHubContentReferenceCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeleteMlflowTrackingServerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DescribeMlflowTrackingServerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DescribeMonitoringScheduleCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePipelineCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePipelineExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMlflowTrackingServersCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListMonitoringAlertHistoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMonitoringAlertsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMonitoringExecutionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMonitoringSchedulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartMlflowTrackingServerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/StopMlflowTrackingServerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/UpdateMlflowTrackingServerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/index.d.ts +10 -0
- package/dist-types/ts3.4/models/models_0.d.ts +31 -21
- package/dist-types/ts3.4/models/models_1.d.ts +60 -56
- package/dist-types/ts3.4/models/models_2.d.ts +132 -155
- package/dist-types/ts3.4/models/models_3.d.ts +184 -161
- package/dist-types/ts3.4/models/models_4.d.ts +190 -11
- package/dist-types/ts3.4/pagination/ListMlflowTrackingServersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +120 -0
- package/package.json +4 -4
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DescribePipelineRequest, DescribePipelineResponse } from "../models/
|
|
3
|
+
import { DescribePipelineRequest, DescribePipelineResponse } from "../models/models_3";
|
|
4
4
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DescribePipelineDefinitionForExecutionRequest, DescribePipelineDefinitionForExecutionResponse } from "../models/
|
|
3
|
+
import { DescribePipelineDefinitionForExecutionRequest, DescribePipelineDefinitionForExecutionResponse } from "../models/models_3";
|
|
4
4
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DescribePipelineExecutionRequest, DescribePipelineExecutionResponse } from "../models/
|
|
3
|
+
import { DescribePipelineExecutionRequest, DescribePipelineExecutionResponse } from "../models/models_3";
|
|
4
4
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -28,7 +28,7 @@ declare const DescribeWorkteamCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Gets information about a specific work team. You can see information such as the
|
|
31
|
-
*
|
|
31
|
+
* creation date, the last updated date, membership information, and the work team's Amazon
|
|
32
32
|
* Resource Name (ARN).</p>
|
|
33
33
|
* @example
|
|
34
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -28,9 +28,6 @@ declare const ImportHubContentCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Import hub content.</p>
|
|
31
|
-
* <note>
|
|
32
|
-
* <p>Hub APIs are only callable through SageMaker Studio.</p>
|
|
33
|
-
* </note>
|
|
34
31
|
* @example
|
|
35
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
33
|
* ```javascript
|
|
@@ -40,7 +37,7 @@ declare const ImportHubContentCommand_base: {
|
|
|
40
37
|
* const input = { // ImportHubContentRequest
|
|
41
38
|
* HubContentName: "STRING_VALUE", // required
|
|
42
39
|
* HubContentVersion: "STRING_VALUE",
|
|
43
|
-
* HubContentType: "Model" || "Notebook", // required
|
|
40
|
+
* HubContentType: "Model" || "Notebook" || "ModelReference", // required
|
|
44
41
|
* DocumentSchemaVersion: "STRING_VALUE", // required
|
|
45
42
|
* HubName: "STRING_VALUE", // required
|
|
46
43
|
* HubContentDisplayName: "STRING_VALUE",
|
|
@@ -28,9 +28,6 @@ declare const ListHubContentVersionsCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>List hub content versions.</p>
|
|
31
|
-
* <note>
|
|
32
|
-
* <p>Hub APIs are only callable through SageMaker Studio.</p>
|
|
33
|
-
* </note>
|
|
34
31
|
* @example
|
|
35
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
33
|
* ```javascript
|
|
@@ -39,7 +36,7 @@ declare const ListHubContentVersionsCommand_base: {
|
|
|
39
36
|
* const client = new SageMakerClient(config);
|
|
40
37
|
* const input = { // ListHubContentVersionsRequest
|
|
41
38
|
* HubName: "STRING_VALUE", // required
|
|
42
|
-
* HubContentType: "Model" || "Notebook", // required
|
|
39
|
+
* HubContentType: "Model" || "Notebook" || "ModelReference", // required
|
|
43
40
|
* HubContentName: "STRING_VALUE", // required
|
|
44
41
|
* MinVersion: "STRING_VALUE",
|
|
45
42
|
* MaxSchemaVersion: "STRING_VALUE",
|
|
@@ -57,16 +54,19 @@ declare const ListHubContentVersionsCommand_base: {
|
|
|
57
54
|
* // { // HubContentInfo
|
|
58
55
|
* // HubContentName: "STRING_VALUE", // required
|
|
59
56
|
* // HubContentArn: "STRING_VALUE", // required
|
|
57
|
+
* // SageMakerPublicHubContentArn: "STRING_VALUE",
|
|
60
58
|
* // HubContentVersion: "STRING_VALUE", // required
|
|
61
|
-
* // HubContentType: "Model" || "Notebook", // required
|
|
59
|
+
* // HubContentType: "Model" || "Notebook" || "ModelReference", // required
|
|
62
60
|
* // DocumentSchemaVersion: "STRING_VALUE", // required
|
|
63
61
|
* // HubContentDisplayName: "STRING_VALUE",
|
|
64
62
|
* // HubContentDescription: "STRING_VALUE",
|
|
63
|
+
* // SupportStatus: "Supported" || "Deprecated",
|
|
65
64
|
* // HubContentSearchKeywords: [ // HubContentSearchKeywordList
|
|
66
65
|
* // "STRING_VALUE",
|
|
67
66
|
* // ],
|
|
68
67
|
* // HubContentStatus: "Available" || "Importing" || "Deleting" || "ImportFailed" || "DeleteFailed", // required
|
|
69
68
|
* // CreationTime: new Date("TIMESTAMP"), // required
|
|
69
|
+
* // OriginalCreationTime: new Date("TIMESTAMP"),
|
|
70
70
|
* // },
|
|
71
71
|
* // ],
|
|
72
72
|
* // NextToken: "STRING_VALUE",
|
|
@@ -28,9 +28,6 @@ declare const ListHubContentsCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>List the contents of a hub.</p>
|
|
31
|
-
* <note>
|
|
32
|
-
* <p>Hub APIs are only callable through SageMaker Studio.</p>
|
|
33
|
-
* </note>
|
|
34
31
|
* @example
|
|
35
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
33
|
* ```javascript
|
|
@@ -39,7 +36,7 @@ declare const ListHubContentsCommand_base: {
|
|
|
39
36
|
* const client = new SageMakerClient(config);
|
|
40
37
|
* const input = { // ListHubContentsRequest
|
|
41
38
|
* HubName: "STRING_VALUE", // required
|
|
42
|
-
* HubContentType: "Model" || "Notebook", // required
|
|
39
|
+
* HubContentType: "Model" || "Notebook" || "ModelReference", // required
|
|
43
40
|
* NameContains: "STRING_VALUE",
|
|
44
41
|
* MaxSchemaVersion: "STRING_VALUE",
|
|
45
42
|
* CreationTimeBefore: new Date("TIMESTAMP"),
|
|
@@ -56,16 +53,19 @@ declare const ListHubContentsCommand_base: {
|
|
|
56
53
|
* // { // HubContentInfo
|
|
57
54
|
* // HubContentName: "STRING_VALUE", // required
|
|
58
55
|
* // HubContentArn: "STRING_VALUE", // required
|
|
56
|
+
* // SageMakerPublicHubContentArn: "STRING_VALUE",
|
|
59
57
|
* // HubContentVersion: "STRING_VALUE", // required
|
|
60
|
-
* // HubContentType: "Model" || "Notebook", // required
|
|
58
|
+
* // HubContentType: "Model" || "Notebook" || "ModelReference", // required
|
|
61
59
|
* // DocumentSchemaVersion: "STRING_VALUE", // required
|
|
62
60
|
* // HubContentDisplayName: "STRING_VALUE",
|
|
63
61
|
* // HubContentDescription: "STRING_VALUE",
|
|
62
|
+
* // SupportStatus: "Supported" || "Deprecated",
|
|
64
63
|
* // HubContentSearchKeywords: [ // HubContentSearchKeywordList
|
|
65
64
|
* // "STRING_VALUE",
|
|
66
65
|
* // ],
|
|
67
66
|
* // HubContentStatus: "Available" || "Importing" || "Deleting" || "ImportFailed" || "DeleteFailed", // required
|
|
68
67
|
* // CreationTime: new Date("TIMESTAMP"), // required
|
|
68
|
+
* // OriginalCreationTime: new Date("TIMESTAMP"),
|
|
69
69
|
* // },
|
|
70
70
|
* // ],
|
|
71
71
|
* // NextToken: "STRING_VALUE",
|
|
@@ -28,9 +28,6 @@ declare const ListHubsCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>List all existing hubs.</p>
|
|
31
|
-
* <note>
|
|
32
|
-
* <p>Hub APIs are only callable through SageMaker Studio.</p>
|
|
33
|
-
* </note>
|
|
34
31
|
* @example
|
|
35
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
33
|
* ```javascript
|
|
@@ -52,10 +52,10 @@ declare const ListInferenceRecommendationsJobStepsCommand_base: {
|
|
|
52
52
|
* // Status: "PENDING" || "IN_PROGRESS" || "COMPLETED" || "FAILED" || "STOPPING" || "STOPPED" || "DELETING" || "DELETED", // required
|
|
53
53
|
* // InferenceBenchmark: { // RecommendationJobInferenceBenchmark
|
|
54
54
|
* // Metrics: { // RecommendationMetrics
|
|
55
|
-
* // CostPerHour: Number("float"),
|
|
56
|
-
* // CostPerInference: Number("float"),
|
|
57
|
-
* // MaxInvocations: Number("int"),
|
|
58
|
-
* // ModelLatency: Number("int"),
|
|
55
|
+
* // CostPerHour: Number("float"),
|
|
56
|
+
* // CostPerInference: Number("float"),
|
|
57
|
+
* // MaxInvocations: Number("int"),
|
|
58
|
+
* // ModelLatency: Number("int"),
|
|
59
59
|
* // CpuUtilization: Number("float"),
|
|
60
60
|
* // MemoryUtilization: Number("float"),
|
|
61
61
|
* // ModelSetupTime: Number("int"),
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { ListMlflowTrackingServersRequest, ListMlflowTrackingServersResponse } from "../models/models_3";
|
|
4
|
+
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link ListMlflowTrackingServersCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListMlflowTrackingServersCommandInput extends ListMlflowTrackingServersRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListMlflowTrackingServersCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListMlflowTrackingServersCommandOutput extends ListMlflowTrackingServersResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const ListMlflowTrackingServersCommand_base: {
|
|
25
|
+
new (input: ListMlflowTrackingServersCommandInput): import("@smithy/smithy-client").CommandImpl<ListMlflowTrackingServersCommandInput, ListMlflowTrackingServersCommandOutput, SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListMlflowTrackingServersCommandInput]): import("@smithy/smithy-client").CommandImpl<ListMlflowTrackingServersCommandInput, ListMlflowTrackingServersCommandOutput, SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Lists all MLflow Tracking Servers.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { SageMakerClient, ListMlflowTrackingServersCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
35
|
+
* // const { SageMakerClient, ListMlflowTrackingServersCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
36
|
+
* const client = new SageMakerClient(config);
|
|
37
|
+
* const input = { // ListMlflowTrackingServersRequest
|
|
38
|
+
* CreatedAfter: new Date("TIMESTAMP"),
|
|
39
|
+
* CreatedBefore: new Date("TIMESTAMP"),
|
|
40
|
+
* TrackingServerStatus: "Creating" || "Created" || "CreateFailed" || "Updating" || "Updated" || "UpdateFailed" || "Deleting" || "DeleteFailed" || "Stopping" || "Stopped" || "StopFailed" || "Starting" || "Started" || "StartFailed" || "MaintenanceInProgress" || "MaintenanceComplete" || "MaintenanceFailed",
|
|
41
|
+
* MlflowVersion: "STRING_VALUE",
|
|
42
|
+
* SortBy: "Name" || "CreationTime" || "Status",
|
|
43
|
+
* SortOrder: "Ascending" || "Descending",
|
|
44
|
+
* NextToken: "STRING_VALUE",
|
|
45
|
+
* MaxResults: Number("int"),
|
|
46
|
+
* };
|
|
47
|
+
* const command = new ListMlflowTrackingServersCommand(input);
|
|
48
|
+
* const response = await client.send(command);
|
|
49
|
+
* // { // ListMlflowTrackingServersResponse
|
|
50
|
+
* // TrackingServerSummaries: [ // TrackingServerSummaryList
|
|
51
|
+
* // { // TrackingServerSummary
|
|
52
|
+
* // TrackingServerArn: "STRING_VALUE",
|
|
53
|
+
* // TrackingServerName: "STRING_VALUE",
|
|
54
|
+
* // CreationTime: new Date("TIMESTAMP"),
|
|
55
|
+
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
56
|
+
* // TrackingServerStatus: "Creating" || "Created" || "CreateFailed" || "Updating" || "Updated" || "UpdateFailed" || "Deleting" || "DeleteFailed" || "Stopping" || "Stopped" || "StopFailed" || "Starting" || "Started" || "StartFailed" || "MaintenanceInProgress" || "MaintenanceComplete" || "MaintenanceFailed",
|
|
57
|
+
* // IsActive: "Active" || "Inactive",
|
|
58
|
+
* // MlflowVersion: "STRING_VALUE",
|
|
59
|
+
* // },
|
|
60
|
+
* // ],
|
|
61
|
+
* // NextToken: "STRING_VALUE",
|
|
62
|
+
* // };
|
|
63
|
+
*
|
|
64
|
+
* ```
|
|
65
|
+
*
|
|
66
|
+
* @param ListMlflowTrackingServersCommandInput - {@link ListMlflowTrackingServersCommandInput}
|
|
67
|
+
* @returns {@link ListMlflowTrackingServersCommandOutput}
|
|
68
|
+
* @see {@link ListMlflowTrackingServersCommandInput} for command's `input` shape.
|
|
69
|
+
* @see {@link ListMlflowTrackingServersCommandOutput} for command's `response` shape.
|
|
70
|
+
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link SageMakerServiceException}
|
|
73
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
74
|
+
*
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
77
|
+
export declare class ListMlflowTrackingServersCommand extends ListMlflowTrackingServersCommand_base {
|
|
78
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListMonitoringAlertHistoryRequest, ListMonitoringAlertHistoryResponse } from "../models/
|
|
3
|
+
import { ListMonitoringAlertHistoryRequest, ListMonitoringAlertHistoryResponse } from "../models/models_4";
|
|
4
4
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListMonitoringAlertsRequest, ListMonitoringAlertsResponse } from "../models/
|
|
3
|
+
import { ListMonitoringAlertsRequest, ListMonitoringAlertsResponse } from "../models/models_4";
|
|
4
4
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListMonitoringExecutionsRequest, ListMonitoringExecutionsResponse } from "../models/
|
|
3
|
+
import { ListMonitoringExecutionsRequest, ListMonitoringExecutionsResponse } from "../models/models_4";
|
|
4
4
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListMonitoringSchedulesRequest, ListMonitoringSchedulesResponse } from "../models/
|
|
3
|
+
import { ListMonitoringSchedulesRequest, ListMonitoringSchedulesResponse } from "../models/models_4";
|
|
4
4
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListNotebookInstanceLifecycleConfigsInput, ListNotebookInstanceLifecycleConfigsOutput } from "../models/
|
|
3
|
+
import { ListNotebookInstanceLifecycleConfigsInput, ListNotebookInstanceLifecycleConfigsOutput } from "../models/models_4";
|
|
4
4
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1095,6 +1095,9 @@ declare const SearchCommand_base: {
|
|
|
1095
1095
|
* // ModelAccessConfig: { // ModelAccessConfig
|
|
1096
1096
|
* // AcceptEula: true || false, // required
|
|
1097
1097
|
* // },
|
|
1098
|
+
* // HubAccessConfig: { // InferenceHubAccessConfig
|
|
1099
|
+
* // HubContentArn: "STRING_VALUE", // required
|
|
1100
|
+
* // },
|
|
1098
1101
|
* // },
|
|
1099
1102
|
* // },
|
|
1100
1103
|
* // ProductId: "STRING_VALUE",
|
|
@@ -1139,6 +1142,9 @@ declare const SearchCommand_base: {
|
|
|
1139
1142
|
* // ModelAccessConfig: {
|
|
1140
1143
|
* // AcceptEula: true || false, // required
|
|
1141
1144
|
* // },
|
|
1145
|
+
* // HubAccessConfig: {
|
|
1146
|
+
* // HubContentArn: "STRING_VALUE", // required
|
|
1147
|
+
* // },
|
|
1142
1148
|
* // },
|
|
1143
1149
|
* // },
|
|
1144
1150
|
* // AlgorithmName: "STRING_VALUE", // required
|
|
@@ -1271,6 +1277,9 @@ declare const SearchCommand_base: {
|
|
|
1271
1277
|
* // ModelAccessConfig: {
|
|
1272
1278
|
* // AcceptEula: true || false, // required
|
|
1273
1279
|
* // },
|
|
1280
|
+
* // HubAccessConfig: {
|
|
1281
|
+
* // HubContentArn: "STRING_VALUE", // required
|
|
1282
|
+
* // },
|
|
1274
1283
|
* // },
|
|
1275
1284
|
* // },
|
|
1276
1285
|
* // ProductId: "STRING_VALUE",
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { StartMlflowTrackingServerRequest, StartMlflowTrackingServerResponse } from "../models/models_4";
|
|
4
|
+
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link StartMlflowTrackingServerCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface StartMlflowTrackingServerCommandInput extends StartMlflowTrackingServerRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link StartMlflowTrackingServerCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface StartMlflowTrackingServerCommandOutput extends StartMlflowTrackingServerResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const StartMlflowTrackingServerCommand_base: {
|
|
25
|
+
new (input: StartMlflowTrackingServerCommandInput): import("@smithy/smithy-client").CommandImpl<StartMlflowTrackingServerCommandInput, StartMlflowTrackingServerCommandOutput, SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: StartMlflowTrackingServerCommandInput): import("@smithy/smithy-client").CommandImpl<StartMlflowTrackingServerCommandInput, StartMlflowTrackingServerCommandOutput, SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Programmatically start an MLflow Tracking Server.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { SageMakerClient, StartMlflowTrackingServerCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
35
|
+
* // const { SageMakerClient, StartMlflowTrackingServerCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
36
|
+
* const client = new SageMakerClient(config);
|
|
37
|
+
* const input = { // StartMlflowTrackingServerRequest
|
|
38
|
+
* TrackingServerName: "STRING_VALUE", // required
|
|
39
|
+
* };
|
|
40
|
+
* const command = new StartMlflowTrackingServerCommand(input);
|
|
41
|
+
* const response = await client.send(command);
|
|
42
|
+
* // { // StartMlflowTrackingServerResponse
|
|
43
|
+
* // TrackingServerArn: "STRING_VALUE",
|
|
44
|
+
* // };
|
|
45
|
+
*
|
|
46
|
+
* ```
|
|
47
|
+
*
|
|
48
|
+
* @param StartMlflowTrackingServerCommandInput - {@link StartMlflowTrackingServerCommandInput}
|
|
49
|
+
* @returns {@link StartMlflowTrackingServerCommandOutput}
|
|
50
|
+
* @see {@link StartMlflowTrackingServerCommandInput} for command's `input` shape.
|
|
51
|
+
* @see {@link StartMlflowTrackingServerCommandOutput} for command's `response` shape.
|
|
52
|
+
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ConflictException} (client fault)
|
|
55
|
+
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an
|
|
56
|
+
* <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link ResourceNotFound} (client fault)
|
|
59
|
+
* <p>Resource being access is not found.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link SageMakerServiceException}
|
|
62
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
63
|
+
*
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
66
|
+
export declare class StartMlflowTrackingServerCommand extends StartMlflowTrackingServerCommand_base {
|
|
67
|
+
}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { StopMlflowTrackingServerRequest, StopMlflowTrackingServerResponse } from "../models/models_4";
|
|
4
|
+
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link StopMlflowTrackingServerCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface StopMlflowTrackingServerCommandInput extends StopMlflowTrackingServerRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link StopMlflowTrackingServerCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface StopMlflowTrackingServerCommandOutput extends StopMlflowTrackingServerResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const StopMlflowTrackingServerCommand_base: {
|
|
25
|
+
new (input: StopMlflowTrackingServerCommandInput): import("@smithy/smithy-client").CommandImpl<StopMlflowTrackingServerCommandInput, StopMlflowTrackingServerCommandOutput, SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: StopMlflowTrackingServerCommandInput): import("@smithy/smithy-client").CommandImpl<StopMlflowTrackingServerCommandInput, StopMlflowTrackingServerCommandOutput, SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Programmatically stop an MLflow Tracking Server.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { SageMakerClient, StopMlflowTrackingServerCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
35
|
+
* // const { SageMakerClient, StopMlflowTrackingServerCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
36
|
+
* const client = new SageMakerClient(config);
|
|
37
|
+
* const input = { // StopMlflowTrackingServerRequest
|
|
38
|
+
* TrackingServerName: "STRING_VALUE", // required
|
|
39
|
+
* };
|
|
40
|
+
* const command = new StopMlflowTrackingServerCommand(input);
|
|
41
|
+
* const response = await client.send(command);
|
|
42
|
+
* // { // StopMlflowTrackingServerResponse
|
|
43
|
+
* // TrackingServerArn: "STRING_VALUE",
|
|
44
|
+
* // };
|
|
45
|
+
*
|
|
46
|
+
* ```
|
|
47
|
+
*
|
|
48
|
+
* @param StopMlflowTrackingServerCommandInput - {@link StopMlflowTrackingServerCommandInput}
|
|
49
|
+
* @returns {@link StopMlflowTrackingServerCommandOutput}
|
|
50
|
+
* @see {@link StopMlflowTrackingServerCommandInput} for command's `input` shape.
|
|
51
|
+
* @see {@link StopMlflowTrackingServerCommandOutput} for command's `response` shape.
|
|
52
|
+
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ConflictException} (client fault)
|
|
55
|
+
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an
|
|
56
|
+
* <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link ResourceNotFound} (client fault)
|
|
59
|
+
* <p>Resource being access is not found.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link SageMakerServiceException}
|
|
62
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
63
|
+
*
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
66
|
+
export declare class StopMlflowTrackingServerCommand extends StopMlflowTrackingServerCommand_base {
|
|
67
|
+
}
|
|
@@ -47,6 +47,13 @@ declare const UpdateClusterCommand_base: {
|
|
|
47
47
|
* },
|
|
48
48
|
* ExecutionRole: "STRING_VALUE", // required
|
|
49
49
|
* ThreadsPerCore: Number("int"),
|
|
50
|
+
* InstanceStorageConfigs: [ // ClusterInstanceStorageConfigs
|
|
51
|
+
* { // ClusterInstanceStorageConfig Union: only one key present
|
|
52
|
+
* EbsVolumeConfig: { // ClusterEbsVolumeConfig
|
|
53
|
+
* VolumeSizeInGB: Number("int"), // required
|
|
54
|
+
* },
|
|
55
|
+
* },
|
|
56
|
+
* ],
|
|
50
57
|
* },
|
|
51
58
|
* ],
|
|
52
59
|
* };
|
|
@@ -28,9 +28,6 @@ declare const UpdateHubCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Update a hub.</p>
|
|
31
|
-
* <note>
|
|
32
|
-
* <p>Hub APIs are only callable through SageMaker Studio.</p>
|
|
33
|
-
* </note>
|
|
34
31
|
* @example
|
|
35
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
33
|
* ```javascript
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { UpdateMlflowTrackingServerRequest, UpdateMlflowTrackingServerResponse } from "../models/models_4";
|
|
4
|
+
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link UpdateMlflowTrackingServerCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface UpdateMlflowTrackingServerCommandInput extends UpdateMlflowTrackingServerRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link UpdateMlflowTrackingServerCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface UpdateMlflowTrackingServerCommandOutput extends UpdateMlflowTrackingServerResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const UpdateMlflowTrackingServerCommand_base: {
|
|
25
|
+
new (input: UpdateMlflowTrackingServerCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateMlflowTrackingServerCommandInput, UpdateMlflowTrackingServerCommandOutput, SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: UpdateMlflowTrackingServerCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateMlflowTrackingServerCommandInput, UpdateMlflowTrackingServerCommandOutput, SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Updates properties of an existing MLflow Tracking Server.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { SageMakerClient, UpdateMlflowTrackingServerCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
35
|
+
* // const { SageMakerClient, UpdateMlflowTrackingServerCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
36
|
+
* const client = new SageMakerClient(config);
|
|
37
|
+
* const input = { // UpdateMlflowTrackingServerRequest
|
|
38
|
+
* TrackingServerName: "STRING_VALUE", // required
|
|
39
|
+
* ArtifactStoreUri: "STRING_VALUE",
|
|
40
|
+
* TrackingServerSize: "Small" || "Medium" || "Large",
|
|
41
|
+
* AutomaticModelRegistration: true || false,
|
|
42
|
+
* WeeklyMaintenanceWindowStart: "STRING_VALUE",
|
|
43
|
+
* };
|
|
44
|
+
* const command = new UpdateMlflowTrackingServerCommand(input);
|
|
45
|
+
* const response = await client.send(command);
|
|
46
|
+
* // { // UpdateMlflowTrackingServerResponse
|
|
47
|
+
* // TrackingServerArn: "STRING_VALUE",
|
|
48
|
+
* // };
|
|
49
|
+
*
|
|
50
|
+
* ```
|
|
51
|
+
*
|
|
52
|
+
* @param UpdateMlflowTrackingServerCommandInput - {@link UpdateMlflowTrackingServerCommandInput}
|
|
53
|
+
* @returns {@link UpdateMlflowTrackingServerCommandOutput}
|
|
54
|
+
* @see {@link UpdateMlflowTrackingServerCommandInput} for command's `input` shape.
|
|
55
|
+
* @see {@link UpdateMlflowTrackingServerCommandOutput} for command's `response` shape.
|
|
56
|
+
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link ConflictException} (client fault)
|
|
59
|
+
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an
|
|
60
|
+
* <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link ResourceLimitExceeded} (client fault)
|
|
63
|
+
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many
|
|
64
|
+
* training jobs created. </p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link ResourceNotFound} (client fault)
|
|
67
|
+
* <p>Resource being access is not found.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link SageMakerServiceException}
|
|
70
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
71
|
+
*
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
74
|
+
export declare class UpdateMlflowTrackingServerCommand extends UpdateMlflowTrackingServerCommand_base {
|
|
75
|
+
}
|
|
@@ -62,6 +62,9 @@ declare const UpdateModelPackageCommand_base: {
|
|
|
62
62
|
* ModelAccessConfig: { // ModelAccessConfig
|
|
63
63
|
* AcceptEula: true || false, // required
|
|
64
64
|
* },
|
|
65
|
+
* HubAccessConfig: { // InferenceHubAccessConfig
|
|
66
|
+
* HubContentArn: "STRING_VALUE", // required
|
|
67
|
+
* },
|
|
65
68
|
* },
|
|
66
69
|
* },
|
|
67
70
|
* ProductId: "STRING_VALUE",
|
|
@@ -110,6 +113,9 @@ declare const UpdateModelPackageCommand_base: {
|
|
|
110
113
|
* ModelAccessConfig: {
|
|
111
114
|
* AcceptEula: true || false, // required
|
|
112
115
|
* },
|
|
116
|
+
* HubAccessConfig: {
|
|
117
|
+
* HubContentArn: "STRING_VALUE", // required
|
|
118
|
+
* },
|
|
113
119
|
* },
|
|
114
120
|
* },
|
|
115
121
|
* ProductId: "STRING_VALUE",
|