@aws-sdk/client-sagemaker 3.936.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.
Files changed (91) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/index.js +558 -168
  3. package/dist-es/SageMaker.js +4 -0
  4. package/dist-es/commands/BatchRebootClusterNodesCommand.js +16 -0
  5. package/dist-es/commands/BatchReplaceClusterNodesCommand.js +16 -0
  6. package/dist-es/commands/index.js +2 -0
  7. package/dist-es/models/enums.js +64 -0
  8. package/dist-es/schemas/schemas_0.js +460 -168
  9. package/dist-types/SageMaker.d.ts +14 -0
  10. package/dist-types/SageMakerClient.d.ts +4 -2
  11. package/dist-types/commands/BatchRebootClusterNodesCommand.d.ts +102 -0
  12. package/dist-types/commands/BatchReplaceClusterNodesCommand.d.ts +102 -0
  13. package/dist-types/commands/CreateClusterCommand.d.ts +17 -0
  14. package/dist-types/commands/CreateComputeQuotaCommand.d.ts +4 -0
  15. package/dist-types/commands/CreateDataQualityJobDefinitionCommand.d.ts +1 -1
  16. package/dist-types/commands/CreateDeviceFleetCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateOptimizationJobCommand.d.ts +15 -1
  18. package/dist-types/commands/CreateTrainingJobCommand.d.ts +2 -1
  19. package/dist-types/commands/CreateTrainingPlanCommand.d.ts +1 -1
  20. package/dist-types/commands/CreateTransformJobCommand.d.ts +1 -1
  21. package/dist-types/commands/CreateTrialCommand.d.ts +1 -1
  22. package/dist-types/commands/CreateTrialComponentCommand.d.ts +1 -1
  23. package/dist-types/commands/CreateUserProfileCommand.d.ts +1 -1
  24. package/dist-types/commands/DescribeClusterCommand.d.ts +30 -0
  25. package/dist-types/commands/DescribeClusterEventCommand.d.ts +1 -0
  26. package/dist-types/commands/DescribeClusterNodeCommand.d.ts +23 -0
  27. package/dist-types/commands/DescribeComputeQuotaCommand.d.ts +4 -0
  28. package/dist-types/commands/DescribeOptimizationJobCommand.d.ts +15 -1
  29. package/dist-types/commands/DescribeTrainingPlanCommand.d.ts +2 -2
  30. package/dist-types/commands/DescribeTransformJobCommand.d.ts +1 -1
  31. package/dist-types/commands/DescribeTrialCommand.d.ts +1 -1
  32. package/dist-types/commands/DescribeTrialComponentCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeUserProfileCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeWorkforceCommand.d.ts +1 -1
  35. package/dist-types/commands/ListClusterNodesCommand.d.ts +1 -0
  36. package/dist-types/commands/ListComputeQuotasCommand.d.ts +4 -0
  37. package/dist-types/commands/ListOptimizationJobsCommand.d.ts +2 -1
  38. package/dist-types/commands/ListTrainingPlansCommand.d.ts +3 -2
  39. package/dist-types/commands/ListTransformJobsCommand.d.ts +1 -1
  40. package/dist-types/commands/ListTrialComponentsCommand.d.ts +1 -1
  41. package/dist-types/commands/ListTrialsCommand.d.ts +1 -1
  42. package/dist-types/commands/ListUltraServersByReservedCapacityCommand.d.ts +1 -1
  43. package/dist-types/commands/ListUserProfilesCommand.d.ts +1 -1
  44. package/dist-types/commands/ListWorkforcesCommand.d.ts +1 -1
  45. package/dist-types/commands/ListWorkteamsCommand.d.ts +1 -2
  46. package/dist-types/commands/SearchTrainingPlanOfferingsCommand.d.ts +2 -2
  47. package/dist-types/commands/UpdateClusterCommand.d.ts +17 -0
  48. package/dist-types/commands/UpdateComputeQuotaCommand.d.ts +4 -0
  49. package/dist-types/commands/index.d.ts +2 -0
  50. package/dist-types/models/enums.d.ts +128 -0
  51. package/dist-types/models/models_0.d.ts +368 -369
  52. package/dist-types/models/models_1.d.ts +3321 -3361
  53. package/dist-types/models/models_2.d.ts +3816 -4111
  54. package/dist-types/models/models_3.d.ts +4107 -3920
  55. package/dist-types/models/models_4.d.ts +607 -7
  56. package/dist-types/schemas/schemas_0.d.ts +28 -0
  57. package/dist-types/ts3.4/SageMaker.d.ts +34 -0
  58. package/dist-types/ts3.4/SageMakerClient.d.ts +12 -0
  59. package/dist-types/ts3.4/commands/BatchRebootClusterNodesCommand.d.ts +51 -0
  60. package/dist-types/ts3.4/commands/BatchReplaceClusterNodesCommand.d.ts +51 -0
  61. package/dist-types/ts3.4/commands/CreateDataQualityJobDefinitionCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/CreateDeviceFleetCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/CreateTrainingJobCommand.d.ts +2 -4
  64. package/dist-types/ts3.4/commands/CreateTrainingPlanCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/CreateTransformJobCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/CreateTrialCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/CreateTrialComponentCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/CreateUserProfileCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/DescribeTrainingPlanCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/DescribeTransformJobCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/DescribeTrialCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/DescribeTrialComponentCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/DescribeUserProfileCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/DescribeWorkforceCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/ListTrainingPlansCommand.d.ts +2 -4
  76. package/dist-types/ts3.4/commands/ListTransformJobsCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/ListTrialComponentsCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/ListTrialsCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/ListUltraServersByReservedCapacityCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/ListUserProfilesCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/ListWorkforcesCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/ListWorkteamsCommand.d.ts +4 -2
  83. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  84. package/dist-types/ts3.4/models/enums.d.ts +80 -0
  85. package/dist-types/ts3.4/models/models_0.d.ts +93 -90
  86. package/dist-types/ts3.4/models/models_1.d.ts +121 -146
  87. package/dist-types/ts3.4/models/models_2.d.ts +139 -193
  88. package/dist-types/ts3.4/models/models_3.d.ts +195 -150
  89. package/dist-types/ts3.4/models/models_4.d.ts +161 -13
  90. package/dist-types/ts3.4/schemas/schemas_0.d.ts +28 -0
  91. package/package.json +1 -1
@@ -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
  *
@@ -59,6 +59,10 @@ declare const DescribeComputeQuotaCommand_base: {
59
59
  * // Accelerators: Number("int"),
60
60
  * // VCpu: Number("float"),
61
61
  * // MemoryInGiB: Number("float"),
62
+ * // AcceleratorPartition: { // AcceleratorPartitionConfig
63
+ * // Type: "mig-1g.5gb" || "mig-1g.10gb" || "mig-1g.18gb" || "mig-1g.20gb" || "mig-1g.23gb" || "mig-1g.35gb" || "mig-1g.45gb" || "mig-1g.47gb" || "mig-2g.10gb" || "mig-2g.20gb" || "mig-2g.35gb" || "mig-2g.45gb" || "mig-2g.47gb" || "mig-3g.20gb" || "mig-3g.40gb" || "mig-3g.71gb" || "mig-3g.90gb" || "mig-3g.93gb" || "mig-4g.20gb" || "mig-4g.40gb" || "mig-4g.71gb" || "mig-4g.90gb" || "mig-4g.93gb" || "mig-7g.40gb" || "mig-7g.80gb" || "mig-7g.141gb" || "mig-7g.180gb" || "mig-7g.186gb", // required
64
+ * // Count: Number("int"), // required
65
+ * // },
62
66
  * // },
63
67
  * // ],
64
68
  * // ResourceSharingConfig: { // ResourceSharingConfig
@@ -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/models_2";
3
+ import { DescribeTrainingPlanRequest, DescribeTrainingPlanResponse } from "../models/models_3";
4
4
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  /**
6
6
  * @public
@@ -59,7 +59,7 @@ declare const DescribeTrainingPlanCommand_base: {
59
59
  * // AvailableSpareInstanceCount: Number("int"),
60
60
  * // TotalUltraServerCount: Number("int"),
61
61
  * // TargetResources: [ // SageMakerResourceNames
62
- * // "training-job" || "hyperpod-cluster",
62
+ * // "training-job" || "hyperpod-cluster" || "endpoint",
63
63
  * // ],
64
64
  * // ReservedCapacitySummaries: [ // ReservedCapacitySummaries
65
65
  * // { // ReservedCapacitySummary
@@ -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/models_2";
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/models_2";
3
+ import { DescribeTrialRequest, DescribeTrialResponse } 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 { DescribeTrialComponentRequest, DescribeTrialComponentResponse } from "../models/models_2";
3
+ import { DescribeTrialComponentRequest, DescribeTrialComponentResponse } 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 { DescribeUserProfileRequest, DescribeUserProfileResponse } from "../models/models_2";
3
+ import { DescribeUserProfileRequest, DescribeUserProfileResponse } 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 { DescribeWorkforceRequest, DescribeWorkforceResponse } from "../models/models_2";
3
+ import { DescribeWorkforceRequest, DescribeWorkforceResponse } from "../models/models_3";
4
4
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  /**
6
6
  * @public
@@ -66,6 +66,7 @@ declare const ListClusterNodesCommand_base: {
66
66
  * // UltraServerInfo: { // UltraServerInfo
67
67
  * // Id: "STRING_VALUE",
68
68
  * // },
69
+ * // PrivateDnsHostname: "STRING_VALUE",
69
70
  * // },
70
71
  * // ],
71
72
  * // };
@@ -66,6 +66,10 @@ declare const ListComputeQuotasCommand_base: {
66
66
  * // Accelerators: Number("int"),
67
67
  * // VCpu: Number("float"),
68
68
  * // MemoryInGiB: Number("float"),
69
+ * // AcceleratorPartition: { // AcceleratorPartitionConfig
70
+ * // Type: "mig-1g.5gb" || "mig-1g.10gb" || "mig-1g.18gb" || "mig-1g.20gb" || "mig-1g.23gb" || "mig-1g.35gb" || "mig-1g.45gb" || "mig-1g.47gb" || "mig-2g.10gb" || "mig-2g.20gb" || "mig-2g.35gb" || "mig-2g.45gb" || "mig-2g.47gb" || "mig-3g.20gb" || "mig-3g.40gb" || "mig-3g.71gb" || "mig-3g.90gb" || "mig-3g.93gb" || "mig-4g.20gb" || "mig-4g.40gb" || "mig-4g.71gb" || "mig-4g.90gb" || "mig-4g.93gb" || "mig-7g.40gb" || "mig-7g.80gb" || "mig-7g.141gb" || "mig-7g.180gb" || "mig-7g.186gb", // required
71
+ * // Count: Number("int"), // required
72
+ * // },
69
73
  * // },
70
74
  * // ],
71
75
  * // ResourceSharingConfig: { // ResourceSharingConfig
@@ -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, ListTrainingPlansResponse } from "../models/models_3";
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
@@ -71,7 +72,7 @@ declare const ListTrainingPlansCommand_base: {
71
72
  * // InUseInstanceCount: Number("int"),
72
73
  * // TotalUltraServerCount: Number("int"),
73
74
  * // TargetResources: [ // SageMakerResourceNames
74
- * // "training-job" || "hyperpod-cluster",
75
+ * // "training-job" || "hyperpod-cluster" || "endpoint",
75
76
  * // ],
76
77
  * // ReservedCapacitySummaries: [ // ReservedCapacitySummaries
77
78
  * // { // ReservedCapacitySummary
@@ -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/models_3";
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/models_3";
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/models_3";
3
+ import { ListTrialsRequest, ListTrialsResponse } 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 { ListUltraServersByReservedCapacityRequest, ListUltraServersByReservedCapacityResponse } from "../models/models_3";
3
+ import { ListUltraServersByReservedCapacityRequest, ListUltraServersByReservedCapacityResponse } 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 { ListUserProfilesRequest, ListUserProfilesResponse } from "../models/models_3";
3
+ import { ListUserProfilesRequest, ListUserProfilesResponse } 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 { ListWorkforcesRequest, ListWorkforcesResponse } from "../models/models_3";
3
+ import { ListWorkforcesRequest, ListWorkforcesResponse } from "../models/models_4";
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 { ListWorkteamsRequest } from "../models/models_3";
4
- import { ListWorkteamsResponse } from "../models/models_4";
3
+ import { ListWorkteamsRequest, ListWorkteamsResponse } from "../models/models_4";
5
4
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
6
5
  /**
7
6
  * @public
@@ -45,7 +45,7 @@ declare const SearchTrainingPlanOfferingsCommand_base: {
45
45
  * EndTimeBefore: new Date("TIMESTAMP"),
46
46
  * DurationHours: Number("long"), // required
47
47
  * TargetResources: [ // SageMakerResourceNames // required
48
- * "training-job" || "hyperpod-cluster",
48
+ * "training-job" || "hyperpod-cluster" || "endpoint",
49
49
  * ],
50
50
  * };
51
51
  * const command = new SearchTrainingPlanOfferingsCommand(input);
@@ -55,7 +55,7 @@ declare const SearchTrainingPlanOfferingsCommand_base: {
55
55
  * // { // TrainingPlanOffering
56
56
  * // TrainingPlanOfferingId: "STRING_VALUE", // required
57
57
  * // TargetResources: [ // SageMakerResourceNames // required
58
- * // "training-job" || "hyperpod-cluster",
58
+ * // "training-job" || "hyperpod-cluster" || "endpoint",
59
59
  * // ],
60
60
  * // RequestedStartTimeAfter: new Date("TIMESTAMP"),
61
61
  * // RequestedEndTimeBefore: new Date("TIMESTAMP"),
@@ -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
@@ -47,6 +47,10 @@ declare const UpdateComputeQuotaCommand_base: {
47
47
  * Accelerators: Number("int"),
48
48
  * VCpu: Number("float"),
49
49
  * MemoryInGiB: Number("float"),
50
+ * AcceleratorPartition: { // AcceleratorPartitionConfig
51
+ * Type: "mig-1g.5gb" || "mig-1g.10gb" || "mig-1g.18gb" || "mig-1g.20gb" || "mig-1g.23gb" || "mig-1g.35gb" || "mig-1g.45gb" || "mig-1g.47gb" || "mig-2g.10gb" || "mig-2g.20gb" || "mig-2g.35gb" || "mig-2g.45gb" || "mig-2g.47gb" || "mig-3g.20gb" || "mig-3g.40gb" || "mig-3g.71gb" || "mig-3g.90gb" || "mig-3g.93gb" || "mig-4g.20gb" || "mig-4g.40gb" || "mig-4g.71gb" || "mig-4g.90gb" || "mig-4g.93gb" || "mig-7g.40gb" || "mig-7g.80gb" || "mig-7g.141gb" || "mig-7g.180gb" || "mig-7g.186gb", // required
52
+ * Count: Number("int"), // required
53
+ * },
50
54
  * },
51
55
  * ],
52
56
  * ResourceSharingConfig: { // ResourceSharingConfig
@@ -5,6 +5,8 @@ export * from "./AttachClusterNodeVolumeCommand";
5
5
  export * from "./BatchAddClusterNodesCommand";
6
6
  export * from "./BatchDeleteClusterNodesCommand";
7
7
  export * from "./BatchDescribeModelPackageCommand";
8
+ export * from "./BatchRebootClusterNodesCommand";
9
+ export * from "./BatchReplaceClusterNodesCommand";
8
10
  export * from "./CreateActionCommand";
9
11
  export * from "./CreateAlgorithmCommand";
10
12
  export * from "./CreateAppCommand";
@@ -1,3 +1,41 @@
1
+ /**
2
+ * @public
3
+ * @enum
4
+ */
5
+ export declare const MIGProfileType: {
6
+ readonly MIG_1G_10GB: "mig-1g.10gb";
7
+ readonly MIG_1G_18GB: "mig-1g.18gb";
8
+ readonly MIG_1G_20GB: "mig-1g.20gb";
9
+ readonly MIG_1G_23GB: "mig-1g.23gb";
10
+ readonly MIG_1G_35GB: "mig-1g.35gb";
11
+ readonly MIG_1G_45GB: "mig-1g.45gb";
12
+ readonly MIG_1G_47GB: "mig-1g.47gb";
13
+ readonly MIG_1G_5GB: "mig-1g.5gb";
14
+ readonly MIG_2G_10GB: "mig-2g.10gb";
15
+ readonly MIG_2G_20GB: "mig-2g.20gb";
16
+ readonly MIG_2G_35GB: "mig-2g.35gb";
17
+ readonly MIG_2G_45GB: "mig-2g.45gb";
18
+ readonly MIG_2G_47GB: "mig-2g.47gb";
19
+ readonly MIG_3G_20GB: "mig-3g.20gb";
20
+ readonly MIG_3G_40GB: "mig-3g.40gb";
21
+ readonly MIG_3G_71GB: "mig-3g.71gb";
22
+ readonly MIG_3G_90GB: "mig-3g.90gb";
23
+ readonly MIG_3G_93GB: "mig-3g.93gb";
24
+ readonly MIG_4G_20GB: "mig-4g.20gb";
25
+ readonly MIG_4G_40GB: "mig-4g.40gb";
26
+ readonly MIG_4G_71GB: "mig-4g.71gb";
27
+ readonly MIG_4G_90GB: "mig-4g.90gb";
28
+ readonly MIG_4G_93GB: "mig-4g.93gb";
29
+ readonly MIG_7G_141GB: "mig-7g.141gb";
30
+ readonly MIG_7G_180GB: "mig-7g.180gb";
31
+ readonly MIG_7G_186GB: "mig-7g.186gb";
32
+ readonly MIG_7G_40GB: "mig-7g.40gb";
33
+ readonly MIG_7G_80GB: "mig-7g.80gb";
34
+ };
35
+ /**
36
+ * @public
37
+ */
38
+ export type MIGProfileType = (typeof MIGProfileType)[keyof typeof MIGProfileType];
1
39
  /**
2
40
  * @public
3
41
  * @enum
@@ -26,6 +64,17 @@ export declare const ActivationState: {
26
64
  * @public
27
65
  */
28
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];
29
78
  /**
30
79
  * @public
31
80
  * @enum
@@ -1607,6 +1656,34 @@ export declare const ModelPackageStatus: {
1607
1656
  * @public
1608
1657
  */
1609
1658
  export type ModelPackageStatus = (typeof ModelPackageStatus)[keyof typeof ModelPackageStatus];
1659
+ /**
1660
+ * @public
1661
+ * @enum
1662
+ */
1663
+ export declare const BatchRebootClusterNodesErrorCode: {
1664
+ readonly INSTANCE_ID_IN_USE: "InstanceIdInUse";
1665
+ readonly INSTANCE_ID_NOT_FOUND: "InstanceIdNotFound";
1666
+ readonly INTERNAL_SERVER_ERROR: "InternalServerError";
1667
+ readonly INVALID_INSTANCE_STATUS: "InvalidInstanceStatus";
1668
+ };
1669
+ /**
1670
+ * @public
1671
+ */
1672
+ export type BatchRebootClusterNodesErrorCode = (typeof BatchRebootClusterNodesErrorCode)[keyof typeof BatchRebootClusterNodesErrorCode];
1673
+ /**
1674
+ * @public
1675
+ * @enum
1676
+ */
1677
+ export declare const BatchReplaceClusterNodesErrorCode: {
1678
+ readonly INSTANCE_ID_IN_USE: "InstanceIdInUse";
1679
+ readonly INSTANCE_ID_NOT_FOUND: "InstanceIdNotFound";
1680
+ readonly INTERNAL_SERVER_ERROR: "InternalServerError";
1681
+ readonly INVALID_INSTANCE_STATUS: "InvalidInstanceStatus";
1682
+ };
1683
+ /**
1684
+ * @public
1685
+ */
1686
+ export type BatchReplaceClusterNodesErrorCode = (typeof BatchReplaceClusterNodesErrorCode)[keyof typeof BatchReplaceClusterNodesErrorCode];
1610
1687
  /**
1611
1688
  * @public
1612
1689
  * @enum
@@ -1886,6 +1963,18 @@ export declare const ClusterAutoScalingStatus: {
1886
1963
  * @public
1887
1964
  */
1888
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];
1889
1978
  /**
1890
1979
  * @public
1891
1980
  * @enum
@@ -2035,6 +2124,19 @@ export declare const ClusterInstanceType: {
2035
2124
  * @public
2036
2125
  */
2037
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];
2038
2140
  /**
2039
2141
  * @public
2040
2142
  * @enum
@@ -3403,6 +3505,8 @@ export declare const OptimizationJobDeploymentInstanceType: {
3403
3505
  readonly ML_INF2_XLARGE: "ml.inf2.xlarge";
3404
3506
  readonly ML_P4DE_24XLARGE: "ml.p4de.24xlarge";
3405
3507
  readonly ML_P4D_24XLARGE: "ml.p4d.24xlarge";
3508
+ readonly ML_P5EN_48XLARGE: "ml.p5en.48xlarge";
3509
+ readonly ML_P5E_48XLARGE: "ml.p5e.48xlarge";
3406
3510
  readonly ML_P5_48XLARGE: "ml.p5.48xlarge";
3407
3511
  readonly ML_TRN1N_32XLARGE: "ml.trn1n.32xlarge";
3408
3512
  readonly ML_TRN1_2XLARGE: "ml.trn1.2xlarge";
@@ -3412,6 +3516,29 @@ export declare const OptimizationJobDeploymentInstanceType: {
3412
3516
  * @public
3413
3517
  */
3414
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];
3415
3542
  /**
3416
3543
  * @public
3417
3544
  * @enum
@@ -4417,6 +4544,7 @@ export type TrainingPlanStatus = (typeof TrainingPlanStatus)[keyof typeof Traini
4417
4544
  * @enum
4418
4545
  */
4419
4546
  export declare const SageMakerResourceName: {
4547
+ readonly ENDPOINT: "endpoint";
4420
4548
  readonly HYPERPOD_CLUSTER: "hyperpod-cluster";
4421
4549
  readonly TRAINING_JOB: "training-job";
4422
4550
  };