Class SecretEnvVar (1.129.0)

SecretEnvVar(
    *,
    name: typing.Optional[str] = None,
    secretRef: typing.Optional[vertexai._genai.types.common.SecretRef] = None
)

Represents an environment variable where the value is a secret in Cloud Secret Manager.

Methods

SecretEnvVar

SecretEnvVar(
    *,
    name: typing.Optional[str] = None,
    secretRef: typing.Optional[vertexai._genai.types.common.SecretRef] = None
)

Create a new model by parsing and validating input data from keyword arguments.

Raises [ValidationError][pydantic_core.ValidationError] if the input data cannot be validated to form a valid model.

self is explicitly positional-only to allow self as a field name.