Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1QueryExtensionResponse

Response message for ExtensionExecutionService.QueryExtension.

Inheritance
object
GoogleCloudAiplatformV1beta1QueryExtensionResponse
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.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1QueryExtensionResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

FailureMessage

Failure message if any.

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

Steps

Steps of extension or LLM interaction, can contain function call, function response, or text response. The last step contains the final response to the query.

Declaration
[JsonProperty("steps")]
public virtual IList<GoogleCloudAiplatformV1beta1Content> Steps { get; set; }
Property Value
Type Description
IList<GoogleCloudAiplatformV1beta1Content>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX