ProjectsLocationsSpecialistPoolsResource class

Constructors

ProjectsLocationsSpecialistPoolsResource(ApiRequester client)

Properties

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

Methods

create(GoogleCloudAiplatformV1SpecialistPool request, String parent, {String? $fields}) Future<GoogleLongrunningOperation>
Creates a SpecialistPool.
delete(String name, {bool? force, String? $fields}) Future<GoogleLongrunningOperation>
Deletes a SpecialistPool as well as all Specialists in the pool.
get(String name, {String? $fields}) Future<GoogleCloudAiplatformV1SpecialistPool>
Gets a SpecialistPool.
list(String parent, {int? pageSize, String? pageToken, String? readMask, String? $fields}) Future<GoogleCloudAiplatformV1ListSpecialistPoolsResponse>
Lists SpecialistPools in a Location.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudAiplatformV1SpecialistPool request, String name, {String? updateMask, String? $fields}) Future<GoogleLongrunningOperation>
Updates a SpecialistPool.
toString() String
A string representation of this object.
inherited

Operators

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