serviceAccount property
Optional. Required when all below conditions are met
enable_custom_service_accountis true;- any runtime is specified via
ResourceRuntimeSpecon creation time, for example, Ray
The users must have iam.serviceAccounts.actAs permission on this service
account and then the specified runtime containers will run as it.
Do not set this field if you want to submit jobs using custom service
account to this PersistentResource after creation, but only specify the
service_account inside the job.
Implementation
final String serviceAccount;