serviceAccount property

  1. @Deprecated('Not supported. Member documentation may have more information.')
String? serviceAccount
getter/setter pair

Deprecated: This field is ignored and the "Vertex AI Notebook Service Account" (service-PROJECT_NUMBER@gcp-sa-aiplatform-vm.iam.gserviceaccount.com) is used for the runtime workload identity.

See https://cloud.google.com/iam/docs/service-agents#vertex-ai-notebook-service-account for more details. For NotebookExecutionJob, use NotebookExecutionJob.service_account instead. The service account that the runtime workload runs as. You can use any service account within the same project, but you must have the service account user permission to use the instance. If not specified, the Compute Engine default service account is used.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? serviceAccount;