Vertex AI v1 API - Class CustomOutput (3.70.0)

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

Reference documentation and code samples for the Vertex AI v1 API class CustomOutput.

Spec for custom output.

Inheritance

object > CustomOutput

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

CustomOutput()

public CustomOutput()

CustomOutput(CustomOutput)

public CustomOutput(CustomOutput other)
Parameter
Name Description
other CustomOutput

Properties

CustomOutputCase

public CustomOutput.CustomOutputOneofCase CustomOutputCase { get; }
Property Value
Type Description
CustomOutputCustomOutputOneofCase

RawOutputs

public RawOutput RawOutputs { get; set; }

Output only. List of raw output strings.

Property Value
Type Description
RawOutput