Vertex AI v1beta1 API - Class CustomOutputFormatConfig (1.0.0-beta23)

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

Reference documentation and code samples for the Vertex AI v1beta1 API class CustomOutputFormatConfig.

Spec for custom output format configuration.

Inheritance

object > CustomOutputFormatConfig

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

CustomOutputFormatConfig()

public CustomOutputFormatConfig()

CustomOutputFormatConfig(CustomOutputFormatConfig)

public CustomOutputFormatConfig(CustomOutputFormatConfig other)
Parameter
Name Description
other CustomOutputFormatConfig

Properties

CustomOutputFormatConfigCase

public CustomOutputFormatConfig.CustomOutputFormatConfigOneofCase CustomOutputFormatConfigCase { get; }
Property Value
Type Description
CustomOutputFormatConfigCustomOutputFormatConfigOneofCase

HasReturnRawOutput

public bool HasReturnRawOutput { get; }

Gets whether the "return_raw_output" field is set

Property Value
Type Description
bool

ReturnRawOutput

public bool ReturnRawOutput { get; set; }

Optional. Whether to return raw output.

Property Value
Type Description
bool