Reference documentation and code samples for the Google Cloud Datalabeling V1beta1 Client class ResumeEvaluationJobRequest.
Request message ResumeEvaluationJob.
Generated from protobuf message google.cloud.datalabeling.v1beta1.ResumeEvaluationJobRequest
Methods
build
Parameter | |
---|---|
Name | Description |
name |
string
Required. Name of the evaluation job that is going to be resumed. Format: "projects/{project_id}/evaluationJobs/{evaluation_job_id}" Please see {@see \Google\Cloud\DataLabeling\V1beta1\DataLabelingServiceClient::evaluationJobName()} for help formatting this field. |
Returns | |
---|---|
Type | Description |
Google\Cloud\DataLabeling\V1beta1\ResumeEvaluationJobRequest |
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. Name of the evaluation job that is going to be resumed. Format: "projects/{project_id}/evaluationJobs/{evaluation_job_id}" |
getName
Required. Name of the evaluation job that is going to be resumed. Format: "projects/{project_id}/evaluationJobs/{evaluation_job_id}"
Returns | |
---|---|
Type | Description |
string |
setName
Required. Name of the evaluation job that is going to be resumed. Format: "projects/{project_id}/evaluationJobs/{evaluation_job_id}"
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |