Reference documentation and code samples for the AI Platform Data Labeling Service V1beta1 API class Google::Cloud::DataLabeling::V1beta1::SearchExampleComparisonsResponse::ExampleComparison.
Example comparisons comparing ground truth output and predictions for a specific input.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#ground_truth_example
def ground_truth_example() -> ::Google::Cloud::DataLabeling::V1beta1::Example Returns 
 - (::Google::Cloud::DataLabeling::V1beta1::Example) — The ground truth output for the input.
 
#ground_truth_example=
def ground_truth_example=(value) -> ::Google::Cloud::DataLabeling::V1beta1::Example Parameter 
 - value (::Google::Cloud::DataLabeling::V1beta1::Example) — The ground truth output for the input.
 
 Returns 
 - (::Google::Cloud::DataLabeling::V1beta1::Example) — The ground truth output for the input.
 
#model_created_examples
def model_created_examples() -> ::Array<::Google::Cloud::DataLabeling::V1beta1::Example> Returns 
 - (::Array<::Google::Cloud::DataLabeling::V1beta1::Example>) — Predictions by the model for the input.
 
#model_created_examples=
def model_created_examples=(value) -> ::Array<::Google::Cloud::DataLabeling::V1beta1::Example> Parameter 
 - value (::Array<::Google::Cloud::DataLabeling::V1beta1::Example>) — Predictions by the model for the input.
 
 Returns 
 - (::Array<::Google::Cloud::DataLabeling::V1beta1::Example>) — Predictions by the model for the input.