serviceAccount property
The email address of a service account to use when running the training appplication.
You must have the iam.serviceAccounts.actAs
permission for the specified
service account. In addition, the AI Platform Training Google-managed
service account must have the roles/iam.serviceAccountAdmin
role for the
specified service account. [Learn more about configuring a service
account.](/ai-platform/training/docs/custom-service-account) If not
specified, the AI Platform Training Google-managed service account is used
by default.
Optional.
Implementation
core.String? serviceAccount;