Google Cloud Datalabeling V1beta1 Client - Class PauseEvaluationJobRequest (0.1.14)

Reference documentation and code samples for the Google Cloud Datalabeling V1beta1 Client class PauseEvaluationJobRequest.

Request message for PauseEvaluationJob.

Generated from protobuf message google.cloud.datalabeling.v1beta1.PauseEvaluationJobRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. Name of the evaluation job that is going to be paused. Format: "projects/{project_id}/evaluationJobs/{evaluation_job_id}"

getName

Required. Name of the evaluation job that is going to be paused. Format: "projects/{project_id}/evaluationJobs/{evaluation_job_id}"

Returns
TypeDescription
string

setName

Required. Name of the evaluation job that is going to be paused. Format: "projects/{project_id}/evaluationJobs/{evaluation_job_id}"

Parameter
NameDescription
var string
Returns
TypeDescription
$this