ProjectsLocationsAgentsResource class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
create(GoogleCloudAiplatformV1Agent request, String parent, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Creates an agent.
-
delete(String name, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Deletes an agent.
-
get(String name, {String? $fields})
→ Future<GoogleCloudAiplatformV1Agent>
-
Retrieves an agent.
-
list(String parent, {String? orderBy, int? pageSize, String? pageToken, String? $fields})
→ Future<GoogleCloudAiplatformV1ListAgentsResponse>
-
Lists the agents in a location that belong to the caller.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(GoogleCloudAiplatformV1Agent request, String name, {String? updateMask, String? $fields})
→ Future<GoogleCloudAiplatformV1Agent>
-
Updates an agent.
-
toString()
→ String
-
A string representation of this object.
inherited