Vertex AI v1beta1 API - Class CustomOutput (1.0.0-beta24)

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

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

Spec for custom output.

Inheritance

object > CustomOutput

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.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