Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1BleuResults
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1BleuResults
- 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 bleu metric.
Instance Attribute Summary collapse
-
#bleu_metric_values ⇒ Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1BleuMetricValue>
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1BleuResults
constructor
A new instance of GoogleCloudAiplatformV1BleuResults.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1BleuResults
Returns a new instance of GoogleCloudAiplatformV1BleuResults.
2231 2232 2233 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 2231 def initialize(**args) update!(**args) end |
Instance Attribute Details
#bleu_metric_values ⇒ Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1BleuMetricValue>
Output only. Bleu metric values.
Corresponds to the JSON property bleuMetricValues
2229 2230 2231 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 2229 def bleu_metric_values @bleu_metric_values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2236 2237 2238 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 2236 def update!(**args) @bleu_metric_values = args[:bleu_metric_values] if args.key?(:bleu_metric_values) end |