GoogleApi.TPU.V2.Model.Node (google_api_tpu v0.18.0)
View SourceA TPU instance.
Attributes
-
acceleratorConfig
(type:GoogleApi.TPU.V2.Model.AcceleratorConfig.t
, default:nil
) - The AccleratorConfig for the TPU Node. -
acceleratorType
(type:String.t
, default:nil
) - Optional. The type of hardware accelerators associated with this node. -
apiVersion
(type:String.t
, default:nil
) - Output only. The API version that created this Node. -
cidrBlock
(type:String.t
, default:nil
) - 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
(type:DateTime.t
, default:nil
) - Output only. The time when the node was created. -
dataDisks
(type:list(GoogleApi.TPU.V2.Model.AttachedDisk.t)
, default:nil
) - The additional data disks for the Node. -
description
(type:String.t
, default:nil
) - The user-supplied description of the TPU. Maximum of 512 characters. -
health
(type:String.t
, default:nil
) - The health status of the TPU node. -
healthDescription
(type:String.t
, default:nil
) - Output only. If this field is populated, it contains a description of why the TPU Node is unhealthy. -
id
(type:String.t
, default:nil
) - Output only. The unique identifier for the TPU Node. -
labels
(type:map()
, default:nil
) - Resource labels to represent user-provided metadata. -
metadata
(type:map()
, default:nil
) - Custom metadata to apply to the TPU Node. Can set startup-script and shutdown-script -
multisliceNode
(type:boolean()
, default:nil
) - Output only. Whether the Node belongs to a Multislice group. -
name
(type:String.t
, default:nil
) - Output only. Immutable. The name of the TPU. -
networkConfig
(type:GoogleApi.TPU.V2.Model.NetworkConfig.t
, default:nil
) - Network configurations for the TPU node. network_config and network_configs are mutually exclusive, you can only specify one of them. If both are specified, an error will be returned. -
networkConfigs
(type:list(GoogleApi.TPU.V2.Model.NetworkConfig.t)
, default:nil
) - Optional. Repeated network configurations for the TPU node. This field is used to specify multiple networks configs for the TPU node. network_config and network_configs are mutually exclusive, you can only specify one of them. If both are specified, an error will be returned. -
networkEndpoints
(type:list(GoogleApi.TPU.V2.Model.NetworkEndpoint.t)
, default:nil
) - Output only. The network endpoints where TPU workers can be accessed and sent work. It is recommended that runtime clients of the node reach out to the 0th entry in this map first. -
queuedResource
(type:String.t
, default:nil
) - Output only. The qualified name of the QueuedResource that requested this Node. -
runtimeVersion
(type:String.t
, default:nil
) - Required. The runtime version running in the Node. -
schedulingConfig
(type:GoogleApi.TPU.V2.Model.SchedulingConfig.t
, default:nil
) - The scheduling options for this node. -
serviceAccount
(type:GoogleApi.TPU.V2.Model.ServiceAccount.t
, default:nil
) - The Google Cloud Platform Service Account to be used by the TPU node VMs. If None is specified, the default compute service account will be used. -
shieldedInstanceConfig
(type:GoogleApi.TPU.V2.Model.ShieldedInstanceConfig.t
, default:nil
) - Shielded Instance options. -
state
(type:String.t
, default:nil
) - Output only. The current state for the TPU Node. -
symptoms
(type:list(GoogleApi.TPU.V2.Model.Symptom.t)
, default:nil
) - Output only. The Symptoms that have occurred to the TPU Node. -
tags
(type:list(String.t)
, default:nil
) - Tags to apply to the TPU Node. Tags are used to identify valid sources or targets for network firewalls.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.TPU.V2.Model.Node{ acceleratorConfig: GoogleApi.TPU.V2.Model.AcceleratorConfig.t() | nil, acceleratorType: String.t() | nil, apiVersion: String.t() | nil, cidrBlock: String.t() | nil, createTime: DateTime.t() | nil, dataDisks: [GoogleApi.TPU.V2.Model.AttachedDisk.t()] | nil, description: String.t() | nil, health: String.t() | nil, healthDescription: String.t() | nil, id: String.t() | nil, labels: map() | nil, metadata: map() | nil, multisliceNode: boolean() | nil, name: String.t() | nil, networkConfig: GoogleApi.TPU.V2.Model.NetworkConfig.t() | nil, networkConfigs: [GoogleApi.TPU.V2.Model.NetworkConfig.t()] | nil, networkEndpoints: [GoogleApi.TPU.V2.Model.NetworkEndpoint.t()] | nil, queuedResource: String.t() | nil, runtimeVersion: String.t() | nil, schedulingConfig: GoogleApi.TPU.V2.Model.SchedulingConfig.t() | nil, serviceAccount: GoogleApi.TPU.V2.Model.ServiceAccount.t() | nil, shieldedInstanceConfig: GoogleApi.TPU.V2.Model.ShieldedInstanceConfig.t() | nil, state: String.t() | nil, symptoms: [GoogleApi.TPU.V2.Model.Symptom.t()] | nil, tags: [String.t()] | nil }