Class: Google::Cloud::DataLabeling::V1beta1::GetEvaluationRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb

Overview

Request message for GetEvaluation.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Name of the evaluation. Format:

"projects/{project_id}/datasets/{dataset_id}/evaluations/{evaluation_id}'.

Returns:

  • (::String)

    Required. Name of the evaluation. Format:

    "projects/{project_id}/datasets/{dataset_id}/evaluations/{evaluation_id}'



594
595
596
597
# File 'proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb', line 594

class GetEvaluationRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end