Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1TrajectoryRecallResults

Inherits:
Object
  • Object
show all
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 TrajectoryRecall metric.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1TrajectoryRecallResults

Returns a new instance of GoogleCloudAiplatformV1beta1TrajectoryRecallResults.



40733
40734
40735
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 40733

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#trajectory_recall_metric_valuesArray<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1TrajectoryRecallMetricValue>

Output only. TrajectoryRecall metric values. Corresponds to the JSON property trajectoryRecallMetricValues



40731
40732
40733
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 40731

def trajectory_recall_metric_values
  @trajectory_recall_metric_values
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



40738
40739
40740
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 40738

def update!(**args)
  @trajectory_recall_metric_values = args[:trajectory_recall_metric_values] if args.key?(:trajectory_recall_metric_values)
end