@aws-sdk/client-sagemaker 3.940.0 → 3.944.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 +48 -0
- package/dist-cjs/index.js +487 -32
- package/dist-es/SageMaker.js +12 -0
- package/dist-es/commands/CreateMlflowAppCommand.js +16 -0
- package/dist-es/commands/CreatePresignedMlflowAppUrlCommand.js +16 -0
- package/dist-es/commands/DeleteMlflowAppCommand.js +16 -0
- package/dist-es/commands/DescribeMlflowAppCommand.js +16 -0
- package/dist-es/commands/ListMlflowAppsCommand.js +16 -0
- package/dist-es/commands/UpdateMlflowAppCommand.js +16 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/enums.js +59 -0
- package/dist-es/pagination/ListMlflowAppsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +333 -32
- package/dist-types/SageMaker.d.ts +43 -0
- package/dist-types/SageMakerClient.d.ts +8 -2
- package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +7 -0
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +9 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +3 -3
- package/dist-types/commands/CreateComputeQuotaCommand.d.ts +3 -2
- package/dist-types/commands/CreateContextCommand.d.ts +1 -1
- package/dist-types/commands/CreateDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateHubContentPresignedUrlsCommand.d.ts +1 -1
- package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +6 -0
- package/dist-types/commands/CreateMlflowAppCommand.d.ts +91 -0
- package/dist-types/commands/CreateModelPackageCommand.d.ts +13 -0
- package/dist-types/commands/CreatePresignedMlflowAppUrlCommand.d.ts +79 -0
- package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +22 -2
- package/dist-types/commands/CreateUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteHubContentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteHubContentReferenceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMlflowAppCommand.d.ts +77 -0
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +9 -0
- package/dist-types/commands/DescribeClusterCommand.d.ts +2 -2
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeComputeQuotaCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDomainCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHubContentCommand.d.ts +3 -3
- package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +6 -0
- package/dist-types/commands/DescribeMlflowAppCommand.d.ts +111 -0
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +13 -0
- package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +4 -0
- package/dist-types/commands/DescribeProjectCommand.d.ts +2 -1
- package/dist-types/commands/DescribeReservedCapacityCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpaceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSubscribedWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +34 -1
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/ImportHubContentCommand.d.ts +1 -1
- package/dist-types/commands/ListClusterNodesCommand.d.ts +1 -1
- package/dist-types/commands/ListComputeQuotasCommand.d.ts +1 -1
- package/dist-types/commands/ListHubContentVersionsCommand.d.ts +3 -3
- package/dist-types/commands/ListHubContentsCommand.d.ts +3 -3
- package/dist-types/commands/ListMlflowAppsCommand.d.ts +93 -0
- package/dist-types/commands/ListModelPackagesCommand.d.ts +1 -0
- package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +32 -0
- package/dist-types/commands/ListResourceCatalogsCommand.d.ts +1 -1
- package/dist-types/commands/ListSpacesCommand.d.ts +1 -1
- package/dist-types/commands/ListStageDevicesCommand.d.ts +1 -1
- package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListSubscribedWorkteamsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrainingJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/commands/ListTrainingPlansCommand.d.ts +1 -2
- package/dist-types/commands/SearchCommand.d.ts +29 -0
- package/dist-types/commands/StartPipelineExecutionCommand.d.ts +1 -0
- package/dist-types/commands/UpdateClusterCommand.d.ts +2 -2
- package/dist-types/commands/UpdateComputeQuotaCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDomainCommand.d.ts +1 -1
- package/dist-types/commands/UpdateHubContentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateHubContentReferenceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMlflowAppCommand.d.ts +88 -0
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +13 -0
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/enums.d.ts +139 -0
- package/dist-types/models/models_0.d.ts +116 -143
- package/dist-types/models/models_1.d.ts +231 -350
- package/dist-types/models/models_2.d.ts +3669 -3805
- package/dist-types/models/models_3.d.ts +4263 -4059
- package/dist-types/models/models_4.d.ts +843 -4
- package/dist-types/pagination/ListMlflowAppsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +38 -0
- package/dist-types/ts3.4/SageMaker.d.ts +103 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateComputeQuotaCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateContextCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateMlflowAppCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreatePresignedMlflowAppUrlCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTrainingJobCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteMlflowAppCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DescribeMlflowAppCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeReservedCapacityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSubscribedWorkteamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrainingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMlflowAppsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListResourceCatalogsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStageDevicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStudioLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSubscribedWorkteamsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrainingJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrainingPlansCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateMlflowAppCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/enums.d.ts +78 -0
- package/dist-types/ts3.4/models/models_0.d.ts +29 -34
- package/dist-types/ts3.4/models/models_1.d.ts +60 -86
- package/dist-types/ts3.4/models/models_2.d.ts +145 -186
- package/dist-types/ts3.4/models/models_3.d.ts +261 -191
- package/dist-types/ts3.4/models/models_4.d.ts +228 -10
- package/dist-types/ts3.4/pagination/ListMlflowAppsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +38 -0
- package/package.json +5 -5
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CreatePresignedMlflowAppUrlRequest,
|
|
5
|
+
CreatePresignedMlflowAppUrlResponse,
|
|
6
|
+
} from "../models/models_1";
|
|
7
|
+
import {
|
|
8
|
+
SageMakerClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../SageMakerClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreatePresignedMlflowAppUrlCommandInput
|
|
15
|
+
extends CreatePresignedMlflowAppUrlRequest {}
|
|
16
|
+
export interface CreatePresignedMlflowAppUrlCommandOutput
|
|
17
|
+
extends CreatePresignedMlflowAppUrlResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreatePresignedMlflowAppUrlCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreatePresignedMlflowAppUrlCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreatePresignedMlflowAppUrlCommandInput,
|
|
24
|
+
CreatePresignedMlflowAppUrlCommandOutput,
|
|
25
|
+
SageMakerClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: CreatePresignedMlflowAppUrlCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreatePresignedMlflowAppUrlCommandInput,
|
|
33
|
+
CreatePresignedMlflowAppUrlCommandOutput,
|
|
34
|
+
SageMakerClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreatePresignedMlflowAppUrlCommand extends CreatePresignedMlflowAppUrlCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreatePresignedMlflowAppUrlRequest;
|
|
44
|
+
output: CreatePresignedMlflowAppUrlResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreatePresignedMlflowAppUrlCommandInput;
|
|
48
|
+
output: CreatePresignedMlflowAppUrlCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
CreateStudioLifecycleConfigRequest,
|
|
5
5
|
CreateStudioLifecycleConfigResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_2";
|
|
7
7
|
import {
|
|
8
8
|
SageMakerClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
3
|
+
import {
|
|
4
|
+
CreateTrainingJobRequest,
|
|
5
|
+
CreateTrainingJobResponse,
|
|
6
|
+
} from "../models/models_2";
|
|
5
7
|
import {
|
|
6
8
|
SageMakerClientResolvedConfig,
|
|
7
9
|
ServiceInputTypes,
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DeleteMlflowAppRequest,
|
|
5
|
+
DeleteMlflowAppResponse,
|
|
6
|
+
} from "../models/models_2";
|
|
7
|
+
import {
|
|
8
|
+
SageMakerClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../SageMakerClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeleteMlflowAppCommandInput extends DeleteMlflowAppRequest {}
|
|
15
|
+
export interface DeleteMlflowAppCommandOutput
|
|
16
|
+
extends DeleteMlflowAppResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const DeleteMlflowAppCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DeleteMlflowAppCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
DeleteMlflowAppCommandInput,
|
|
23
|
+
DeleteMlflowAppCommandOutput,
|
|
24
|
+
SageMakerClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
input: DeleteMlflowAppCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeleteMlflowAppCommandInput,
|
|
32
|
+
DeleteMlflowAppCommandOutput,
|
|
33
|
+
SageMakerClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class DeleteMlflowAppCommand extends DeleteMlflowAppCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteMlflowAppRequest;
|
|
43
|
+
output: DeleteMlflowAppResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteMlflowAppCommandInput;
|
|
47
|
+
output: DeleteMlflowAppCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DescribeMlflowAppRequest,
|
|
5
|
+
DescribeMlflowAppResponse,
|
|
6
|
+
} from "../models/models_2";
|
|
7
|
+
import {
|
|
8
|
+
SageMakerClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../SageMakerClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DescribeMlflowAppCommandInput
|
|
15
|
+
extends DescribeMlflowAppRequest {}
|
|
16
|
+
export interface DescribeMlflowAppCommandOutput
|
|
17
|
+
extends DescribeMlflowAppResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DescribeMlflowAppCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DescribeMlflowAppCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DescribeMlflowAppCommandInput,
|
|
24
|
+
DescribeMlflowAppCommandOutput,
|
|
25
|
+
SageMakerClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: DescribeMlflowAppCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DescribeMlflowAppCommandInput,
|
|
33
|
+
DescribeMlflowAppCommandOutput,
|
|
34
|
+
SageMakerClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DescribeMlflowAppCommand extends DescribeMlflowAppCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeMlflowAppRequest;
|
|
44
|
+
output: DescribeMlflowAppResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeMlflowAppCommandInput;
|
|
48
|
+
output: DescribeMlflowAppCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
DescribeProjectOutput,
|
|
6
|
-
} from "../models/models_2";
|
|
3
|
+
import { DescribeProjectInput } from "../models/models_2";
|
|
4
|
+
import { DescribeProjectOutput } from "../models/models_3";
|
|
7
5
|
import {
|
|
8
6
|
SageMakerClientResolvedConfig,
|
|
9
7
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribeReservedCapacityRequest,
|
|
5
5
|
DescribeReservedCapacityResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_3";
|
|
7
7
|
import {
|
|
8
8
|
SageMakerClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribeStudioLifecycleConfigRequest,
|
|
5
5
|
DescribeStudioLifecycleConfigResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_3";
|
|
7
7
|
import {
|
|
8
8
|
SageMakerClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribeSubscribedWorkteamRequest,
|
|
5
5
|
DescribeSubscribedWorkteamResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_3";
|
|
7
7
|
import {
|
|
8
8
|
SageMakerClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ListMlflowAppsRequest,
|
|
5
|
+
ListMlflowAppsResponse,
|
|
6
|
+
} from "../models/models_3";
|
|
7
|
+
import {
|
|
8
|
+
SageMakerClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../SageMakerClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListMlflowAppsCommandInput extends ListMlflowAppsRequest {}
|
|
15
|
+
export interface ListMlflowAppsCommandOutput
|
|
16
|
+
extends ListMlflowAppsResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const ListMlflowAppsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListMlflowAppsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
ListMlflowAppsCommandInput,
|
|
23
|
+
ListMlflowAppsCommandOutput,
|
|
24
|
+
SageMakerClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListMlflowAppsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListMlflowAppsCommandInput,
|
|
32
|
+
ListMlflowAppsCommandOutput,
|
|
33
|
+
SageMakerClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class ListMlflowAppsCommand extends ListMlflowAppsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListMlflowAppsRequest;
|
|
43
|
+
output: ListMlflowAppsResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListMlflowAppsCommandInput;
|
|
47
|
+
output: ListMlflowAppsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
ListResourceCatalogsRequest,
|
|
5
5
|
ListResourceCatalogsResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_4";
|
|
7
7
|
import {
|
|
8
8
|
SageMakerClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -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 { ListSpacesRequest, ListSpacesResponse } from "../models/
|
|
3
|
+
import { ListSpacesRequest, ListSpacesResponse } from "../models/models_4";
|
|
4
4
|
import {
|
|
5
5
|
SageMakerClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
ListStudioLifecycleConfigsRequest,
|
|
5
5
|
ListStudioLifecycleConfigsResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_4";
|
|
7
7
|
import {
|
|
8
8
|
SageMakerClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
ListSubscribedWorkteamsRequest,
|
|
5
5
|
ListSubscribedWorkteamsResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_4";
|
|
7
7
|
import {
|
|
8
8
|
SageMakerClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -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 { ListTagsInput, ListTagsOutput } from "../models/
|
|
3
|
+
import { ListTagsInput, ListTagsOutput } from "../models/models_4";
|
|
4
4
|
import {
|
|
5
5
|
SageMakerClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
ListTrainingJobsForHyperParameterTuningJobRequest,
|
|
5
5
|
ListTrainingJobsForHyperParameterTuningJobResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_4";
|
|
7
7
|
import {
|
|
8
8
|
SageMakerClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
3
|
+
import {
|
|
4
|
+
ListTrainingPlansRequest,
|
|
5
|
+
ListTrainingPlansResponse,
|
|
6
|
+
} from "../models/models_4";
|
|
5
7
|
import {
|
|
6
8
|
SageMakerClientResolvedConfig,
|
|
7
9
|
ServiceInputTypes,
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
UpdateMlflowAppRequest,
|
|
5
|
+
UpdateMlflowAppResponse,
|
|
6
|
+
} from "../models/models_4";
|
|
7
|
+
import {
|
|
8
|
+
SageMakerClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../SageMakerClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface UpdateMlflowAppCommandInput extends UpdateMlflowAppRequest {}
|
|
15
|
+
export interface UpdateMlflowAppCommandOutput
|
|
16
|
+
extends UpdateMlflowAppResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const UpdateMlflowAppCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: UpdateMlflowAppCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
UpdateMlflowAppCommandInput,
|
|
23
|
+
UpdateMlflowAppCommandOutput,
|
|
24
|
+
SageMakerClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
input: UpdateMlflowAppCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateMlflowAppCommandInput,
|
|
32
|
+
UpdateMlflowAppCommandOutput,
|
|
33
|
+
SageMakerClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class UpdateMlflowAppCommand extends UpdateMlflowAppCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: UpdateMlflowAppRequest;
|
|
43
|
+
output: UpdateMlflowAppResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: UpdateMlflowAppCommandInput;
|
|
47
|
+
output: UpdateMlflowAppCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -42,6 +42,7 @@ export * from "./CreateInferenceComponentCommand";
|
|
|
42
42
|
export * from "./CreateInferenceExperimentCommand";
|
|
43
43
|
export * from "./CreateInferenceRecommendationsJobCommand";
|
|
44
44
|
export * from "./CreateLabelingJobCommand";
|
|
45
|
+
export * from "./CreateMlflowAppCommand";
|
|
45
46
|
export * from "./CreateMlflowTrackingServerCommand";
|
|
46
47
|
export * from "./CreateModelBiasJobDefinitionCommand";
|
|
47
48
|
export * from "./CreateModelCardCommand";
|
|
@@ -59,6 +60,7 @@ export * from "./CreatePartnerAppCommand";
|
|
|
59
60
|
export * from "./CreatePartnerAppPresignedUrlCommand";
|
|
60
61
|
export * from "./CreatePipelineCommand";
|
|
61
62
|
export * from "./CreatePresignedDomainUrlCommand";
|
|
63
|
+
export * from "./CreatePresignedMlflowAppUrlCommand";
|
|
62
64
|
export * from "./CreatePresignedMlflowTrackingServerUrlCommand";
|
|
63
65
|
export * from "./CreatePresignedNotebookInstanceUrlCommand";
|
|
64
66
|
export * from "./CreateProcessingJobCommand";
|
|
@@ -104,6 +106,7 @@ export * from "./DeleteImageCommand";
|
|
|
104
106
|
export * from "./DeleteImageVersionCommand";
|
|
105
107
|
export * from "./DeleteInferenceComponentCommand";
|
|
106
108
|
export * from "./DeleteInferenceExperimentCommand";
|
|
109
|
+
export * from "./DeleteMlflowAppCommand";
|
|
107
110
|
export * from "./DeleteMlflowTrackingServerCommand";
|
|
108
111
|
export * from "./DeleteModelBiasJobDefinitionCommand";
|
|
109
112
|
export * from "./DeleteModelCardCommand";
|
|
@@ -169,6 +172,7 @@ export * from "./DescribeInferenceExperimentCommand";
|
|
|
169
172
|
export * from "./DescribeInferenceRecommendationsJobCommand";
|
|
170
173
|
export * from "./DescribeLabelingJobCommand";
|
|
171
174
|
export * from "./DescribeLineageGroupCommand";
|
|
175
|
+
export * from "./DescribeMlflowAppCommand";
|
|
172
176
|
export * from "./DescribeMlflowTrackingServerCommand";
|
|
173
177
|
export * from "./DescribeModelBiasJobDefinitionCommand";
|
|
174
178
|
export * from "./DescribeModelCardCommand";
|
|
@@ -253,6 +257,7 @@ export * from "./ListInferenceRecommendationsJobsCommand";
|
|
|
253
257
|
export * from "./ListLabelingJobsCommand";
|
|
254
258
|
export * from "./ListLabelingJobsForWorkteamCommand";
|
|
255
259
|
export * from "./ListLineageGroupsCommand";
|
|
260
|
+
export * from "./ListMlflowAppsCommand";
|
|
256
261
|
export * from "./ListMlflowTrackingServersCommand";
|
|
257
262
|
export * from "./ListModelBiasJobDefinitionsCommand";
|
|
258
263
|
export * from "./ListModelCardExportJobsCommand";
|
|
@@ -352,6 +357,7 @@ export * from "./UpdateImageVersionCommand";
|
|
|
352
357
|
export * from "./UpdateInferenceComponentCommand";
|
|
353
358
|
export * from "./UpdateInferenceComponentRuntimeConfigCommand";
|
|
354
359
|
export * from "./UpdateInferenceExperimentCommand";
|
|
360
|
+
export * from "./UpdateMlflowAppCommand";
|
|
355
361
|
export * from "./UpdateMlflowTrackingServerCommand";
|
|
356
362
|
export * from "./UpdateModelCardCommand";
|
|
357
363
|
export * from "./UpdateModelPackageCommand";
|
|
@@ -30,6 +30,12 @@ export declare const MIGProfileType: {
|
|
|
30
30
|
};
|
|
31
31
|
export type MIGProfileType =
|
|
32
32
|
(typeof MIGProfileType)[keyof typeof MIGProfileType];
|
|
33
|
+
export declare const AccountDefaultStatus: {
|
|
34
|
+
readonly DISABLED: "DISABLED";
|
|
35
|
+
readonly ENABLED: "ENABLED";
|
|
36
|
+
};
|
|
37
|
+
export type AccountDefaultStatus =
|
|
38
|
+
(typeof AccountDefaultStatus)[keyof typeof AccountDefaultStatus];
|
|
33
39
|
export declare const ActionStatus: {
|
|
34
40
|
readonly COMPLETED: "Completed";
|
|
35
41
|
readonly FAILED: "Failed";
|
|
@@ -1217,6 +1223,12 @@ export declare const ModelApprovalStatus: {
|
|
|
1217
1223
|
};
|
|
1218
1224
|
export type ModelApprovalStatus =
|
|
1219
1225
|
(typeof ModelApprovalStatus)[keyof typeof ModelApprovalStatus];
|
|
1226
|
+
export declare const ModelPackageRegistrationType: {
|
|
1227
|
+
readonly LOGGED: "Logged";
|
|
1228
|
+
readonly REGISTERED: "Registered";
|
|
1229
|
+
};
|
|
1230
|
+
export type ModelPackageRegistrationType =
|
|
1231
|
+
(typeof ModelPackageRegistrationType)[keyof typeof ModelPackageRegistrationType];
|
|
1220
1232
|
export declare const ModelPackageStatus: {
|
|
1221
1233
|
readonly COMPLETED: "Completed";
|
|
1222
1234
|
readonly DELETING: "Deleting";
|
|
@@ -1517,6 +1529,7 @@ export declare const ClusterInstanceType: {
|
|
|
1517
1529
|
readonly ML_P5EN_48XLARGE: "ml.p5en.48xlarge";
|
|
1518
1530
|
readonly ML_P5E_48XLARGE: "ml.p5e.48xlarge";
|
|
1519
1531
|
readonly ML_P5_48XLARGE: "ml.p5.48xlarge";
|
|
1532
|
+
readonly ML_P5_4XLARGE: "ml.p5.4xlarge";
|
|
1520
1533
|
readonly ML_P6E_GB200_36XLARGE: "ml.p6e-gb200.36xlarge";
|
|
1521
1534
|
readonly ML_P6_B200_48XLARGE: "ml.p6-b200.48xlarge";
|
|
1522
1535
|
readonly ML_R6I_12XLARGE: "ml.r6i.12xlarge";
|
|
@@ -1966,10 +1979,12 @@ export type StudioWebPortal =
|
|
|
1966
1979
|
export declare const MlTools: {
|
|
1967
1980
|
readonly AUTO_ML: "AutoMl";
|
|
1968
1981
|
readonly COMET: "Comet";
|
|
1982
|
+
readonly DATASETS: "Datasets";
|
|
1969
1983
|
readonly DATA_WRANGLER: "DataWrangler";
|
|
1970
1984
|
readonly DEEPCHECKS_LLM_EVALUATION: "DeepchecksLLMEvaluation";
|
|
1971
1985
|
readonly EMR_CLUSTERS: "EmrClusters";
|
|
1972
1986
|
readonly ENDPOINTS: "Endpoints";
|
|
1987
|
+
readonly EVALUATORS: "Evaluators";
|
|
1973
1988
|
readonly EXPERIMENTS: "Experiments";
|
|
1974
1989
|
readonly FEATURE_STORE: "FeatureStore";
|
|
1975
1990
|
readonly FIDDLER: "Fiddler";
|
|
@@ -1983,6 +1998,7 @@ export declare const MlTools: {
|
|
|
1983
1998
|
readonly PERFORMANCE_EVALUATION: "PerformanceEvaluation";
|
|
1984
1999
|
readonly PIPELINES: "Pipelines";
|
|
1985
2000
|
readonly PROJECTS: "Projects";
|
|
2001
|
+
readonly RUNNING_INSTANCES: "RunningInstances";
|
|
1986
2002
|
readonly TRAINING: "Training";
|
|
1987
2003
|
};
|
|
1988
2004
|
export type MlTools = (typeof MlTools)[keyof typeof MlTools];
|
|
@@ -2093,6 +2109,8 @@ export declare const ThroughputMode: {
|
|
|
2093
2109
|
export type ThroughputMode =
|
|
2094
2110
|
(typeof ThroughputMode)[keyof typeof ThroughputMode];
|
|
2095
2111
|
export declare const HubContentType: {
|
|
2112
|
+
readonly DATA_SET: "DataSet";
|
|
2113
|
+
readonly JSON_DOC: "JsonDoc";
|
|
2096
2114
|
readonly MODEL: "Model";
|
|
2097
2115
|
readonly MODEL_REFERENCE: "ModelReference";
|
|
2098
2116
|
readonly NOTEBOOK: "Notebook";
|
|
@@ -2352,6 +2370,12 @@ export declare const FlatInvocations: {
|
|
|
2352
2370
|
};
|
|
2353
2371
|
export type FlatInvocations =
|
|
2354
2372
|
(typeof FlatInvocations)[keyof typeof FlatInvocations];
|
|
2373
|
+
export declare const ModelRegistrationMode: {
|
|
2374
|
+
readonly AUTO_MODEL_REGISTRATION_DISABLED: "AutoModelRegistrationDisabled";
|
|
2375
|
+
readonly AUTO_MODEL_REGISTRATION_ENABLED: "AutoModelRegistrationEnabled";
|
|
2376
|
+
};
|
|
2377
|
+
export type ModelRegistrationMode =
|
|
2378
|
+
(typeof ModelRegistrationMode)[keyof typeof ModelRegistrationMode];
|
|
2355
2379
|
export declare const TrackingServerSize: {
|
|
2356
2380
|
readonly L: "Large";
|
|
2357
2381
|
readonly M: "Medium";
|
|
@@ -2530,6 +2554,31 @@ export declare const StudioLifecycleConfigAppType: {
|
|
|
2530
2554
|
};
|
|
2531
2555
|
export type StudioLifecycleConfigAppType =
|
|
2532
2556
|
(typeof StudioLifecycleConfigAppType)[keyof typeof StudioLifecycleConfigAppType];
|
|
2557
|
+
export declare const CustomizationTechnique: {
|
|
2558
|
+
readonly DPO: "DPO";
|
|
2559
|
+
readonly RLAIF: "RLAIF";
|
|
2560
|
+
readonly RLVR: "RLVR";
|
|
2561
|
+
readonly SFT: "SFT";
|
|
2562
|
+
};
|
|
2563
|
+
export type CustomizationTechnique =
|
|
2564
|
+
(typeof CustomizationTechnique)[keyof typeof CustomizationTechnique];
|
|
2565
|
+
export declare const EvaluationType: {
|
|
2566
|
+
readonly BENCHMARK_EVALUATION: "BenchmarkEvaluation";
|
|
2567
|
+
readonly CUSTOM_SCORER_EVALUATION: "CustomScorerEvaluation";
|
|
2568
|
+
readonly LLMAJ_EVALUATION: "LLMAJEvaluation";
|
|
2569
|
+
};
|
|
2570
|
+
export type EvaluationType =
|
|
2571
|
+
(typeof EvaluationType)[keyof typeof EvaluationType];
|
|
2572
|
+
export declare const ServerlessJobType: {
|
|
2573
|
+
readonly EVALUATION: "Evaluation";
|
|
2574
|
+
readonly FINE_TUNING: "FineTuning";
|
|
2575
|
+
};
|
|
2576
|
+
export type ServerlessJobType =
|
|
2577
|
+
(typeof ServerlessJobType)[keyof typeof ServerlessJobType];
|
|
2578
|
+
export declare const Peft: {
|
|
2579
|
+
readonly LORA: "LORA";
|
|
2580
|
+
};
|
|
2581
|
+
export type Peft = (typeof Peft)[keyof typeof Peft];
|
|
2533
2582
|
export declare const JoinSource: {
|
|
2534
2583
|
readonly INPUT: "Input";
|
|
2535
2584
|
readonly NONE: "None";
|
|
@@ -2698,6 +2747,8 @@ export declare const HubContentStatus: {
|
|
|
2698
2747
|
readonly DELETING: "Deleting";
|
|
2699
2748
|
readonly IMPORTING: "Importing";
|
|
2700
2749
|
readonly IMPORT_FAILED: "ImportFailed";
|
|
2750
|
+
readonly PENDING_DELETE: "PendingDelete";
|
|
2751
|
+
readonly PENDING_IMPORT: "PendingImport";
|
|
2701
2752
|
};
|
|
2702
2753
|
export type HubContentStatus =
|
|
2703
2754
|
(typeof HubContentStatus)[keyof typeof HubContentStatus];
|
|
@@ -2812,6 +2863,26 @@ export declare const LabelingJobStatus: {
|
|
|
2812
2863
|
};
|
|
2813
2864
|
export type LabelingJobStatus =
|
|
2814
2865
|
(typeof LabelingJobStatus)[keyof typeof LabelingJobStatus];
|
|
2866
|
+
export declare const MaintenanceStatus: {
|
|
2867
|
+
readonly MAINTENANCE_COMPLETE: "MaintenanceComplete";
|
|
2868
|
+
readonly MAINTENANCE_FAILED: "MaintenanceFailed";
|
|
2869
|
+
readonly MAINTENANCE_IN_PROGRESS: "MaintenanceInProgress";
|
|
2870
|
+
};
|
|
2871
|
+
export type MaintenanceStatus =
|
|
2872
|
+
(typeof MaintenanceStatus)[keyof typeof MaintenanceStatus];
|
|
2873
|
+
export declare const MlflowAppStatus: {
|
|
2874
|
+
readonly CREATED: "Created";
|
|
2875
|
+
readonly CREATE_FAILED: "CreateFailed";
|
|
2876
|
+
readonly CREATING: "Creating";
|
|
2877
|
+
readonly DELETED: "Deleted";
|
|
2878
|
+
readonly DELETE_FAILED: "DeleteFailed";
|
|
2879
|
+
readonly DELETING: "Deleting";
|
|
2880
|
+
readonly UPDATED: "Updated";
|
|
2881
|
+
readonly UPDATE_FAILED: "UpdateFailed";
|
|
2882
|
+
readonly UPDATING: "Updating";
|
|
2883
|
+
};
|
|
2884
|
+
export type MlflowAppStatus =
|
|
2885
|
+
(typeof MlflowAppStatus)[keyof typeof MlflowAppStatus];
|
|
2815
2886
|
export declare const IsTrackingServerActive: {
|
|
2816
2887
|
readonly ACTIVE: "Active";
|
|
2817
2888
|
readonly INACTIVE: "Inactive";
|
|
@@ -3369,6 +3440,13 @@ export declare const SortLineageGroupsBy: {
|
|
|
3369
3440
|
};
|
|
3370
3441
|
export type SortLineageGroupsBy =
|
|
3371
3442
|
(typeof SortLineageGroupsBy)[keyof typeof SortLineageGroupsBy];
|
|
3443
|
+
export declare const SortMlflowAppBy: {
|
|
3444
|
+
readonly CREATION_TIME: "CreationTime";
|
|
3445
|
+
readonly NAME: "Name";
|
|
3446
|
+
readonly STATUS: "Status";
|
|
3447
|
+
};
|
|
3448
|
+
export type SortMlflowAppBy =
|
|
3449
|
+
(typeof SortMlflowAppBy)[keyof typeof SortMlflowAppBy];
|
|
3372
3450
|
export declare const SortTrackingServerBy: {
|
|
3373
3451
|
readonly CREATION_TIME: "CreationTime";
|
|
3374
3452
|
readonly NAME: "Name";
|