serviceAccount property

String? serviceAccount
getter/setter pair

The service account that the DeploymentResourcePool's container(s) run as.

Specify the email address of the service account. If this service account is not specified, the container(s) run as a service account that doesn't have access to the resource project. Users deploying the Models to this DeploymentResourcePool must have the iam.serviceAccounts.actAs permission on this service account.

Implementation

core.String? serviceAccount;