ProjectsEvaluationJobsResource 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(GoogleCloudDatalabelingV1beta1CreateEvaluationJobRequest request, String parent, {String? $fields})
→ Future<GoogleCloudDatalabelingV1beta1EvaluationJob>
-
Creates an evaluation job.
-
delete(String name, {String? $fields})
→ Future<GoogleProtobufEmpty>
-
Stops and deletes an evaluation job.
-
get(String name, {String? $fields})
→ Future<GoogleCloudDatalabelingV1beta1EvaluationJob>
-
Gets an evaluation job by resource name.
-
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields})
→ Future<GoogleCloudDatalabelingV1beta1ListEvaluationJobsResponse>
-
Lists all evaluation jobs within a project with possible filters.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(GoogleCloudDatalabelingV1beta1EvaluationJob request, String name, {String? updateMask, String? $fields})
→ Future<GoogleCloudDatalabelingV1beta1EvaluationJob>
-
Updates an evaluation job.
-
pause(GoogleCloudDatalabelingV1beta1PauseEvaluationJobRequest request, String name, {String? $fields})
→ Future<GoogleProtobufEmpty>
-
Pauses an evaluation job.
-
resume(GoogleCloudDatalabelingV1beta1ResumeEvaluationJobRequest request, String name, {String? $fields})
→ Future<GoogleProtobufEmpty>
-
Resumes a paused evaluation job.
-
toString()
→ String
-
A string representation of this object.
inherited