Vertex AI v1beta1 API - Class OutputInfo (1.0.0-beta16)

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

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

Describes the info for output of EvaluationService.EvaluateDataset.

Inheritance

object > OutputInfo

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

OutputInfo()

public OutputInfo()

OutputInfo(OutputInfo)

public OutputInfo(OutputInfo other)
Parameter
Name Description
other OutputInfo

Properties

GcsOutputDirectory

public string GcsOutputDirectory { get; set; }

Output only. The full path of the Cloud Storage directory created, into which the evaluation results and aggregation results are written.

Property Value
Type Description
string

HasGcsOutputDirectory

public bool HasGcsOutputDirectory { get; }

Gets whether the "gcs_output_directory" field is set

Property Value
Type Description
bool

OutputLocationCase

public OutputInfo.OutputLocationOneofCase OutputLocationCase { get; }
Property Value
Type Description
OutputInfoOutputLocationOneofCase