Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1TrajectoryAnyOrderMatchMetricValue
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1TrajectoryAnyOrderMatchMetricValue
- 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
TrajectoryAnyOrderMatch metric value for an instance.
Instance Attribute Summary collapse
-
#score ⇒ Float
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1TrajectoryAnyOrderMatchMetricValue
constructor
A new instance of GoogleCloudAiplatformV1TrajectoryAnyOrderMatchMetricValue.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1TrajectoryAnyOrderMatchMetricValue
Returns a new instance of GoogleCloudAiplatformV1TrajectoryAnyOrderMatchMetricValue.
48961 48962 48963 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 48961 def initialize(**args) update!(**args) end |
Instance Attribute Details
#score ⇒ Float
Output only. TrajectoryAnyOrderMatch score.
Corresponds to the JSON property score
48959 48960 48961 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 48959 def score @score end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
48966 48967 48968 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 48966 def update!(**args) @score = args[:score] if args.key?(:score) end |