Interface protos.google.cloud.tpu.v1.INode (3.8.0)
Stay organized with collections
Save and categorize content based on your preferences.
Package
@google-cloud/tpu
Properties
acceleratorType
acceleratorType
?:
(
string
|
null
);
apiVersion
apiVersion
?:
(
google
.
cloud
.
tpu
.
v1
.
Node
.
ApiVersion
|
keyof
typeof
google
.
cloud
.
tpu
.
v1
.
Node
.
ApiVersion
|
null
);
cidrBlock
cidrBlock
?:
(
string
|
null
);
createTime
createTime
?:
(
google
.
protobuf
.
ITimestamp
|
null
);
description
description
?:
(
string
|
null
);
health
health
?:
(
google
.
cloud
.
tpu
.
v1
.
Node
.
Health
|
keyof
typeof
google
.
cloud
.
tpu
.
v1
.
Node
.
Health
|
null
);
healthDescription
healthDescription
?:
(
string
|
null
);
ipAddress
ipAddress
?:
(
string
|
null
);
labels
labels
?:
({
[
k
:
string
]
:
string
}
|
null
);
name
name
?:
(
string
|
null
);
network
network
?:
(
string
|
null
);
networkEndpoints
networkEndpoints
?:
(
google
.
cloud
.
tpu
.
v1
.
INetworkEndpoint
[]
|
null
);
port
port
?:
(
string
|
null
);
schedulingConfig
schedulingConfig
?:
(
google
.
cloud
.
tpu
.
v1
.
ISchedulingConfig
|
null
);
serviceAccount
serviceAccount
?:
(
string
|
null
);
state
state
?:
(
google
.
cloud
.
tpu
.
v1
.
Node
.
State
|
keyof
typeof
google
.
cloud
.
tpu
.
v1
.
Node
.
State
|
null
);
symptoms
symptoms
?:
(
google
.
cloud
.
tpu
.
v1
.
ISymptom
[]
|
null
);
tensorflowVersion
tensorflowVersion
?:
(
string
|
null
);
useServiceNetworking
useServiceNetworking
?:
(
boolean
|
null
);
Node useServiceNetworking
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License
, and code samples are licensed under the Apache 2.0 License
. For details, see the Google Developers Site Policies
. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-04 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Interface protos.google.cloud.tpu.v1.INode (3.8.0)\n\nVersion latestkeyboard_arrow_down\n\n- [3.8.0 (latest)](/nodejs/docs/reference/tpu/latest/tpu/protos.google.cloud.tpu.v1.inode)\n- [3.7.0](/nodejs/docs/reference/tpu/3.7.0/tpu/protos.google.cloud.tpu.v1.inode)\n- [3.6.0](/nodejs/docs/reference/tpu/3.6.0/tpu/protos.google.cloud.tpu.v1.inode)\n- [3.2.1](/nodejs/docs/reference/tpu/3.2.1/tpu/protos.google.cloud.tpu.v1.inode)\n- [2.6.1](/nodejs/docs/reference/tpu/2.6.1/tpu/protos.google.cloud.tpu.v1.inode)\n- [2.4.1](/nodejs/docs/reference/tpu/2.4.1/tpu/protos.google.cloud.tpu.v1.inode)\n- [2.2.0](/nodejs/docs/reference/tpu/2.2.0/tpu/protos.google.cloud.tpu.v1.inode)\n- [2.1.0](/nodejs/docs/reference/tpu/2.1.0/tpu/protos.google.cloud.tpu.v1.inode)\n- [1.2.0](/nodejs/docs/reference/tpu/1.2.0/tpu/protos.google.cloud.tpu.v1.inode)\n- [1.1.1](/nodejs/docs/reference/tpu/1.1.1/tpu/protos.google.cloud.tpu.v1.inode)\n- [1.0.5](/nodejs/docs/reference/tpu/1.0.5/tpu/protos.google.cloud.tpu.v1.inode) \nProperties of a Node.\n\nPackage\n-------\n\n[@google-cloud/tpu](../overview.html)\n\nProperties\n----------\n\n### acceleratorType\n\n acceleratorType?: (string|null);\n\nNode acceleratorType\n\n### apiVersion\n\n apiVersion?: (google.cloud.tpu.v1.Node.ApiVersion|keyof typeof google.cloud.tpu.v1.Node.ApiVersion|null);\n\nNode apiVersion\n\n### cidrBlock\n\n cidrBlock?: (string|null);\n\nNode cidrBlock\n\n### createTime\n\n createTime?: (google.protobuf.ITimestamp|null);\n\nNode createTime\n\n### description\n\n description?: (string|null);\n\nNode description\n\n### health\n\n health?: (google.cloud.tpu.v1.Node.Health|keyof typeof google.cloud.tpu.v1.Node.Health|null);\n\nNode health\n\n### healthDescription\n\n healthDescription?: (string|null);\n\nNode healthDescription\n\n### ipAddress\n\n ipAddress?: (string|null);\n\nNode ipAddress\n\n### labels\n\n labels?: ({ [k: string]: string }|null);\n\nNode labels\n\n### name\n\n name?: (string|null);\n\nNode name\n\n### network\n\n network?: (string|null);\n\nNode network\n\n### networkEndpoints\n\n networkEndpoints?: (google.cloud.tpu.v1.INetworkEndpoint[]|null);\n\nNode networkEndpoints\n\n### port\n\n port?: (string|null);\n\nNode port\n\n### schedulingConfig\n\n schedulingConfig?: (google.cloud.tpu.v1.ISchedulingConfig|null);\n\nNode schedulingConfig\n\n### serviceAccount\n\n serviceAccount?: (string|null);\n\nNode serviceAccount\n\n### state\n\n state?: (google.cloud.tpu.v1.Node.State|keyof typeof google.cloud.tpu.v1.Node.State|null);\n\nNode state\n\n### symptoms\n\n symptoms?: (google.cloud.tpu.v1.ISymptom[]|null);\n\nNode symptoms\n\n### tensorflowVersion\n\n tensorflowVersion?: (string|null);\n\nNode tensorflowVersion\n\n### useServiceNetworking\n\n useServiceNetworking?: (boolean|null);\n\nNode useServiceNetworking"]]