Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateLossClustersRequestEvaluationResultList

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

Overview

A wrapper to allow providing a list of items inline.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1GenerateLossClustersRequestEvaluationResultList

Returns a new instance of GoogleCloudAiplatformV1beta1GenerateLossClustersRequestEvaluationResultList.



19340
19341
19342
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 19340

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

Instance Attribute Details

#evaluation_resultsArray<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationResult>

Required. The list of evaluation results to analyze. Corresponds to the JSON property evaluationResults



19338
19339
19340
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 19338

def evaluation_results
  @evaluation_results
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



19345
19346
19347
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 19345

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