Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1TrajectoryPrecisionSpec
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1TrajectoryPrecisionSpec
- 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
Spec for TrajectoryPrecision metric - returns a float score based on average precision of individual tool calls.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1TrajectoryPrecisionSpec
constructor
A new instance of GoogleCloudAiplatformV1TrajectoryPrecisionSpec.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1TrajectoryPrecisionSpec
Returns a new instance of GoogleCloudAiplatformV1TrajectoryPrecisionSpec.
35960 35961 35962 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 35960 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
35965 35966 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 35965 def update!(**args) end |