public sealed class RawOutput : IMessage<RawOutput>, IEquatable<RawOutput>, IDeepCloneable<RawOutput>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class RawOutput.
Raw output.
Implements
IMessageRawOutput, IEquatableRawOutput, IDeepCloneableRawOutput, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
RawOutput()
public RawOutput()RawOutput(RawOutput)
public RawOutput(RawOutput other)| Parameter | |
|---|---|
| Name | Description |
other |
RawOutput |
Properties
RawOutput_
public RepeatedField<string> RawOutput_ { get; }Output only. Raw output string.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|