Cloud AI Platform v1beta1 API - Class ExecuteExtensionResponse (1.0.0-beta03)

public sealed class ExecuteExtensionResponse : IMessage<ExecuteExtensionResponse>, IEquatable<ExecuteExtensionResponse>, IDeepCloneable<ExecuteExtensionResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ExecuteExtensionResponse.

Response message for [ExtensionExecutionService.ExecuteExtension][google.cloud.aiplatform.v1beta1.ExtensionExecutionService.ExecuteExtension].

Inheritance

object > ExecuteExtensionResponse

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

ExecuteExtensionResponse()

public ExecuteExtensionResponse()

ExecuteExtensionResponse(ExecuteExtensionResponse)

public ExecuteExtensionResponse(ExecuteExtensionResponse other)
Parameter
Name Description
other ExecuteExtensionResponse

Properties

Content

public string Content { get; set; }

Response content from the extension. The content should be conformant to the response.content schema in the extension's manifest/OpenAPI spec.

Property Value
Type Description
string