Class GoogleCloudAiplatformV1beta1CustomOutputFormatConfig
Spec for custom output format configuration.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1CustomOutputFormatConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ReturnRawOutput
Optional. Whether to return raw output.
Declaration
[JsonProperty("returnRawOutput")]
public virtual bool? ReturnRawOutput { get; set; }
Property Value
Type | Description |
---|---|
bool? |