You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -3355,6 +3366,9 @@ class ReasoningEngineSpecDeploymentSpec(_common.BaseModel):
3355
3366
default=None,
3356
3367
description="""Optional. Environment variables where the value is a secret in Cloud Secret Manager. To use this feature, add 'Secret Manager Secret Accessor' role (roles/secretmanager.secretAccessor) to AI Platform Reasoning Engine Service Agent.""",
default=None, description="""Optional. Configuration for PSC-I."""
3360
3374
)
@@ -3385,6 +3399,9 @@ class ReasoningEngineSpecDeploymentSpecDict(TypedDict, total=False):
3385
3399
secret_env: Optional[list[SecretEnvVarDict]]
3386
3400
"""Optional. Environment variables where the value is a secret in Cloud Secret Manager. To use this feature, add 'Secret Manager Secret Accessor' role (roles/secretmanager.secretAccessor) to AI Platform Reasoning Engine Service Agent."""
0 commit comments