Interface OutputInfoOrBuilder (3.59.0)

public interface OutputInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGcsOutputDirectory()

public abstract String getGcsOutputDirectory()

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

string gcs_output_directory = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The gcsOutputDirectory.

getGcsOutputDirectoryBytes()

public abstract ByteString getGcsOutputDirectoryBytes()

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

string gcs_output_directory = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for gcsOutputDirectory.

getOutputLocationCase()

public abstract OutputInfo.OutputLocationCase getOutputLocationCase()
Returns
Type Description
OutputInfo.OutputLocationCase

hasGcsOutputDirectory()

public abstract boolean hasGcsOutputDirectory()

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

string gcs_output_directory = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the gcsOutputDirectory field is set.