Tpu Instance

This table represents the tpu_instance resource from Google Cloud Platform.

gcp.tpu_instance

Fields

TitleIDTypeData TypeDescription
_keycorestring
accelerator_typecorestringRequired. The type of hardware accelerators associated with this node.
ancestorscorearray<string>
api_versioncorestringOutput only. The API version that created this Node. Possible values: ['API_VERSION_UNSPECIFIED', 'V1_ALPHA1', 'V1', 'V2_ALPHA1']. Values descriptions: ['API version is unknown.', 'TPU API V1Alpha1 version.', 'TPU API V1 version.', 'TPU API V2Alpha1 version.']
cidr_blockcorestringThe 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.
create_timecoretimestampOutput only. The time when the node was created.
datadog_display_namecorestring
descriptioncorestringThe user-supplied description of the TPU. Maximum of 512 characters.
healthcorestringThe health status of the TPU node. Possible values: ['HEALTH_UNSPECIFIED', 'HEALTHY', 'DEPRECATED_UNHEALTHY', 'TIMEOUT', 'UNHEALTHY_TENSORFLOW', 'UNHEALTHY_MAINTENANCE']. Values descriptions: ['Health status is unknown: not initialized or failed to retrieve.', 'The resource is healthy.', 'The resource is unhealthy.', 'The resource is unresponsive.', 'The in-guest ML stack is unhealthy.', 'The node is under maintenance/priority boost caused rescheduling and will resume running once rescheduled.']
health_descriptioncorestringOutput only. If this field is populated, it contains a description of why the TPU Node is unhealthy.
ip_addresscorestringOutput only. DEPRECATED! Use network_endpoints instead. The network address for the TPU Node as visible to Compute Engine instances.
labelscorearray<string>
namecorestringOutput only. Immutable. The name of the TPU
networkcorestringThe 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.
network_endpointscorejsonOutput 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.
organization_idcorestring
parentcorestring
portcorestringOutput only. DEPRECATED! Use network_endpoints instead. The network port for the TPU Node as visible to Compute Engine instances.
project_idcorestring
project_numbercorestring
resource_namecorestring
scheduling_configcorejsonThe scheduling options for this node.
service_accountcorestringOutput 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.
statecorestringOutput only. The current state for the TPU Node. Possible values: ['STATE_UNSPECIFIED', 'CREATING', 'READY', 'RESTARTING', 'REIMAGING', 'DELETING', 'REPAIRING', 'STOPPED', 'STOPPING', 'STARTING', 'PREEMPTED', 'TERMINATED', 'HIDING', 'HIDDEN', 'UNHIDING', 'UNKNOWN']. Values descriptions: ['TPU node state is not known/set.', 'TPU node is being created.', 'TPU node has been created.', 'TPU node is restarting.', 'TPU node is undergoing reimaging.', 'TPU node is being deleted.', 'TPU node is being repaired and may be unusable. Details can be found in the `help_description` field.', 'TPU node is stopped.', 'TPU node is currently stopping.', 'TPU node is currently starting.', 'TPU node has been preempted. Only applies to Preemptible TPU Nodes.', 'TPU node has been terminated due to maintenance or has reached the end of its life cycle (for preemptible nodes).', 'TPU node is currently hiding.', 'TPU node has been hidden.', 'TPU node is currently unhiding.', 'TPU node has unknown state after a failed repair.']
symptomscorejsonOutput only. The Symptoms that have occurred to the TPU Node.
tagscorehstore
tensorflow_versioncorestringRequired. The version of Tensorflow running in the Node.
use_service_networkingcoreboolWhether 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.