Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaListEvaluationResultsResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/discoveryengine_v1beta/classes.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb

Overview

Response message for EvaluationService.ListEvaluationResults method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaListEvaluationResultsResponse

Returns a new instance of GoogleCloudDiscoveryengineV1betaListEvaluationResultsResponse.



17067
17068
17069
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 17067

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#evaluation_resultsArray<Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaListEvaluationResultsResponseEvaluationResult>

The EvaluationResults. Corresponds to the JSON property evaluationResults



17058
17059
17060
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 17058

def evaluation_results
  @evaluation_results
end

#next_page_tokenString

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. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


17065
17066
17067
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 17065

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



17072
17073
17074
17075
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 17072

def update!(**args)
  @evaluation_results = args[:evaluation_results] if args.key?(:evaluation_results)
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
end