Class: Google::Cloud::DiscoveryEngine::V1beta::ListEvaluationResultsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1beta/evaluation_service.rb

Overview

Response message for EvaluationService.ListEvaluationResults method.

Defined Under Namespace

Classes: EvaluationResult

Instance Attribute Summary collapse

Instance Attribute Details

#evaluation_results::Array<::Google::Cloud::DiscoveryEngine::V1beta::ListEvaluationResultsResponse::EvaluationResult>

Returns The EvaluationResults.



171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
# File 'proto_docs/google/cloud/discoveryengine/v1beta/evaluation_service.rb', line 171

class ListEvaluationResultsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Represents the results of an evaluation for a single
  # {::Google::Cloud::DiscoveryEngine::V1beta::SampleQuery SampleQuery}.
  # @!attribute [r] sample_query
  #   @return [::Google::Cloud::DiscoveryEngine::V1beta::SampleQuery]
  #     Output only. The
  #     {::Google::Cloud::DiscoveryEngine::V1beta::SampleQuery SampleQuery} that was
  #     evaluated.
  # @!attribute [r] quality_metrics
  #   @return [::Google::Cloud::DiscoveryEngine::V1beta::QualityMetrics]
  #     Output only. The metrics produced by the evaluation, for a given
  #     {::Google::Cloud::DiscoveryEngine::V1beta::SampleQuery SampleQuery}.
  class EvaluationResult
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#next_page_token::String

Returns A token that can be sent as ListEvaluationResultsRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Returns:



171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
# File 'proto_docs/google/cloud/discoveryengine/v1beta/evaluation_service.rb', line 171

class ListEvaluationResultsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Represents the results of an evaluation for a single
  # {::Google::Cloud::DiscoveryEngine::V1beta::SampleQuery SampleQuery}.
  # @!attribute [r] sample_query
  #   @return [::Google::Cloud::DiscoveryEngine::V1beta::SampleQuery]
  #     Output only. The
  #     {::Google::Cloud::DiscoveryEngine::V1beta::SampleQuery SampleQuery} that was
  #     evaluated.
  # @!attribute [r] quality_metrics
  #   @return [::Google::Cloud::DiscoveryEngine::V1beta::QualityMetrics]
  #     Output only. The metrics produced by the evaluation, for a given
  #     {::Google::Cloud::DiscoveryEngine::V1beta::SampleQuery SampleQuery}.
  class EvaluationResult
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end