Class GoogleCloudAiplatformV1EvaluationRunInferenceConfigAgentRunConfig
Configuration for Agent Run.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1EvaluationRunInferenceConfigAgentRunConfig : IDirectResponseSchema
Properties
AgentEngine
Optional. The resource name of the Agent Engine. Format: projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine} For example: projects/123/locations/us-central1/reasoningEngines/456
Declaration
[JsonProperty("agentEngine")]
public virtual string AgentEngine { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SessionInput
Optional. The session input to get agent running results.
Declaration
[JsonProperty("sessionInput")]
public virtual GoogleCloudAiplatformV1EvaluationRunInferenceConfigSessionInput SessionInput { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1EvaluationRunInferenceConfigSessionInput |
UserSimulatorConfig
The configuration for a user simulator that uses an LLM to generate messages on behalf of the user.
Declaration
[JsonProperty("userSimulatorConfig")]
public virtual GoogleCloudAiplatformV1EvaluationRunInferenceConfigAgentRunConfigUserSimulatorConfig UserSimulatorConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1EvaluationRunInferenceConfigAgentRunConfigUserSimulatorConfig |