Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1TrajectoryInOrderMatchResults
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1TrajectoryInOrderMatchResults
- 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 TrajectoryInOrderMatch metric.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1TrajectoryInOrderMatchResults
constructor
A new instance of GoogleCloudAiplatformV1TrajectoryInOrderMatchResults.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1TrajectoryInOrderMatchResults
Returns a new instance of GoogleCloudAiplatformV1TrajectoryInOrderMatchResults.
35660 35661 35662 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 35660 def initialize(**args) update!(**args) end |
Instance Attribute Details
#trajectory_in_order_match_metric_values ⇒ Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1TrajectoryInOrderMatchMetricValue>
Output only. TrajectoryInOrderMatch metric values.
Corresponds to the JSON property trajectoryInOrderMatchMetricValues
35658 35659 35660 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 35658 def trajectory_in_order_match_metric_values @trajectory_in_order_match_metric_values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
35665 35666 35667 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 35665 def update!(**args) @trajectory_in_order_match_metric_values = args[:trajectory_in_order_match_metric_values] if args.key?(:trajectory_in_order_match_metric_values) end |