@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
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { CreateMlflowTrackingServerRequest, CreateMlflowTrackingServerResponse } from "../models/models_1";
|
|
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 CreateMlflowTrackingServerCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface CreateMlflowTrackingServerCommandInput extends CreateMlflowTrackingServerRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link CreateMlflowTrackingServerCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface CreateMlflowTrackingServerCommandOutput extends CreateMlflowTrackingServerResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const CreateMlflowTrackingServerCommand_base: {
|
|
25
|
+
new (input: CreateMlflowTrackingServerCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMlflowTrackingServerCommandInput, CreateMlflowTrackingServerCommandOutput, SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: CreateMlflowTrackingServerCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMlflowTrackingServerCommandInput, CreateMlflowTrackingServerCommandOutput, SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Creates an MLflow Tracking Server using a general purpose Amazon S3 bucket as the artifact
|
|
31
|
+
* store. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/mlflow-create-tracking-server.html">Create an MLflow Tracking
|
|
32
|
+
* Server</a>.</p>
|
|
33
|
+
* @example
|
|
34
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
+
* ```javascript
|
|
36
|
+
* import { SageMakerClient, CreateMlflowTrackingServerCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
37
|
+
* // const { SageMakerClient, CreateMlflowTrackingServerCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
38
|
+
* const client = new SageMakerClient(config);
|
|
39
|
+
* const input = { // CreateMlflowTrackingServerRequest
|
|
40
|
+
* TrackingServerName: "STRING_VALUE", // required
|
|
41
|
+
* ArtifactStoreUri: "STRING_VALUE", // required
|
|
42
|
+
* TrackingServerSize: "Small" || "Medium" || "Large",
|
|
43
|
+
* MlflowVersion: "STRING_VALUE",
|
|
44
|
+
* RoleArn: "STRING_VALUE", // required
|
|
45
|
+
* AutomaticModelRegistration: true || false,
|
|
46
|
+
* WeeklyMaintenanceWindowStart: "STRING_VALUE",
|
|
47
|
+
* Tags: [ // TagList
|
|
48
|
+
* { // Tag
|
|
49
|
+
* Key: "STRING_VALUE", // required
|
|
50
|
+
* Value: "STRING_VALUE", // required
|
|
51
|
+
* },
|
|
52
|
+
* ],
|
|
53
|
+
* };
|
|
54
|
+
* const command = new CreateMlflowTrackingServerCommand(input);
|
|
55
|
+
* const response = await client.send(command);
|
|
56
|
+
* // { // CreateMlflowTrackingServerResponse
|
|
57
|
+
* // TrackingServerArn: "STRING_VALUE",
|
|
58
|
+
* // };
|
|
59
|
+
*
|
|
60
|
+
* ```
|
|
61
|
+
*
|
|
62
|
+
* @param CreateMlflowTrackingServerCommandInput - {@link CreateMlflowTrackingServerCommandInput}
|
|
63
|
+
* @returns {@link CreateMlflowTrackingServerCommandOutput}
|
|
64
|
+
* @see {@link CreateMlflowTrackingServerCommandInput} for command's `input` shape.
|
|
65
|
+
* @see {@link CreateMlflowTrackingServerCommandOutput} for command's `response` shape.
|
|
66
|
+
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link ResourceLimitExceeded} (client fault)
|
|
69
|
+
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many
|
|
70
|
+
* training jobs created. </p>
|
|
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 CreateMlflowTrackingServerCommand extends CreateMlflowTrackingServerCommand_base {
|
|
78
|
+
}
|
|
@@ -71,6 +71,9 @@ declare const CreateModelCommand_base: {
|
|
|
71
71
|
* ModelAccessConfig: { // ModelAccessConfig
|
|
72
72
|
* AcceptEula: true || false, // required
|
|
73
73
|
* },
|
|
74
|
+
* HubAccessConfig: { // InferenceHubAccessConfig
|
|
75
|
+
* HubContentArn: "STRING_VALUE", // required
|
|
76
|
+
* },
|
|
74
77
|
* },
|
|
75
78
|
* },
|
|
76
79
|
* Environment: { // EnvironmentMap
|
|
@@ -102,6 +105,9 @@ declare const CreateModelCommand_base: {
|
|
|
102
105
|
* ModelAccessConfig: {
|
|
103
106
|
* AcceptEula: true || false, // required
|
|
104
107
|
* },
|
|
108
|
+
* HubAccessConfig: {
|
|
109
|
+
* HubContentArn: "STRING_VALUE", // required
|
|
110
|
+
* },
|
|
105
111
|
* },
|
|
106
112
|
* },
|
|
107
113
|
* Environment: {
|
|
@@ -72,6 +72,9 @@ declare const CreateModelPackageCommand_base: {
|
|
|
72
72
|
* ModelAccessConfig: { // ModelAccessConfig
|
|
73
73
|
* AcceptEula: true || false, // required
|
|
74
74
|
* },
|
|
75
|
+
* HubAccessConfig: { // InferenceHubAccessConfig
|
|
76
|
+
* HubContentArn: "STRING_VALUE", // required
|
|
77
|
+
* },
|
|
75
78
|
* },
|
|
76
79
|
* },
|
|
77
80
|
* ProductId: "STRING_VALUE",
|
|
@@ -154,6 +157,9 @@ declare const CreateModelPackageCommand_base: {
|
|
|
154
157
|
* ModelAccessConfig: {
|
|
155
158
|
* AcceptEula: true || false, // required
|
|
156
159
|
* },
|
|
160
|
+
* HubAccessConfig: {
|
|
161
|
+
* HubContentArn: "STRING_VALUE", // required
|
|
162
|
+
* },
|
|
157
163
|
* },
|
|
158
164
|
* },
|
|
159
165
|
* AlgorithmName: "STRING_VALUE", // required
|
|
@@ -264,6 +270,9 @@ declare const CreateModelPackageCommand_base: {
|
|
|
264
270
|
* ModelAccessConfig: {
|
|
265
271
|
* AcceptEula: true || false, // required
|
|
266
272
|
* },
|
|
273
|
+
* HubAccessConfig: {
|
|
274
|
+
* HubContentArn: "STRING_VALUE", // required
|
|
275
|
+
* },
|
|
267
276
|
* },
|
|
268
277
|
* },
|
|
269
278
|
* ProductId: "STRING_VALUE",
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { CreatePresignedMlflowTrackingServerUrlRequest, CreatePresignedMlflowTrackingServerUrlResponse } from "../models/models_1";
|
|
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 CreatePresignedMlflowTrackingServerUrlCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface CreatePresignedMlflowTrackingServerUrlCommandInput extends CreatePresignedMlflowTrackingServerUrlRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link CreatePresignedMlflowTrackingServerUrlCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface CreatePresignedMlflowTrackingServerUrlCommandOutput extends CreatePresignedMlflowTrackingServerUrlResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const CreatePresignedMlflowTrackingServerUrlCommand_base: {
|
|
25
|
+
new (input: CreatePresignedMlflowTrackingServerUrlCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePresignedMlflowTrackingServerUrlCommandInput, CreatePresignedMlflowTrackingServerUrlCommandOutput, SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: CreatePresignedMlflowTrackingServerUrlCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePresignedMlflowTrackingServerUrlCommandInput, CreatePresignedMlflowTrackingServerUrlCommandOutput, SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Returns a presigned URL that you can use to connect to the MLflow UI attached to your
|
|
31
|
+
* tracking server. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/mlflow-launch-ui.html">Launch the MLflow UI using a presigned URL</a>.</p>
|
|
32
|
+
* @example
|
|
33
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
34
|
+
* ```javascript
|
|
35
|
+
* import { SageMakerClient, CreatePresignedMlflowTrackingServerUrlCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
36
|
+
* // const { SageMakerClient, CreatePresignedMlflowTrackingServerUrlCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
37
|
+
* const client = new SageMakerClient(config);
|
|
38
|
+
* const input = { // CreatePresignedMlflowTrackingServerUrlRequest
|
|
39
|
+
* TrackingServerName: "STRING_VALUE", // required
|
|
40
|
+
* ExpiresInSeconds: Number("int"),
|
|
41
|
+
* SessionExpirationDurationInSeconds: Number("int"),
|
|
42
|
+
* };
|
|
43
|
+
* const command = new CreatePresignedMlflowTrackingServerUrlCommand(input);
|
|
44
|
+
* const response = await client.send(command);
|
|
45
|
+
* // { // CreatePresignedMlflowTrackingServerUrlResponse
|
|
46
|
+
* // AuthorizedUrl: "STRING_VALUE",
|
|
47
|
+
* // };
|
|
48
|
+
*
|
|
49
|
+
* ```
|
|
50
|
+
*
|
|
51
|
+
* @param CreatePresignedMlflowTrackingServerUrlCommandInput - {@link CreatePresignedMlflowTrackingServerUrlCommandInput}
|
|
52
|
+
* @returns {@link CreatePresignedMlflowTrackingServerUrlCommandOutput}
|
|
53
|
+
* @see {@link CreatePresignedMlflowTrackingServerUrlCommandInput} for command's `input` shape.
|
|
54
|
+
* @see {@link CreatePresignedMlflowTrackingServerUrlCommandOutput} for command's `response` shape.
|
|
55
|
+
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ResourceNotFound} (client fault)
|
|
58
|
+
* <p>Resource being access is not found.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link SageMakerServiceException}
|
|
61
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
62
|
+
*
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
65
|
+
export declare class CreatePresignedMlflowTrackingServerUrlCommand extends CreatePresignedMlflowTrackingServerUrlCommand_base {
|
|
66
|
+
}
|
|
@@ -28,9 +28,6 @@ declare const DeleteHubCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Delete 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
|
|
@@ -28,9 +28,6 @@ declare const DeleteHubContentCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Delete 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 DeleteHubContentCommand_base: {
|
|
|
39
36
|
* const client = new SageMakerClient(config);
|
|
40
37
|
* const input = { // DeleteHubContentRequest
|
|
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
|
* HubContentVersion: "STRING_VALUE", // required
|
|
45
42
|
* };
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { DeleteHubContentReferenceRequest } from "../models/models_2";
|
|
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 DeleteHubContentReferenceCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DeleteHubContentReferenceCommandInput extends DeleteHubContentReferenceRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DeleteHubContentReferenceCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DeleteHubContentReferenceCommandOutput extends __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const DeleteHubContentReferenceCommand_base: {
|
|
25
|
+
new (input: DeleteHubContentReferenceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteHubContentReferenceCommandInput, DeleteHubContentReferenceCommandOutput, SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: DeleteHubContentReferenceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteHubContentReferenceCommandInput, DeleteHubContentReferenceCommandOutput, SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Delete a hub content reference in order to remove a model from a private hub.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { SageMakerClient, DeleteHubContentReferenceCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
35
|
+
* // const { SageMakerClient, DeleteHubContentReferenceCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
36
|
+
* const client = new SageMakerClient(config);
|
|
37
|
+
* const input = { // DeleteHubContentReferenceRequest
|
|
38
|
+
* HubName: "STRING_VALUE", // required
|
|
39
|
+
* HubContentType: "Model" || "Notebook" || "ModelReference", // required
|
|
40
|
+
* HubContentName: "STRING_VALUE", // required
|
|
41
|
+
* };
|
|
42
|
+
* const command = new DeleteHubContentReferenceCommand(input);
|
|
43
|
+
* const response = await client.send(command);
|
|
44
|
+
* // {};
|
|
45
|
+
*
|
|
46
|
+
* ```
|
|
47
|
+
*
|
|
48
|
+
* @param DeleteHubContentReferenceCommandInput - {@link DeleteHubContentReferenceCommandInput}
|
|
49
|
+
* @returns {@link DeleteHubContentReferenceCommandOutput}
|
|
50
|
+
* @see {@link DeleteHubContentReferenceCommandInput} for command's `input` shape.
|
|
51
|
+
* @see {@link DeleteHubContentReferenceCommandOutput} for command's `response` shape.
|
|
52
|
+
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ResourceNotFound} (client fault)
|
|
55
|
+
* <p>Resource being access is not found.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link SageMakerServiceException}
|
|
58
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
59
|
+
*
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
62
|
+
export declare class DeleteHubContentReferenceCommand extends DeleteHubContentReferenceCommand_base {
|
|
63
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { DeleteMlflowTrackingServerRequest, DeleteMlflowTrackingServerResponse } from "../models/models_2";
|
|
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 DeleteMlflowTrackingServerCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DeleteMlflowTrackingServerCommandInput extends DeleteMlflowTrackingServerRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DeleteMlflowTrackingServerCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DeleteMlflowTrackingServerCommandOutput extends DeleteMlflowTrackingServerResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const DeleteMlflowTrackingServerCommand_base: {
|
|
25
|
+
new (input: DeleteMlflowTrackingServerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMlflowTrackingServerCommandInput, DeleteMlflowTrackingServerCommandOutput, SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: DeleteMlflowTrackingServerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMlflowTrackingServerCommandInput, DeleteMlflowTrackingServerCommandOutput, SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Deletes an MLflow Tracking Server. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/mlflow-cleanup.html.html">Clean up MLflow resources</a>.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { SageMakerClient, DeleteMlflowTrackingServerCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
35
|
+
* // const { SageMakerClient, DeleteMlflowTrackingServerCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
36
|
+
* const client = new SageMakerClient(config);
|
|
37
|
+
* const input = { // DeleteMlflowTrackingServerRequest
|
|
38
|
+
* TrackingServerName: "STRING_VALUE", // required
|
|
39
|
+
* };
|
|
40
|
+
* const command = new DeleteMlflowTrackingServerCommand(input);
|
|
41
|
+
* const response = await client.send(command);
|
|
42
|
+
* // { // DeleteMlflowTrackingServerResponse
|
|
43
|
+
* // TrackingServerArn: "STRING_VALUE",
|
|
44
|
+
* // };
|
|
45
|
+
*
|
|
46
|
+
* ```
|
|
47
|
+
*
|
|
48
|
+
* @param DeleteMlflowTrackingServerCommandInput - {@link DeleteMlflowTrackingServerCommandInput}
|
|
49
|
+
* @returns {@link DeleteMlflowTrackingServerCommandOutput}
|
|
50
|
+
* @see {@link DeleteMlflowTrackingServerCommandInput} for command's `input` shape.
|
|
51
|
+
* @see {@link DeleteMlflowTrackingServerCommandOutput} for command's `response` shape.
|
|
52
|
+
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ResourceNotFound} (client fault)
|
|
55
|
+
* <p>Resource being access is not found.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link SageMakerServiceException}
|
|
58
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
59
|
+
*
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
62
|
+
export declare class DeleteMlflowTrackingServerCommand extends DeleteMlflowTrackingServerCommand_base {
|
|
63
|
+
}
|
|
@@ -37,7 +37,7 @@ declare const DeleteWorkforceCommand_base: {
|
|
|
37
37
|
* the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteWorkteam.html">DeleteWorkteam</a>
|
|
38
38
|
* operation to delete all work teams before you delete the workforce.
|
|
39
39
|
* If you try to delete a workforce that contains one or more work teams,
|
|
40
|
-
* you will
|
|
40
|
+
* you will receive a <code>ResourceInUse</code> error.</p>
|
|
41
41
|
* </important>
|
|
42
42
|
* @example
|
|
43
43
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -125,6 +125,9 @@ declare const DescribeAlgorithmCommand_base: {
|
|
|
125
125
|
* // ModelAccessConfig: { // ModelAccessConfig
|
|
126
126
|
* // AcceptEula: true || false, // required
|
|
127
127
|
* // },
|
|
128
|
+
* // HubAccessConfig: { // InferenceHubAccessConfig
|
|
129
|
+
* // HubContentArn: "STRING_VALUE", // required
|
|
130
|
+
* // },
|
|
128
131
|
* // },
|
|
129
132
|
* // },
|
|
130
133
|
* // ProductId: "STRING_VALUE",
|
|
@@ -57,6 +57,13 @@ declare const DescribeClusterCommand_base: {
|
|
|
57
57
|
* // },
|
|
58
58
|
* // ExecutionRole: "STRING_VALUE",
|
|
59
59
|
* // ThreadsPerCore: Number("int"),
|
|
60
|
+
* // InstanceStorageConfigs: [ // ClusterInstanceStorageConfigs
|
|
61
|
+
* // { // ClusterInstanceStorageConfig Union: only one key present
|
|
62
|
+
* // EbsVolumeConfig: { // ClusterEbsVolumeConfig
|
|
63
|
+
* // VolumeSizeInGB: Number("int"), // required
|
|
64
|
+
* // },
|
|
65
|
+
* // },
|
|
66
|
+
* // ],
|
|
60
67
|
* // },
|
|
61
68
|
* // ],
|
|
62
69
|
* // VpcConfig: { // VpcConfig
|
|
@@ -56,6 +56,13 @@ declare const DescribeClusterNodeCommand_base: {
|
|
|
56
56
|
* // OnCreate: "STRING_VALUE", // required
|
|
57
57
|
* // },
|
|
58
58
|
* // ThreadsPerCore: Number("int"),
|
|
59
|
+
* // InstanceStorageConfigs: [ // ClusterInstanceStorageConfigs
|
|
60
|
+
* // { // ClusterInstanceStorageConfig Union: only one key present
|
|
61
|
+
* // EbsVolumeConfig: { // ClusterEbsVolumeConfig
|
|
62
|
+
* // VolumeSizeInGB: Number("int"), // required
|
|
63
|
+
* // },
|
|
64
|
+
* // },
|
|
65
|
+
* // ],
|
|
59
66
|
* // PrivatePrimaryIp: "STRING_VALUE",
|
|
60
67
|
* // PrivateDnsHostname: "STRING_VALUE",
|
|
61
68
|
* // Placement: { // ClusterInstancePlacement
|
|
@@ -27,10 +27,7 @@ declare const DescribeHubCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
31
|
-
* <note>
|
|
32
|
-
* <p>Hub APIs are only callable through SageMaker Studio.</p>
|
|
33
|
-
* </note>
|
|
30
|
+
* <p>Describes a hub.</p>
|
|
34
31
|
* @example
|
|
35
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
33
|
* ```javascript
|
|
@@ -28,9 +28,6 @@ declare const DescribeHubContentCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Describe the content 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 DescribeHubContentCommand_base: {
|
|
|
39
36
|
* const client = new SageMakerClient(config);
|
|
40
37
|
* const input = { // DescribeHubContentRequest
|
|
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
|
* HubContentVersion: "STRING_VALUE",
|
|
45
42
|
* };
|
|
@@ -49,7 +46,7 @@ declare const DescribeHubContentCommand_base: {
|
|
|
49
46
|
* // HubContentName: "STRING_VALUE", // required
|
|
50
47
|
* // HubContentArn: "STRING_VALUE", // required
|
|
51
48
|
* // HubContentVersion: "STRING_VALUE", // required
|
|
52
|
-
* // HubContentType: "Model" || "Notebook", // required
|
|
49
|
+
* // HubContentType: "Model" || "Notebook" || "ModelReference", // required
|
|
53
50
|
* // DocumentSchemaVersion: "STRING_VALUE", // required
|
|
54
51
|
* // HubName: "STRING_VALUE", // required
|
|
55
52
|
* // HubArn: "STRING_VALUE", // required
|
|
@@ -57,6 +54,9 @@ declare const DescribeHubContentCommand_base: {
|
|
|
57
54
|
* // HubContentDescription: "STRING_VALUE",
|
|
58
55
|
* // HubContentMarkdown: "STRING_VALUE",
|
|
59
56
|
* // HubContentDocument: "STRING_VALUE", // required
|
|
57
|
+
* // SageMakerPublicHubContentArn: "STRING_VALUE",
|
|
58
|
+
* // ReferenceMinVersion: "STRING_VALUE",
|
|
59
|
+
* // SupportStatus: "Supported" || "Deprecated",
|
|
60
60
|
* // HubContentSearchKeywords: [ // HubContentSearchKeywordList
|
|
61
61
|
* // "STRING_VALUE",
|
|
62
62
|
* // ],
|
|
@@ -145,10 +145,10 @@ declare const DescribeInferenceRecommendationsJobCommand_base: {
|
|
|
145
145
|
* // { // InferenceRecommendation
|
|
146
146
|
* // RecommendationId: "STRING_VALUE",
|
|
147
147
|
* // Metrics: { // RecommendationMetrics
|
|
148
|
-
* // CostPerHour: Number("float"),
|
|
149
|
-
* // CostPerInference: Number("float"),
|
|
150
|
-
* // MaxInvocations: Number("int"),
|
|
151
|
-
* // ModelLatency: Number("int"),
|
|
148
|
+
* // CostPerHour: Number("float"),
|
|
149
|
+
* // CostPerInference: Number("float"),
|
|
150
|
+
* // MaxInvocations: Number("int"),
|
|
151
|
+
* // ModelLatency: Number("int"),
|
|
152
152
|
* // CpuUtilization: Number("float"),
|
|
153
153
|
* // MemoryUtilization: Number("float"),
|
|
154
154
|
* // ModelSetupTime: Number("int"),
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { DescribeMlflowTrackingServerRequest, DescribeMlflowTrackingServerResponse } from "../models/models_2";
|
|
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 DescribeMlflowTrackingServerCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DescribeMlflowTrackingServerCommandInput extends DescribeMlflowTrackingServerRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DescribeMlflowTrackingServerCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DescribeMlflowTrackingServerCommandOutput extends DescribeMlflowTrackingServerResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const DescribeMlflowTrackingServerCommand_base: {
|
|
25
|
+
new (input: DescribeMlflowTrackingServerCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeMlflowTrackingServerCommandInput, DescribeMlflowTrackingServerCommandOutput, SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: DescribeMlflowTrackingServerCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeMlflowTrackingServerCommandInput, DescribeMlflowTrackingServerCommandOutput, SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Returns information about 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, DescribeMlflowTrackingServerCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
35
|
+
* // const { SageMakerClient, DescribeMlflowTrackingServerCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
36
|
+
* const client = new SageMakerClient(config);
|
|
37
|
+
* const input = { // DescribeMlflowTrackingServerRequest
|
|
38
|
+
* TrackingServerName: "STRING_VALUE", // required
|
|
39
|
+
* };
|
|
40
|
+
* const command = new DescribeMlflowTrackingServerCommand(input);
|
|
41
|
+
* const response = await client.send(command);
|
|
42
|
+
* // { // DescribeMlflowTrackingServerResponse
|
|
43
|
+
* // TrackingServerArn: "STRING_VALUE",
|
|
44
|
+
* // TrackingServerName: "STRING_VALUE",
|
|
45
|
+
* // ArtifactStoreUri: "STRING_VALUE",
|
|
46
|
+
* // TrackingServerSize: "Small" || "Medium" || "Large",
|
|
47
|
+
* // MlflowVersion: "STRING_VALUE",
|
|
48
|
+
* // RoleArn: "STRING_VALUE",
|
|
49
|
+
* // TrackingServerStatus: "Creating" || "Created" || "CreateFailed" || "Updating" || "Updated" || "UpdateFailed" || "Deleting" || "DeleteFailed" || "Stopping" || "Stopped" || "StopFailed" || "Starting" || "Started" || "StartFailed" || "MaintenanceInProgress" || "MaintenanceComplete" || "MaintenanceFailed",
|
|
50
|
+
* // IsActive: "Active" || "Inactive",
|
|
51
|
+
* // TrackingServerUrl: "STRING_VALUE",
|
|
52
|
+
* // WeeklyMaintenanceWindowStart: "STRING_VALUE",
|
|
53
|
+
* // AutomaticModelRegistration: true || false,
|
|
54
|
+
* // CreationTime: new Date("TIMESTAMP"),
|
|
55
|
+
* // CreatedBy: { // UserContext
|
|
56
|
+
* // UserProfileArn: "STRING_VALUE",
|
|
57
|
+
* // UserProfileName: "STRING_VALUE",
|
|
58
|
+
* // DomainId: "STRING_VALUE",
|
|
59
|
+
* // IamIdentity: { // IamIdentity
|
|
60
|
+
* // Arn: "STRING_VALUE",
|
|
61
|
+
* // PrincipalId: "STRING_VALUE",
|
|
62
|
+
* // SourceIdentity: "STRING_VALUE",
|
|
63
|
+
* // },
|
|
64
|
+
* // },
|
|
65
|
+
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
66
|
+
* // LastModifiedBy: {
|
|
67
|
+
* // UserProfileArn: "STRING_VALUE",
|
|
68
|
+
* // UserProfileName: "STRING_VALUE",
|
|
69
|
+
* // DomainId: "STRING_VALUE",
|
|
70
|
+
* // IamIdentity: {
|
|
71
|
+
* // Arn: "STRING_VALUE",
|
|
72
|
+
* // PrincipalId: "STRING_VALUE",
|
|
73
|
+
* // SourceIdentity: "STRING_VALUE",
|
|
74
|
+
* // },
|
|
75
|
+
* // },
|
|
76
|
+
* // };
|
|
77
|
+
*
|
|
78
|
+
* ```
|
|
79
|
+
*
|
|
80
|
+
* @param DescribeMlflowTrackingServerCommandInput - {@link DescribeMlflowTrackingServerCommandInput}
|
|
81
|
+
* @returns {@link DescribeMlflowTrackingServerCommandOutput}
|
|
82
|
+
* @see {@link DescribeMlflowTrackingServerCommandInput} for command's `input` shape.
|
|
83
|
+
* @see {@link DescribeMlflowTrackingServerCommandOutput} for command's `response` shape.
|
|
84
|
+
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
85
|
+
*
|
|
86
|
+
* @throws {@link ResourceNotFound} (client fault)
|
|
87
|
+
* <p>Resource being access is not found.</p>
|
|
88
|
+
*
|
|
89
|
+
* @throws {@link SageMakerServiceException}
|
|
90
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
91
|
+
*
|
|
92
|
+
* @public
|
|
93
|
+
*/
|
|
94
|
+
export declare class DescribeMlflowTrackingServerCommand extends DescribeMlflowTrackingServerCommand_base {
|
|
95
|
+
}
|
|
@@ -61,6 +61,9 @@ declare const DescribeModelCommand_base: {
|
|
|
61
61
|
* // ModelAccessConfig: { // ModelAccessConfig
|
|
62
62
|
* // AcceptEula: true || false, // required
|
|
63
63
|
* // },
|
|
64
|
+
* // HubAccessConfig: { // InferenceHubAccessConfig
|
|
65
|
+
* // HubContentArn: "STRING_VALUE", // required
|
|
66
|
+
* // },
|
|
64
67
|
* // },
|
|
65
68
|
* // },
|
|
66
69
|
* // Environment: { // EnvironmentMap
|
|
@@ -92,6 +95,9 @@ declare const DescribeModelCommand_base: {
|
|
|
92
95
|
* // ModelAccessConfig: {
|
|
93
96
|
* // AcceptEula: true || false, // required
|
|
94
97
|
* // },
|
|
98
|
+
* // HubAccessConfig: {
|
|
99
|
+
* // HubContentArn: "STRING_VALUE", // required
|
|
100
|
+
* // },
|
|
95
101
|
* // },
|
|
96
102
|
* // },
|
|
97
103
|
* // Environment: {
|
|
@@ -69,6 +69,9 @@ declare const DescribeModelPackageCommand_base: {
|
|
|
69
69
|
* // ModelAccessConfig: { // ModelAccessConfig
|
|
70
70
|
* // AcceptEula: true || false, // required
|
|
71
71
|
* // },
|
|
72
|
+
* // HubAccessConfig: { // InferenceHubAccessConfig
|
|
73
|
+
* // HubContentArn: "STRING_VALUE", // required
|
|
74
|
+
* // },
|
|
72
75
|
* // },
|
|
73
76
|
* // },
|
|
74
77
|
* // ProductId: "STRING_VALUE",
|
|
@@ -113,6 +116,9 @@ declare const DescribeModelPackageCommand_base: {
|
|
|
113
116
|
* // ModelAccessConfig: {
|
|
114
117
|
* // AcceptEula: true || false, // required
|
|
115
118
|
* // },
|
|
119
|
+
* // HubAccessConfig: {
|
|
120
|
+
* // HubContentArn: "STRING_VALUE", // required
|
|
121
|
+
* // },
|
|
116
122
|
* // },
|
|
117
123
|
* // },
|
|
118
124
|
* // AlgorithmName: "STRING_VALUE", // required
|
|
@@ -293,6 +299,9 @@ declare const DescribeModelPackageCommand_base: {
|
|
|
293
299
|
* // ModelAccessConfig: {
|
|
294
300
|
* // AcceptEula: true || false, // required
|
|
295
301
|
* // },
|
|
302
|
+
* // HubAccessConfig: {
|
|
303
|
+
* // HubContentArn: "STRING_VALUE", // required
|
|
304
|
+
* // },
|
|
296
305
|
* // },
|
|
297
306
|
* // },
|
|
298
307
|
* // ProductId: "STRING_VALUE",
|
|
@@ -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 { DescribeMonitoringScheduleRequest
|
|
3
|
+
import { DescribeMonitoringScheduleRequest } from "../models/models_2";
|
|
4
|
+
import { DescribeMonitoringScheduleResponse } from "../models/models_3";
|
|
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 { DescribeNotebookInstanceInput, DescribeNotebookInstanceOutput } from "../models/
|
|
3
|
+
import { DescribeNotebookInstanceInput, DescribeNotebookInstanceOutput } 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 { DescribeNotebookInstanceLifecycleConfigInput, DescribeNotebookInstanceLifecycleConfigOutput } from "../models/
|
|
3
|
+
import { DescribeNotebookInstanceLifecycleConfigInput, DescribeNotebookInstanceLifecycleConfigOutput } from "../models/models_3";
|
|
4
4
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|