@aws-sdk/client-sagemaker 3.922.0 → 3.926.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 +20 -0
- package/dist-es/models/models_0.js +16 -0
- package/dist-es/protocols/Aws_json1_1.js +3 -0
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +1 -1
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +2 -2
- package/dist-types/commands/CreateLabelingJobCommand.d.ts +1 -2
- package/dist-types/commands/CreateModelPackageCommand.d.ts +3 -3
- package/dist-types/commands/CreateTransformJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +2 -2
- package/dist-types/commands/DescribeClusterCommand.d.ts +23 -5
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +3 -3
- package/dist-types/commands/DescribeTransformJobCommand.d.ts +1 -1
- package/dist-types/commands/ListTrialsCommand.d.ts +1 -2
- package/dist-types/commands/SearchCommand.d.ts +4 -4
- package/dist-types/commands/UpdateClusterCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDomainCommand.d.ts +1 -0
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +76 -48
- package/dist-types/models/models_1.d.ts +12 -56
- package/dist-types/models/models_2.d.ts +59 -79
- package/dist-types/models/models_3.d.ts +77 -18
- package/dist-types/models/models_4.d.ts +17 -46
- package/dist-types/models/models_5.d.ts +57 -2
- package/dist-types/ts3.4/commands/CreateLabelingJobCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListTrialsCommand.d.ts +1 -2
- package/dist-types/ts3.4/models/models_0.d.ts +30 -12
- package/dist-types/ts3.4/models/models_1.d.ts +4 -13
- package/dist-types/ts3.4/models/models_2.d.ts +19 -28
- package/dist-types/ts3.4/models/models_3.d.ts +26 -4
- package/dist-types/ts3.4/models/models_4.d.ts +4 -11
- package/dist-types/ts3.4/models/models_5.d.ts +14 -0
- package/package.json +8 -8
|
@@ -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,
|
|
2
|
-
import { _InstanceType,
|
|
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":"<h1>Add header</h1><p>Add Instructions</p>", "fullInstruction":"<p>Add additional instructions.</p>"\}</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
|
|
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
|
|
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,
|
|
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
|
-
}
|
|
@@ -1,8 +1,53 @@
|
|
|
1
|
-
import { ActionStatus, ActivationState, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, BatchDataCaptureConfig, BatchStrategy, BatchTransformInput, BooleanOperator, CfnUpdateTemplateProvider, Channel, CheckpointConfig, ClusterAutoScalingConfig, ClusterInstanceGroupSpecification, ClusterNodeRecovery, CodeEditorAppImageConfig, DeploymentConfiguration, InferenceSpecification, JupyterLabAppImageConfig, KernelGatewayImageConfig, ModelApprovalStatus, ModelPackageStatus, OutputDataConfig, OutputParameter, ResourceConfig, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
|
|
1
|
+
import { ActionStatus, ActivationState, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, BatchDataCaptureConfig, BatchStrategy, BatchTransformInput, BooleanOperator, CfnUpdateTemplateProvider, Channel, CheckpointConfig, ClusterAutoScalingConfig, ClusterInstanceGroupSpecification, ClusterNodeProvisioningMode, ClusterNodeRecovery, CodeEditorAppImageConfig, DeploymentConfiguration, InferenceSpecification, JupyterLabAppImageConfig, KernelGatewayImageConfig, ModelApprovalStatus, ModelPackageStatus, OutputDataConfig, OutputParameter, ResourceConfig, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
|
|
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
|
|
@@ -3130,6 +3175,11 @@ export interface UpdateClusterRequest {
|
|
|
3130
3175
|
* @public
|
|
3131
3176
|
*/
|
|
3132
3177
|
InstanceGroupsToDelete?: string[] | undefined;
|
|
3178
|
+
/**
|
|
3179
|
+
* <p>Determines how instance provisioning is handled during cluster operations. In <code>Continuous</code> mode, the cluster provisions available instances incrementally and retries until the target count is reached. The cluster becomes operational once cluster-level resources are ready. Use <code>CurrentCount</code> and <code>TargetCount</code> in <code>DescribeCluster</code> to track provisioning progress.</p>
|
|
3180
|
+
* @public
|
|
3181
|
+
*/
|
|
3182
|
+
NodeProvisioningMode?: ClusterNodeProvisioningMode | undefined;
|
|
3133
3183
|
/**
|
|
3134
3184
|
* <p>The Amazon Resource Name (ARN) of the IAM role that HyperPod assumes for cluster autoscaling operations. Cannot be updated while autoscaling is enabled.</p>
|
|
3135
3185
|
* @public
|
|
@@ -3436,6 +3486,11 @@ export interface UpdateDomainRequest {
|
|
|
3436
3486
|
* @public
|
|
3437
3487
|
*/
|
|
3438
3488
|
TagPropagation?: TagPropagation | undefined;
|
|
3489
|
+
/**
|
|
3490
|
+
* <p>The identifier for the VPC used by the domain for network communication. Use this field only when adding VPC configuration to a SageMaker AI domain used in Amazon SageMaker Unified Studio that was created without VPC settings. SageMaker AI doesn't automatically apply VPC updates to existing applications. Stop and restart your applications to apply the changes.</p>
|
|
3491
|
+
* @public
|
|
3492
|
+
*/
|
|
3493
|
+
VpcId?: string | undefined;
|
|
3439
3494
|
}
|
|
3440
3495
|
/**
|
|
3441
3496
|
* @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 {
|
|
4
|
-
|
|
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
|
-
|
|
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/
|
|
4
|
-
import { ListTrialsResponse } from "../models/models_5";
|
|
3
|
+
import { ListTrialsRequest, ListTrialsResponse } from "../models/models_5";
|
|
5
4
|
import {
|
|
6
5
|
SageMakerClientResolvedConfig,
|
|
7
6
|
ServiceInputTypes,
|
|
@@ -445,6 +445,14 @@ export declare const TransformInstanceType: {
|
|
|
445
445
|
readonly ML_G5_4XLARGE: "ml.g5.4xlarge";
|
|
446
446
|
readonly ML_G5_8XLARGE: "ml.g5.8xlarge";
|
|
447
447
|
readonly ML_G5_XLARGE: "ml.g5.xlarge";
|
|
448
|
+
readonly ML_G6_12XLARGE: "ml.g6.12xlarge";
|
|
449
|
+
readonly ML_G6_16XLARGE: "ml.g6.16xlarge";
|
|
450
|
+
readonly ML_G6_24XLARGE: "ml.g6.24xlarge";
|
|
451
|
+
readonly ML_G6_2XLARGE: "ml.g6.2xlarge";
|
|
452
|
+
readonly ML_G6_48XLARGE: "ml.g6.48xlarge";
|
|
453
|
+
readonly ML_G6_4XLARGE: "ml.g6.4xlarge";
|
|
454
|
+
readonly ML_G6_8XLARGE: "ml.g6.8xlarge";
|
|
455
|
+
readonly ML_G6_XLARGE: "ml.g6.xlarge";
|
|
448
456
|
readonly ML_INF2_24XLARGE: "ml.inf2.24xlarge";
|
|
449
457
|
readonly ML_INF2_48XLARGE: "ml.inf2.48xlarge";
|
|
450
458
|
readonly ML_INF2_8XLARGE: "ml.inf2.8xlarge";
|
|
@@ -2533,6 +2541,15 @@ export interface ClusterEventSummary {
|
|
|
2533
2541
|
EventTime: Date | undefined;
|
|
2534
2542
|
Description?: string | undefined;
|
|
2535
2543
|
}
|
|
2544
|
+
export interface RollingDeploymentPolicy {
|
|
2545
|
+
MaximumBatchSize: CapacitySizeConfig | undefined;
|
|
2546
|
+
RollbackMaximumBatchSize?: CapacitySizeConfig | undefined;
|
|
2547
|
+
}
|
|
2548
|
+
export interface DeploymentConfiguration {
|
|
2549
|
+
RollingUpdatePolicy?: RollingDeploymentPolicy | undefined;
|
|
2550
|
+
WaitIntervalInSeconds?: number | undefined;
|
|
2551
|
+
AutoRollbackConfiguration?: AlarmDetails[] | undefined;
|
|
2552
|
+
}
|
|
2536
2553
|
export type ClusterInstanceStorageConfig =
|
|
2537
2554
|
| ClusterInstanceStorageConfig.EbsVolumeConfigMember
|
|
2538
2555
|
| ClusterInstanceStorageConfig.$UnknownMember;
|
|
@@ -2681,19 +2698,20 @@ export declare const DeepHealthCheckType: {
|
|
|
2681
2698
|
};
|
|
2682
2699
|
export type DeepHealthCheckType =
|
|
2683
2700
|
(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
2701
|
export interface ScheduledUpdateConfig {
|
|
2694
2702
|
ScheduleExpression: string | undefined;
|
|
2695
2703
|
DeploymentConfig?: DeploymentConfiguration | undefined;
|
|
2696
2704
|
}
|
|
2705
|
+
export declare const SoftwareUpdateStatus: {
|
|
2706
|
+
readonly FAILED: "Failed";
|
|
2707
|
+
readonly IN_PROGRESS: "InProgress";
|
|
2708
|
+
readonly PENDING: "Pending";
|
|
2709
|
+
readonly ROLLBACK_COMPLETE: "RollbackComplete";
|
|
2710
|
+
readonly ROLLBACK_IN_PROGRESS: "RollbackInProgress";
|
|
2711
|
+
readonly SUCCEEDED: "Succeeded";
|
|
2712
|
+
};
|
|
2713
|
+
export type SoftwareUpdateStatus =
|
|
2714
|
+
(typeof SoftwareUpdateStatus)[keyof typeof SoftwareUpdateStatus];
|
|
2697
2715
|
export declare const InstanceGroupStatus: {
|
|
2698
2716
|
readonly CREATING: "Creating";
|
|
2699
2717
|
readonly DEGRADED: "Degraded";
|
|
@@ -2722,6 +2740,9 @@ export interface ClusterInstanceGroupDetails {
|
|
|
2722
2740
|
ScheduledUpdateConfig?: ScheduledUpdateConfig | undefined;
|
|
2723
2741
|
CurrentImageId?: string | undefined;
|
|
2724
2742
|
DesiredImageId?: string | undefined;
|
|
2743
|
+
TargetStateCount?: number | undefined;
|
|
2744
|
+
SoftwareUpdateStatus?: SoftwareUpdateStatus | undefined;
|
|
2745
|
+
ActiveSoftwareUpdateConfig?: DeploymentConfiguration | undefined;
|
|
2725
2746
|
}
|
|
2726
2747
|
export interface ClusterInstanceGroupSpecification {
|
|
2727
2748
|
InstanceCount: number | undefined;
|
|
@@ -2792,6 +2813,3 @@ export interface ClusterNodeSummary {
|
|
|
2792
2813
|
export interface ClusterOrchestratorEksConfig {
|
|
2793
2814
|
ClusterArn: string | undefined;
|
|
2794
2815
|
}
|
|
2795
|
-
export interface ClusterOrchestrator {
|
|
2796
|
-
Eks: ClusterOrchestratorEksConfig | undefined;
|
|
2797
|
-
}
|
|
@@ -56,7 +56,7 @@ import {
|
|
|
56
56
|
ClusterInstanceType,
|
|
57
57
|
ClusterNodeProvisioningMode,
|
|
58
58
|
ClusterNodeRecovery,
|
|
59
|
-
|
|
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
|
-
}
|