Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1TrajectoryExactMatchResults

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1TrajectoryExactMatchResults

Returns a new instance of GoogleCloudAiplatformV1TrajectoryExactMatchResults.



35737
35738
35739
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 35737

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

Instance Attribute Details

#trajectory_exact_match_metric_valuesArray<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1TrajectoryExactMatchMetricValue>

Output only. TrajectoryExactMatch metric values. Corresponds to the JSON property trajectoryExactMatchMetricValues



35735
35736
35737
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 35735

def trajectory_exact_match_metric_values
  @trajectory_exact_match_metric_values
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



35742
35743
35744
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 35742

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