Class Node (1.5.1)

Node(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A TPU instance.

Attributes

NameDescription
name str
Output only. Immutable. The name of the TPU
description str
The user-supplied description of the TPU. Maximum of 512 characters.
accelerator_type str
Required. The type of hardware accelerators associated with this node.
ip_address str
Output only. DEPRECATED! Use network_endpoints instead. The network address for the TPU Node as visible to Compute Engine instances.
port str
Output only. DEPRECATED! Use network_endpoints instead. The network port for the TPU Node as visible to Compute Engine instances.
state google.cloud.tpu_v1.types.Node.State
Output only. The current state for the TPU Node.
health_description str
Output only. If this field is populated, it contains a description of why the TPU Node is unhealthy.
tensorflow_version str
Required. The version of Tensorflow running in the Node.
network str
The name of a network they wish to peer the TPU node to. It must be a preexisting Compute Engine network inside of the project on which this API has been activated. If none is provided, "default" will be used.
cidr_block str
The CIDR block that the TPU node will use when selecting an IP address. This CIDR block must be a /29 block; the Compute Engine networks API forbids a smaller block, and using a larger block would be wasteful (a node can only consume one IP address). Errors will occur if the CIDR block has already been used for a currently existing TPU node, the CIDR block conflicts with any subnetworks in the user's provided network, or the provided network is peered with another network that is using that CIDR block.
service_account str
Output only. The service account used to run the tensor flow services within the node. To share resources, including Google Cloud Storage data, with the Tensorflow job running in the Node, this account must have permissions to that data.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the node was created.
scheduling_config google.cloud.tpu_v1.types.SchedulingConfig
The scheduling options for this node.
network_endpoints Sequence[google.cloud.tpu_v1.types.NetworkEndpoint]
Output only. The network endpoints where TPU workers can be accessed and sent work. It is recommended that Tensorflow clients of the node reach out to the 0th entry in this map first.
health google.cloud.tpu_v1.types.Node.Health
The health status of the TPU node.
labels Mapping[str, str]
Resource labels to represent user-provided metadata.
use_service_networking bool
Whether the VPC peering for the node is set up through Service Networking API. The VPC Peering should be set up before provisioning the node. If this field is set, cidr_block field should not be specified. If the network, that you want to peer the TPU Node to, is Shared VPC networks, the node must be created with this this field enabled.
api_version google.cloud.tpu_v1.types.Node.ApiVersion
Output only. The API version that created this Node.
symptoms Sequence[google.cloud.tpu_v1.types.Symptom]
Output only. The Symptoms that have occurred to the TPU Node.

Inheritance

builtins.object > proto.message.Message > Node

Classes

ApiVersion

ApiVersion(value)

TPU API Version.

Health

Health(value)

Health defines the status of a TPU node as reported by Health Monitor.

LabelsEntry

LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, `.Message`]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.

State

State(value)

Represents the different states of a TPU node during its lifecycle.