Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateLossClustersRequestEvaluationResultList
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateLossClustersRequestEvaluationResultList
- 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
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1GenerateLossClustersRequestEvaluationResultList
constructor
A new instance of GoogleCloudAiplatformV1beta1GenerateLossClustersRequestEvaluationResultList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1GenerateLossClustersRequestEvaluationResultList
Returns a new instance of GoogleCloudAiplatformV1beta1GenerateLossClustersRequestEvaluationResultList.
24693 24694 24695 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 24693 def initialize(**args) update!(**args) end |
Instance Attribute Details
#evaluation_results ⇒ Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationResult>
Required. The list of evaluation results to analyze.
Corresponds to the JSON property evaluationResults
24691 24692 24693 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 24691 def evaluation_results @evaluation_results end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
24698 24699 24700 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 24698 def update!(**args) @evaluation_results = args[:evaluation_results] if args.key?(:evaluation_results) end |