Show / Hide Table of Contents

Class GoogleCloudAiplatformV1EvaluationRunInferenceConfigSessionInput

Session input to run an Agent.

Inheritance
object
GoogleCloudAiplatformV1EvaluationRunInferenceConfigSessionInput
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 GoogleCloudAiplatformV1EvaluationRunInferenceConfigSessionInput : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Parameters

Optional. Additional parameters for the session, like app_name, etc. For example, {"app_name": "my-app"}.

Declaration
[JsonProperty("parameters")]
public virtual IDictionary<string, string> Parameters { get; set; }
Property Value
Type Description
IDictionary<string, string>

SessionState

Optional. Session specific memory which stores key conversation points.

Declaration
[JsonProperty("sessionState")]
public virtual IDictionary<string, object> SessionState { get; set; }
Property Value
Type Description
IDictionary<string, object>

UserId

Optional. The user id for the agent session. The ID can be up to 128 characters long.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX