Reference documentation and code samples for the Google Cloud Datalabeling V1beta1 Client class GetEvaluationJobRequest.
Request message for GetEvaluationJob.
Generated from protobuf message google.cloud.datalabeling.v1beta1.GetEvaluationJobRequest
Namespace
Google \ Cloud \ DataLabeling \ V1beta1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. Name of the evaluation job. Format: "projects/ {project_id} /evaluationJobs/ {evaluation_job_id} "
getName
Required. Name of the evaluation job. Format: "projects/ {project_id} /evaluationJobs/ {evaluation_job_id} "
string
setName
Required. Name of the evaluation job. Format: "projects/ {project_id} /evaluationJobs/ {evaluation_job_id} "
var
string
$this
static::build
name
string
Required. Name of the evaluation job. Format:
"projects/ {project_id} /evaluationJobs/ {evaluation_job_id} " Please see DataLabelingServiceClient::evaluationJobName() for help formatting this field.