cluster_tags
Expands all tag keys and values for clusters
in a region
Overview
Name | cluster_tags |
Type | Resource |
Description | Resource Type definition for AWS::SageMaker::Cluster |
Id | aws.sagemaker.cluster_tags |
Fields
Name | Datatype | Description |
---|---|---|
cluster_arn | string | The Amazon Resource Name (ARN) of the HyperPod Cluster. |
vpc_config | object | Specifies a VPC that your training jobs and hosted models have access to. Control access to and from your training and model containers by configuring the VPC. |
node_recovery | string | 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. |
creation_time | string | The time at which the HyperPod cluster was created. |
instance_groups | array | The instance groups of the SageMaker HyperPod cluster. |
cluster_name | string | The name of the HyperPod Cluster. |
failure_message | string | The failure message of the HyperPod Cluster. |
orchestrator | object | Specifies parameter(s) specific to the orchestrator, e.g. specify the EKS cluster. |
cluster_status | string | The status of the HyperPod Cluster. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all clusters
in a region.
SELECT
region,
cluster_arn,
vpc_config,
node_recovery,
creation_time,
instance_groups,
cluster_name,
failure_message,
orchestrator,
cluster_status,
tag_key,
tag_value
FROM aws.sagemaker.cluster_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the cluster_tags
resource, see clusters