Skip to main content

cluster_tags

Expands all tag keys and values for clusters in a region

Overview

Namecluster_tags
TypeResource
DescriptionResource Type definition for AWS::SageMaker::Cluster
Idaws.sagemaker.cluster_tags

Fields

NameDatatypeDescription
cluster_arnstringThe Amazon Resource Name (ARN) of the HyperPod Cluster.
vpc_configobjectSpecifies 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_recoverystringIf 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_timestringThe time at which the HyperPod cluster was created.
instance_groupsarrayThe instance groups of the SageMaker HyperPod cluster.
cluster_namestringThe name of the HyperPod Cluster.
failure_messagestringThe failure message of the HyperPod Cluster.
orchestratorobjectSpecifies parameter(s) specific to the orchestrator, e.g. specify the EKS cluster.
cluster_statusstringThe status of the HyperPod Cluster.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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