@aws-sdk/client-sagemaker 3.922.0 → 3.925.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 CHANGED
@@ -1523,6 +1523,14 @@ const DeepHealthCheckType = {
1523
1523
  INSTANCE_CONNECTIVITY: "InstanceConnectivity",
1524
1524
  INSTANCE_STRESS: "InstanceStress",
1525
1525
  };
1526
+ const SoftwareUpdateStatus = {
1527
+ FAILED: "Failed",
1528
+ IN_PROGRESS: "InProgress",
1529
+ PENDING: "Pending",
1530
+ ROLLBACK_COMPLETE: "RollbackComplete",
1531
+ ROLLBACK_IN_PROGRESS: "RollbackInProgress",
1532
+ SUCCEEDED: "Succeeded",
1533
+ };
1526
1534
  const InstanceGroupStatus = {
1527
1535
  CREATING: "Creating",
1528
1536
  DEGRADED: "Degraded",
@@ -12099,6 +12107,7 @@ const de_ClusterEventSummary = (output, context) => {
12099
12107
  };
12100
12108
  const de_ClusterInstanceGroupDetails = (output, context) => {
12101
12109
  return smithyClient.take(output, {
12110
+ ActiveSoftwareUpdateConfig: (_) => de_DeploymentConfiguration(_),
12102
12111
  CurrentCount: smithyClient.expectInt32,
12103
12112
  CurrentImageId: smithyClient.expectString,
12104
12113
  DesiredImageId: smithyClient.expectString,
@@ -12110,8 +12119,10 @@ const de_ClusterInstanceGroupDetails = (output, context) => {
12110
12119
  OnStartDeepHealthChecks: (_) => de_OnStartDeepHealthChecks(_),
12111
12120
  OverrideVpcConfig: (_) => de_VpcConfig(_),
12112
12121
  ScheduledUpdateConfig: (_) => de_ScheduledUpdateConfig(_),
12122
+ SoftwareUpdateStatus: smithyClient.expectString,
12113
12123
  Status: smithyClient.expectString,
12114
12124
  TargetCount: smithyClient.expectInt32,
12125
+ TargetStateCount: smithyClient.expectInt32,
12115
12126
  ThreadsPerCore: smithyClient.expectInt32,
12116
12127
  TrainingPlanArn: smithyClient.expectString,
12117
12128
  TrainingPlanStatus: smithyClient.expectString,
@@ -29847,6 +29858,7 @@ exports.SendPipelineExecutionStepFailureCommand = SendPipelineExecutionStepFailu
29847
29858
  exports.SendPipelineExecutionStepSuccessCommand = SendPipelineExecutionStepSuccessCommand;
29848
29859
  exports.SharingType = SharingType;
29849
29860
  exports.SkipModelValidation = SkipModelValidation;
29861
+ exports.SoftwareUpdateStatus = SoftwareUpdateStatus;
29850
29862
  exports.SortActionsBy = SortActionsBy;
29851
29863
  exports.SortArtifactsBy = SortArtifactsBy;
29852
29864
  exports.SortAssociationsBy = SortAssociationsBy;
@@ -1403,6 +1403,14 @@ export const DeepHealthCheckType = {
1403
1403
  INSTANCE_CONNECTIVITY: "InstanceConnectivity",
1404
1404
  INSTANCE_STRESS: "InstanceStress",
1405
1405
  };
1406
+ export const SoftwareUpdateStatus = {
1407
+ FAILED: "Failed",
1408
+ IN_PROGRESS: "InProgress",
1409
+ PENDING: "Pending",
1410
+ ROLLBACK_COMPLETE: "RollbackComplete",
1411
+ ROLLBACK_IN_PROGRESS: "RollbackInProgress",
1412
+ SUCCEEDED: "Succeeded",
1413
+ };
1406
1414
  export const InstanceGroupStatus = {
1407
1415
  CREATING: "Creating",
1408
1416
  DEGRADED: "Degraded",
@@ -9633,6 +9633,7 @@ const de_ClusterEventSummary = (output, context) => {
9633
9633
  };
9634
9634
  const de_ClusterInstanceGroupDetails = (output, context) => {
9635
9635
  return take(output, {
9636
+ ActiveSoftwareUpdateConfig: (_) => de_DeploymentConfiguration(_, context),
9636
9637
  CurrentCount: __expectInt32,
9637
9638
  CurrentImageId: __expectString,
9638
9639
  DesiredImageId: __expectString,
@@ -9644,8 +9645,10 @@ const de_ClusterInstanceGroupDetails = (output, context) => {
9644
9645
  OnStartDeepHealthChecks: (_) => de_OnStartDeepHealthChecks(_, context),
9645
9646
  OverrideVpcConfig: (_) => de_VpcConfig(_, context),
9646
9647
  ScheduledUpdateConfig: (_) => de_ScheduledUpdateConfig(_, context),
9648
+ SoftwareUpdateStatus: __expectString,
9647
9649
  Status: __expectString,
9648
9650
  TargetCount: __expectInt32,
9651
+ TargetStateCount: __expectInt32,
9649
9652
  ThreadsPerCore: __expectInt32,
9650
9653
  TrainingPlanArn: __expectString,
9651
9654
  TrainingPlanStatus: __expectString,
@@ -26,7 +26,7 @@ export interface SageMakerHttpAuthSchemeProvider extends HttpAuthSchemeProvider<
26
26
  */
27
27
  export declare const defaultSageMakerHttpAuthSchemeProvider: SageMakerHttpAuthSchemeProvider;
28
28
  /**
29
- * @internal
29
+ * @public
30
30
  */
31
31
  export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
32
32
  /**
@@ -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 { CreateLabelingJobRequest } from "../models/models_1";
4
- import { CreateLabelingJobResponse } from "../models/models_2";
3
+ import { CreateLabelingJobRequest, CreateLabelingJobResponse } from "../models/models_2";
5
4
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
6
5
  /**
7
6
  * @public
@@ -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 { DescribeClusterRequest, DescribeClusterResponse } from "../models/models_2";
3
+ import { DescribeClusterRequest } from "../models/models_2";
4
+ import { DescribeClusterResponse } from "../models/models_3";
4
5
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
6
  /**
6
7
  * @public
@@ -105,6 +106,26 @@ declare const DescribeClusterCommand_base: {
105
106
  * // },
106
107
  * // CurrentImageId: "STRING_VALUE",
107
108
  * // DesiredImageId: "STRING_VALUE",
109
+ * // TargetStateCount: Number("int"),
110
+ * // SoftwareUpdateStatus: "Pending" || "InProgress" || "Succeeded" || "Failed" || "RollbackInProgress" || "RollbackComplete",
111
+ * // ActiveSoftwareUpdateConfig: {
112
+ * // RollingUpdatePolicy: {
113
+ * // MaximumBatchSize: {
114
+ * // Type: "INSTANCE_COUNT" || "CAPACITY_PERCENTAGE", // required
115
+ * // Value: Number("int"), // required
116
+ * // },
117
+ * // RollbackMaximumBatchSize: {
118
+ * // Type: "INSTANCE_COUNT" || "CAPACITY_PERCENTAGE", // required
119
+ * // Value: Number("int"), // required
120
+ * // },
121
+ * // },
122
+ * // WaitIntervalInSeconds: Number("int"),
123
+ * // AutoRollbackConfiguration: [
124
+ * // {
125
+ * // AlarmName: "STRING_VALUE", // required
126
+ * // },
127
+ * // ],
128
+ * // },
108
129
  * // },
109
130
  * // ],
110
131
  * // RestrictedInstanceGroups: [ // ClusterRestrictedInstanceGroupDetailsList
@@ -146,10 +167,7 @@ declare const DescribeClusterCommand_base: {
146
167
  * // Type: "INSTANCE_COUNT" || "CAPACITY_PERCENTAGE", // required
147
168
  * // Value: Number("int"), // required
148
169
  * // },
149
- * // RollbackMaximumBatchSize: {
150
- * // Type: "INSTANCE_COUNT" || "CAPACITY_PERCENTAGE", // required
151
- * // Value: Number("int"), // required
152
- * // },
170
+ * // RollbackMaximumBatchSize: "<CapacitySizeConfig>",
153
171
  * // },
154
172
  * // WaitIntervalInSeconds: Number("int"),
155
173
  * // AutoRollbackConfiguration: [
@@ -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 { ListTrialsRequest } from "../models/models_4";
4
- import { ListTrialsResponse } from "../models/models_5";
3
+ import { ListTrialsRequest, ListTrialsResponse } from "../models/models_5";
5
4
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
6
5
  /**
7
6
  * @public
@@ -6325,6 +6325,43 @@ export interface ClusterEventSummary {
6325
6325
  */
6326
6326
  Description?: string | undefined;
6327
6327
  }
6328
+ /**
6329
+ * <p>The configurations that SageMaker uses when updating the AMI versions.</p>
6330
+ * @public
6331
+ */
6332
+ export interface RollingDeploymentPolicy {
6333
+ /**
6334
+ * <p>The maximum amount of instances in the cluster that SageMaker can update at a time.</p>
6335
+ * @public
6336
+ */
6337
+ MaximumBatchSize: CapacitySizeConfig | undefined;
6338
+ /**
6339
+ * <p>The maximum amount of instances in the cluster that SageMaker can roll back at a time.</p>
6340
+ * @public
6341
+ */
6342
+ RollbackMaximumBatchSize?: CapacitySizeConfig | undefined;
6343
+ }
6344
+ /**
6345
+ * <p>The configuration to use when updating the AMI versions.</p>
6346
+ * @public
6347
+ */
6348
+ export interface DeploymentConfiguration {
6349
+ /**
6350
+ * <p>The policy that SageMaker uses when updating the AMI versions of the cluster. </p>
6351
+ * @public
6352
+ */
6353
+ RollingUpdatePolicy?: RollingDeploymentPolicy | undefined;
6354
+ /**
6355
+ * <p>The duration in seconds that SageMaker waits before updating more instances in the cluster.</p>
6356
+ * @public
6357
+ */
6358
+ WaitIntervalInSeconds?: number | undefined;
6359
+ /**
6360
+ * <p>An array that contains the alarms that SageMaker monitors to know whether to roll back the AMI update.</p>
6361
+ * @public
6362
+ */
6363
+ AutoRollbackConfiguration?: AlarmDetails[] | undefined;
6364
+ }
6328
6365
  /**
6329
6366
  * <p>Defines the configuration for attaching additional storage to the instances in the SageMaker HyperPod cluster instance group. To learn more, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-hyperpod-release-notes.html#sagemaker-hyperpod-release-notes-20240620">SageMaker HyperPod release notes: June 20, 2024</a>.</p>
6330
6367
  * @public
@@ -6506,43 +6543,6 @@ export declare const DeepHealthCheckType: {
6506
6543
  * @public
6507
6544
  */
6508
6545
  export type DeepHealthCheckType = (typeof DeepHealthCheckType)[keyof typeof DeepHealthCheckType];
6509
- /**
6510
- * <p>The configurations that SageMaker uses when updating the AMI versions.</p>
6511
- * @public
6512
- */
6513
- export interface RollingDeploymentPolicy {
6514
- /**
6515
- * <p>The maximum amount of instances in the cluster that SageMaker can update at a time.</p>
6516
- * @public
6517
- */
6518
- MaximumBatchSize: CapacitySizeConfig | undefined;
6519
- /**
6520
- * <p>The maximum amount of instances in the cluster that SageMaker can roll back at a time.</p>
6521
- * @public
6522
- */
6523
- RollbackMaximumBatchSize?: CapacitySizeConfig | undefined;
6524
- }
6525
- /**
6526
- * <p>The configuration to use when updating the AMI versions.</p>
6527
- * @public
6528
- */
6529
- export interface DeploymentConfiguration {
6530
- /**
6531
- * <p>The policy that SageMaker uses when updating the AMI versions of the cluster. </p>
6532
- * @public
6533
- */
6534
- RollingUpdatePolicy?: RollingDeploymentPolicy | undefined;
6535
- /**
6536
- * <p>The duration in seconds that SageMaker waits before updating more instances in the cluster.</p>
6537
- * @public
6538
- */
6539
- WaitIntervalInSeconds?: number | undefined;
6540
- /**
6541
- * <p>An array that contains the alarms that SageMaker monitors to know whether to roll back the AMI update.</p>
6542
- * @public
6543
- */
6544
- AutoRollbackConfiguration?: AlarmDetails[] | undefined;
6545
- }
6546
6546
  /**
6547
6547
  * <p>The configuration object of the schedule that SageMaker follows when updating the AMI.</p>
6548
6548
  * @public
@@ -6559,6 +6559,22 @@ export interface ScheduledUpdateConfig {
6559
6559
  */
6560
6560
  DeploymentConfig?: DeploymentConfiguration | undefined;
6561
6561
  }
6562
+ /**
6563
+ * @public
6564
+ * @enum
6565
+ */
6566
+ export declare const SoftwareUpdateStatus: {
6567
+ readonly FAILED: "Failed";
6568
+ readonly IN_PROGRESS: "InProgress";
6569
+ readonly PENDING: "Pending";
6570
+ readonly ROLLBACK_COMPLETE: "RollbackComplete";
6571
+ readonly ROLLBACK_IN_PROGRESS: "RollbackInProgress";
6572
+ readonly SUCCEEDED: "Succeeded";
6573
+ };
6574
+ /**
6575
+ * @public
6576
+ */
6577
+ export type SoftwareUpdateStatus = (typeof SoftwareUpdateStatus)[keyof typeof SoftwareUpdateStatus];
6562
6578
  /**
6563
6579
  * @public
6564
6580
  * @enum
@@ -6661,6 +6677,21 @@ export interface ClusterInstanceGroupDetails {
6661
6677
  * @public
6662
6678
  */
6663
6679
  DesiredImageId?: string | undefined;
6680
+ /**
6681
+ * <p>The number of nodes running a specific image ID since the last software update request.</p>
6682
+ * @public
6683
+ */
6684
+ TargetStateCount?: number | undefined;
6685
+ /**
6686
+ * <p>Status of the last software udpate request.</p>
6687
+ * @public
6688
+ */
6689
+ SoftwareUpdateStatus?: SoftwareUpdateStatus | undefined;
6690
+ /**
6691
+ * <p>The configuration to use when updating the AMI versions.</p>
6692
+ * @public
6693
+ */
6694
+ ActiveSoftwareUpdateConfig?: DeploymentConfiguration | undefined;
6664
6695
  }
6665
6696
  /**
6666
6697
  * <p>The specifications of an instance group that you need to define.</p>
@@ -6947,14 +6978,3 @@ export interface ClusterOrchestratorEksConfig {
6947
6978
  */
6948
6979
  ClusterArn: string | undefined;
6949
6980
  }
6950
- /**
6951
- * <p>The type of orchestrator used for the SageMaker HyperPod cluster.</p>
6952
- * @public
6953
- */
6954
- export interface ClusterOrchestrator {
6955
- /**
6956
- * <p>The Amazon EKS cluster used as the orchestrator for the SageMaker HyperPod cluster.</p>
6957
- * @public
6958
- */
6959
- Eks: ClusterOrchestratorEksConfig | undefined;
6960
- }
@@ -1,6 +1,17 @@
1
1
  import { AutomaticJsonStringConversion as __AutomaticJsonStringConversion, ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { ActionSource, ActionStatus, ActivationState, AdditionalModelDataSource, AdditionalS3DataSource, AlgorithmValidationSpecification, AmazonQSettings, AnnotationConsolidationConfig, AppInstanceType, AppLifecycleManagement, AppNetworkAccessType, AppSecurityGroupManagement, AppType, ArtifactSource, AsyncInferenceConfig, AuthMode, AuthorizedUrl, AutoMLChannel, AutoMLComputeConfig, AutoMLDataSplitConfig, AutoMLJobChannel, AutoMLJobConfig, AutoMLJobObjective, AutoMLOutputDataConfig, AutoMLProblemTypeConfig, AutoMLSecurityConfig, AutoMountHomeEFS, AutoParameter, AutoRollbackConfig, Autotune, AwsManagedHumanLoopRequestSource, BatchTransformInput, BestObjectiveNotImproving, BlueGreenUpdatePolicy, CanvasAppSettings, CapacityReservationPreference, CapacitySize, CaptureContentTypeHeader, CaptureOption, CategoricalParameter, CategoricalParameterRange, CategoricalParameterRangeSpecification, Channel, ChannelSpecification, CheckpointConfig, ClarifyExplainerConfig, ClusterAutoScalingConfig, ClusterConfigMode, ClusterInstanceGroupSpecification, ClusterInstanceStorageConfig, ClusterInstanceType, ClusterNodeProvisioningMode, ClusterNodeRecovery, ClusterOrchestrator, CodeEditorAppImageConfig, DeepHealthCheckType, FeatureStatus, InferenceSpecification, InstanceGroupStatus, JupyterLabAppImageConfig, KernelGatewayImageConfig, MetricDefinition, ModelDataSource, OutputDataConfig, ProblemType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, ScheduledUpdateConfig, StoppingCondition, Tag, TrainingInputMode, TrainingInstanceType, VpcConfig } from "./models_0";
2
+ import { ActionSource, ActionStatus, ActivationState, AdditionalModelDataSource, AdditionalS3DataSource, AlgorithmValidationSpecification, AmazonQSettings, AnnotationConsolidationConfig, AppInstanceType, AppLifecycleManagement, AppNetworkAccessType, AppSecurityGroupManagement, AppType, ArtifactSource, AsyncInferenceConfig, AuthMode, AuthorizedUrl, AutoMLChannel, AutoMLComputeConfig, AutoMLDataSplitConfig, AutoMLJobChannel, AutoMLJobConfig, AutoMLJobObjective, AutoMLOutputDataConfig, AutoMLProblemTypeConfig, AutoMLSecurityConfig, AutoMountHomeEFS, AutoParameter, AutoRollbackConfig, Autotune, AwsManagedHumanLoopRequestSource, BatchTransformInput, BestObjectiveNotImproving, BlueGreenUpdatePolicy, CanvasAppSettings, CapacityReservationPreference, CapacitySize, CaptureContentTypeHeader, CaptureOption, CategoricalParameter, CategoricalParameterRange, CategoricalParameterRangeSpecification, Channel, ChannelSpecification, CheckpointConfig, ClarifyExplainerConfig, ClusterAutoScalingConfig, ClusterConfigMode, ClusterInstanceGroupSpecification, ClusterInstanceStorageConfig, ClusterInstanceType, ClusterNodeProvisioningMode, ClusterNodeRecovery, ClusterOrchestratorEksConfig, CodeEditorAppImageConfig, DeepHealthCheckType, FeatureStatus, InferenceSpecification, InstanceGroupStatus, JupyterLabAppImageConfig, KernelGatewayImageConfig, MetricDefinition, ModelDataSource, OutputDataConfig, ProblemType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, ScheduledUpdateConfig, StoppingCondition, Tag, TrainingInputMode, TrainingInstanceType, VpcConfig } from "./models_0";
3
3
  import { SageMakerServiceException as __BaseException } from "./SageMakerServiceException";
4
+ /**
5
+ * <p>The type of orchestrator used for the SageMaker HyperPod cluster.</p>
6
+ * @public
7
+ */
8
+ export interface ClusterOrchestrator {
9
+ /**
10
+ * <p>The Amazon EKS cluster used as the orchestrator for the SageMaker HyperPod cluster.</p>
11
+ * @public
12
+ */
13
+ Eks: ClusterOrchestratorEksConfig | undefined;
14
+ }
4
15
  /**
5
16
  * <p>Configuration settings for an Amazon FSx for Lustre file system to be used with the cluster.</p>
6
17
  * @public
@@ -6921,58 +6932,3 @@ export interface LabelingJobStoppingConditions {
6921
6932
  */
6922
6933
  MaxPercentageOfInputDatasetLabeled?: number | undefined;
6923
6934
  }
6924
- /**
6925
- * @public
6926
- */
6927
- export interface CreateLabelingJobRequest {
6928
- /**
6929
- * <p>The name of the labeling job. This name is used to identify the job in a list of labeling jobs. Labeling job names must be unique within an Amazon Web Services account and region. <code>LabelingJobName</code> is not case sensitive. For example, Example-job and example-job are considered the same labeling job name by Ground Truth.</p>
6930
- * @public
6931
- */
6932
- LabelingJobName: string | undefined;
6933
- /**
6934
- * <p>The attribute name to use for the label in the output manifest file. This is the key for the key/value pair formed with the label that a worker assigns to the object. The <code>LabelAttributeName</code> must meet the following requirements.</p> <ul> <li> <p>The name can't end with "-metadata". </p> </li> <li> <p>If you are using one of the <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-task-types.html">built-in task types</a> or one of the following, the attribute name <i>must</i> end with "-ref".</p> <ul> <li> <p>Image semantic segmentation (<code>SemanticSegmentation)</code> and adjustment (<code>AdjustmentSemanticSegmentation</code>) labeling jobs for this task type. One exception is that verification (<code>VerificationSemanticSegmentation</code>) <i>must not</i> end with -"ref".</p> </li> <li> <p>Video frame object detection (<code>VideoObjectDetection</code>), and adjustment and verification (<code>AdjustmentVideoObjectDetection</code>) labeling jobs for this task type.</p> </li> <li> <p>Video frame object tracking (<code>VideoObjectTracking</code>), and adjustment and verification (<code>AdjustmentVideoObjectTracking</code>) labeling jobs for this task type.</p> </li> <li> <p>3D point cloud semantic segmentation (<code>3DPointCloudSemanticSegmentation</code>), and adjustment and verification (<code>Adjustment3DPointCloudSemanticSegmentation</code>) labeling jobs for this task type. </p> </li> <li> <p>3D point cloud object tracking (<code>3DPointCloudObjectTracking</code>), and adjustment and verification (<code>Adjustment3DPointCloudObjectTracking</code>) labeling jobs for this task type. </p> </li> </ul> </li> </ul> <p/> <important> <p>If you are creating an adjustment or verification labeling job, you must use a <i>different</i> <code>LabelAttributeName</code> than the one used in the original labeling job. The original labeling job is the Ground Truth labeling job that produced the labels that you want verified or adjusted. To learn more about adjustment and verification labeling jobs, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-verification-data.html">Verify and Adjust Labels</a>.</p> </important>
6935
- * @public
6936
- */
6937
- LabelAttributeName: string | undefined;
6938
- /**
6939
- * <p>Input data for the labeling job, such as the Amazon S3 location of the data objects and the location of the manifest file that describes the data objects.</p> <p>You must specify at least one of the following: <code>S3DataSource</code> or <code>SnsDataSource</code>. </p> <ul> <li> <p>Use <code>SnsDataSource</code> to specify an SNS input topic for a streaming labeling job. If you do not specify and SNS input topic ARN, Ground Truth will create a one-time labeling job that stops after all data objects in the input manifest file have been labeled.</p> </li> <li> <p>Use <code>S3DataSource</code> to specify an input manifest file for both streaming and one-time labeling jobs. Adding an <code>S3DataSource</code> is optional if you use <code>SnsDataSource</code> to create a streaming labeling job.</p> </li> </ul> <p>If you use the Amazon Mechanical Turk workforce, your input data should not include confidential information, personal information or protected health information. Use <code>ContentClassifiers</code> to specify that your data is free of personally identifiable information and adult content.</p>
6940
- * @public
6941
- */
6942
- InputConfig: LabelingJobInputConfig | undefined;
6943
- /**
6944
- * <p>The location of the output data and the Amazon Web Services Key Management Service key ID for the key used to encrypt the output data, if any.</p>
6945
- * @public
6946
- */
6947
- OutputConfig: LabelingJobOutputConfig | undefined;
6948
- /**
6949
- * <p>The Amazon Resource Number (ARN) that Amazon SageMaker assumes to perform tasks on your behalf during data labeling. You must grant this role the necessary permissions so that Amazon SageMaker can successfully complete data labeling.</p>
6950
- * @public
6951
- */
6952
- RoleArn: string | undefined;
6953
- /**
6954
- * <p>The S3 URI of the file, referred to as a <i>label category configuration file</i>, that defines the categories used to label the data objects.</p> <p>For 3D point cloud and video frame task types, you can add label category attributes and frame attributes to your label category configuration file. To learn how, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-point-cloud-label-category-config.html">Create a Labeling Category Configuration File for 3D Point Cloud Labeling Jobs</a>. </p> <p>For named entity recognition jobs, in addition to <code>"labels"</code>, you must provide worker instructions in the label category configuration file using the <code>"instructions"</code> parameter: <code>"instructions": \{"shortInstruction":"&lt;h1&gt;Add header&lt;/h1&gt;&lt;p&gt;Add Instructions&lt;/p&gt;", "fullInstruction":"&lt;p&gt;Add additional instructions.&lt;/p&gt;"\}</code>. For details and an example, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-named-entity-recg.html#sms-creating-ner-api">Create a Named Entity Recognition Labeling Job (API) </a>.</p> <p>For all other <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-task-types.html">built-in task types</a> and <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-custom-templates.html">custom tasks</a>, your label category configuration file must be a JSON file in the following format. Identify the labels you want to use by replacing <code>label_1</code>, <code>label_2</code>,<code>...</code>,<code>label_n</code> with your label categories.</p> <p> <code>\{ </code> </p> <p> <code>"document-version": "2018-11-28",</code> </p> <p> <code>"labels": [\{"label": "label_1"\},\{"label": "label_2"\},...\{"label": "label_n"\}]</code> </p> <p> <code>\}</code> </p> <p>Note the following about the label category configuration file:</p> <ul> <li> <p>For image classification and text classification (single and multi-label) you must specify at least two label categories. For all other task types, the minimum number of label categories required is one. </p> </li> <li> <p>Each label category must be unique, you cannot specify duplicate label categories.</p> </li> <li> <p>If you create a 3D point cloud or video frame adjustment or verification labeling job, you must include <code>auditLabelAttributeName</code> in the label category configuration. Use this parameter to enter the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateLabelingJob.html#sagemaker-CreateLabelingJob-request-LabelAttributeName"> <code>LabelAttributeName</code> </a> of the labeling job you want to adjust or verify annotations of.</p> </li> </ul>
6955
- * @public
6956
- */
6957
- LabelCategoryConfigS3Uri?: string | undefined;
6958
- /**
6959
- * <p>A set of conditions for stopping the labeling job. If any of the conditions are met, the job is automatically stopped. You can use these conditions to control the cost of data labeling.</p>
6960
- * @public
6961
- */
6962
- StoppingConditions?: LabelingJobStoppingConditions | undefined;
6963
- /**
6964
- * <p>Configures the information required to perform automated data labeling.</p>
6965
- * @public
6966
- */
6967
- LabelingJobAlgorithmsConfig?: LabelingJobAlgorithmsConfig | undefined;
6968
- /**
6969
- * <p>Configures the labeling task and how it is presented to workers; including, but not limited to price, keywords, and batch size (task count).</p>
6970
- * @public
6971
- */
6972
- HumanTaskConfig: HumanTaskConfig | undefined;
6973
- /**
6974
- * <p>An array of key/value pairs. For more information, see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-what">Using Cost Allocation Tags</a> in the <i>Amazon Web Services Billing and Cost Management User Guide</i>.</p>
6975
- * @public
6976
- */
6977
- Tags?: Tag[] | undefined;
6978
- }
@@ -1,5 +1,60 @@
1
- import { ActionSource, ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AlgorithmStatus, AlgorithmStatusDetails, AlgorithmValidationSpecification, AppSpecification, AppStatus, AppType, ArtifactSource, AthenaDatasetDefinition, AutoMLCandidate, AutoMLChannel, AutoMLComputeConfig, AutoMLDataSplitConfig, AutoMLJobArtifacts, AutoMLJobChannel, AutoMLJobCompletionCriteria, AutoMLJobConfig, AutoMLJobObjective, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLOutputDataConfig, AutoMLPartialFailureReason, AutoMLProblemTypeConfig, AutoMLProblemTypeConfigName, AutoMLResolvedAttributes, AutoMLSecurityConfig, BatchDataCaptureConfig, BatchStrategy, BatchTransformInput, Bias, CaptureStatus, CfnCreateTemplateProvider, Channel, CheckpointConfig, ClusterAutoScalingConfigOutput, ClusterInstanceGroupDetails, ClusterNodeProvisioningMode, ClusterNodeRecovery, ClusterOrchestrator, CodeEditorAppImageConfig, FeatureStatus, InferenceSpecification, JupyterLabAppImageConfig, KernelGatewayImageConfig, MetricsSource, ModelApprovalStatus, ModelDataSource, OutputDataConfig, ProblemType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TransformInput, TransformJobDefinition, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
2
- import { _InstanceType, ClusterRestrictedInstanceGroupDetails, ClusterStatus, ClusterTieredStorageConfig, CodeRepository, CognitoConfig, CognitoMemberDefinition, CollectionConfiguration, ContainerDefinition, DeviceSelectionConfig, EdgeDeploymentConfig, EndpointInput, HubContentType, IPAddressType, JupyterServerAppSettings, KernelGatewayAppSettings, MetadataProperties, ModelDeployConfig, MonitoringConstraintsResource, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStatisticsResource, MonitoringStoppingCondition, ProcessingInstanceType, ProcessingS3UploadMode, RetryStrategy, TrainingSpecification, UserSettings } from "./models_1";
1
+ import { ActionSource, ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AlgorithmStatus, AlgorithmStatusDetails, AlgorithmValidationSpecification, AppSpecification, AppStatus, AppType, ArtifactSource, AthenaDatasetDefinition, AutoMLCandidate, AutoMLChannel, AutoMLComputeConfig, AutoMLDataSplitConfig, AutoMLJobArtifacts, AutoMLJobChannel, AutoMLJobCompletionCriteria, AutoMLJobConfig, AutoMLJobObjective, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLOutputDataConfig, AutoMLPartialFailureReason, AutoMLProblemTypeConfig, AutoMLProblemTypeConfigName, AutoMLResolvedAttributes, AutoMLSecurityConfig, BatchDataCaptureConfig, BatchStrategy, BatchTransformInput, Bias, CaptureStatus, CfnCreateTemplateProvider, Channel, CheckpointConfig, CodeEditorAppImageConfig, FeatureStatus, InferenceSpecification, JupyterLabAppImageConfig, KernelGatewayImageConfig, MetricsSource, ModelApprovalStatus, ModelDataSource, OutputDataConfig, ProblemType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TransformInput, TransformJobDefinition, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
2
+ import { _InstanceType, CodeRepository, CognitoConfig, CognitoMemberDefinition, CollectionConfiguration, ContainerDefinition, DeviceSelectionConfig, EdgeDeploymentConfig, EndpointInput, HubContentType, HumanTaskConfig, IPAddressType, JupyterServerAppSettings, KernelGatewayAppSettings, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutputConfig, LabelingJobStoppingConditions, MetadataProperties, ModelDeployConfig, MonitoringConstraintsResource, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStatisticsResource, MonitoringStoppingCondition, ProcessingInstanceType, ProcessingS3UploadMode, RetryStrategy, TrainingSpecification, UserSettings } from "./models_1";
3
+ /**
4
+ * @public
5
+ */
6
+ export interface CreateLabelingJobRequest {
7
+ /**
8
+ * <p>The name of the labeling job. This name is used to identify the job in a list of labeling jobs. Labeling job names must be unique within an Amazon Web Services account and region. <code>LabelingJobName</code> is not case sensitive. For example, Example-job and example-job are considered the same labeling job name by Ground Truth.</p>
9
+ * @public
10
+ */
11
+ LabelingJobName: string | undefined;
12
+ /**
13
+ * <p>The attribute name to use for the label in the output manifest file. This is the key for the key/value pair formed with the label that a worker assigns to the object. The <code>LabelAttributeName</code> must meet the following requirements.</p> <ul> <li> <p>The name can't end with "-metadata". </p> </li> <li> <p>If you are using one of the <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-task-types.html">built-in task types</a> or one of the following, the attribute name <i>must</i> end with "-ref".</p> <ul> <li> <p>Image semantic segmentation (<code>SemanticSegmentation)</code> and adjustment (<code>AdjustmentSemanticSegmentation</code>) labeling jobs for this task type. One exception is that verification (<code>VerificationSemanticSegmentation</code>) <i>must not</i> end with -"ref".</p> </li> <li> <p>Video frame object detection (<code>VideoObjectDetection</code>), and adjustment and verification (<code>AdjustmentVideoObjectDetection</code>) labeling jobs for this task type.</p> </li> <li> <p>Video frame object tracking (<code>VideoObjectTracking</code>), and adjustment and verification (<code>AdjustmentVideoObjectTracking</code>) labeling jobs for this task type.</p> </li> <li> <p>3D point cloud semantic segmentation (<code>3DPointCloudSemanticSegmentation</code>), and adjustment and verification (<code>Adjustment3DPointCloudSemanticSegmentation</code>) labeling jobs for this task type. </p> </li> <li> <p>3D point cloud object tracking (<code>3DPointCloudObjectTracking</code>), and adjustment and verification (<code>Adjustment3DPointCloudObjectTracking</code>) labeling jobs for this task type. </p> </li> </ul> </li> </ul> <p/> <important> <p>If you are creating an adjustment or verification labeling job, you must use a <i>different</i> <code>LabelAttributeName</code> than the one used in the original labeling job. The original labeling job is the Ground Truth labeling job that produced the labels that you want verified or adjusted. To learn more about adjustment and verification labeling jobs, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-verification-data.html">Verify and Adjust Labels</a>.</p> </important>
14
+ * @public
15
+ */
16
+ LabelAttributeName: string | undefined;
17
+ /**
18
+ * <p>Input data for the labeling job, such as the Amazon S3 location of the data objects and the location of the manifest file that describes the data objects.</p> <p>You must specify at least one of the following: <code>S3DataSource</code> or <code>SnsDataSource</code>. </p> <ul> <li> <p>Use <code>SnsDataSource</code> to specify an SNS input topic for a streaming labeling job. If you do not specify and SNS input topic ARN, Ground Truth will create a one-time labeling job that stops after all data objects in the input manifest file have been labeled.</p> </li> <li> <p>Use <code>S3DataSource</code> to specify an input manifest file for both streaming and one-time labeling jobs. Adding an <code>S3DataSource</code> is optional if you use <code>SnsDataSource</code> to create a streaming labeling job.</p> </li> </ul> <p>If you use the Amazon Mechanical Turk workforce, your input data should not include confidential information, personal information or protected health information. Use <code>ContentClassifiers</code> to specify that your data is free of personally identifiable information and adult content.</p>
19
+ * @public
20
+ */
21
+ InputConfig: LabelingJobInputConfig | undefined;
22
+ /**
23
+ * <p>The location of the output data and the Amazon Web Services Key Management Service key ID for the key used to encrypt the output data, if any.</p>
24
+ * @public
25
+ */
26
+ OutputConfig: LabelingJobOutputConfig | undefined;
27
+ /**
28
+ * <p>The Amazon Resource Number (ARN) that Amazon SageMaker assumes to perform tasks on your behalf during data labeling. You must grant this role the necessary permissions so that Amazon SageMaker can successfully complete data labeling.</p>
29
+ * @public
30
+ */
31
+ RoleArn: string | undefined;
32
+ /**
33
+ * <p>The S3 URI of the file, referred to as a <i>label category configuration file</i>, that defines the categories used to label the data objects.</p> <p>For 3D point cloud and video frame task types, you can add label category attributes and frame attributes to your label category configuration file. To learn how, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-point-cloud-label-category-config.html">Create a Labeling Category Configuration File for 3D Point Cloud Labeling Jobs</a>. </p> <p>For named entity recognition jobs, in addition to <code>"labels"</code>, you must provide worker instructions in the label category configuration file using the <code>"instructions"</code> parameter: <code>"instructions": \{"shortInstruction":"&lt;h1&gt;Add header&lt;/h1&gt;&lt;p&gt;Add Instructions&lt;/p&gt;", "fullInstruction":"&lt;p&gt;Add additional instructions.&lt;/p&gt;"\}</code>. For details and an example, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-named-entity-recg.html#sms-creating-ner-api">Create a Named Entity Recognition Labeling Job (API) </a>.</p> <p>For all other <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-task-types.html">built-in task types</a> and <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-custom-templates.html">custom tasks</a>, your label category configuration file must be a JSON file in the following format. Identify the labels you want to use by replacing <code>label_1</code>, <code>label_2</code>,<code>...</code>,<code>label_n</code> with your label categories.</p> <p> <code>\{ </code> </p> <p> <code>"document-version": "2018-11-28",</code> </p> <p> <code>"labels": [\{"label": "label_1"\},\{"label": "label_2"\},...\{"label": "label_n"\}]</code> </p> <p> <code>\}</code> </p> <p>Note the following about the label category configuration file:</p> <ul> <li> <p>For image classification and text classification (single and multi-label) you must specify at least two label categories. For all other task types, the minimum number of label categories required is one. </p> </li> <li> <p>Each label category must be unique, you cannot specify duplicate label categories.</p> </li> <li> <p>If you create a 3D point cloud or video frame adjustment or verification labeling job, you must include <code>auditLabelAttributeName</code> in the label category configuration. Use this parameter to enter the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateLabelingJob.html#sagemaker-CreateLabelingJob-request-LabelAttributeName"> <code>LabelAttributeName</code> </a> of the labeling job you want to adjust or verify annotations of.</p> </li> </ul>
34
+ * @public
35
+ */
36
+ LabelCategoryConfigS3Uri?: string | undefined;
37
+ /**
38
+ * <p>A set of conditions for stopping the labeling job. If any of the conditions are met, the job is automatically stopped. You can use these conditions to control the cost of data labeling.</p>
39
+ * @public
40
+ */
41
+ StoppingConditions?: LabelingJobStoppingConditions | undefined;
42
+ /**
43
+ * <p>Configures the information required to perform automated data labeling.</p>
44
+ * @public
45
+ */
46
+ LabelingJobAlgorithmsConfig?: LabelingJobAlgorithmsConfig | undefined;
47
+ /**
48
+ * <p>Configures the labeling task and how it is presented to workers; including, but not limited to price, keywords, and batch size (task count).</p>
49
+ * @public
50
+ */
51
+ HumanTaskConfig: HumanTaskConfig | undefined;
52
+ /**
53
+ * <p>An array of key/value pairs. For more information, see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-what">Using Cost Allocation Tags</a> in the <i>Amazon Web Services Billing and Cost Management User Guide</i>.</p>
54
+ * @public
55
+ */
56
+ Tags?: Tag[] | undefined;
57
+ }
3
58
  /**
4
59
  * @public
5
60
  */
@@ -3294,7 +3349,7 @@ export interface CreateTrainingJobRequest {
3294
3349
  * <p>The registry path of the Docker image that contains the training algorithm and algorithm-specific metadata, including the input mode. For more information about algorithms provided by SageMaker, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/algos.html">Algorithms</a>. For information about providing your own algorithms, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html">Using Your Own Algorithms with Amazon SageMaker</a>. </p>
3295
3350
  * @public
3296
3351
  */
3297
- AlgorithmSpecification: AlgorithmSpecification | undefined;
3352
+ AlgorithmSpecification?: AlgorithmSpecification | undefined;
3298
3353
  /**
3299
3354
  * <p>The Amazon Resource Name (ARN) of an IAM role that SageMaker can assume to perform tasks on your behalf. </p> <p>During model training, SageMaker needs your permission to read input data from an S3 bucket, download a Docker image that contains training code, write model artifacts to an S3 bucket, write logs to Amazon CloudWatch Logs, and publish metrics to Amazon CloudWatch. You grant permissions for all of these tasks to an IAM role. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-roles.html">SageMaker Roles</a>. </p> <note> <p>To be able to pass this role to SageMaker, the caller of this API must have the <code>iam:PassRole</code> permission.</p> </note>
3300
3355
  * @public
@@ -3314,7 +3369,7 @@ export interface CreateTrainingJobRequest {
3314
3369
  * <p>The resources, including the ML compute instances and ML storage volumes, to use for model training. </p> <p>ML storage volumes store model artifacts and incremental states. Training algorithms might also use ML storage volumes for scratch space. If you want SageMaker to use the ML storage volume to store the training data, choose <code>File</code> as the <code>TrainingInputMode</code> in the algorithm specification. For distributed training algorithms, specify an instance count greater than 1.</p>
3315
3370
  * @public
3316
3371
  */
3317
- ResourceConfig: ResourceConfig | undefined;
3372
+ ResourceConfig?: ResourceConfig | undefined;
3318
3373
  /**
3319
3374
  * <p>A <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_VpcConfig.html">VpcConfig</a> object that specifies the VPC that you want your training job to connect to. Control access to and from your training container by configuring the VPC. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/train-vpc.html">Protect Training Jobs by Using an Amazon Virtual Private Cloud</a>.</p>
3320
3375
  * @public
@@ -5946,81 +6001,6 @@ export interface DescribeClusterRequest {
5946
6001
  */
5947
6002
  ClusterName: string | undefined;
5948
6003
  }
5949
- /**
5950
- * @public
5951
- */
5952
- export interface DescribeClusterResponse {
5953
- /**
5954
- * <p>The Amazon Resource Name (ARN) of the SageMaker HyperPod cluster.</p>
5955
- * @public
5956
- */
5957
- ClusterArn: string | undefined;
5958
- /**
5959
- * <p>The name of the SageMaker HyperPod cluster.</p>
5960
- * @public
5961
- */
5962
- ClusterName?: string | undefined;
5963
- /**
5964
- * <p>The status of the SageMaker HyperPod cluster.</p>
5965
- * @public
5966
- */
5967
- ClusterStatus: ClusterStatus | undefined;
5968
- /**
5969
- * <p>The time when the SageMaker Cluster is created.</p>
5970
- * @public
5971
- */
5972
- CreationTime?: Date | undefined;
5973
- /**
5974
- * <p>The failure message of the SageMaker HyperPod cluster.</p>
5975
- * @public
5976
- */
5977
- FailureMessage?: string | undefined;
5978
- /**
5979
- * <p>The instance groups of the SageMaker HyperPod cluster.</p>
5980
- * @public
5981
- */
5982
- InstanceGroups: ClusterInstanceGroupDetails[] | undefined;
5983
- /**
5984
- * <p>The specialized instance groups for training models like Amazon Nova to be created in the SageMaker HyperPod cluster.</p>
5985
- * @public
5986
- */
5987
- RestrictedInstanceGroups?: ClusterRestrictedInstanceGroupDetails[] | undefined;
5988
- /**
5989
- * <p>Specifies an Amazon Virtual Private Cloud (VPC) that your SageMaker jobs, hosted models, and compute resources have access to. You can control access to and from your resources by configuring a VPC. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/infrastructure-give-access.html">Give SageMaker Access to Resources in your Amazon VPC</a>. </p>
5990
- * @public
5991
- */
5992
- VpcConfig?: VpcConfig | undefined;
5993
- /**
5994
- * <p>The type of orchestrator used for the SageMaker HyperPod cluster. </p>
5995
- * @public
5996
- */
5997
- Orchestrator?: ClusterOrchestrator | undefined;
5998
- /**
5999
- * <p>The current configuration for managed tier checkpointing on the HyperPod cluster. For example, this shows whether the feature is enabled and the percentage of cluster memory allocated for checkpoint storage.</p>
6000
- * @public
6001
- */
6002
- TieredStorageConfig?: ClusterTieredStorageConfig | undefined;
6003
- /**
6004
- * <p>The node recovery mode configured for the SageMaker HyperPod cluster.</p>
6005
- * @public
6006
- */
6007
- NodeRecovery?: ClusterNodeRecovery | undefined;
6008
- /**
6009
- * <p>The mode used for provisioning nodes in the cluster.</p>
6010
- * @public
6011
- */
6012
- NodeProvisioningMode?: ClusterNodeProvisioningMode | undefined;
6013
- /**
6014
- * <p>The Amazon Resource Name (ARN) of the IAM role that HyperPod uses for cluster autoscaling operations.</p>
6015
- * @public
6016
- */
6017
- ClusterRole?: string | undefined;
6018
- /**
6019
- * <p>The current autoscaling configuration and status for the autoscaler.</p>
6020
- * @public
6021
- */
6022
- AutoScaling?: ClusterAutoScalingConfigOutput | undefined;
6023
- }
6024
6004
  /**
6025
6005
  * @internal
6026
6006
  */
@@ -1,6 +1,81 @@
1
- import { ActivationState, AdditionalInferenceSpecificationDefinition, AgentVersion, AlgorithmSpecification, AmazonQSettings, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AssociationEdgeType, AsyncInferenceConfig, AuthMode, AutoRollbackConfig, Autotune, BatchDataCaptureConfig, BatchStrategy, CapacityReservationPreference, CfnTemplateProviderDetail, Channel, CheckpointConfig, ClusterEventDetail, ClusterNodeDetails, InferenceSpecification, ModelApprovalStatus, ModelPackageStatus, ObjectiveStatus, OutputDataConfig, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, VolumeAttachmentStatus, VpcConfig } from "./models_0";
2
- import { _InstanceType, CognitoConfig, CompilationJobStatus, ComputeQuotaConfig, ComputeQuotaTarget, ContainerDefinition, ContextSource, DataCaptureConfig, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, DefaultSpaceSettings, DeploymentConfig, DockerSettings, DomainSettings, EdgeDeploymentModelConfig, EdgeOutputConfig, EdgePresetDeploymentType, EndpointInfo, ExecutionRoleIdentityConfig, ExplainerConfig, FeatureDefinition, FeatureType, FlowDefinitionOutputConfig, GitConfig, HubContentType, HubS3StorageConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HumanTaskConfig, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobObjectiveType, HyperParameterTuningJobWarmStartConfig, InferenceComponentComputeResourceRequirements, InferenceComponentStartupParameters, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InferenceExperimentType, InputConfig, IPAddressType, JobType, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutputConfig, LabelingJobStoppingConditions, MetadataProperties, ModelInfrastructureConfig, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStoppingCondition, NeoVpcConfig, OfflineStoreConfig, OnlineStoreConfig, OutputConfig, Processor, ProductionVariant, ProductionVariantAcceleratorType, ProductionVariantManagedInstanceScaling, ProductionVariantRoutingConfig, ProductionVariantServerlessConfig, RecommendationJobInputConfig, RecommendationJobStoppingConditions, RecommendationJobType, RetryStrategy, SchedulerConfig, SchedulerResourceStatus, ShadowModeConfig, TagPropagation, ThroughputMode, TrustedIdentityPropagationSettings, UnifiedStudioSettings, UserSettings, VendorGuidance } from "./models_1";
1
+ import { ActivationState, AdditionalInferenceSpecificationDefinition, AgentVersion, AlgorithmSpecification, AmazonQSettings, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AssociationEdgeType, AsyncInferenceConfig, AuthMode, AutoRollbackConfig, Autotune, BatchDataCaptureConfig, BatchStrategy, CapacityReservationPreference, CfnTemplateProviderDetail, Channel, CheckpointConfig, ClusterAutoScalingConfigOutput, ClusterEventDetail, ClusterInstanceGroupDetails, ClusterNodeDetails, ClusterNodeProvisioningMode, ClusterNodeRecovery, InferenceSpecification, ModelApprovalStatus, ModelPackageStatus, ObjectiveStatus, OutputDataConfig, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, VolumeAttachmentStatus, VpcConfig } from "./models_0";
2
+ import { _InstanceType, ClusterOrchestrator, ClusterRestrictedInstanceGroupDetails, ClusterStatus, ClusterTieredStorageConfig, CognitoConfig, CompilationJobStatus, ComputeQuotaConfig, ComputeQuotaTarget, ContainerDefinition, ContextSource, DataCaptureConfig, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, DefaultSpaceSettings, DeploymentConfig, DockerSettings, DomainSettings, EdgeDeploymentModelConfig, EdgeOutputConfig, EdgePresetDeploymentType, EndpointInfo, ExecutionRoleIdentityConfig, ExplainerConfig, FeatureDefinition, FeatureType, FlowDefinitionOutputConfig, GitConfig, HubContentType, HubS3StorageConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HumanTaskConfig, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobObjectiveType, HyperParameterTuningJobWarmStartConfig, InferenceComponentComputeResourceRequirements, InferenceComponentStartupParameters, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InferenceExperimentType, InputConfig, IPAddressType, JobType, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutputConfig, LabelingJobStoppingConditions, MetadataProperties, ModelInfrastructureConfig, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStoppingCondition, NeoVpcConfig, OfflineStoreConfig, OnlineStoreConfig, OutputConfig, Processor, ProductionVariant, ProductionVariantAcceleratorType, ProductionVariantManagedInstanceScaling, ProductionVariantRoutingConfig, ProductionVariantServerlessConfig, RecommendationJobInputConfig, RecommendationJobStoppingConditions, RecommendationJobType, RetryStrategy, SchedulerConfig, SchedulerResourceStatus, ShadowModeConfig, TagPropagation, ThroughputMode, TrustedIdentityPropagationSettings, UnifiedStudioSettings, UserSettings, VendorGuidance } from "./models_1";
3
3
  import { CustomizedMetricSpecification, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DeployedImage, DeploymentRecommendation, DeploymentStageStatusSummary, DerivedInformation, DirectInternetAccess, DriftCheckBaselines, ExperimentConfig, InferenceExecutionConfig, InfraCheckConfig, InstanceMetadataServiceConfiguration, MemberDefinition, ModelBiasAppSpecification, ModelBiasBaselineConfig, ModelBiasJobInput, ModelCardExportOutputConfig, ModelCardSecurityConfig, ModelCardStatus, ModelClientConfig, ModelExplainabilityAppSpecification, ModelExplainabilityBaselineConfig, ModelExplainabilityJobInput, ModelLifeCycle, ModelMetrics, ModelPackageModelCard, ModelPackageSecurityConfig, ModelPackageValidationSpecification, ModelQualityAppSpecification, ModelQualityBaselineConfig, ModelQualityJobInput, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OptimizationConfig, OptimizationJobDeploymentInstanceType, OptimizationJobModelSource, OptimizationJobOutputConfig, OptimizationVpcConfig, OwnershipSettings, ParallelismConfiguration, PartnerAppAuthType, PartnerAppConfig, PartnerAppMaintenanceConfig, PartnerAppType, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProfilerConfig, ProfilerRuleConfiguration, RemoteDebugConfig, RootAccess, RuleEvaluationStatus, ServiceCatalogProvisioningDetails, SkipModelValidation, SourceAlgorithmSpecification, SourceIpConfig, SpaceSettings, SpaceSharingSettings, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrackingServerSize, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkerAccessConfiguration, WorkforceIpAddressType } from "./models_2";
4
+ /**
5
+ * @public
6
+ */
7
+ export interface DescribeClusterResponse {
8
+ /**
9
+ * <p>The Amazon Resource Name (ARN) of the SageMaker HyperPod cluster.</p>
10
+ * @public
11
+ */
12
+ ClusterArn: string | undefined;
13
+ /**
14
+ * <p>The name of the SageMaker HyperPod cluster.</p>
15
+ * @public
16
+ */
17
+ ClusterName?: string | undefined;
18
+ /**
19
+ * <p>The status of the SageMaker HyperPod cluster.</p>
20
+ * @public
21
+ */
22
+ ClusterStatus: ClusterStatus | undefined;
23
+ /**
24
+ * <p>The time when the SageMaker Cluster is created.</p>
25
+ * @public
26
+ */
27
+ CreationTime?: Date | undefined;
28
+ /**
29
+ * <p>The failure message of the SageMaker HyperPod cluster.</p>
30
+ * @public
31
+ */
32
+ FailureMessage?: string | undefined;
33
+ /**
34
+ * <p>The instance groups of the SageMaker HyperPod cluster.</p>
35
+ * @public
36
+ */
37
+ InstanceGroups: ClusterInstanceGroupDetails[] | undefined;
38
+ /**
39
+ * <p>The specialized instance groups for training models like Amazon Nova to be created in the SageMaker HyperPod cluster.</p>
40
+ * @public
41
+ */
42
+ RestrictedInstanceGroups?: ClusterRestrictedInstanceGroupDetails[] | undefined;
43
+ /**
44
+ * <p>Specifies an Amazon Virtual Private Cloud (VPC) that your SageMaker jobs, hosted models, and compute resources have access to. You can control access to and from your resources by configuring a VPC. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/infrastructure-give-access.html">Give SageMaker Access to Resources in your Amazon VPC</a>. </p>
45
+ * @public
46
+ */
47
+ VpcConfig?: VpcConfig | undefined;
48
+ /**
49
+ * <p>The type of orchestrator used for the SageMaker HyperPod cluster. </p>
50
+ * @public
51
+ */
52
+ Orchestrator?: ClusterOrchestrator | undefined;
53
+ /**
54
+ * <p>The current configuration for managed tier checkpointing on the HyperPod cluster. For example, this shows whether the feature is enabled and the percentage of cluster memory allocated for checkpoint storage.</p>
55
+ * @public
56
+ */
57
+ TieredStorageConfig?: ClusterTieredStorageConfig | undefined;
58
+ /**
59
+ * <p>The node recovery mode configured for the SageMaker HyperPod cluster.</p>
60
+ * @public
61
+ */
62
+ NodeRecovery?: ClusterNodeRecovery | undefined;
63
+ /**
64
+ * <p>The mode used for provisioning nodes in the cluster.</p>
65
+ * @public
66
+ */
67
+ NodeProvisioningMode?: ClusterNodeProvisioningMode | undefined;
68
+ /**
69
+ * <p>The Amazon Resource Name (ARN) of the IAM role that HyperPod uses for cluster autoscaling operations.</p>
70
+ * @public
71
+ */
72
+ ClusterRole?: string | undefined;
73
+ /**
74
+ * <p>The current autoscaling configuration and status for the autoscaler.</p>
75
+ * @public
76
+ */
77
+ AutoScaling?: ClusterAutoScalingConfigOutput | undefined;
78
+ }
4
79
  /**
5
80
  * @public
6
81
  */
@@ -8907,22 +8982,6 @@ export interface GetSagemakerServicecatalogPortfolioStatusOutput {
8907
8982
  */
8908
8983
  Status?: SagemakerServicecatalogStatus | undefined;
8909
8984
  }
8910
- /**
8911
- * <p>An object where you specify the anticipated traffic pattern for an endpoint.</p>
8912
- * @public
8913
- */
8914
- export interface ScalingPolicyObjective {
8915
- /**
8916
- * <p>The minimum number of expected requests to your endpoint per minute.</p>
8917
- * @public
8918
- */
8919
- MinInvocationsPerMinute?: number | undefined;
8920
- /**
8921
- * <p>The maximum number of expected requests to your endpoint per minute.</p>
8922
- * @public
8923
- */
8924
- MaxInvocationsPerMinute?: number | undefined;
8925
- }
8926
8985
  /**
8927
8986
  * @internal
8928
8987
  */
@@ -1,7 +1,23 @@
1
1
  import { ActionSummary, AlgorithmSortBy, AlgorithmSummary, AppDetails, AppImageConfigDetails, AppImageConfigSortKey, AppSortKey, AppType, ArtifactSummary, AssociationEdgeType, AssociationSummary, AutoMLCandidate, AutoMLJobStatus, AutoMLJobStepMetadata, AutoMLJobSummary, AutoMLSortBy, AutoMLSortOrder, CacheHitResult, CallbackStepMetadata, CandidateSortBy, CandidateStatus, ClarifyCheckStepMetadata, ClusterEventResourceType, ClusterEventSummary, ClusterNodeSummary, FeatureStatus, ModelApprovalStatus, ModelPackageStatus, OutputParameter, Tag, UserContext } from "./models_0";
2
2
  import { _InstanceType, ClusterSchedulerConfigSummary, ClusterSortBy, ClusterSummary, CodeRepositorySortBy, CodeRepositorySortOrder, CodeRepositorySummary, CompilationJobStatus, CompilationJobSummary, ComputeQuotaSummary, ConditionStepMetadata, ContextSummary, HubContentType, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobStrategyType, HyperParameterTuningJobWarmStartConfig, InferenceExperimentSchedule, InferenceExperimentType, LabelingJobInputConfig, RecommendationJobType, ResourceLimits, SchedulerResourceStatus } from "./models_1";
3
3
  import { CrossAccountFilterOption, ModelCardStatus, ModelLifeCycle, MonitoringType, OptimizationJobDeploymentInstanceType, PartnerAppType, SharingType, SpaceStorageSettings, StudioLifecycleConfigAppType, TrialComponentStatus } from "./models_2";
4
- import { DeviceDeploymentSummary, DeviceFleetSummary, DeviceSummary, DomainDetails, DynamicScalingConfiguration, EdgeDeploymentPlanSummary, EdgePackagingJobStatus, EdgePackagingJobSummary, EMRStepMetadata, EndpointConfigSortKey, EndpointConfigStepMetadata, EndpointConfigSummary, EndpointOutputConfiguration, EndpointSortKey, EndpointStatus, EndpointStepMetadata, EndpointSummary, EventSortBy, ExecutionStatus, ExperimentSummary, FailStepMetadata, FeatureGroupSortBy, FeatureGroupSortOrder, FeatureGroupStatus, FeatureGroupSummary, FlowDefinitionSummary, HubContentStatus, HubContentSupportStatus, HubStatus, HyperParameterTrainingJobSummary, HyperParameterTuningJobCompletionDetails, HyperParameterTuningJobConsumedResources, HyperParameterTuningJobStatus, ImageStatus, ImageVersionStatus, InferenceComponentStatus, InferenceExperimentStatus, InferenceMetrics, IsTrackingServerActive, LabelCounters, LabelingJobOutput, LabelingJobStatus, ModelCardExportJobStatus, ModelConfiguration, ModelPackageGroupStatus, MonitoringExecutionSummary, NotebookInstanceStatus, ObjectiveStatusCounters, OfflineStoreStatusValue, OptimizationJobStatus, PartnerAppStatus, PipelineExecutionStatus, ProcessingJobStatus, ProjectStatus, RecommendationJobStatus, RecommendationMetrics, ReservedCapacitySummary, SageMakerResourceName, ScalingPolicyObjective, ScheduleStatus, SecondaryStatus, SpaceStatus, SubscribedWorkteam, TrackingServerStatus, TrainingJobStatus, TrainingJobStatusCounters, TrainingPlanStatus, TransformJobStatus, TrialComponentSource, WarmPoolResourceStatus, WarmPoolStatus } from "./models_3";
4
+ import { DeviceDeploymentSummary, DeviceFleetSummary, DeviceSummary, DomainDetails, DynamicScalingConfiguration, EdgeDeploymentPlanSummary, EdgePackagingJobStatus, EdgePackagingJobSummary, EMRStepMetadata, EndpointConfigSortKey, EndpointConfigStepMetadata, EndpointConfigSummary, EndpointOutputConfiguration, EndpointSortKey, EndpointStatus, EndpointStepMetadata, EndpointSummary, EventSortBy, ExecutionStatus, ExperimentSummary, FailStepMetadata, FeatureGroupSortBy, FeatureGroupSortOrder, FeatureGroupStatus, FeatureGroupSummary, FlowDefinitionSummary, HubContentStatus, HubContentSupportStatus, HubStatus, HyperParameterTrainingJobSummary, HyperParameterTuningJobCompletionDetails, HyperParameterTuningJobConsumedResources, HyperParameterTuningJobStatus, ImageStatus, ImageVersionStatus, InferenceComponentStatus, InferenceExperimentStatus, InferenceMetrics, IsTrackingServerActive, LabelCounters, LabelingJobOutput, LabelingJobStatus, ModelCardExportJobStatus, ModelConfiguration, ModelPackageGroupStatus, MonitoringExecutionSummary, NotebookInstanceStatus, ObjectiveStatusCounters, OfflineStoreStatusValue, OptimizationJobStatus, PartnerAppStatus, PipelineExecutionStatus, ProcessingJobStatus, ProjectStatus, RecommendationJobStatus, RecommendationMetrics, ReservedCapacitySummary, SageMakerResourceName, ScheduleStatus, SecondaryStatus, SpaceStatus, SubscribedWorkteam, TrackingServerStatus, TrainingJobStatus, TrainingJobStatusCounters, TrainingPlanStatus, TransformJobStatus, TrialComponentSource, WarmPoolResourceStatus, WarmPoolStatus } from "./models_3";
5
+ /**
6
+ * <p>An object where you specify the anticipated traffic pattern for an endpoint.</p>
7
+ * @public
8
+ */
9
+ export interface ScalingPolicyObjective {
10
+ /**
11
+ * <p>The minimum number of expected requests to your endpoint per minute.</p>
12
+ * @public
13
+ */
14
+ MinInvocationsPerMinute?: number | undefined;
15
+ /**
16
+ * <p>The maximum number of expected requests to your endpoint per minute.</p>
17
+ * @public
18
+ */
19
+ MaxInvocationsPerMinute?: number | undefined;
20
+ }
5
21
  /**
6
22
  * @public
7
23
  */
@@ -8166,48 +8182,3 @@ export declare const SortTrialsBy: {
8166
8182
  * @public
8167
8183
  */
8168
8184
  export type SortTrialsBy = (typeof SortTrialsBy)[keyof typeof SortTrialsBy];
8169
- /**
8170
- * @public
8171
- */
8172
- export interface ListTrialsRequest {
8173
- /**
8174
- * <p>A filter that returns only trials that are part of the specified experiment.</p>
8175
- * @public
8176
- */
8177
- ExperimentName?: string | undefined;
8178
- /**
8179
- * <p>A filter that returns only trials that are associated with the specified trial component.</p>
8180
- * @public
8181
- */
8182
- TrialComponentName?: string | undefined;
8183
- /**
8184
- * <p>A filter that returns only trials created after the specified time.</p>
8185
- * @public
8186
- */
8187
- CreatedAfter?: Date | undefined;
8188
- /**
8189
- * <p>A filter that returns only trials created before the specified time.</p>
8190
- * @public
8191
- */
8192
- CreatedBefore?: Date | undefined;
8193
- /**
8194
- * <p>The property used to sort results. The default value is <code>CreationTime</code>.</p>
8195
- * @public
8196
- */
8197
- SortBy?: SortTrialsBy | undefined;
8198
- /**
8199
- * <p>The sort order. The default value is <code>Descending</code>.</p>
8200
- * @public
8201
- */
8202
- SortOrder?: SortOrder | undefined;
8203
- /**
8204
- * <p>The maximum number of trials to return in the response. The default value is 10.</p>
8205
- * @public
8206
- */
8207
- MaxResults?: number | undefined;
8208
- /**
8209
- * <p>If the previous call to <code>ListTrials</code> didn't return the full set of trials, the call returns a token for getting the next set of trials.</p>
8210
- * @public
8211
- */
8212
- NextToken?: string | undefined;
8213
- }
@@ -2,7 +2,52 @@ import { ActionStatus, ActivationState, AdditionalInferenceSpecificationDefiniti
2
2
  import { _InstanceType, ClusterRestrictedInstanceGroupSpecification, ClusterTieredStorageConfig, ComputeQuotaConfig, ComputeQuotaTarget, ContainerDefinition, DefaultSpaceSettings, DeploymentConfig, EdgeOutputConfig, FeatureDefinition, HubContentType, InferenceComponentRuntimeConfig, InferenceComponentSpecification, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, IPAddressType, JobType, MetadataProperties, ModelVariantConfig, Processor, RetryStrategy, SchedulerConfig, ShadowModeConfig, TagPropagation, ThroughputMode, TtlDuration, UiTemplate, UserSettings, VendorGuidance } from "./models_1";
3
3
  import { CrossAccountFilterOption, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DeploymentRecommendation, DriftCheckBaselines, ExperimentConfig, InferenceExecutionConfig, InstanceMetadataServiceConfiguration, MemberDefinition, ModelCardSecurityConfig, ModelCardStatus, ModelClientConfig, ModelLifeCycle, ModelMetrics, ModelPackageModelCard, ModelPackageSecurityConfig, ModelPackageValidationSpecification, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OidcConfig, ParallelismConfiguration, PartnerAppConfig, PartnerAppMaintenanceConfig, PipelineDefinitionS3Location, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProfilerConfig, ProfilerRuleConfiguration, ProvisioningParameter, RootAccess, ServiceCatalogProvisioningDetails, SkipModelValidation, SourceAlgorithmSpecification, SourceIpConfig, SpaceSettings, TensorBoardOutputConfig, TrackingServerSize, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkerAccessConfiguration, WorkforceIpAddressType, WorkforceVpcConfigRequest } from "./models_2";
4
4
  import { DesiredWeightAndCapacity, Device, Direction, DomainSettingsForUpdate, Edge, Endpoint, EndpointStatus, Experiment, FeatureGroup, FeatureMetadata, FeatureParameter, Filter, HubContentSupportStatus, InferenceComponentDeploymentConfig, MetricData, ModelArtifacts, ModelPackageGroupStatus, ModelPackageStatusDetails, MonitoringExecutionSummary, PipelineExecutionStatus, PipelineExperimentConfig, PipelineStatus, ProcessingJobStatus, ProjectStatus, ReservedCapacityInstanceType, ReservedCapacityType, SageMakerResourceName, ScheduleStatus, SecondaryStatus, SecondaryStatusTransition, SelectiveExecutionConfig, ServiceCatalogProvisionedProductDetails, TemplateProviderDetail, TrainingJobStatus, TransformJobStatus, TrialComponentMetricSummary, TrialComponentSource, TrialSource, UserProfileStatus, Workforce, Workteam } from "./models_3";
5
- import { GitConfigForUpdate, HyperParameterTuningJobSearchEntity, InferenceExperimentStopDesiredState, LineageType, MonitoringAlertSummary, Parameter, ResourceType, SortOrder } from "./models_4";
5
+ import { GitConfigForUpdate, HyperParameterTuningJobSearchEntity, InferenceExperimentStopDesiredState, LineageType, MonitoringAlertSummary, Parameter, ResourceType, SortOrder, SortTrialsBy } from "./models_4";
6
+ /**
7
+ * @public
8
+ */
9
+ export interface ListTrialsRequest {
10
+ /**
11
+ * <p>A filter that returns only trials that are part of the specified experiment.</p>
12
+ * @public
13
+ */
14
+ ExperimentName?: string | undefined;
15
+ /**
16
+ * <p>A filter that returns only trials that are associated with the specified trial component.</p>
17
+ * @public
18
+ */
19
+ TrialComponentName?: string | undefined;
20
+ /**
21
+ * <p>A filter that returns only trials created after the specified time.</p>
22
+ * @public
23
+ */
24
+ CreatedAfter?: Date | undefined;
25
+ /**
26
+ * <p>A filter that returns only trials created before the specified time.</p>
27
+ * @public
28
+ */
29
+ CreatedBefore?: Date | undefined;
30
+ /**
31
+ * <p>The property used to sort results. The default value is <code>CreationTime</code>.</p>
32
+ * @public
33
+ */
34
+ SortBy?: SortTrialsBy | undefined;
35
+ /**
36
+ * <p>The sort order. The default value is <code>Descending</code>.</p>
37
+ * @public
38
+ */
39
+ SortOrder?: SortOrder | undefined;
40
+ /**
41
+ * <p>The maximum number of trials to return in the response. The default value is 10.</p>
42
+ * @public
43
+ */
44
+ MaxResults?: number | undefined;
45
+ /**
46
+ * <p>If the previous call to <code>ListTrials</code> didn't return the full set of trials, the call returns a token for getting the next set of trials.</p>
47
+ * @public
48
+ */
49
+ NextToken?: string | undefined;
50
+ }
6
51
  /**
7
52
  * <p>A summary of the properties of a trial. To get the complete set of properties, call the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeTrial.html">DescribeTrial</a> API and provide the <code>TrialName</code>.</p>
8
53
  * @public
@@ -1,7 +1,9 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateLabelingJobRequest } from "../models/models_1";
4
- import { CreateLabelingJobResponse } from "../models/models_2";
3
+ import {
4
+ CreateLabelingJobRequest,
5
+ CreateLabelingJobResponse,
6
+ } from "../models/models_2";
5
7
  import {
6
8
  SageMakerClientResolvedConfig,
7
9
  ServiceInputTypes,
@@ -1,9 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DescribeClusterRequest,
5
- DescribeClusterResponse,
6
- } from "../models/models_2";
3
+ import { DescribeClusterRequest } from "../models/models_2";
4
+ import { DescribeClusterResponse } from "../models/models_3";
7
5
  import {
8
6
  SageMakerClientResolvedConfig,
9
7
  ServiceInputTypes,
@@ -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 { ListTrialsRequest } from "../models/models_4";
4
- import { ListTrialsResponse } from "../models/models_5";
3
+ import { ListTrialsRequest, ListTrialsResponse } from "../models/models_5";
5
4
  import {
6
5
  SageMakerClientResolvedConfig,
7
6
  ServiceInputTypes,
@@ -2533,6 +2533,15 @@ export interface ClusterEventSummary {
2533
2533
  EventTime: Date | undefined;
2534
2534
  Description?: string | undefined;
2535
2535
  }
2536
+ export interface RollingDeploymentPolicy {
2537
+ MaximumBatchSize: CapacitySizeConfig | undefined;
2538
+ RollbackMaximumBatchSize?: CapacitySizeConfig | undefined;
2539
+ }
2540
+ export interface DeploymentConfiguration {
2541
+ RollingUpdatePolicy?: RollingDeploymentPolicy | undefined;
2542
+ WaitIntervalInSeconds?: number | undefined;
2543
+ AutoRollbackConfiguration?: AlarmDetails[] | undefined;
2544
+ }
2536
2545
  export type ClusterInstanceStorageConfig =
2537
2546
  | ClusterInstanceStorageConfig.EbsVolumeConfigMember
2538
2547
  | ClusterInstanceStorageConfig.$UnknownMember;
@@ -2681,19 +2690,20 @@ export declare const DeepHealthCheckType: {
2681
2690
  };
2682
2691
  export type DeepHealthCheckType =
2683
2692
  (typeof DeepHealthCheckType)[keyof typeof DeepHealthCheckType];
2684
- export interface RollingDeploymentPolicy {
2685
- MaximumBatchSize: CapacitySizeConfig | undefined;
2686
- RollbackMaximumBatchSize?: CapacitySizeConfig | undefined;
2687
- }
2688
- export interface DeploymentConfiguration {
2689
- RollingUpdatePolicy?: RollingDeploymentPolicy | undefined;
2690
- WaitIntervalInSeconds?: number | undefined;
2691
- AutoRollbackConfiguration?: AlarmDetails[] | undefined;
2692
- }
2693
2693
  export interface ScheduledUpdateConfig {
2694
2694
  ScheduleExpression: string | undefined;
2695
2695
  DeploymentConfig?: DeploymentConfiguration | undefined;
2696
2696
  }
2697
+ export declare const SoftwareUpdateStatus: {
2698
+ readonly FAILED: "Failed";
2699
+ readonly IN_PROGRESS: "InProgress";
2700
+ readonly PENDING: "Pending";
2701
+ readonly ROLLBACK_COMPLETE: "RollbackComplete";
2702
+ readonly ROLLBACK_IN_PROGRESS: "RollbackInProgress";
2703
+ readonly SUCCEEDED: "Succeeded";
2704
+ };
2705
+ export type SoftwareUpdateStatus =
2706
+ (typeof SoftwareUpdateStatus)[keyof typeof SoftwareUpdateStatus];
2697
2707
  export declare const InstanceGroupStatus: {
2698
2708
  readonly CREATING: "Creating";
2699
2709
  readonly DEGRADED: "Degraded";
@@ -2722,6 +2732,9 @@ export interface ClusterInstanceGroupDetails {
2722
2732
  ScheduledUpdateConfig?: ScheduledUpdateConfig | undefined;
2723
2733
  CurrentImageId?: string | undefined;
2724
2734
  DesiredImageId?: string | undefined;
2735
+ TargetStateCount?: number | undefined;
2736
+ SoftwareUpdateStatus?: SoftwareUpdateStatus | undefined;
2737
+ ActiveSoftwareUpdateConfig?: DeploymentConfiguration | undefined;
2725
2738
  }
2726
2739
  export interface ClusterInstanceGroupSpecification {
2727
2740
  InstanceCount: number | undefined;
@@ -2792,6 +2805,3 @@ export interface ClusterNodeSummary {
2792
2805
  export interface ClusterOrchestratorEksConfig {
2793
2806
  ClusterArn: string | undefined;
2794
2807
  }
2795
- export interface ClusterOrchestrator {
2796
- Eks: ClusterOrchestratorEksConfig | undefined;
2797
- }
@@ -56,7 +56,7 @@ import {
56
56
  ClusterInstanceType,
57
57
  ClusterNodeProvisioningMode,
58
58
  ClusterNodeRecovery,
59
- ClusterOrchestrator,
59
+ ClusterOrchestratorEksConfig,
60
60
  CodeEditorAppImageConfig,
61
61
  DeepHealthCheckType,
62
62
  FeatureStatus,
@@ -81,6 +81,9 @@ import {
81
81
  VpcConfig,
82
82
  } from "./models_0";
83
83
  import { SageMakerServiceException as __BaseException } from "./SageMakerServiceException";
84
+ export interface ClusterOrchestrator {
85
+ Eks: ClusterOrchestratorEksConfig | undefined;
86
+ }
84
87
  export interface FSxLustreConfig {
85
88
  SizeInGiB: number | undefined;
86
89
  PerUnitStorageThroughput: number | undefined;
@@ -2259,15 +2262,3 @@ export interface LabelingJobStoppingConditions {
2259
2262
  MaxHumanLabeledObjectCount?: number | undefined;
2260
2263
  MaxPercentageOfInputDatasetLabeled?: number | undefined;
2261
2264
  }
2262
- export interface CreateLabelingJobRequest {
2263
- LabelingJobName: string | undefined;
2264
- LabelAttributeName: string | undefined;
2265
- InputConfig: LabelingJobInputConfig | undefined;
2266
- OutputConfig: LabelingJobOutputConfig | undefined;
2267
- RoleArn: string | undefined;
2268
- LabelCategoryConfigS3Uri?: string | undefined;
2269
- StoppingConditions?: LabelingJobStoppingConditions | undefined;
2270
- LabelingJobAlgorithmsConfig?: LabelingJobAlgorithmsConfig | undefined;
2271
- HumanTaskConfig: HumanTaskConfig | undefined;
2272
- Tags?: Tag[] | undefined;
2273
- }
@@ -36,11 +36,6 @@ import {
36
36
  CfnCreateTemplateProvider,
37
37
  Channel,
38
38
  CheckpointConfig,
39
- ClusterAutoScalingConfigOutput,
40
- ClusterInstanceGroupDetails,
41
- ClusterNodeProvisioningMode,
42
- ClusterNodeRecovery,
43
- ClusterOrchestrator,
44
39
  CodeEditorAppImageConfig,
45
40
  FeatureStatus,
46
41
  InferenceSpecification,
@@ -67,9 +62,6 @@ import {
67
62
  } from "./models_0";
68
63
  import {
69
64
  _InstanceType,
70
- ClusterRestrictedInstanceGroupDetails,
71
- ClusterStatus,
72
- ClusterTieredStorageConfig,
73
65
  CodeRepository,
74
66
  CognitoConfig,
75
67
  CognitoMemberDefinition,
@@ -79,9 +71,14 @@ import {
79
71
  EdgeDeploymentConfig,
80
72
  EndpointInput,
81
73
  HubContentType,
74
+ HumanTaskConfig,
82
75
  IPAddressType,
83
76
  JupyterServerAppSettings,
84
77
  KernelGatewayAppSettings,
78
+ LabelingJobAlgorithmsConfig,
79
+ LabelingJobInputConfig,
80
+ LabelingJobOutputConfig,
81
+ LabelingJobStoppingConditions,
85
82
  MetadataProperties,
86
83
  ModelDeployConfig,
87
84
  MonitoringConstraintsResource,
@@ -96,6 +93,18 @@ import {
96
93
  TrainingSpecification,
97
94
  UserSettings,
98
95
  } from "./models_1";
96
+ export interface CreateLabelingJobRequest {
97
+ LabelingJobName: string | undefined;
98
+ LabelAttributeName: string | undefined;
99
+ InputConfig: LabelingJobInputConfig | undefined;
100
+ OutputConfig: LabelingJobOutputConfig | undefined;
101
+ RoleArn: string | undefined;
102
+ LabelCategoryConfigS3Uri?: string | undefined;
103
+ StoppingConditions?: LabelingJobStoppingConditions | undefined;
104
+ LabelingJobAlgorithmsConfig?: LabelingJobAlgorithmsConfig | undefined;
105
+ HumanTaskConfig: HumanTaskConfig | undefined;
106
+ Tags?: Tag[] | undefined;
107
+ }
99
108
  export interface CreateLabelingJobResponse {
100
109
  LabelingJobArn: string | undefined;
101
110
  }
@@ -1041,11 +1050,11 @@ export interface TensorBoardOutputConfig {
1041
1050
  export interface CreateTrainingJobRequest {
1042
1051
  TrainingJobName: string | undefined;
1043
1052
  HyperParameters?: Record<string, string> | undefined;
1044
- AlgorithmSpecification: AlgorithmSpecification | undefined;
1053
+ AlgorithmSpecification?: AlgorithmSpecification | undefined;
1045
1054
  RoleArn: string | undefined;
1046
1055
  InputDataConfig?: Channel[] | undefined;
1047
1056
  OutputDataConfig: OutputDataConfig | undefined;
1048
- ResourceConfig: ResourceConfig | undefined;
1057
+ ResourceConfig?: ResourceConfig | undefined;
1049
1058
  VpcConfig?: VpcConfig | undefined;
1050
1059
  StoppingCondition: StoppingCondition | undefined;
1051
1060
  Tags?: Tag[] | undefined;
@@ -1764,24 +1773,6 @@ export interface DescribeAutoMLJobV2Response {
1764
1773
  export interface DescribeClusterRequest {
1765
1774
  ClusterName: string | undefined;
1766
1775
  }
1767
- export interface DescribeClusterResponse {
1768
- ClusterArn: string | undefined;
1769
- ClusterName?: string | undefined;
1770
- ClusterStatus: ClusterStatus | undefined;
1771
- CreationTime?: Date | undefined;
1772
- FailureMessage?: string | undefined;
1773
- InstanceGroups: ClusterInstanceGroupDetails[] | undefined;
1774
- RestrictedInstanceGroups?:
1775
- | ClusterRestrictedInstanceGroupDetails[]
1776
- | undefined;
1777
- VpcConfig?: VpcConfig | undefined;
1778
- Orchestrator?: ClusterOrchestrator | undefined;
1779
- TieredStorageConfig?: ClusterTieredStorageConfig | undefined;
1780
- NodeRecovery?: ClusterNodeRecovery | undefined;
1781
- NodeProvisioningMode?: ClusterNodeProvisioningMode | undefined;
1782
- ClusterRole?: string | undefined;
1783
- AutoScaling?: ClusterAutoScalingConfigOutput | undefined;
1784
- }
1785
1776
  export declare const CreateModelCardRequestFilterSensitiveLog: (
1786
1777
  obj: CreateModelCardRequest
1787
1778
  ) => any;
@@ -18,8 +18,12 @@ import {
18
18
  CfnTemplateProviderDetail,
19
19
  Channel,
20
20
  CheckpointConfig,
21
+ ClusterAutoScalingConfigOutput,
21
22
  ClusterEventDetail,
23
+ ClusterInstanceGroupDetails,
22
24
  ClusterNodeDetails,
25
+ ClusterNodeProvisioningMode,
26
+ ClusterNodeRecovery,
23
27
  InferenceSpecification,
24
28
  ModelApprovalStatus,
25
29
  ModelPackageStatus,
@@ -39,6 +43,10 @@ import {
39
43
  } from "./models_0";
40
44
  import {
41
45
  _InstanceType,
46
+ ClusterOrchestrator,
47
+ ClusterRestrictedInstanceGroupDetails,
48
+ ClusterStatus,
49
+ ClusterTieredStorageConfig,
42
50
  CognitoConfig,
43
51
  CompilationJobStatus,
44
52
  ComputeQuotaConfig,
@@ -192,6 +200,24 @@ import {
192
200
  WorkerAccessConfiguration,
193
201
  WorkforceIpAddressType,
194
202
  } from "./models_2";
203
+ export interface DescribeClusterResponse {
204
+ ClusterArn: string | undefined;
205
+ ClusterName?: string | undefined;
206
+ ClusterStatus: ClusterStatus | undefined;
207
+ CreationTime?: Date | undefined;
208
+ FailureMessage?: string | undefined;
209
+ InstanceGroups: ClusterInstanceGroupDetails[] | undefined;
210
+ RestrictedInstanceGroups?:
211
+ | ClusterRestrictedInstanceGroupDetails[]
212
+ | undefined;
213
+ VpcConfig?: VpcConfig | undefined;
214
+ Orchestrator?: ClusterOrchestrator | undefined;
215
+ TieredStorageConfig?: ClusterTieredStorageConfig | undefined;
216
+ NodeRecovery?: ClusterNodeRecovery | undefined;
217
+ NodeProvisioningMode?: ClusterNodeProvisioningMode | undefined;
218
+ ClusterRole?: string | undefined;
219
+ AutoScaling?: ClusterAutoScalingConfigOutput | undefined;
220
+ }
195
221
  export interface DescribeClusterEventRequest {
196
222
  EventId: string | undefined;
197
223
  ClusterName: string | undefined;
@@ -2605,10 +2631,6 @@ export type SagemakerServicecatalogStatus =
2605
2631
  export interface GetSagemakerServicecatalogPortfolioStatusOutput {
2606
2632
  Status?: SagemakerServicecatalogStatus | undefined;
2607
2633
  }
2608
- export interface ScalingPolicyObjective {
2609
- MinInvocationsPerMinute?: number | undefined;
2610
- MaxInvocationsPerMinute?: number | undefined;
2611
- }
2612
2634
  export declare const DescribeModelCardResponseFilterSensitiveLog: (
2613
2635
  obj: DescribeModelCardResponse
2614
2636
  ) => any;
@@ -127,7 +127,6 @@ import {
127
127
  RecommendationMetrics,
128
128
  ReservedCapacitySummary,
129
129
  SageMakerResourceName,
130
- ScalingPolicyObjective,
131
130
  ScheduleStatus,
132
131
  SecondaryStatus,
133
132
  SpaceStatus,
@@ -141,6 +140,10 @@ import {
141
140
  WarmPoolResourceStatus,
142
141
  WarmPoolStatus,
143
142
  } from "./models_3";
143
+ export interface ScalingPolicyObjective {
144
+ MinInvocationsPerMinute?: number | undefined;
145
+ MaxInvocationsPerMinute?: number | undefined;
146
+ }
144
147
  export interface GetScalingConfigurationRecommendationRequest {
145
148
  InferenceRecommendationsJobName: string | undefined;
146
149
  RecommendationId?: string | undefined;
@@ -2265,13 +2268,3 @@ export declare const SortTrialsBy: {
2265
2268
  readonly NAME: "Name";
2266
2269
  };
2267
2270
  export type SortTrialsBy = (typeof SortTrialsBy)[keyof typeof SortTrialsBy];
2268
- export interface ListTrialsRequest {
2269
- ExperimentName?: string | undefined;
2270
- TrialComponentName?: string | undefined;
2271
- CreatedAfter?: Date | undefined;
2272
- CreatedBefore?: Date | undefined;
2273
- SortBy?: SortTrialsBy | undefined;
2274
- SortOrder?: SortOrder | undefined;
2275
- MaxResults?: number | undefined;
2276
- NextToken?: string | undefined;
2277
- }
@@ -170,7 +170,18 @@ import {
170
170
  Parameter,
171
171
  ResourceType,
172
172
  SortOrder,
173
+ SortTrialsBy,
173
174
  } from "./models_4";
175
+ export interface ListTrialsRequest {
176
+ ExperimentName?: string | undefined;
177
+ TrialComponentName?: string | undefined;
178
+ CreatedAfter?: Date | undefined;
179
+ CreatedBefore?: Date | undefined;
180
+ SortBy?: SortTrialsBy | undefined;
181
+ SortOrder?: SortOrder | undefined;
182
+ MaxResults?: number | undefined;
183
+ NextToken?: string | undefined;
184
+ }
174
185
  export interface TrialSummary {
175
186
  TrialArn?: string | undefined;
176
187
  TrialName?: string | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sagemaker",
3
3
  "description": "AWS SDK for JavaScript Sagemaker Client for Node.js, Browser and React Native",
4
- "version": "3.922.0",
4
+ "version": "3.925.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-sagemaker",
@@ -21,17 +21,17 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.922.0",
24
- "@aws-sdk/credential-provider-node": "3.922.0",
24
+ "@aws-sdk/credential-provider-node": "3.925.0",
25
25
  "@aws-sdk/middleware-host-header": "3.922.0",
26
26
  "@aws-sdk/middleware-logger": "3.922.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.922.0",
28
28
  "@aws-sdk/middleware-user-agent": "3.922.0",
29
- "@aws-sdk/region-config-resolver": "3.922.0",
29
+ "@aws-sdk/region-config-resolver": "3.925.0",
30
30
  "@aws-sdk/types": "3.922.0",
31
31
  "@aws-sdk/util-endpoints": "3.922.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.922.0",
33
33
  "@aws-sdk/util-user-agent-node": "3.922.0",
34
- "@smithy/config-resolver": "^4.4.1",
34
+ "@smithy/config-resolver": "^4.4.2",
35
35
  "@smithy/core": "^3.17.2",
36
36
  "@smithy/fetch-http-handler": "^5.3.5",
37
37
  "@smithy/hash-node": "^4.2.4",
@@ -51,7 +51,7 @@
51
51
  "@smithy/util-body-length-browser": "^4.2.0",
52
52
  "@smithy/util-body-length-node": "^4.2.1",
53
53
  "@smithy/util-defaults-mode-browser": "^4.3.5",
54
- "@smithy/util-defaults-mode-node": "^4.2.7",
54
+ "@smithy/util-defaults-mode-node": "^4.2.8",
55
55
  "@smithy/util-endpoints": "^3.2.4",
56
56
  "@smithy/util-middleware": "^4.2.4",
57
57
  "@smithy/util-retry": "^4.2.4",