Skip to content

GCP

GCPBackendPreferences

Bases: BackendPreferences

Represents the backend preferences specific to Google Cloud Platform (GCP) services.

Inherits from BackendPreferences and sets the backend service provider to Google.

Attributes:

Name Type Description
backend_service_provider GOOGLE

Indicates the backend service provider as Google,

See examples in the Google Cloud Backend Documentation.

Methods:

Name Description
is_nvidia_backend

Attributes:

Name Type Description
backend_service_provider GOOGLE

backend_service_provider

backend_service_provider: GOOGLE = Field(default=GOOGLE)

is_nvidia_backend

is_nvidia_backend() -> bool