tpu  v1
Properties | List of all members
Google.Apis.TPU.v1.Data.Node Class Reference

A TPU instance. More...

Inheritance diagram for Google.Apis.TPU.v1.Data.Node:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual string AcceleratorType [get, set]
 The type of hardware accelerators associated with this node. Required. More...
 
virtual string CidrBlock [get, set]
 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. More...
 
virtual object CreateTime [get, set]
 Output only. The time when the node was created. More...
 
virtual string Description [get, set]
 The user-supplied description of the TPU. Maximum of 512 characters. More...
 
virtual string Health [get, set]
 The health status of the TPU node. More...
 
virtual string HealthDescription [get, set]
 Output only. If this field is populated, it contains a description of why the TPU Node is unhealthy. More...
 
virtual string IpAddress [get, set]
 Output only. DEPRECATED! Use network_endpoints instead. The network address for the TPU Node as visible to Compute Engine instances. More...
 
virtual System.Collections.Generic.IDictionary< string, string > Labels [get, set]
 Resource labels to represent user-provided metadata. More...
 
virtual string Name [get, set]
 Output only. The immutable name of the TPU More...
 
virtual string Network [get, set]
 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. More...
 
virtual System.Collections.Generic.IList< NetworkEndpointNetworkEndpoints [get, set]
 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. More...
 
virtual string Port [get, set]
 Output only. DEPRECATED! Use network_endpoints instead. The network port for the TPU Node as visible to Compute Engine instances. More...
 
virtual SchedulingConfig SchedulingConfig [get, set]
 
virtual string ServiceAccount [get, set]
 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. More...
 
virtual string State [get, set]
 Output only. The current state for the TPU Node. More...
 
virtual string TensorflowVersion [get, set]
 The version of Tensorflow running in the Node. Required. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

A TPU instance.

Property Documentation

◆ AcceleratorType

virtual string Google.Apis.TPU.v1.Data.Node.AcceleratorType
getset

The type of hardware accelerators associated with this node. Required.

◆ CidrBlock

virtual string Google.Apis.TPU.v1.Data.Node.CidrBlock
getset

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.

◆ CreateTime

virtual object Google.Apis.TPU.v1.Data.Node.CreateTime
getset

Output only. The time when the node was created.

◆ Description

virtual string Google.Apis.TPU.v1.Data.Node.Description
getset

The user-supplied description of the TPU. Maximum of 512 characters.

◆ ETag

virtual string Google.Apis.TPU.v1.Data.Node.ETag
getset

The ETag of the item.

◆ Health

virtual string Google.Apis.TPU.v1.Data.Node.Health
getset

The health status of the TPU node.

◆ HealthDescription

virtual string Google.Apis.TPU.v1.Data.Node.HealthDescription
getset

Output only. If this field is populated, it contains a description of why the TPU Node is unhealthy.

◆ IpAddress

virtual string Google.Apis.TPU.v1.Data.Node.IpAddress
getset

Output only. DEPRECATED! Use network_endpoints instead. The network address for the TPU Node as visible to Compute Engine instances.

◆ Labels

virtual System.Collections.Generic.IDictionary<string,string> Google.Apis.TPU.v1.Data.Node.Labels
getset

Resource labels to represent user-provided metadata.

◆ Name

virtual string Google.Apis.TPU.v1.Data.Node.Name
getset

Output only. The immutable name of the TPU

◆ Network

virtual string Google.Apis.TPU.v1.Data.Node.Network
getset

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.

◆ NetworkEndpoints

virtual System.Collections.Generic.IList<NetworkEndpoint> Google.Apis.TPU.v1.Data.Node.NetworkEndpoints
getset

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.

◆ Port

virtual string Google.Apis.TPU.v1.Data.Node.Port
getset

Output only. DEPRECATED! Use network_endpoints instead. The network port for the TPU Node as visible to Compute Engine instances.

◆ ServiceAccount

virtual string Google.Apis.TPU.v1.Data.Node.ServiceAccount
getset

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.

◆ State

virtual string Google.Apis.TPU.v1.Data.Node.State
getset

Output only. The current state for the TPU Node.

◆ TensorflowVersion

virtual string Google.Apis.TPU.v1.Data.Node.TensorflowVersion
getset

The version of Tensorflow running in the Node. Required.


The documentation for this class was generated from the following file: