Init Vertex AI.
init_vertexai(
project: Optional[str] = None,
location: Optional[str] = None,
credentials: Optional[Credentials] = None
) -> None| Name | Type | Description |
|---|---|---|
project | Optional[str] | Default: NoneThe default GCP project to use when making Vertex API calls. |
location | Optional[str] | Default: NoneThe default location to use when making API calls. |
credentials | Optional[Credentials] | Default: NoneThe default custom credentials to use when making API calls. If not provided credentials will be ascertained from the environment. |