Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1TrajectoryExactMatchResults
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1TrajectoryExactMatchResults
- 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 TrajectoryExactMatch metric.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1TrajectoryExactMatchResults
constructor
A new instance of GoogleCloudAiplatformV1beta1TrajectoryExactMatchResults.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1TrajectoryExactMatchResults
Returns a new instance of GoogleCloudAiplatformV1beta1TrajectoryExactMatchResults.
40422 40423 40424 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 40422 def initialize(**args) update!(**args) end |
Instance Attribute Details
#trajectory_exact_match_metric_values ⇒ Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1TrajectoryExactMatchMetricValue>
Output only. TrajectoryExactMatch metric values.
Corresponds to the JSON property trajectoryExactMatchMetricValues
40420 40421 40422 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 40420 def trajectory_exact_match_metric_values @trajectory_exact_match_metric_values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
40427 40428 40429 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 40427 def update!(**args) @trajectory_exact_match_metric_values = args[:trajectory_exact_match_metric_values] if args.key?(:trajectory_exact_match_metric_values) end |