Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1TrajectoryAnyOrderMatchResults
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1TrajectoryAnyOrderMatchResults
- 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 TrajectoryAnyOrderMatch metric.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1TrajectoryAnyOrderMatchResults
constructor
A new instance of GoogleCloudAiplatformV1TrajectoryAnyOrderMatchResults.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1TrajectoryAnyOrderMatchResults
Returns a new instance of GoogleCloudAiplatformV1TrajectoryAnyOrderMatchResults.
35634 35635 35636 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 35634 def initialize(**args) update!(**args) end |
Instance Attribute Details
#trajectory_any_order_match_metric_values ⇒ Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1TrajectoryAnyOrderMatchMetricValue>
Output only. TrajectoryAnyOrderMatch metric values.
Corresponds to the JSON property trajectoryAnyOrderMatchMetricValues
35632 35633 35634 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 35632 def trajectory_any_order_match_metric_values @trajectory_any_order_match_metric_values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
35639 35640 35641 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 35639 def update!(**args) @trajectory_any_order_match_metric_values = args[:trajectory_any_order_match_metric_values] if args.key?(:trajectory_any_order_match_metric_values) end |