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.
Implements
IMessageCustomOutput, IEquatableCustomOutput, IDeepCloneableCustomOutput, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
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 |