Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1TrajectorySingleToolUseMetricValue
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1TrajectorySingleToolUseMetricValue
- 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
TrajectorySingleToolUse metric value for an instance.
Instance Attribute Summary collapse
-
#score ⇒ Float
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1TrajectorySingleToolUseMetricValue
constructor
A new instance of GoogleCloudAiplatformV1TrajectorySingleToolUseMetricValue.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1TrajectorySingleToolUseMetricValue
Returns a new instance of GoogleCloudAiplatformV1TrajectorySingleToolUseMetricValue.
49472 49473 49474 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 49472 def initialize(**args) update!(**args) end |
Instance Attribute Details
#score ⇒ Float
Output only. TrajectorySingleToolUse score.
Corresponds to the JSON property score
49470 49471 49472 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 49470 def score @score end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
49477 49478 49479 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 49477 def update!(**args) @score = args[:score] if args.key?(:score) end |