Show / Hide Table of Contents

Class GoogleCloudAiplatformV1EvaluationInstanceAgentConfig

Configuration for an Agent.

Inheritance
object
GoogleCloudAiplatformV1EvaluationInstanceAgentConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1EvaluationInstanceAgentConfig : IDirectResponseSchema

Properties

DeveloperInstruction

Optional. A field containing instructions from the developer for the agent.

Declaration
[JsonProperty("developerInstruction")]
public virtual GoogleCloudAiplatformV1EvaluationInstanceInstanceData DeveloperInstruction { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1EvaluationInstanceInstanceData

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Tools

List of tools.

Declaration
[JsonProperty("tools")]
public virtual GoogleCloudAiplatformV1EvaluationInstanceAgentConfigTools Tools { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1EvaluationInstanceAgentConfigTools

ToolsText

A JSON string containing a list of tools available to an agent with info such as name, description, parameters and required parameters.

Declaration
[JsonProperty("toolsText")]
public virtual string ToolsText { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX