@aws-sdk/client-sagemaker 3.989.0 → 3.991.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 +18 -0
- package/dist-cjs/schemas/schemas_0.js +313 -273
- package/dist-es/models/enums.js +16 -0
- package/dist-es/schemas/schemas_0.js +278 -238
- package/dist-types/commands/CreateClusterCommand.d.ts +27 -0
- package/dist-types/commands/CreateCompilationJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateComputeQuotaCommand.d.ts +1 -2
- package/dist-types/commands/CreateDataQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelBiasJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/commands/CreateProcessingJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateSpaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +2 -2
- package/dist-types/commands/DescribeClusterCommand.d.ts +27 -0
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +9 -0
- package/dist-types/commands/DescribeDataQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelBiasJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeProcessingJobCommand.d.ts +2 -2
- package/dist-types/commands/DescribeProjectCommand.d.ts +1 -2
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +2 -2
- package/dist-types/commands/ListProcessingJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListProjectsCommand.d.ts +1 -1
- package/dist-types/commands/SearchCommand.d.ts +5 -5
- package/dist-types/commands/UpdateClusterCommand.d.ts +32 -0
- package/dist-types/commands/UpdateMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTrainingJobCommand.d.ts +1 -1
- package/dist-types/models/enums.d.ts +32 -0
- package/dist-types/models/models_0.d.ts +124 -145
- package/dist-types/models/models_1.d.ts +144 -125
- package/dist-types/models/models_2.d.ts +126 -229
- package/dist-types/models/models_3.d.ts +230 -156
- package/dist-types/models/models_4.d.ts +162 -5
- package/dist-types/schemas/schemas_0.d.ts +5 -0
- package/dist-types/ts3.4/commands/CreateCompilationJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateComputeQuotaCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateSpaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePipelineExecutionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeProcessingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListProcessingJobsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +20 -0
- package/dist-types/ts3.4/models/models_0.d.ts +45 -33
- package/dist-types/ts3.4/models/models_1.d.ts +39 -30
- package/dist-types/ts3.4/models/models_2.d.ts +39 -60
- package/dist-types/ts3.4/models/models_3.d.ts +62 -39
- package/dist-types/ts3.4/models/models_4.d.ts +42 -3
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +5 -0
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -7264,6 +7264,11 @@ const DeepHealthCheckType = {
|
|
|
7264
7264
|
INSTANCE_CONNECTIVITY: "InstanceConnectivity",
|
|
7265
7265
|
INSTANCE_STRESS: "InstanceStress",
|
|
7266
7266
|
};
|
|
7267
|
+
const ClusterSlurmNodeType = {
|
|
7268
|
+
COMPUTE: "Compute",
|
|
7269
|
+
CONTROLLER: "Controller",
|
|
7270
|
+
LOGIN: "Login",
|
|
7271
|
+
};
|
|
7267
7272
|
const SoftwareUpdateStatus = {
|
|
7268
7273
|
FAILED: "Failed",
|
|
7269
7274
|
IN_PROGRESS: "InProgress",
|
|
@@ -7288,6 +7293,11 @@ const ClusterNodeRecovery = {
|
|
|
7288
7293
|
AUTOMATIC: "Automatic",
|
|
7289
7294
|
NONE: "None",
|
|
7290
7295
|
};
|
|
7296
|
+
const ClusterSlurmConfigStrategy = {
|
|
7297
|
+
MANAGED: "Managed",
|
|
7298
|
+
MERGE: "Merge",
|
|
7299
|
+
OVERWRITE: "Overwrite",
|
|
7300
|
+
};
|
|
7291
7301
|
const SchedulerResourceStatus = {
|
|
7292
7302
|
CREATED: "Created",
|
|
7293
7303
|
CREATE_FAILED: "CreateFailed",
|
|
@@ -7522,6 +7532,12 @@ const ProcessingInstanceType = {
|
|
|
7522
7532
|
ML_G6_4XLARGE: "ml.g6.4xlarge",
|
|
7523
7533
|
ML_G6_8XLARGE: "ml.g6.8xlarge",
|
|
7524
7534
|
ML_G6_XLARGE: "ml.g6.xlarge",
|
|
7535
|
+
ML_G7E_12XLARGE: "ml.g7e.12xlarge",
|
|
7536
|
+
ML_G7E_24XLARGE: "ml.g7e.24xlarge",
|
|
7537
|
+
ML_G7E_2XLARGE: "ml.g7e.2xlarge",
|
|
7538
|
+
ML_G7E_48XLARGE: "ml.g7e.48xlarge",
|
|
7539
|
+
ML_G7E_4XLARGE: "ml.g7e.4xlarge",
|
|
7540
|
+
ML_G7E_8XLARGE: "ml.g7e.8xlarge",
|
|
7525
7541
|
ML_M4_10XLARGE: "ml.m4.10xlarge",
|
|
7526
7542
|
ML_M4_16XLARGE: "ml.m4.16xlarge",
|
|
7527
7543
|
ML_M4_2XLARGE: "ml.m4.2xlarge",
|
|
@@ -9074,6 +9090,8 @@ exports.ClusterInstanceType = ClusterInstanceType;
|
|
|
9074
9090
|
exports.ClusterKubernetesTaintEffect = ClusterKubernetesTaintEffect;
|
|
9075
9091
|
exports.ClusterNodeProvisioningMode = ClusterNodeProvisioningMode;
|
|
9076
9092
|
exports.ClusterNodeRecovery = ClusterNodeRecovery;
|
|
9093
|
+
exports.ClusterSlurmConfigStrategy = ClusterSlurmConfigStrategy;
|
|
9094
|
+
exports.ClusterSlurmNodeType = ClusterSlurmNodeType;
|
|
9077
9095
|
exports.ClusterSortBy = ClusterSortBy;
|
|
9078
9096
|
exports.ClusterStatus = ClusterStatus;
|
|
9079
9097
|
exports.CodeRepositorySortBy = CodeRepositorySortBy;
|