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
default=None, description="""Optional. Configuration for PSC-I."""
@@ -7543,7 +7543,7 @@ class ReasoningEngineSpecDeploymentSpecDict(TypedDict, total=False):
7543
7543
"""Optional. The maximum number of application instances that can be launched to handle increased traffic. Defaults to 100. Range: [1, 1000]. If VPC-SC or PSC-I is enabled, the acceptable range is [1, 100]."""
7544
7544
7545
7545
min_instances: Optional[int]
7546
-
"""Optional. The minimum number of application instances that will be kept running at all times. Defaults to 1. Range: [0, 10]."""
7546
+
"""Optional. The minimum number of application instances that will be kept running at all times. Defaults to 1. Range: [0, 75]."""
description="""Output only. The resource name of the latest snapshot taken for this SandboxEnvironment.""",
11863
+
)
11864
+
owner: Optional[str] = Field(
11865
+
default=None,
11866
+
description="""Optional. Owner information for this sandbox environment. A Sandbox can only be restored from a snapshot that belongs to the same owner. If not set, sandbox will be created as the default owner.""",
description="""Optional. The resource name of the SandboxEnvironmentSnapshot to use for creating this SandboxEnvironment. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sandboxEnvironmentSnapshots/{sandbox_environment_snapshot}`""",
description="""Optional. The name of the SandboxEnvironmentTemplate specified in the parent Agent Engine resource that this SandboxEnvironment is created from. Only one of `sandbox_environment_template` and `spec` should be set.""",
11875
+
)
11853
11876
11854
11877
11855
11878
class SandboxEnvironmentDict(TypedDict, total=False):
@@ -11883,6 +11906,18 @@ class SandboxEnvironmentDict(TypedDict, total=False):
11883
11906
update_time: Optional[datetime.datetime]
11884
11907
"""Output only. The timestamp when this SandboxEnvironment was most recently updated."""
"""Output only. The resource name of the latest snapshot taken for this SandboxEnvironment."""
11911
+
11912
+
owner: Optional[str]
11913
+
"""Optional. Owner information for this sandbox environment. A Sandbox can only be restored from a snapshot that belongs to the same owner. If not set, sandbox will be created as the default owner."""
11914
+
11915
+
sandbox_environment_snapshot: Optional[str]
11916
+
"""Optional. The resource name of the SandboxEnvironmentSnapshot to use for creating this SandboxEnvironment. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sandboxEnvironmentSnapshots/{sandbox_environment_snapshot}`"""
11917
+
11918
+
sandbox_environment_template: Optional[str]
11919
+
"""Optional. The name of the SandboxEnvironmentTemplate specified in the parent Agent Engine resource that this SandboxEnvironment is created from. Only one of `sandbox_environment_template` and `spec` should be set."""
0 commit comments