serviceAccount property

String? serviceAccount
getter/setter pair

The service account that the DeployedModel's container runs as.

If not specified, a system generated one will be used, which has minimal permissions and the custom container, if used, may not have enough permission to access other Google Cloud resources. Users deploying the Model must have the iam.serviceAccounts.actAs permission on this service account.

Implementation

core.String? serviceAccount;