We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
aws-native.sagemaker.getCluster
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
Resource Type definition for AWS::SageMaker::Cluster
Using getCluster
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getCluster(args: GetClusterArgs, opts?: InvokeOptions): Promise<GetClusterResult>
function getClusterOutput(args: GetClusterOutputArgs, opts?: InvokeOptions): Output<GetClusterResult>def get_cluster(cluster_arn: Optional[str] = None,
                opts: Optional[InvokeOptions] = None) -> GetClusterResult
def get_cluster_output(cluster_arn: Optional[pulumi.Input[str]] = None,
                opts: Optional[InvokeOptions] = None) -> Output[GetClusterResult]func LookupCluster(ctx *Context, args *LookupClusterArgs, opts ...InvokeOption) (*LookupClusterResult, error)
func LookupClusterOutput(ctx *Context, args *LookupClusterOutputArgs, opts ...InvokeOption) LookupClusterResultOutput> Note: This function is named LookupCluster in the Go SDK.
public static class GetCluster 
{
    public static Task<GetClusterResult> InvokeAsync(GetClusterArgs args, InvokeOptions? opts = null)
    public static Output<GetClusterResult> Invoke(GetClusterInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetClusterResult> getCluster(GetClusterArgs args, InvokeOptions options)
public static Output<GetClusterResult> getCluster(GetClusterArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:sagemaker:getCluster
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ClusterArn string
- The Amazon Resource Name (ARN) of the HyperPod Cluster.
- ClusterArn string
- The Amazon Resource Name (ARN) of the HyperPod Cluster.
- clusterArn String
- The Amazon Resource Name (ARN) of the HyperPod Cluster.
- clusterArn string
- The Amazon Resource Name (ARN) of the HyperPod Cluster.
- cluster_arn str
- The Amazon Resource Name (ARN) of the HyperPod Cluster.
- clusterArn String
- The Amazon Resource Name (ARN) of the HyperPod Cluster.
getCluster Result
The following output properties are available:
- ClusterArn string
- The Amazon Resource Name (ARN) of the HyperPod Cluster.
- ClusterStatus Pulumi.Aws Native. Sage Maker. Cluster Status 
- The status of the HyperPod Cluster.
- CreationTime string
- The time at which the HyperPod cluster was created.
- FailureMessage string
- The failure message of the HyperPod Cluster.
- InstanceGroups List<Pulumi.Aws Native. Sage Maker. Outputs. Cluster Instance Group> 
- The instance groups of the SageMaker HyperPod cluster. To delete an instance group, remove it from the array.
- NodeRecovery Pulumi.Aws Native. Sage Maker. Cluster Node Recovery 
- If node auto-recovery is set to true, faulty nodes will be replaced or rebooted when a failure is detected. If set to false, nodes will be labelled when a fault is detected.
- 
List<Pulumi.Aws Native. Outputs. Tag> 
- Custom tags for managing the SageMaker HyperPod cluster as an AWS resource. You can add tags to your cluster in the same way you add them in other AWS services that support tagging.
- ClusterArn string
- The Amazon Resource Name (ARN) of the HyperPod Cluster.
- ClusterStatus ClusterStatus 
- The status of the HyperPod Cluster.
- CreationTime string
- The time at which the HyperPod cluster was created.
- FailureMessage string
- The failure message of the HyperPod Cluster.
- InstanceGroups []ClusterInstance Group 
- The instance groups of the SageMaker HyperPod cluster. To delete an instance group, remove it from the array.
- NodeRecovery ClusterNode Recovery 
- If node auto-recovery is set to true, faulty nodes will be replaced or rebooted when a failure is detected. If set to false, nodes will be labelled when a fault is detected.
- Tag
- Custom tags for managing the SageMaker HyperPod cluster as an AWS resource. You can add tags to your cluster in the same way you add them in other AWS services that support tagging.
- clusterArn String
- The Amazon Resource Name (ARN) of the HyperPod Cluster.
- clusterStatus ClusterStatus 
- The status of the HyperPod Cluster.
- creationTime String
- The time at which the HyperPod cluster was created.
- failureMessage String
- The failure message of the HyperPod Cluster.
- instanceGroups List<ClusterInstance Group> 
- The instance groups of the SageMaker HyperPod cluster. To delete an instance group, remove it from the array.
- nodeRecovery ClusterNode Recovery 
- If node auto-recovery is set to true, faulty nodes will be replaced or rebooted when a failure is detected. If set to false, nodes will be labelled when a fault is detected.
- List<Tag>
- Custom tags for managing the SageMaker HyperPod cluster as an AWS resource. You can add tags to your cluster in the same way you add them in other AWS services that support tagging.
- clusterArn string
- The Amazon Resource Name (ARN) of the HyperPod Cluster.
- clusterStatus ClusterStatus 
- The status of the HyperPod Cluster.
- creationTime string
- The time at which the HyperPod cluster was created.
- failureMessage string
- The failure message of the HyperPod Cluster.
- instanceGroups ClusterInstance Group[] 
- The instance groups of the SageMaker HyperPod cluster. To delete an instance group, remove it from the array.
- nodeRecovery ClusterNode Recovery 
- If node auto-recovery is set to true, faulty nodes will be replaced or rebooted when a failure is detected. If set to false, nodes will be labelled when a fault is detected.
- Tag[]
- Custom tags for managing the SageMaker HyperPod cluster as an AWS resource. You can add tags to your cluster in the same way you add them in other AWS services that support tagging.
- cluster_arn str
- The Amazon Resource Name (ARN) of the HyperPod Cluster.
- cluster_status ClusterStatus 
- The status of the HyperPod Cluster.
- creation_time str
- The time at which the HyperPod cluster was created.
- failure_message str
- The failure message of the HyperPod Cluster.
- instance_groups Sequence[ClusterInstance Group] 
- The instance groups of the SageMaker HyperPod cluster. To delete an instance group, remove it from the array.
- node_recovery ClusterNode Recovery 
- If node auto-recovery is set to true, faulty nodes will be replaced or rebooted when a failure is detected. If set to false, nodes will be labelled when a fault is detected.
- Sequence[root_Tag]
- Custom tags for managing the SageMaker HyperPod cluster as an AWS resource. You can add tags to your cluster in the same way you add them in other AWS services that support tagging.
- clusterArn String
- The Amazon Resource Name (ARN) of the HyperPod Cluster.
- clusterStatus "Creating" | "Deleting" | "Failed" | "InService" | "Rolling Back" | "System Updating" | "Updating" 
- The status of the HyperPod Cluster.
- creationTime String
- The time at which the HyperPod cluster was created.
- failureMessage String
- The failure message of the HyperPod Cluster.
- instanceGroups List<Property Map>
- The instance groups of the SageMaker HyperPod cluster. To delete an instance group, remove it from the array.
- nodeRecovery "Automatic" | "None"
- If node auto-recovery is set to true, faulty nodes will be replaced or rebooted when a failure is detected. If set to false, nodes will be labelled when a fault is detected.
- List<Property Map>
- Custom tags for managing the SageMaker HyperPod cluster as an AWS resource. You can add tags to your cluster in the same way you add them in other AWS services that support tagging.
Supporting Types
ClusterDeepHealthCheckType    
ClusterInstanceGroup  
- ExecutionRole string
- InstanceCount int
- The number of instances you specified to add to the instance group of a SageMaker HyperPod cluster.
- InstanceGroup stringName 
- InstanceType string
- LifeCycle Pulumi.Config Aws Native. Sage Maker. Inputs. Cluster Life Cycle Config 
- CurrentCount int
- The number of instances that are currently in the instance group of a SageMaker HyperPod cluster.
- InstanceStorage List<Pulumi.Configs Aws Native. Sage Maker. Inputs. Cluster Instance Storage Config> 
- OnStart List<Pulumi.Deep Health Checks Aws Native. Sage Maker. Cluster Deep Health Check Type> 
- OverrideVpc Pulumi.Config Aws Native. Sage Maker. Inputs. Cluster Vpc Config 
- ThreadsPer intCore 
- The number you specified to TreadsPerCore in CreateCluster for enabling or disabling multithreading. For instance types that support multithreading, you can specify 1 for disabling multithreading and 2 for enabling multithreading.
- ExecutionRole string
- InstanceCount int
- The number of instances you specified to add to the instance group of a SageMaker HyperPod cluster.
- InstanceGroup stringName 
- InstanceType string
- LifeCycle ClusterConfig Life Cycle Config 
- CurrentCount int
- The number of instances that are currently in the instance group of a SageMaker HyperPod cluster.
- InstanceStorage []ClusterConfigs Instance Storage Config 
- OnStart []ClusterDeep Health Checks Deep Health Check Type 
- OverrideVpc ClusterConfig Vpc Config 
- ThreadsPer intCore 
- The number you specified to TreadsPerCore in CreateCluster for enabling or disabling multithreading. For instance types that support multithreading, you can specify 1 for disabling multithreading and 2 for enabling multithreading.
- executionRole String
- instanceCount Integer
- The number of instances you specified to add to the instance group of a SageMaker HyperPod cluster.
- instanceGroup StringName 
- instanceType String
- lifeCycle ClusterConfig Life Cycle Config 
- currentCount Integer
- The number of instances that are currently in the instance group of a SageMaker HyperPod cluster.
- instanceStorage List<ClusterConfigs Instance Storage Config> 
- onStart List<ClusterDeep Health Checks Deep Health Check Type> 
- overrideVpc ClusterConfig Vpc Config 
- threadsPer IntegerCore 
- The number you specified to TreadsPerCore in CreateCluster for enabling or disabling multithreading. For instance types that support multithreading, you can specify 1 for disabling multithreading and 2 for enabling multithreading.
- executionRole string
- instanceCount number
- The number of instances you specified to add to the instance group of a SageMaker HyperPod cluster.
- instanceGroup stringName 
- instanceType string
- lifeCycle ClusterConfig Life Cycle Config 
- currentCount number
- The number of instances that are currently in the instance group of a SageMaker HyperPod cluster.
- instanceStorage ClusterConfigs Instance Storage Config[] 
- onStart ClusterDeep Health Checks Deep Health Check Type[] 
- overrideVpc ClusterConfig Vpc Config 
- threadsPer numberCore 
- The number you specified to TreadsPerCore in CreateCluster for enabling or disabling multithreading. For instance types that support multithreading, you can specify 1 for disabling multithreading and 2 for enabling multithreading.
- execution_role str
- instance_count int
- The number of instances you specified to add to the instance group of a SageMaker HyperPod cluster.
- instance_group_ strname 
- instance_type str
- life_cycle_ Clusterconfig Life Cycle Config 
- current_count int
- The number of instances that are currently in the instance group of a SageMaker HyperPod cluster.
- instance_storage_ Sequence[Clusterconfigs Instance Storage Config] 
- on_start_ Sequence[Clusterdeep_ health_ checks Deep Health Check Type] 
- override_vpc_ Clusterconfig Vpc Config 
- threads_per_ intcore 
- The number you specified to TreadsPerCore in CreateCluster for enabling or disabling multithreading. For instance types that support multithreading, you can specify 1 for disabling multithreading and 2 for enabling multithreading.
- executionRole String
- instanceCount Number
- The number of instances you specified to add to the instance group of a SageMaker HyperPod cluster.
- instanceGroup StringName 
- instanceType String
- lifeCycle Property MapConfig 
- currentCount Number
- The number of instances that are currently in the instance group of a SageMaker HyperPod cluster.
- instanceStorage List<Property Map>Configs 
- onStart List<"InstanceDeep Health Checks Stress" | "Instance Connectivity"> 
- overrideVpc Property MapConfig 
- threadsPer NumberCore 
- The number you specified to TreadsPerCore in CreateCluster for enabling or disabling multithreading. For instance types that support multithreading, you can specify 1 for disabling multithreading and 2 for enabling multithreading.
ClusterLifeCycleConfig   
- OnCreate string
- The file name of the entrypoint script of lifecycle scripts under SourceS3Uri. This entrypoint script runs during cluster creation.
- SourceS3Uri string
- An Amazon S3 bucket path where your lifecycle scripts are stored.
- OnCreate string
- The file name of the entrypoint script of lifecycle scripts under SourceS3Uri. This entrypoint script runs during cluster creation.
- SourceS3Uri string
- An Amazon S3 bucket path where your lifecycle scripts are stored.
- onCreate String
- The file name of the entrypoint script of lifecycle scripts under SourceS3Uri. This entrypoint script runs during cluster creation.
- sourceS3Uri String
- An Amazon S3 bucket path where your lifecycle scripts are stored.
- onCreate string
- The file name of the entrypoint script of lifecycle scripts under SourceS3Uri. This entrypoint script runs during cluster creation.
- sourceS3Uri string
- An Amazon S3 bucket path where your lifecycle scripts are stored.
- on_create str
- The file name of the entrypoint script of lifecycle scripts under SourceS3Uri. This entrypoint script runs during cluster creation.
- source_s3_ struri 
- An Amazon S3 bucket path where your lifecycle scripts are stored.
- onCreate String
- The file name of the entrypoint script of lifecycle scripts under SourceS3Uri. This entrypoint script runs during cluster creation.
- sourceS3Uri String
- An Amazon S3 bucket path where your lifecycle scripts are stored.
ClusterNodeRecovery  
ClusterStatus 
ClusterVpcConfig  
- SecurityGroup List<string>Ids 
- The VPC security group IDs, in the form sg-xxxxxxxx. Specify the security groups for the VPC that is specified in the Subnets field.
- Subnets List<string>
- The ID of the subnets in the VPC to which you want to connect your training job or model.
- SecurityGroup []stringIds 
- The VPC security group IDs, in the form sg-xxxxxxxx. Specify the security groups for the VPC that is specified in the Subnets field.
- Subnets []string
- The ID of the subnets in the VPC to which you want to connect your training job or model.
- securityGroup List<String>Ids 
- The VPC security group IDs, in the form sg-xxxxxxxx. Specify the security groups for the VPC that is specified in the Subnets field.
- subnets List<String>
- The ID of the subnets in the VPC to which you want to connect your training job or model.
- securityGroup string[]Ids 
- The VPC security group IDs, in the form sg-xxxxxxxx. Specify the security groups for the VPC that is specified in the Subnets field.
- subnets string[]
- The ID of the subnets in the VPC to which you want to connect your training job or model.
- security_group_ Sequence[str]ids 
- The VPC security group IDs, in the form sg-xxxxxxxx. Specify the security groups for the VPC that is specified in the Subnets field.
- subnets Sequence[str]
- The ID of the subnets in the VPC to which you want to connect your training job or model.
- securityGroup List<String>Ids 
- The VPC security group IDs, in the form sg-xxxxxxxx. Specify the security groups for the VPC that is specified in the Subnets field.
- subnets List<String>
- The ID of the subnets in the VPC to which you want to connect your training job or model.
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi