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.
21961 21962 21963 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 21961 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
21959 21960 21961 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 21959 def rouge_metric_values @rouge_metric_values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
21966 21967 21968 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 21966 def update!(**args) @rouge_metric_values = args[:rouge_metric_values] if args.key?(:rouge_metric_values) end |