Properties of a Node.
Package
@google-cloud/tpu!Properties
acceleratorType
acceleratorType?: (string|null);
Node acceleratorType
Type | Description |
(string|null) |
apiVersion
apiVersion?: (google.cloud.tpu.v1.Node.ApiVersion|keyof typeof google.cloud.tpu.v1.Node.ApiVersion|null);
Node apiVersion
Type | Description |
(google.cloud.tpu.v1.Node.ApiVersion|keyof typeof google.cloud.tpu.v1.Node.ApiVersion|null) |
cidrBlock
cidrBlock?: (string|null);
Node cidrBlock
Type | Description |
(string|null) |
createTime
createTime?: (google.protobuf.ITimestamp|null);
Node createTime
Type | Description |
(google.protobuf.ITimestamp|null) |
description
description?: (string|null);
Node description
Type | Description |
(string|null) |
health
health?: (google.cloud.tpu.v1.Node.Health|keyof typeof google.cloud.tpu.v1.Node.Health|null);
Node health
Type | Description |
(google.cloud.tpu.v1.Node.Health|keyof typeof google.cloud.tpu.v1.Node.Health|null) |
healthDescription
healthDescription?: (string|null);
Node healthDescription
Type | Description |
(string|null) |
ipAddress
ipAddress?: (string|null);
Node ipAddress
Type | Description |
(string|null) |
labels
labels?: ({ [k: string]: string }|null);
Node labels
Type | Description |
({ [k: string]: string }|null) |
name
name?: (string|null);
Node name
Type | Description |
(string|null) |
network
network?: (string|null);
Node network
Type | Description |
(string|null) |
networkEndpoints
networkEndpoints?: (google.cloud.tpu.v1.INetworkEndpoint[]|null);
Node networkEndpoints
Type | Description |
(google.cloud.tpu.v1.INetworkEndpoint[]|null) |
port
port?: (string|null);
Node port
Type | Description |
(string|null) |
schedulingConfig
schedulingConfig?: (google.cloud.tpu.v1.ISchedulingConfig|null);
Node schedulingConfig
Type | Description |
(google.cloud.tpu.v1.ISchedulingConfig|null) |
serviceAccount
serviceAccount?: (string|null);
Node serviceAccount
Type | Description |
(string|null) |
state
state?: (google.cloud.tpu.v1.Node.State|keyof typeof google.cloud.tpu.v1.Node.State|null);
Node state
Type | Description |
(google.cloud.tpu.v1.Node.State|keyof typeof google.cloud.tpu.v1.Node.State|null) |
symptoms
symptoms?: (google.cloud.tpu.v1.ISymptom[]|null);
Node symptoms
Type | Description |
(google.cloud.tpu.v1.ISymptom[]|null) |
tensorflowVersion
tensorflowVersion?: (string|null);
Node tensorflowVersion
Type | Description |
(string|null) |
useServiceNetworking
useServiceNetworking?: (boolean|null);
Node useServiceNetworking
Type | Description |
(boolean|null) |