Class GoogleCloudAiplatformV1CustomOutput
Spec for custom output.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1CustomOutput : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RawOutputs
Output only. List of raw output strings.
Declaration
[JsonProperty("rawOutputs")]
public virtual GoogleCloudAiplatformV1RawOutput RawOutputs { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1RawOutput |