Class GoogleCloudAiplatformV1beta1ExecuteExtensionResponse
Response message for ExtensionExecutionService.ExecuteExtension.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1ExecuteExtensionResponse : IDirectResponseSchema
Properties
Content
Response content from the extension. The content should be conformant to the response.content schema in the extension's manifest/OpenAPI spec.
Declaration
[JsonProperty("content")]
public virtual string Content { 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 |