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.
19274 19275 19276 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 19274 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
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 |