Reference documentation and code samples for the AI Platform Data Labeling Service V1beta1 API class Google::Cloud::DataLabeling::V1beta1::CreateEvaluationJobRequest.
Request message for CreateEvaluationJob.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#job
def job() -> ::Google::Cloud::DataLabeling::V1beta1::EvaluationJob Returns 
 - (::Google::Cloud::DataLabeling::V1beta1::EvaluationJob) — Required. The evaluation job to create.
 
#job=
def job=(value) -> ::Google::Cloud::DataLabeling::V1beta1::EvaluationJob Parameter 
 - value (::Google::Cloud::DataLabeling::V1beta1::EvaluationJob) — Required. The evaluation job to create.
 
 Returns 
 - (::Google::Cloud::DataLabeling::V1beta1::EvaluationJob) — Required. The evaluation job to create.
 
#parent
def parent() -> ::String Returns 
 - (::String) — Required. Evaluation job resource parent. Format: "projects/{project_id}"
 
#parent=
def parent=(value) -> ::String Parameter 
 - value (::String) — Required. Evaluation job resource parent. Format: "projects/{project_id}"
 
 Returns 
 - (::String) — Required. Evaluation job resource parent. Format: "projects/{project_id}"