aws.sagemaker.describe_cluster_node
Example SQL Queries
SELECT * FROMaws.sagemaker.describe_cluster_nodeWHERE"cluster_name" = 'VALUE'AND "node_id" = 'VALUE';Description
Retrieves information of a node (also called a instance interchangeably) of a SageMaker HyperPod cluster.
Table Definition
| Column Name | Column Data Type |
|---|---|
| cluster_name Required Input Column The string name or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster in which the node is. | VARCHAR |
| node_id Required Input Column The ID of the SageMaker HyperPod cluster node. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| node_details The details of the SageMaker HyperPod cluster node. | STRUCT( |
Show child fields
| |