ReasoningEnginesSandboxEnvironmentsResource class
Methods
-
create(GoogleCloudAiplatformV1SandboxEnvironment request, String parent, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Creates a SandboxEnvironment in a given reasoning engine.
-
delete(String name, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Deletes the specific SandboxEnvironment.
-
execute(GoogleCloudAiplatformV1ExecuteSandboxEnvironmentRequest request, String name, {String? $fields})
→ Future<GoogleCloudAiplatformV1ExecuteSandboxEnvironmentResponse>
-
Executes using a sandbox environment.
-
get(String name, {String? $fields})
→ Future<GoogleCloudAiplatformV1SandboxEnvironment>
-
Gets details of the specific SandboxEnvironment.
-
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields})
→ Future<GoogleCloudAiplatformV1ListSandboxEnvironmentsResponse>
-
Lists SandboxEnvironments in a given reasoning engine.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
pause(GoogleCloudAiplatformV1PauseSandboxEnvironmentRequest request, String name, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Pauses the specific SandboxEnvironment.
-
resume(GoogleCloudAiplatformV1ResumeSandboxEnvironmentRequest request, String name, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Resumes the specific SandboxEnvironment.
-
snapshot(GoogleCloudAiplatformV1SandboxEnvironmentSnapshot request, String name, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Snapshots the specific SandboxEnvironment resource and creates a
SandboxEnvironmentSnapshot resource.
-
toString()
→ String
-
A string representation of this object.
inherited