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