Class GoogleCloudAiplatformV1beta1TrajectorySingleToolUseSpec
Spec for TrajectorySingleToolUse metric - returns 1 if tool is present in the predicted trajectory, else 0.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1TrajectorySingleToolUseSpec : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ToolName
Required. Spec for tool name to be checked for in the predicted trajectory.
Declaration
[JsonProperty("toolName")]
public virtual string ToolName { get; set; }
Property Value
Type | Description |
---|---|
string |