@aws-sdk/client-sagemaker 3.937.0 → 3.938.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/dist-cjs/index.js +227 -45
- package/dist-es/models/enums.js +21 -0
- package/dist-es/schemas/schemas_0.js +203 -45
- package/dist-types/commands/CreateClusterCommand.d.ts +17 -0
- package/dist-types/commands/CreateOptimizationJobCommand.d.ts +15 -1
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +2 -1
- package/dist-types/commands/CreateTrainingPlanCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransformJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrialCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClusterCommand.d.ts +30 -0
- package/dist-types/commands/DescribeClusterEventCommand.d.ts +1 -0
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +23 -0
- package/dist-types/commands/DescribeOptimizationJobCommand.d.ts +15 -1
- package/dist-types/commands/DescribeTrainingPlanCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransformJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrialCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrialComponentCommand.d.ts +1 -2
- package/dist-types/commands/ListOptimizationJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListTrainingPlansCommand.d.ts +2 -1
- package/dist-types/commands/ListTransformJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrialComponentsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrialsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateClusterCommand.d.ts +17 -0
- package/dist-types/models/enums.d.ts +61 -0
- package/dist-types/models/models_0.d.ts +168 -163
- package/dist-types/models/models_1.d.ts +239 -226
- package/dist-types/models/models_2.d.ts +231 -436
- package/dist-types/models/models_3.d.ts +4027 -3937
- package/dist-types/models/models_4.d.ts +352 -4
- package/dist-types/schemas/schemas_0.d.ts +13 -0
- package/dist-types/ts3.4/commands/CreateTrainingJobCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateTrainingPlanCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTransformJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTrialCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrainingPlanCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransformJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrialCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrialComponentCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListTrainingPlansCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListTransformJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrialComponentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrialsCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +31 -0
- package/dist-types/ts3.4/models/models_0.d.ts +42 -40
- package/dist-types/ts3.4/models/models_1.d.ts +69 -64
- package/dist-types/ts3.4/models/models_2.d.ts +59 -105
- package/dist-types/ts3.4/models/models_3.d.ts +109 -85
- package/dist-types/ts3.4/models/models_4.d.ts +88 -5
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +13 -0
- package/package.json +1 -1
|
@@ -46,8 +46,12 @@ declare const CreateOptimizationJobCommand_base: {
|
|
|
46
46
|
* AcceptEula: true || false, // required
|
|
47
47
|
* },
|
|
48
48
|
* },
|
|
49
|
+
* SageMakerModel: { // OptimizationSageMakerModel
|
|
50
|
+
* ModelName: "STRING_VALUE",
|
|
51
|
+
* },
|
|
49
52
|
* },
|
|
50
|
-
* DeploymentInstanceType: "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.p5.48xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.12xlarge" || "ml.g5.16xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.g6.xlarge" || "ml.g6.2xlarge" || "ml.g6.4xlarge" || "ml.g6.8xlarge" || "ml.g6.12xlarge" || "ml.g6.16xlarge" || "ml.g6.24xlarge" || "ml.g6.48xlarge" || "ml.g6e.xlarge" || "ml.g6e.2xlarge" || "ml.g6e.4xlarge" || "ml.g6e.8xlarge" || "ml.g6e.12xlarge" || "ml.g6e.16xlarge" || "ml.g6e.24xlarge" || "ml.g6e.48xlarge" || "ml.inf2.xlarge" || "ml.inf2.8xlarge" || "ml.inf2.24xlarge" || "ml.inf2.48xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge", // required
|
|
53
|
+
* DeploymentInstanceType: "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.p5.48xlarge" || "ml.p5e.48xlarge" || "ml.p5en.48xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.12xlarge" || "ml.g5.16xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.g6.xlarge" || "ml.g6.2xlarge" || "ml.g6.4xlarge" || "ml.g6.8xlarge" || "ml.g6.12xlarge" || "ml.g6.16xlarge" || "ml.g6.24xlarge" || "ml.g6.48xlarge" || "ml.g6e.xlarge" || "ml.g6e.2xlarge" || "ml.g6e.4xlarge" || "ml.g6e.8xlarge" || "ml.g6e.12xlarge" || "ml.g6e.16xlarge" || "ml.g6e.24xlarge" || "ml.g6e.48xlarge" || "ml.inf2.xlarge" || "ml.inf2.8xlarge" || "ml.inf2.24xlarge" || "ml.inf2.48xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge", // required
|
|
54
|
+
* MaxInstanceCount: Number("int"),
|
|
51
55
|
* OptimizationEnvironment: { // OptimizationJobEnvironmentVariables
|
|
52
56
|
* "<keys>": "STRING_VALUE",
|
|
53
57
|
* },
|
|
@@ -71,11 +75,21 @@ declare const CreateOptimizationJobCommand_base: {
|
|
|
71
75
|
* "<keys>": "STRING_VALUE",
|
|
72
76
|
* },
|
|
73
77
|
* },
|
|
78
|
+
* ModelSpeculativeDecodingConfig: { // ModelSpeculativeDecodingConfig
|
|
79
|
+
* Technique: "EAGLE", // required
|
|
80
|
+
* TrainingDataSource: { // ModelSpeculativeDecodingTrainingDataSource
|
|
81
|
+
* S3Uri: "STRING_VALUE", // required
|
|
82
|
+
* S3DataType: "S3Prefix" || "ManifestFile", // required
|
|
83
|
+
* },
|
|
84
|
+
* },
|
|
74
85
|
* },
|
|
75
86
|
* ],
|
|
76
87
|
* OutputConfig: { // OptimizationJobOutputConfig
|
|
77
88
|
* KmsKeyId: "STRING_VALUE",
|
|
78
89
|
* S3OutputLocation: "STRING_VALUE", // required
|
|
90
|
+
* SageMakerModel: {
|
|
91
|
+
* ModelName: "STRING_VALUE",
|
|
92
|
+
* },
|
|
79
93
|
* },
|
|
80
94
|
* StoppingCondition: { // StoppingCondition
|
|
81
95
|
* MaxRuntimeInSeconds: Number("int"),
|
|
@@ -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 { CreateTrainingJobRequest
|
|
3
|
+
import { CreateTrainingJobRequest } from "../models/models_1";
|
|
4
|
+
import { CreateTrainingJobResponse } from "../models/models_2";
|
|
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 { CreateTrainingPlanRequest, CreateTrainingPlanResponse } from "../models/
|
|
3
|
+
import { CreateTrainingPlanRequest, CreateTrainingPlanResponse } from "../models/models_2";
|
|
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 { CreateTransformJobRequest, CreateTransformJobResponse } from "../models/
|
|
3
|
+
import { CreateTransformJobRequest, CreateTransformJobResponse } from "../models/models_2";
|
|
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 { CreateTrialRequest, CreateTrialResponse } from "../models/
|
|
3
|
+
import { CreateTrialRequest, CreateTrialResponse } from "../models/models_2";
|
|
4
4
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -51,6 +51,7 @@ declare const DescribeClusterCommand_base: {
|
|
|
51
51
|
* // { // ClusterInstanceGroupDetails
|
|
52
52
|
* // CurrentCount: Number("int"),
|
|
53
53
|
* // TargetCount: Number("int"),
|
|
54
|
+
* // MinCount: Number("int"),
|
|
54
55
|
* // InstanceGroupName: "STRING_VALUE",
|
|
55
56
|
* // InstanceType: "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.p5.48xlarge" || "ml.p6e-gb200.36xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.12xlarge" || "ml.g5.16xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.c5.large" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.12xlarge" || "ml.c5.18xlarge" || "ml.c5.24xlarge" || "ml.c5n.large" || "ml.c5n.2xlarge" || "ml.c5n.4xlarge" || "ml.c5n.9xlarge" || "ml.c5n.18xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.8xlarge" || "ml.m5.12xlarge" || "ml.m5.16xlarge" || "ml.m5.24xlarge" || "ml.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "ml.g6.xlarge" || "ml.g6.2xlarge" || "ml.g6.4xlarge" || "ml.g6.8xlarge" || "ml.g6.16xlarge" || "ml.g6.12xlarge" || "ml.g6.24xlarge" || "ml.g6.48xlarge" || "ml.gr6.4xlarge" || "ml.gr6.8xlarge" || "ml.g6e.xlarge" || "ml.g6e.2xlarge" || "ml.g6e.4xlarge" || "ml.g6e.8xlarge" || "ml.g6e.16xlarge" || "ml.g6e.12xlarge" || "ml.g6e.24xlarge" || "ml.g6e.48xlarge" || "ml.p5e.48xlarge" || "ml.p5en.48xlarge" || "ml.p6-b200.48xlarge" || "ml.trn2.3xlarge" || "ml.trn2.48xlarge" || "ml.c6i.large" || "ml.c6i.xlarge" || "ml.c6i.2xlarge" || "ml.c6i.4xlarge" || "ml.c6i.8xlarge" || "ml.c6i.12xlarge" || "ml.c6i.16xlarge" || "ml.c6i.24xlarge" || "ml.c6i.32xlarge" || "ml.m6i.large" || "ml.m6i.xlarge" || "ml.m6i.2xlarge" || "ml.m6i.4xlarge" || "ml.m6i.8xlarge" || "ml.m6i.12xlarge" || "ml.m6i.16xlarge" || "ml.m6i.24xlarge" || "ml.m6i.32xlarge" || "ml.r6i.large" || "ml.r6i.xlarge" || "ml.r6i.2xlarge" || "ml.r6i.4xlarge" || "ml.r6i.8xlarge" || "ml.r6i.12xlarge" || "ml.r6i.16xlarge" || "ml.r6i.24xlarge" || "ml.r6i.32xlarge" || "ml.i3en.large" || "ml.i3en.xlarge" || "ml.i3en.2xlarge" || "ml.i3en.3xlarge" || "ml.i3en.6xlarge" || "ml.i3en.12xlarge" || "ml.i3en.24xlarge" || "ml.m7i.large" || "ml.m7i.xlarge" || "ml.m7i.2xlarge" || "ml.m7i.4xlarge" || "ml.m7i.8xlarge" || "ml.m7i.12xlarge" || "ml.m7i.16xlarge" || "ml.m7i.24xlarge" || "ml.m7i.48xlarge" || "ml.r7i.large" || "ml.r7i.xlarge" || "ml.r7i.2xlarge" || "ml.r7i.4xlarge" || "ml.r7i.8xlarge" || "ml.r7i.12xlarge" || "ml.r7i.16xlarge" || "ml.r7i.24xlarge" || "ml.r7i.48xlarge",
|
|
56
57
|
* // LifeCycleConfig: { // ClusterLifeCycleConfig
|
|
@@ -105,6 +106,35 @@ declare const DescribeClusterCommand_base: {
|
|
|
105
106
|
* // },
|
|
106
107
|
* // CurrentImageId: "STRING_VALUE",
|
|
107
108
|
* // DesiredImageId: "STRING_VALUE",
|
|
109
|
+
* // ActiveOperations: { // ActiveOperations
|
|
110
|
+
* // "<keys>": Number("int"),
|
|
111
|
+
* // },
|
|
112
|
+
* // KubernetesConfig: { // ClusterKubernetesConfigDetails
|
|
113
|
+
* // CurrentLabels: { // ClusterKubernetesLabels
|
|
114
|
+
* // "<keys>": "STRING_VALUE",
|
|
115
|
+
* // },
|
|
116
|
+
* // DesiredLabels: {
|
|
117
|
+
* // "<keys>": "STRING_VALUE",
|
|
118
|
+
* // },
|
|
119
|
+
* // CurrentTaints: [ // ClusterKubernetesTaints
|
|
120
|
+
* // { // ClusterKubernetesTaint
|
|
121
|
+
* // Key: "STRING_VALUE", // required
|
|
122
|
+
* // Value: "STRING_VALUE",
|
|
123
|
+
* // Effect: "NoSchedule" || "PreferNoSchedule" || "NoExecute", // required
|
|
124
|
+
* // },
|
|
125
|
+
* // ],
|
|
126
|
+
* // DesiredTaints: [
|
|
127
|
+
* // {
|
|
128
|
+
* // Key: "STRING_VALUE", // required
|
|
129
|
+
* // Value: "STRING_VALUE",
|
|
130
|
+
* // Effect: "NoSchedule" || "PreferNoSchedule" || "NoExecute", // required
|
|
131
|
+
* // },
|
|
132
|
+
* // ],
|
|
133
|
+
* // },
|
|
134
|
+
* // CapacityRequirements: { // ClusterCapacityRequirements
|
|
135
|
+
* // Spot: {},
|
|
136
|
+
* // OnDemand: {},
|
|
137
|
+
* // },
|
|
108
138
|
* // TargetStateCount: Number("int"),
|
|
109
139
|
* // SoftwareUpdateStatus: "Pending" || "InProgress" || "Succeeded" || "Failed" || "RollbackInProgress" || "RollbackComplete",
|
|
110
140
|
* // ActiveSoftwareUpdateConfig: {
|
|
@@ -76,6 +76,7 @@ declare const DescribeClusterEventCommand_base: {
|
|
|
76
76
|
* // InstanceGroupScaling: { // InstanceGroupScalingMetadata
|
|
77
77
|
* // InstanceCount: Number("int"),
|
|
78
78
|
* // TargetCount: Number("int"),
|
|
79
|
+
* // MinCount: Number("int"),
|
|
79
80
|
* // FailureMessage: "STRING_VALUE",
|
|
80
81
|
* // },
|
|
81
82
|
* // Instance: { // InstanceMetadata
|
|
@@ -89,6 +89,29 @@ declare const DescribeClusterNodeCommand_base: {
|
|
|
89
89
|
* // UltraServerInfo: { // UltraServerInfo
|
|
90
90
|
* // Id: "STRING_VALUE",
|
|
91
91
|
* // },
|
|
92
|
+
* // KubernetesConfig: { // ClusterKubernetesConfigNodeDetails
|
|
93
|
+
* // CurrentLabels: { // ClusterKubernetesLabels
|
|
94
|
+
* // "<keys>": "STRING_VALUE",
|
|
95
|
+
* // },
|
|
96
|
+
* // DesiredLabels: {
|
|
97
|
+
* // "<keys>": "STRING_VALUE",
|
|
98
|
+
* // },
|
|
99
|
+
* // CurrentTaints: [ // ClusterKubernetesTaints
|
|
100
|
+
* // { // ClusterKubernetesTaint
|
|
101
|
+
* // Key: "STRING_VALUE", // required
|
|
102
|
+
* // Value: "STRING_VALUE",
|
|
103
|
+
* // Effect: "NoSchedule" || "PreferNoSchedule" || "NoExecute", // required
|
|
104
|
+
* // },
|
|
105
|
+
* // ],
|
|
106
|
+
* // DesiredTaints: [
|
|
107
|
+
* // {
|
|
108
|
+
* // Key: "STRING_VALUE", // required
|
|
109
|
+
* // Value: "STRING_VALUE",
|
|
110
|
+
* // Effect: "NoSchedule" || "PreferNoSchedule" || "NoExecute", // required
|
|
111
|
+
* // },
|
|
112
|
+
* // ],
|
|
113
|
+
* // },
|
|
114
|
+
* // CapacityType: "Spot" || "OnDemand",
|
|
92
115
|
* // },
|
|
93
116
|
* // };
|
|
94
117
|
*
|
|
@@ -57,11 +57,15 @@ declare const DescribeOptimizationJobCommand_base: {
|
|
|
57
57
|
* // AcceptEula: true || false, // required
|
|
58
58
|
* // },
|
|
59
59
|
* // },
|
|
60
|
+
* // SageMakerModel: { // OptimizationSageMakerModel
|
|
61
|
+
* // ModelName: "STRING_VALUE",
|
|
62
|
+
* // },
|
|
60
63
|
* // },
|
|
61
64
|
* // OptimizationEnvironment: { // OptimizationJobEnvironmentVariables
|
|
62
65
|
* // "<keys>": "STRING_VALUE",
|
|
63
66
|
* // },
|
|
64
|
-
* // DeploymentInstanceType: "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.p5.48xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.12xlarge" || "ml.g5.16xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.g6.xlarge" || "ml.g6.2xlarge" || "ml.g6.4xlarge" || "ml.g6.8xlarge" || "ml.g6.12xlarge" || "ml.g6.16xlarge" || "ml.g6.24xlarge" || "ml.g6.48xlarge" || "ml.g6e.xlarge" || "ml.g6e.2xlarge" || "ml.g6e.4xlarge" || "ml.g6e.8xlarge" || "ml.g6e.12xlarge" || "ml.g6e.16xlarge" || "ml.g6e.24xlarge" || "ml.g6e.48xlarge" || "ml.inf2.xlarge" || "ml.inf2.8xlarge" || "ml.inf2.24xlarge" || "ml.inf2.48xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge", // required
|
|
67
|
+
* // DeploymentInstanceType: "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.p5.48xlarge" || "ml.p5e.48xlarge" || "ml.p5en.48xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.12xlarge" || "ml.g5.16xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.g6.xlarge" || "ml.g6.2xlarge" || "ml.g6.4xlarge" || "ml.g6.8xlarge" || "ml.g6.12xlarge" || "ml.g6.16xlarge" || "ml.g6.24xlarge" || "ml.g6.48xlarge" || "ml.g6e.xlarge" || "ml.g6e.2xlarge" || "ml.g6e.4xlarge" || "ml.g6e.8xlarge" || "ml.g6e.12xlarge" || "ml.g6e.16xlarge" || "ml.g6e.24xlarge" || "ml.g6e.48xlarge" || "ml.inf2.xlarge" || "ml.inf2.8xlarge" || "ml.inf2.24xlarge" || "ml.inf2.48xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge", // required
|
|
68
|
+
* // MaxInstanceCount: Number("int"),
|
|
65
69
|
* // OptimizationConfigs: [ // OptimizationConfigs // required
|
|
66
70
|
* // { // OptimizationConfig Union: only one key present
|
|
67
71
|
* // ModelQuantizationConfig: { // ModelQuantizationConfig
|
|
@@ -82,11 +86,21 @@ declare const DescribeOptimizationJobCommand_base: {
|
|
|
82
86
|
* // "<keys>": "STRING_VALUE",
|
|
83
87
|
* // },
|
|
84
88
|
* // },
|
|
89
|
+
* // ModelSpeculativeDecodingConfig: { // ModelSpeculativeDecodingConfig
|
|
90
|
+
* // Technique: "EAGLE", // required
|
|
91
|
+
* // TrainingDataSource: { // ModelSpeculativeDecodingTrainingDataSource
|
|
92
|
+
* // S3Uri: "STRING_VALUE", // required
|
|
93
|
+
* // S3DataType: "S3Prefix" || "ManifestFile", // required
|
|
94
|
+
* // },
|
|
95
|
+
* // },
|
|
85
96
|
* // },
|
|
86
97
|
* // ],
|
|
87
98
|
* // OutputConfig: { // OptimizationJobOutputConfig
|
|
88
99
|
* // KmsKeyId: "STRING_VALUE",
|
|
89
100
|
* // S3OutputLocation: "STRING_VALUE", // required
|
|
101
|
+
* // SageMakerModel: {
|
|
102
|
+
* // ModelName: "STRING_VALUE",
|
|
103
|
+
* // },
|
|
90
104
|
* // },
|
|
91
105
|
* // OptimizationOutput: { // OptimizationOutput
|
|
92
106
|
* // RecommendedInferenceImage: "STRING_VALUE",
|
|
@@ -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 { DescribeTrainingPlanRequest, DescribeTrainingPlanResponse } from "../models/
|
|
3
|
+
import { DescribeTrainingPlanRequest, DescribeTrainingPlanResponse } 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 { DescribeTransformJobRequest, DescribeTransformJobResponse } from "../models/
|
|
3
|
+
import { DescribeTransformJobRequest, DescribeTransformJobResponse } 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 { DescribeTrialRequest, DescribeTrialResponse } from "../models/
|
|
3
|
+
import { DescribeTrialRequest, DescribeTrialResponse } from "../models/models_3";
|
|
4
4
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DescribeTrialComponentRequest } from "../models/
|
|
4
|
-
import { DescribeTrialComponentResponse } from "../models/models_3";
|
|
3
|
+
import { DescribeTrialComponentRequest, DescribeTrialComponentResponse } from "../models/models_3";
|
|
5
4
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
@@ -61,7 +61,8 @@ declare const ListOptimizationJobsCommand_base: {
|
|
|
61
61
|
* // OptimizationStartTime: new Date("TIMESTAMP"),
|
|
62
62
|
* // OptimizationEndTime: new Date("TIMESTAMP"),
|
|
63
63
|
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
64
|
-
* // DeploymentInstanceType: "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.p5.48xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.12xlarge" || "ml.g5.16xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.g6.xlarge" || "ml.g6.2xlarge" || "ml.g6.4xlarge" || "ml.g6.8xlarge" || "ml.g6.12xlarge" || "ml.g6.16xlarge" || "ml.g6.24xlarge" || "ml.g6.48xlarge" || "ml.g6e.xlarge" || "ml.g6e.2xlarge" || "ml.g6e.4xlarge" || "ml.g6e.8xlarge" || "ml.g6e.12xlarge" || "ml.g6e.16xlarge" || "ml.g6e.24xlarge" || "ml.g6e.48xlarge" || "ml.inf2.xlarge" || "ml.inf2.8xlarge" || "ml.inf2.24xlarge" || "ml.inf2.48xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge", // required
|
|
64
|
+
* // DeploymentInstanceType: "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.p5.48xlarge" || "ml.p5e.48xlarge" || "ml.p5en.48xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.12xlarge" || "ml.g5.16xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.g6.xlarge" || "ml.g6.2xlarge" || "ml.g6.4xlarge" || "ml.g6.8xlarge" || "ml.g6.12xlarge" || "ml.g6.16xlarge" || "ml.g6.24xlarge" || "ml.g6.48xlarge" || "ml.g6e.xlarge" || "ml.g6e.2xlarge" || "ml.g6e.4xlarge" || "ml.g6e.8xlarge" || "ml.g6e.12xlarge" || "ml.g6e.16xlarge" || "ml.g6e.24xlarge" || "ml.g6e.48xlarge" || "ml.inf2.xlarge" || "ml.inf2.8xlarge" || "ml.inf2.24xlarge" || "ml.inf2.48xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge", // required
|
|
65
|
+
* // MaxInstanceCount: Number("int"),
|
|
65
66
|
* // OptimizationTypes: [ // OptimizationTypes // required
|
|
66
67
|
* // "STRING_VALUE",
|
|
67
68
|
* // ],
|
|
@@ -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 { ListTrainingPlansRequest
|
|
3
|
+
import { ListTrainingPlansRequest } from "../models/models_3";
|
|
4
|
+
import { ListTrainingPlansResponse } from "../models/models_4";
|
|
4
5
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListTransformJobsRequest, ListTransformJobsResponse } from "../models/
|
|
3
|
+
import { ListTransformJobsRequest, ListTransformJobsResponse } from "../models/models_4";
|
|
4
4
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListTrialComponentsRequest, ListTrialComponentsResponse } from "../models/
|
|
3
|
+
import { ListTrialComponentsRequest, ListTrialComponentsResponse } from "../models/models_4";
|
|
4
4
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListTrialsRequest, ListTrialsResponse } from "../models/
|
|
3
|
+
import { ListTrialsRequest, ListTrialsResponse } from "../models/models_4";
|
|
4
4
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -41,6 +41,7 @@ declare const UpdateClusterCommand_base: {
|
|
|
41
41
|
* InstanceGroups: [ // ClusterInstanceGroupSpecifications
|
|
42
42
|
* { // ClusterInstanceGroupSpecification
|
|
43
43
|
* InstanceCount: Number("int"), // required
|
|
44
|
+
* MinInstanceCount: Number("int"),
|
|
44
45
|
* InstanceGroupName: "STRING_VALUE", // required
|
|
45
46
|
* InstanceType: "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.p5.48xlarge" || "ml.p6e-gb200.36xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.12xlarge" || "ml.g5.16xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.c5.large" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.12xlarge" || "ml.c5.18xlarge" || "ml.c5.24xlarge" || "ml.c5n.large" || "ml.c5n.2xlarge" || "ml.c5n.4xlarge" || "ml.c5n.9xlarge" || "ml.c5n.18xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.8xlarge" || "ml.m5.12xlarge" || "ml.m5.16xlarge" || "ml.m5.24xlarge" || "ml.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "ml.g6.xlarge" || "ml.g6.2xlarge" || "ml.g6.4xlarge" || "ml.g6.8xlarge" || "ml.g6.16xlarge" || "ml.g6.12xlarge" || "ml.g6.24xlarge" || "ml.g6.48xlarge" || "ml.gr6.4xlarge" || "ml.gr6.8xlarge" || "ml.g6e.xlarge" || "ml.g6e.2xlarge" || "ml.g6e.4xlarge" || "ml.g6e.8xlarge" || "ml.g6e.16xlarge" || "ml.g6e.12xlarge" || "ml.g6e.24xlarge" || "ml.g6e.48xlarge" || "ml.p5e.48xlarge" || "ml.p5en.48xlarge" || "ml.p6-b200.48xlarge" || "ml.trn2.3xlarge" || "ml.trn2.48xlarge" || "ml.c6i.large" || "ml.c6i.xlarge" || "ml.c6i.2xlarge" || "ml.c6i.4xlarge" || "ml.c6i.8xlarge" || "ml.c6i.12xlarge" || "ml.c6i.16xlarge" || "ml.c6i.24xlarge" || "ml.c6i.32xlarge" || "ml.m6i.large" || "ml.m6i.xlarge" || "ml.m6i.2xlarge" || "ml.m6i.4xlarge" || "ml.m6i.8xlarge" || "ml.m6i.12xlarge" || "ml.m6i.16xlarge" || "ml.m6i.24xlarge" || "ml.m6i.32xlarge" || "ml.r6i.large" || "ml.r6i.xlarge" || "ml.r6i.2xlarge" || "ml.r6i.4xlarge" || "ml.r6i.8xlarge" || "ml.r6i.12xlarge" || "ml.r6i.16xlarge" || "ml.r6i.24xlarge" || "ml.r6i.32xlarge" || "ml.i3en.large" || "ml.i3en.xlarge" || "ml.i3en.2xlarge" || "ml.i3en.3xlarge" || "ml.i3en.6xlarge" || "ml.i3en.12xlarge" || "ml.i3en.24xlarge" || "ml.m7i.large" || "ml.m7i.xlarge" || "ml.m7i.2xlarge" || "ml.m7i.4xlarge" || "ml.m7i.8xlarge" || "ml.m7i.12xlarge" || "ml.m7i.16xlarge" || "ml.m7i.24xlarge" || "ml.m7i.48xlarge" || "ml.r7i.large" || "ml.r7i.xlarge" || "ml.r7i.2xlarge" || "ml.r7i.4xlarge" || "ml.r7i.8xlarge" || "ml.r7i.12xlarge" || "ml.r7i.16xlarge" || "ml.r7i.24xlarge" || "ml.r7i.48xlarge", // required
|
|
46
47
|
* LifeCycleConfig: { // ClusterLifeCycleConfig
|
|
@@ -92,6 +93,22 @@ declare const UpdateClusterCommand_base: {
|
|
|
92
93
|
* },
|
|
93
94
|
* },
|
|
94
95
|
* ImageId: "STRING_VALUE",
|
|
96
|
+
* KubernetesConfig: { // ClusterKubernetesConfig
|
|
97
|
+
* Labels: { // ClusterKubernetesLabels
|
|
98
|
+
* "<keys>": "STRING_VALUE",
|
|
99
|
+
* },
|
|
100
|
+
* Taints: [ // ClusterKubernetesTaints
|
|
101
|
+
* { // ClusterKubernetesTaint
|
|
102
|
+
* Key: "STRING_VALUE", // required
|
|
103
|
+
* Value: "STRING_VALUE",
|
|
104
|
+
* Effect: "NoSchedule" || "PreferNoSchedule" || "NoExecute", // required
|
|
105
|
+
* },
|
|
106
|
+
* ],
|
|
107
|
+
* },
|
|
108
|
+
* CapacityRequirements: { // ClusterCapacityRequirements
|
|
109
|
+
* Spot: {},
|
|
110
|
+
* OnDemand: {},
|
|
111
|
+
* },
|
|
95
112
|
* },
|
|
96
113
|
* ],
|
|
97
114
|
* RestrictedInstanceGroups: [ // ClusterRestrictedInstanceGroupSpecifications
|
|
@@ -64,6 +64,17 @@ export declare const ActivationState: {
|
|
|
64
64
|
* @public
|
|
65
65
|
*/
|
|
66
66
|
export type ActivationState = (typeof ActivationState)[keyof typeof ActivationState];
|
|
67
|
+
/**
|
|
68
|
+
* @public
|
|
69
|
+
* @enum
|
|
70
|
+
*/
|
|
71
|
+
export declare const ActiveClusterOperationName: {
|
|
72
|
+
readonly SCALING: "Scaling";
|
|
73
|
+
};
|
|
74
|
+
/**
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
77
|
+
export type ActiveClusterOperationName = (typeof ActiveClusterOperationName)[keyof typeof ActiveClusterOperationName];
|
|
67
78
|
/**
|
|
68
79
|
* @public
|
|
69
80
|
* @enum
|
|
@@ -1952,6 +1963,18 @@ export declare const ClusterAutoScalingStatus: {
|
|
|
1952
1963
|
* @public
|
|
1953
1964
|
*/
|
|
1954
1965
|
export type ClusterAutoScalingStatus = (typeof ClusterAutoScalingStatus)[keyof typeof ClusterAutoScalingStatus];
|
|
1966
|
+
/**
|
|
1967
|
+
* @public
|
|
1968
|
+
* @enum
|
|
1969
|
+
*/
|
|
1970
|
+
export declare const ClusterCapacityType: {
|
|
1971
|
+
readonly ON_DEMAND: "OnDemand";
|
|
1972
|
+
readonly SPOT: "Spot";
|
|
1973
|
+
};
|
|
1974
|
+
/**
|
|
1975
|
+
* @public
|
|
1976
|
+
*/
|
|
1977
|
+
export type ClusterCapacityType = (typeof ClusterCapacityType)[keyof typeof ClusterCapacityType];
|
|
1955
1978
|
/**
|
|
1956
1979
|
* @public
|
|
1957
1980
|
* @enum
|
|
@@ -2101,6 +2124,19 @@ export declare const ClusterInstanceType: {
|
|
|
2101
2124
|
* @public
|
|
2102
2125
|
*/
|
|
2103
2126
|
export type ClusterInstanceType = (typeof ClusterInstanceType)[keyof typeof ClusterInstanceType];
|
|
2127
|
+
/**
|
|
2128
|
+
* @public
|
|
2129
|
+
* @enum
|
|
2130
|
+
*/
|
|
2131
|
+
export declare const ClusterKubernetesTaintEffect: {
|
|
2132
|
+
readonly NO_EXECUTE: "NoExecute";
|
|
2133
|
+
readonly NO_SCHEDULE: "NoSchedule";
|
|
2134
|
+
readonly PREFER_NO_SCHEDULE: "PreferNoSchedule";
|
|
2135
|
+
};
|
|
2136
|
+
/**
|
|
2137
|
+
* @public
|
|
2138
|
+
*/
|
|
2139
|
+
export type ClusterKubernetesTaintEffect = (typeof ClusterKubernetesTaintEffect)[keyof typeof ClusterKubernetesTaintEffect];
|
|
2104
2140
|
/**
|
|
2105
2141
|
* @public
|
|
2106
2142
|
* @enum
|
|
@@ -3469,6 +3505,8 @@ export declare const OptimizationJobDeploymentInstanceType: {
|
|
|
3469
3505
|
readonly ML_INF2_XLARGE: "ml.inf2.xlarge";
|
|
3470
3506
|
readonly ML_P4DE_24XLARGE: "ml.p4de.24xlarge";
|
|
3471
3507
|
readonly ML_P4D_24XLARGE: "ml.p4d.24xlarge";
|
|
3508
|
+
readonly ML_P5EN_48XLARGE: "ml.p5en.48xlarge";
|
|
3509
|
+
readonly ML_P5E_48XLARGE: "ml.p5e.48xlarge";
|
|
3472
3510
|
readonly ML_P5_48XLARGE: "ml.p5.48xlarge";
|
|
3473
3511
|
readonly ML_TRN1N_32XLARGE: "ml.trn1n.32xlarge";
|
|
3474
3512
|
readonly ML_TRN1_2XLARGE: "ml.trn1.2xlarge";
|
|
@@ -3478,6 +3516,29 @@ export declare const OptimizationJobDeploymentInstanceType: {
|
|
|
3478
3516
|
* @public
|
|
3479
3517
|
*/
|
|
3480
3518
|
export type OptimizationJobDeploymentInstanceType = (typeof OptimizationJobDeploymentInstanceType)[keyof typeof OptimizationJobDeploymentInstanceType];
|
|
3519
|
+
/**
|
|
3520
|
+
* @public
|
|
3521
|
+
* @enum
|
|
3522
|
+
*/
|
|
3523
|
+
export declare const ModelSpeculativeDecodingTechnique: {
|
|
3524
|
+
readonly EAGLE: "EAGLE";
|
|
3525
|
+
};
|
|
3526
|
+
/**
|
|
3527
|
+
* @public
|
|
3528
|
+
*/
|
|
3529
|
+
export type ModelSpeculativeDecodingTechnique = (typeof ModelSpeculativeDecodingTechnique)[keyof typeof ModelSpeculativeDecodingTechnique];
|
|
3530
|
+
/**
|
|
3531
|
+
* @public
|
|
3532
|
+
* @enum
|
|
3533
|
+
*/
|
|
3534
|
+
export declare const ModelSpeculativeDecodingS3DataType: {
|
|
3535
|
+
readonly ManifestFile: "ManifestFile";
|
|
3536
|
+
readonly S3Prefix: "S3Prefix";
|
|
3537
|
+
};
|
|
3538
|
+
/**
|
|
3539
|
+
* @public
|
|
3540
|
+
*/
|
|
3541
|
+
export type ModelSpeculativeDecodingS3DataType = (typeof ModelSpeculativeDecodingS3DataType)[keyof typeof ModelSpeculativeDecodingS3DataType];
|
|
3481
3542
|
/**
|
|
3482
3543
|
* @public
|
|
3483
3544
|
* @enum
|