Node class
A TPU instance.
Constructors
- 
          Node({String? acceleratorType, String? apiVersion, String? cidrBlock, String? createTime, String? description, String? health, String? healthDescription, String? ipAddress, Map<String, String> ? labels, String? name, String? network, List<NetworkEndpoint> ? networkEndpoints, String? port, SchedulingConfig? schedulingConfig, String? serviceAccount, String? state, List<Symptom> ? symptoms, String? tensorflowVersion, bool? useServiceNetworking})
- Node.fromJson(Map json_)
Properties
- acceleratorType ↔ String?
- 
  The type of hardware accelerators associated with this node.
  getter/setter pair
- apiVersion ↔ String?
- 
  The API version that created this Node.
  getter/setter pair
- cidrBlock ↔ String?
- 
  The CIDR block that the TPU node will use when selecting an IP address.
  getter/setter pair
- createTime ↔ String?
- 
  The time when the node was created.
  getter/setter pair
- description ↔ String?
- 
  The user-supplied description of the TPU.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- health ↔ String?
- 
  The health status of the TPU node.
Possible string values are:
  getter/setter pair
- healthDescription ↔ String?
- 
  If this field is populated, it contains a description of why the TPU Node
is unhealthy.
  getter/setter pair
- ipAddress ↔ String?
- 
  DEPRECATED! Use network_endpoints instead.
  getter/setter pair
- 
  labels
  ↔ Map<String, String> ?
- 
  Resource labels to represent user-provided metadata.
  getter/setter pair
- name ↔ String?
- 
  The name of the TPU
  getter/setter pair
- network ↔ String?
- 
  The name of a network they wish to peer the TPU node to.
  getter/setter pair
- 
  networkEndpoints
  ↔ List<NetworkEndpoint> ?
- 
  The network endpoints where TPU workers can be accessed and sent work.
  getter/setter pair
- port ↔ String?
- 
  DEPRECATED! Use network_endpoints instead.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- schedulingConfig ↔ SchedulingConfig?
- 
  The scheduling options for this node.
  getter/setter pair
- serviceAccount ↔ String?
- 
  The service account used to run the tensor flow services within the node.
  getter/setter pair
- state ↔ String?
- 
  The current state for the TPU Node.
  getter/setter pair
- 
  symptoms
  ↔ List<Symptom> ?
- 
  The Symptoms that have occurred to the TPU Node.
  getter/setter pair
- tensorflowVersion ↔ String?
- 
  The version of Tensorflow running in the Node.
  getter/setter pair
- useServiceNetworking ↔ bool?
- 
  Whether the VPC peering for the node is set up through Service Networking
API.
  getter/setter pair
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited