serviceAccount property

String? serviceAccount
getter/setter pair

Specifies the service account for workload run-as account.

Users submitting jobs must have act-as permission on this run-as account. If unspecified, the Vertex AI Custom Code Service Agent for the CustomJob's project is used.

Implementation

core.String? serviceAccount;