Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RougeResults
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RougeResults
- 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
Results for rouge metric.
Instance Attribute Summary collapse
-
#rouge_metric_values ⇒ Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RougeMetricValue>
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1RougeResults
constructor
A new instance of GoogleCloudAiplatformV1beta1RougeResults.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1RougeResults
Returns a new instance of GoogleCloudAiplatformV1beta1RougeResults.
24117 24118 24119 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 24117 def initialize(**args) update!(**args) end |
Instance Attribute Details
#rouge_metric_values ⇒ Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RougeMetricValue>
Output only. Rouge metric values.
Corresponds to the JSON property rougeMetricValues
24115 24116 24117 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 24115 def rouge_metric_values @rouge_metric_values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
24122 24123 24124 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 24122 def update!(**args) @rouge_metric_values = args[:rouge_metric_values] if args.key?(:rouge_metric_values) end |