Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RougeResults
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RougeResults
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1/classes.rb,
lib/google/apis/aiplatform_v1/representations.rb,
lib/google/apis/aiplatform_v1/representations.rb
Overview
Results for rouge metric.
Instance Attribute Summary collapse
-
#rouge_metric_values ⇒ Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RougeMetricValue>
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1RougeResults
constructor
A new instance of GoogleCloudAiplatformV1RougeResults.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1RougeResults
Returns a new instance of GoogleCloudAiplatformV1RougeResults.
21298 21299 21300 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 21298 def initialize(**args) update!(**args) end |
Instance Attribute Details
#rouge_metric_values ⇒ Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RougeMetricValue>
Output only. Rouge metric values.
Corresponds to the JSON property rougeMetricValues
21296 21297 21298 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 21296 def rouge_metric_values @rouge_metric_values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
21303 21304 21305 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 21303 def update!(**args) @rouge_metric_values = args[:rouge_metric_values] if args.key?(:rouge_metric_values) end |