@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
|
@@ -39,7 +39,7 @@ declare const UpdateHubContentCommand_base: {
|
|
|
39
39
|
* const input = { // UpdateHubContentRequest
|
|
40
40
|
* HubName: "STRING_VALUE", // required
|
|
41
41
|
* HubContentName: "STRING_VALUE", // required
|
|
42
|
-
* HubContentType: "Model" || "Notebook" || "ModelReference", // required
|
|
42
|
+
* HubContentType: "Model" || "Notebook" || "ModelReference" || "DataSet" || "JsonDoc", // required
|
|
43
43
|
* HubContentVersion: "STRING_VALUE", // required
|
|
44
44
|
* HubContentDisplayName: "STRING_VALUE",
|
|
45
45
|
* HubContentDescription: "STRING_VALUE",
|
|
@@ -39,7 +39,7 @@ declare const UpdateHubContentReferenceCommand_base: {
|
|
|
39
39
|
* const input = { // UpdateHubContentReferenceRequest
|
|
40
40
|
* HubName: "STRING_VALUE", // required
|
|
41
41
|
* HubContentName: "STRING_VALUE", // required
|
|
42
|
-
* HubContentType: "Model" || "Notebook" || "ModelReference", // required
|
|
42
|
+
* HubContentType: "Model" || "Notebook" || "ModelReference" || "DataSet" || "JsonDoc", // required
|
|
43
43
|
* MinVersion: "STRING_VALUE",
|
|
44
44
|
* };
|
|
45
45
|
* const command = new UpdateHubContentReferenceCommand(input);
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { UpdateMlflowAppRequest, UpdateMlflowAppResponse } 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 UpdateMlflowAppCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface UpdateMlflowAppCommandInput extends UpdateMlflowAppRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link UpdateMlflowAppCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface UpdateMlflowAppCommandOutput extends UpdateMlflowAppResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const UpdateMlflowAppCommand_base: {
|
|
25
|
+
new (input: UpdateMlflowAppCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateMlflowAppCommandInput, UpdateMlflowAppCommandOutput, SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateMlflowAppCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateMlflowAppCommandInput, UpdateMlflowAppCommandOutput, SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Updates an MLflow App.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { SageMakerClient, UpdateMlflowAppCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
35
|
+
* // const { SageMakerClient, UpdateMlflowAppCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
36
|
+
* // import type { SageMakerClientConfig } from "@aws-sdk/client-sagemaker";
|
|
37
|
+
* const config = {}; // type is SageMakerClientConfig
|
|
38
|
+
* const client = new SageMakerClient(config);
|
|
39
|
+
* const input = { // UpdateMlflowAppRequest
|
|
40
|
+
* Arn: "STRING_VALUE", // required
|
|
41
|
+
* Name: "STRING_VALUE",
|
|
42
|
+
* ArtifactStoreUri: "STRING_VALUE",
|
|
43
|
+
* ModelRegistrationMode: "AutoModelRegistrationEnabled" || "AutoModelRegistrationDisabled",
|
|
44
|
+
* WeeklyMaintenanceWindowStart: "STRING_VALUE",
|
|
45
|
+
* DefaultDomainIdList: [ // DefaultDomainIdList
|
|
46
|
+
* "STRING_VALUE",
|
|
47
|
+
* ],
|
|
48
|
+
* AccountDefaultStatus: "ENABLED" || "DISABLED",
|
|
49
|
+
* };
|
|
50
|
+
* const command = new UpdateMlflowAppCommand(input);
|
|
51
|
+
* const response = await client.send(command);
|
|
52
|
+
* // { // UpdateMlflowAppResponse
|
|
53
|
+
* // Arn: "STRING_VALUE",
|
|
54
|
+
* // };
|
|
55
|
+
*
|
|
56
|
+
* ```
|
|
57
|
+
*
|
|
58
|
+
* @param UpdateMlflowAppCommandInput - {@link UpdateMlflowAppCommandInput}
|
|
59
|
+
* @returns {@link UpdateMlflowAppCommandOutput}
|
|
60
|
+
* @see {@link UpdateMlflowAppCommandInput} for command's `input` shape.
|
|
61
|
+
* @see {@link UpdateMlflowAppCommandOutput} for command's `response` shape.
|
|
62
|
+
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link ConflictException} (client fault)
|
|
65
|
+
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link ResourceNotFound} (client fault)
|
|
68
|
+
* <p>Resource being access is not found.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link SageMakerServiceException}
|
|
71
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
72
|
+
*
|
|
73
|
+
*
|
|
74
|
+
* @public
|
|
75
|
+
*/
|
|
76
|
+
export declare class UpdateMlflowAppCommand extends UpdateMlflowAppCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: UpdateMlflowAppRequest;
|
|
81
|
+
output: UpdateMlflowAppResponse;
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: UpdateMlflowAppCommandInput;
|
|
85
|
+
output: UpdateMlflowAppCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
88
|
+
}
|
|
@@ -39,6 +39,7 @@ declare const UpdateModelPackageCommand_base: {
|
|
|
39
39
|
* const input = { // UpdateModelPackageInput
|
|
40
40
|
* ModelPackageArn: "STRING_VALUE", // required
|
|
41
41
|
* ModelApprovalStatus: "Approved" || "Rejected" || "PendingManualApproval",
|
|
42
|
+
* ModelPackageRegistrationType: "Logged" || "Registered",
|
|
42
43
|
* ApprovalDescription: "STRING_VALUE",
|
|
43
44
|
* CustomerMetadataProperties: { // CustomerMetadataMap
|
|
44
45
|
* "<keys>": "STRING_VALUE",
|
|
@@ -89,6 +90,12 @@ declare const UpdateModelPackageCommand_base: {
|
|
|
89
90
|
* ETag: "STRING_VALUE",
|
|
90
91
|
* },
|
|
91
92
|
* ModelDataETag: "STRING_VALUE",
|
|
93
|
+
* IsCheckpoint: true || false,
|
|
94
|
+
* BaseModel: { // BaseModel
|
|
95
|
+
* HubContentName: "STRING_VALUE",
|
|
96
|
+
* HubContentVersion: "STRING_VALUE",
|
|
97
|
+
* RecipeName: "STRING_VALUE",
|
|
98
|
+
* },
|
|
92
99
|
* },
|
|
93
100
|
* ],
|
|
94
101
|
* SupportedTransformInstanceTypes: [ // TransformInstanceTypes
|
|
@@ -145,6 +152,12 @@ declare const UpdateModelPackageCommand_base: {
|
|
|
145
152
|
* ETag: "STRING_VALUE",
|
|
146
153
|
* },
|
|
147
154
|
* ModelDataETag: "STRING_VALUE",
|
|
155
|
+
* IsCheckpoint: true || false,
|
|
156
|
+
* BaseModel: {
|
|
157
|
+
* HubContentName: "STRING_VALUE",
|
|
158
|
+
* HubContentVersion: "STRING_VALUE",
|
|
159
|
+
* RecipeName: "STRING_VALUE",
|
|
160
|
+
* },
|
|
148
161
|
* },
|
|
149
162
|
* ],
|
|
150
163
|
* SupportedTransformInstanceTypes: [
|
|
@@ -241,7 +241,7 @@ declare const UpdateUserProfileCommand_base: {
|
|
|
241
241
|
* ],
|
|
242
242
|
* StudioWebPortalSettings: { // StudioWebPortalSettings
|
|
243
243
|
* HiddenMlTools: [ // HiddenMlToolsList
|
|
244
|
-
* "DataWrangler" || "FeatureStore" || "EmrClusters" || "AutoMl" || "Experiments" || "Training" || "ModelEvaluation" || "Pipelines" || "Models" || "JumpStart" || "InferenceRecommender" || "Endpoints" || "Projects" || "InferenceOptimization" || "PerformanceEvaluation" || "LakeraGuard" || "Comet" || "DeepchecksLLMEvaluation" || "Fiddler" || "HyperPodClusters",
|
|
244
|
+
* "DataWrangler" || "FeatureStore" || "EmrClusters" || "AutoMl" || "Experiments" || "Training" || "ModelEvaluation" || "Pipelines" || "Models" || "JumpStart" || "InferenceRecommender" || "Endpoints" || "Projects" || "InferenceOptimization" || "PerformanceEvaluation" || "LakeraGuard" || "Comet" || "DeepchecksLLMEvaluation" || "Fiddler" || "HyperPodClusters" || "RunningInstances" || "Datasets" || "Evaluators",
|
|
245
245
|
* ],
|
|
246
246
|
* HiddenAppTypes: [ // HiddenAppTypesList
|
|
247
247
|
* "JupyterServer" || "KernelGateway" || "DetailedProfiler" || "TensorBoard" || "CodeEditor" || "JupyterLab" || "RStudioServerPro" || "RSessionGateway" || "Canvas",
|
|
@@ -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";
|
|
@@ -36,6 +36,18 @@ export declare const MIGProfileType: {
|
|
|
36
36
|
* @public
|
|
37
37
|
*/
|
|
38
38
|
export type MIGProfileType = (typeof MIGProfileType)[keyof typeof MIGProfileType];
|
|
39
|
+
/**
|
|
40
|
+
* @public
|
|
41
|
+
* @enum
|
|
42
|
+
*/
|
|
43
|
+
export declare const AccountDefaultStatus: {
|
|
44
|
+
readonly DISABLED: "DISABLED";
|
|
45
|
+
readonly ENABLED: "ENABLED";
|
|
46
|
+
};
|
|
47
|
+
/**
|
|
48
|
+
* @public
|
|
49
|
+
*/
|
|
50
|
+
export type AccountDefaultStatus = (typeof AccountDefaultStatus)[keyof typeof AccountDefaultStatus];
|
|
39
51
|
/**
|
|
40
52
|
* @public
|
|
41
53
|
* @enum
|
|
@@ -1641,6 +1653,18 @@ export declare const ModelApprovalStatus: {
|
|
|
1641
1653
|
* @public
|
|
1642
1654
|
*/
|
|
1643
1655
|
export type ModelApprovalStatus = (typeof ModelApprovalStatus)[keyof typeof ModelApprovalStatus];
|
|
1656
|
+
/**
|
|
1657
|
+
* @public
|
|
1658
|
+
* @enum
|
|
1659
|
+
*/
|
|
1660
|
+
export declare const ModelPackageRegistrationType: {
|
|
1661
|
+
readonly LOGGED: "Logged";
|
|
1662
|
+
readonly REGISTERED: "Registered";
|
|
1663
|
+
};
|
|
1664
|
+
/**
|
|
1665
|
+
* @public
|
|
1666
|
+
*/
|
|
1667
|
+
export type ModelPackageRegistrationType = (typeof ModelPackageRegistrationType)[keyof typeof ModelPackageRegistrationType];
|
|
1644
1668
|
/**
|
|
1645
1669
|
* @public
|
|
1646
1670
|
* @enum
|
|
@@ -2091,6 +2115,7 @@ export declare const ClusterInstanceType: {
|
|
|
2091
2115
|
readonly ML_P5EN_48XLARGE: "ml.p5en.48xlarge";
|
|
2092
2116
|
readonly ML_P5E_48XLARGE: "ml.p5e.48xlarge";
|
|
2093
2117
|
readonly ML_P5_48XLARGE: "ml.p5.48xlarge";
|
|
2118
|
+
readonly ML_P5_4XLARGE: "ml.p5.4xlarge";
|
|
2094
2119
|
readonly ML_P6E_GB200_36XLARGE: "ml.p6e-gb200.36xlarge";
|
|
2095
2120
|
readonly ML_P6_B200_48XLARGE: "ml.p6-b200.48xlarge";
|
|
2096
2121
|
readonly ML_R6I_12XLARGE: "ml.r6i.12xlarge";
|
|
@@ -2775,10 +2800,12 @@ export type StudioWebPortal = (typeof StudioWebPortal)[keyof typeof StudioWebPor
|
|
|
2775
2800
|
export declare const MlTools: {
|
|
2776
2801
|
readonly AUTO_ML: "AutoMl";
|
|
2777
2802
|
readonly COMET: "Comet";
|
|
2803
|
+
readonly DATASETS: "Datasets";
|
|
2778
2804
|
readonly DATA_WRANGLER: "DataWrangler";
|
|
2779
2805
|
readonly DEEPCHECKS_LLM_EVALUATION: "DeepchecksLLMEvaluation";
|
|
2780
2806
|
readonly EMR_CLUSTERS: "EmrClusters";
|
|
2781
2807
|
readonly ENDPOINTS: "Endpoints";
|
|
2808
|
+
readonly EVALUATORS: "Evaluators";
|
|
2782
2809
|
readonly EXPERIMENTS: "Experiments";
|
|
2783
2810
|
readonly FEATURE_STORE: "FeatureStore";
|
|
2784
2811
|
readonly FIDDLER: "Fiddler";
|
|
@@ -2792,6 +2819,7 @@ export declare const MlTools: {
|
|
|
2792
2819
|
readonly PERFORMANCE_EVALUATION: "PerformanceEvaluation";
|
|
2793
2820
|
readonly PIPELINES: "Pipelines";
|
|
2794
2821
|
readonly PROJECTS: "Projects";
|
|
2822
|
+
readonly RUNNING_INSTANCES: "RunningInstances";
|
|
2795
2823
|
readonly TRAINING: "Training";
|
|
2796
2824
|
};
|
|
2797
2825
|
/**
|
|
@@ -3003,6 +3031,8 @@ export type ThroughputMode = (typeof ThroughputMode)[keyof typeof ThroughputMode
|
|
|
3003
3031
|
* @enum
|
|
3004
3032
|
*/
|
|
3005
3033
|
export declare const HubContentType: {
|
|
3034
|
+
readonly DATA_SET: "DataSet";
|
|
3035
|
+
readonly JSON_DOC: "JsonDoc";
|
|
3006
3036
|
readonly MODEL: "Model";
|
|
3007
3037
|
readonly MODEL_REFERENCE: "ModelReference";
|
|
3008
3038
|
readonly NOTEBOOK: "Notebook";
|
|
@@ -3352,6 +3382,18 @@ export declare const FlatInvocations: {
|
|
|
3352
3382
|
* @public
|
|
3353
3383
|
*/
|
|
3354
3384
|
export type FlatInvocations = (typeof FlatInvocations)[keyof typeof FlatInvocations];
|
|
3385
|
+
/**
|
|
3386
|
+
* @public
|
|
3387
|
+
* @enum
|
|
3388
|
+
*/
|
|
3389
|
+
export declare const ModelRegistrationMode: {
|
|
3390
|
+
readonly AUTO_MODEL_REGISTRATION_DISABLED: "AutoModelRegistrationDisabled";
|
|
3391
|
+
readonly AUTO_MODEL_REGISTRATION_ENABLED: "AutoModelRegistrationEnabled";
|
|
3392
|
+
};
|
|
3393
|
+
/**
|
|
3394
|
+
* @public
|
|
3395
|
+
*/
|
|
3396
|
+
export type ModelRegistrationMode = (typeof ModelRegistrationMode)[keyof typeof ModelRegistrationMode];
|
|
3355
3397
|
/**
|
|
3356
3398
|
* @public
|
|
3357
3399
|
* @enum
|
|
@@ -3665,6 +3707,56 @@ export declare const StudioLifecycleConfigAppType: {
|
|
|
3665
3707
|
* @public
|
|
3666
3708
|
*/
|
|
3667
3709
|
export type StudioLifecycleConfigAppType = (typeof StudioLifecycleConfigAppType)[keyof typeof StudioLifecycleConfigAppType];
|
|
3710
|
+
/**
|
|
3711
|
+
* @public
|
|
3712
|
+
* @enum
|
|
3713
|
+
*/
|
|
3714
|
+
export declare const CustomizationTechnique: {
|
|
3715
|
+
readonly DPO: "DPO";
|
|
3716
|
+
readonly RLAIF: "RLAIF";
|
|
3717
|
+
readonly RLVR: "RLVR";
|
|
3718
|
+
readonly SFT: "SFT";
|
|
3719
|
+
};
|
|
3720
|
+
/**
|
|
3721
|
+
* @public
|
|
3722
|
+
*/
|
|
3723
|
+
export type CustomizationTechnique = (typeof CustomizationTechnique)[keyof typeof CustomizationTechnique];
|
|
3724
|
+
/**
|
|
3725
|
+
* @public
|
|
3726
|
+
* @enum
|
|
3727
|
+
*/
|
|
3728
|
+
export declare const EvaluationType: {
|
|
3729
|
+
readonly BENCHMARK_EVALUATION: "BenchmarkEvaluation";
|
|
3730
|
+
readonly CUSTOM_SCORER_EVALUATION: "CustomScorerEvaluation";
|
|
3731
|
+
readonly LLMAJ_EVALUATION: "LLMAJEvaluation";
|
|
3732
|
+
};
|
|
3733
|
+
/**
|
|
3734
|
+
* @public
|
|
3735
|
+
*/
|
|
3736
|
+
export type EvaluationType = (typeof EvaluationType)[keyof typeof EvaluationType];
|
|
3737
|
+
/**
|
|
3738
|
+
* @public
|
|
3739
|
+
* @enum
|
|
3740
|
+
*/
|
|
3741
|
+
export declare const ServerlessJobType: {
|
|
3742
|
+
readonly EVALUATION: "Evaluation";
|
|
3743
|
+
readonly FINE_TUNING: "FineTuning";
|
|
3744
|
+
};
|
|
3745
|
+
/**
|
|
3746
|
+
* @public
|
|
3747
|
+
*/
|
|
3748
|
+
export type ServerlessJobType = (typeof ServerlessJobType)[keyof typeof ServerlessJobType];
|
|
3749
|
+
/**
|
|
3750
|
+
* @public
|
|
3751
|
+
* @enum
|
|
3752
|
+
*/
|
|
3753
|
+
export declare const Peft: {
|
|
3754
|
+
readonly LORA: "LORA";
|
|
3755
|
+
};
|
|
3756
|
+
/**
|
|
3757
|
+
* @public
|
|
3758
|
+
*/
|
|
3759
|
+
export type Peft = (typeof Peft)[keyof typeof Peft];
|
|
3668
3760
|
/**
|
|
3669
3761
|
* @public
|
|
3670
3762
|
* @enum
|
|
@@ -3964,6 +4056,8 @@ export declare const HubContentStatus: {
|
|
|
3964
4056
|
readonly DELETING: "Deleting";
|
|
3965
4057
|
readonly IMPORTING: "Importing";
|
|
3966
4058
|
readonly IMPORT_FAILED: "ImportFailed";
|
|
4059
|
+
readonly PENDING_DELETE: "PendingDelete";
|
|
4060
|
+
readonly PENDING_IMPORT: "PendingImport";
|
|
3967
4061
|
};
|
|
3968
4062
|
/**
|
|
3969
4063
|
* @public
|
|
@@ -4153,6 +4247,38 @@ export declare const LabelingJobStatus: {
|
|
|
4153
4247
|
* @public
|
|
4154
4248
|
*/
|
|
4155
4249
|
export type LabelingJobStatus = (typeof LabelingJobStatus)[keyof typeof LabelingJobStatus];
|
|
4250
|
+
/**
|
|
4251
|
+
* @public
|
|
4252
|
+
* @enum
|
|
4253
|
+
*/
|
|
4254
|
+
export declare const MaintenanceStatus: {
|
|
4255
|
+
readonly MAINTENANCE_COMPLETE: "MaintenanceComplete";
|
|
4256
|
+
readonly MAINTENANCE_FAILED: "MaintenanceFailed";
|
|
4257
|
+
readonly MAINTENANCE_IN_PROGRESS: "MaintenanceInProgress";
|
|
4258
|
+
};
|
|
4259
|
+
/**
|
|
4260
|
+
* @public
|
|
4261
|
+
*/
|
|
4262
|
+
export type MaintenanceStatus = (typeof MaintenanceStatus)[keyof typeof MaintenanceStatus];
|
|
4263
|
+
/**
|
|
4264
|
+
* @public
|
|
4265
|
+
* @enum
|
|
4266
|
+
*/
|
|
4267
|
+
export declare const MlflowAppStatus: {
|
|
4268
|
+
readonly CREATED: "Created";
|
|
4269
|
+
readonly CREATE_FAILED: "CreateFailed";
|
|
4270
|
+
readonly CREATING: "Creating";
|
|
4271
|
+
readonly DELETED: "Deleted";
|
|
4272
|
+
readonly DELETE_FAILED: "DeleteFailed";
|
|
4273
|
+
readonly DELETING: "Deleting";
|
|
4274
|
+
readonly UPDATED: "Updated";
|
|
4275
|
+
readonly UPDATE_FAILED: "UpdateFailed";
|
|
4276
|
+
readonly UPDATING: "Updating";
|
|
4277
|
+
};
|
|
4278
|
+
/**
|
|
4279
|
+
* @public
|
|
4280
|
+
*/
|
|
4281
|
+
export type MlflowAppStatus = (typeof MlflowAppStatus)[keyof typeof MlflowAppStatus];
|
|
4156
4282
|
/**
|
|
4157
4283
|
* @public
|
|
4158
4284
|
* @enum
|
|
@@ -5132,6 +5258,19 @@ export declare const SortLineageGroupsBy: {
|
|
|
5132
5258
|
* @public
|
|
5133
5259
|
*/
|
|
5134
5260
|
export type SortLineageGroupsBy = (typeof SortLineageGroupsBy)[keyof typeof SortLineageGroupsBy];
|
|
5261
|
+
/**
|
|
5262
|
+
* @public
|
|
5263
|
+
* @enum
|
|
5264
|
+
*/
|
|
5265
|
+
export declare const SortMlflowAppBy: {
|
|
5266
|
+
readonly CREATION_TIME: "CreationTime";
|
|
5267
|
+
readonly NAME: "Name";
|
|
5268
|
+
readonly STATUS: "Status";
|
|
5269
|
+
};
|
|
5270
|
+
/**
|
|
5271
|
+
* @public
|
|
5272
|
+
*/
|
|
5273
|
+
export type SortMlflowAppBy = (typeof SortMlflowAppBy)[keyof typeof SortMlflowAppBy];
|
|
5135
5274
|
/**
|
|
5136
5275
|
* @public
|
|
5137
5276
|
* @enum
|