Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1TrajectoryRecallResults
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1TrajectoryRecallResults
- 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 TrajectoryRecall metric.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1TrajectoryRecallResults
constructor
A new instance of GoogleCloudAiplatformV1TrajectoryRecallResults.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1TrajectoryRecallResults
Returns a new instance of GoogleCloudAiplatformV1TrajectoryRecallResults.
37484 37485 37486 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 37484 def initialize(**args) update!(**args) end |
Instance Attribute Details
#trajectory_recall_metric_values ⇒ Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1TrajectoryRecallMetricValue>
Output only. TrajectoryRecall metric values.
Corresponds to the JSON property trajectoryRecallMetricValues
37482 37483 37484 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 37482 def trajectory_recall_metric_values @trajectory_recall_metric_values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
37489 37490 37491 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 37489 def update!(**args) @trajectory_recall_metric_values = args[:trajectory_recall_metric_values] if args.key?(:trajectory_recall_metric_values) end |