ProjectsLocationsOnlineEvaluatorsResource class

Constructors

ProjectsLocationsOnlineEvaluatorsResource(ApiRequester client)

Properties

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

Methods

activate(GoogleCloudAiplatformV1ActivateOnlineEvaluatorRequest request, String name, {String? $fields}) Future<GoogleLongrunningOperation>
Activates an OnlineEvaluator.
create(GoogleCloudAiplatformV1OnlineEvaluator request, String parent, {String? $fields}) Future<GoogleLongrunningOperation>
Creates an OnlineEvaluator in the given project and location.
delete(String name, {String? $fields}) Future<GoogleLongrunningOperation>
Deletes an OnlineEvaluator.
get(String name, {String? $fields}) Future<GoogleCloudAiplatformV1OnlineEvaluator>
Gets details of an OnlineEvaluator.
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudAiplatformV1ListOnlineEvaluatorsResponse>
Lists the OnlineEvaluators for the given project and location.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudAiplatformV1OnlineEvaluator request, String name, {String? updateMask, String? $fields}) Future<GoogleLongrunningOperation>
Updates the fields of an OnlineEvaluator.
suspend(GoogleCloudAiplatformV1SuspendOnlineEvaluatorRequest request, String name, {String? $fields}) Future<GoogleLongrunningOperation>
Suspends an OnlineEvaluator.
toString() String
A string representation of this object.
inherited

Operators

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