@aws-sdk/client-sagemaker 3.598.0 → 3.600.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 +64 -0
- package/dist-cjs/index.js +523 -57
- package/dist-es/SageMaker.js +16 -0
- package/dist-es/commands/CreateMlflowTrackingServerCommand.js +24 -0
- package/dist-es/commands/CreatePresignedMlflowTrackingServerUrlCommand.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 +8 -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 +35 -11
- package/dist-es/models/models_3.js +16 -24
- package/dist-es/models/models_4.js +24 -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 +261 -0
- package/dist-types/SageMaker.d.ts +57 -0
- package/dist-types/SageMakerClient.d.ts +10 -2
- package/dist-types/commands/CreateClusterCommand.d.ts +9 -1
- package/dist-types/commands/CreateMlflowTrackingServerCommand.d.ts +78 -0
- package/dist-types/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +66 -0
- package/dist-types/commands/DeleteMlflowTrackingServerCommand.d.ts +63 -0
- package/dist-types/commands/DeleteWorkforceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClusterCommand.d.ts +7 -0
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +7 -0
- package/dist-types/commands/DescribeMlflowTrackingServerCommand.d.ts +95 -0
- 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/ListMlflowTrackingServersCommand.d.ts +78 -0
- package/dist-types/commands/ListMonitoringAlertsCommand.d.ts +2 -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/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/UpdateMlflowTrackingServerCommand.d.ts +75 -0
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/models/models_0.d.ts +85 -407
- package/dist-types/models/models_1.d.ts +507 -137
- package/dist-types/models/models_2.d.ts +295 -318
- package/dist-types/models/models_3.d.ts +460 -512
- package/dist-types/models/models_4.d.ts +576 -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 +72 -0
- package/dist-types/ts3.4/SageMaker.d.ts +143 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +48 -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/DeleteMlflowTrackingServerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DescribeMlflowTrackingServerCommand.d.ts +40 -0
- 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/ListMonitoringAlertsCommand.d.ts +2 -4
- 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 +8 -0
- package/dist-types/ts3.4/models/models_0.d.ts +27 -18
- package/dist-types/ts3.4/models/models_1.d.ts +46 -47
- package/dist-types/ts3.4/models/models_2.d.ts +105 -85
- package/dist-types/ts3.4/models/models_3.d.ts +116 -127
- package/dist-types/ts3.4/models/models_4.d.ts +156 -9
- 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 +96 -0
- package/package.json +4 -4
|
@@ -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,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListMonitoringAlertsRequest
|
|
3
|
+
import { ListMonitoringAlertsRequest } from "../models/models_3";
|
|
4
|
+
import { ListMonitoringAlertsResponse } from "../models/models_4";
|
|
4
5
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
6
|
/**
|
|
6
7
|
* @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
|
|
@@ -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
|
* };
|
|
@@ -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
|
+
}
|
|
@@ -33,6 +33,7 @@ export * from "./CreateInferenceComponentCommand";
|
|
|
33
33
|
export * from "./CreateInferenceExperimentCommand";
|
|
34
34
|
export * from "./CreateInferenceRecommendationsJobCommand";
|
|
35
35
|
export * from "./CreateLabelingJobCommand";
|
|
36
|
+
export * from "./CreateMlflowTrackingServerCommand";
|
|
36
37
|
export * from "./CreateModelBiasJobDefinitionCommand";
|
|
37
38
|
export * from "./CreateModelCardCommand";
|
|
38
39
|
export * from "./CreateModelCardExportJobCommand";
|
|
@@ -46,6 +47,7 @@ export * from "./CreateNotebookInstanceCommand";
|
|
|
46
47
|
export * from "./CreateNotebookInstanceLifecycleConfigCommand";
|
|
47
48
|
export * from "./CreatePipelineCommand";
|
|
48
49
|
export * from "./CreatePresignedDomainUrlCommand";
|
|
50
|
+
export * from "./CreatePresignedMlflowTrackingServerUrlCommand";
|
|
49
51
|
export * from "./CreatePresignedNotebookInstanceUrlCommand";
|
|
50
52
|
export * from "./CreateProcessingJobCommand";
|
|
51
53
|
export * from "./CreateProjectCommand";
|
|
@@ -86,6 +88,7 @@ export * from "./DeleteImageCommand";
|
|
|
86
88
|
export * from "./DeleteImageVersionCommand";
|
|
87
89
|
export * from "./DeleteInferenceComponentCommand";
|
|
88
90
|
export * from "./DeleteInferenceExperimentCommand";
|
|
91
|
+
export * from "./DeleteMlflowTrackingServerCommand";
|
|
89
92
|
export * from "./DeleteModelBiasJobDefinitionCommand";
|
|
90
93
|
export * from "./DeleteModelCardCommand";
|
|
91
94
|
export * from "./DeleteModelCommand";
|
|
@@ -143,6 +146,7 @@ export * from "./DescribeInferenceExperimentCommand";
|
|
|
143
146
|
export * from "./DescribeInferenceRecommendationsJobCommand";
|
|
144
147
|
export * from "./DescribeLabelingJobCommand";
|
|
145
148
|
export * from "./DescribeLineageGroupCommand";
|
|
149
|
+
export * from "./DescribeMlflowTrackingServerCommand";
|
|
146
150
|
export * from "./DescribeModelBiasJobDefinitionCommand";
|
|
147
151
|
export * from "./DescribeModelCardCommand";
|
|
148
152
|
export * from "./DescribeModelCardExportJobCommand";
|
|
@@ -218,6 +222,7 @@ export * from "./ListInferenceRecommendationsJobsCommand";
|
|
|
218
222
|
export * from "./ListLabelingJobsCommand";
|
|
219
223
|
export * from "./ListLabelingJobsForWorkteamCommand";
|
|
220
224
|
export * from "./ListLineageGroupsCommand";
|
|
225
|
+
export * from "./ListMlflowTrackingServersCommand";
|
|
221
226
|
export * from "./ListModelBiasJobDefinitionsCommand";
|
|
222
227
|
export * from "./ListModelCardExportJobsCommand";
|
|
223
228
|
export * from "./ListModelCardVersionsCommand";
|
|
@@ -264,6 +269,7 @@ export * from "./SendPipelineExecutionStepFailureCommand";
|
|
|
264
269
|
export * from "./SendPipelineExecutionStepSuccessCommand";
|
|
265
270
|
export * from "./StartEdgeDeploymentStageCommand";
|
|
266
271
|
export * from "./StartInferenceExperimentCommand";
|
|
272
|
+
export * from "./StartMlflowTrackingServerCommand";
|
|
267
273
|
export * from "./StartMonitoringScheduleCommand";
|
|
268
274
|
export * from "./StartNotebookInstanceCommand";
|
|
269
275
|
export * from "./StartPipelineExecutionCommand";
|
|
@@ -275,6 +281,7 @@ export * from "./StopHyperParameterTuningJobCommand";
|
|
|
275
281
|
export * from "./StopInferenceExperimentCommand";
|
|
276
282
|
export * from "./StopInferenceRecommendationsJobCommand";
|
|
277
283
|
export * from "./StopLabelingJobCommand";
|
|
284
|
+
export * from "./StopMlflowTrackingServerCommand";
|
|
278
285
|
export * from "./StopMonitoringScheduleCommand";
|
|
279
286
|
export * from "./StopNotebookInstanceCommand";
|
|
280
287
|
export * from "./StopPipelineExecutionCommand";
|
|
@@ -302,6 +309,7 @@ export * from "./UpdateImageVersionCommand";
|
|
|
302
309
|
export * from "./UpdateInferenceComponentCommand";
|
|
303
310
|
export * from "./UpdateInferenceComponentRuntimeConfigCommand";
|
|
304
311
|
export * from "./UpdateInferenceExperimentCommand";
|
|
312
|
+
export * from "./UpdateMlflowTrackingServerCommand";
|
|
305
313
|
export * from "./UpdateModelCardCommand";
|
|
306
314
|
export * from "./UpdateModelPackageCommand";
|
|
307
315
|
export * from "./UpdateMonitoringAlertCommand";
|