ProjectsLocationsReasoningEnginesSandboxEnvironmentTemplatesResource class

Properties

hashCode int
The hash code for this object.
no setterinherited
operations ProjectsLocationsReasoningEnginesSandboxEnvironmentTemplatesOperationsResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(GoogleCloudAiplatformV1SandboxEnvironmentTemplate request, String parent, {String? $fields}) Future<GoogleLongrunningOperation>
Creates a SandboxEnvironmentTemplate in a given reasoning engine.
delete(String name, {String? $fields}) Future<GoogleLongrunningOperation>
Deletes the specific SandboxEnvironmentTemplate.
get(String name, {String? $fields}) Future<GoogleCloudAiplatformV1SandboxEnvironmentTemplate>
Gets details of the specific SandboxEnvironmentTemplate.
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudAiplatformV1ListSandboxEnvironmentTemplatesResponse>
Lists SandboxEnvironmentTemplates 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

Operators

operator ==(Object other) bool
The equality operator.
inherited