serviceAccount property

String? serviceAccount
getter/setter pair

The service account used to run the tensor flow services within the node.

To share resources, including Google Cloud Storage data, with the Tensorflow job running in the Node, this account must have permissions to that data.

Output only.

Implementation

core.String? serviceAccount;