ProjectsLocationsReasoningEnginesSandboxEnvironmentsResource 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
-
toString()
→ String
-
A string representation of this object.
inherited