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.



19274
19275
19276
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 19274

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



19272
19273
19274
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 19272

def evaluation_results
  @evaluation_results
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



19279
19280
19281
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 19279

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