Interface OutputOrBuilder (1.12.0)

Stay organized with collections Save and categorize content based on your preferences.
public interface OutputOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getUri()

public abstract String getUri()

URI for the output file(s). For example, gs://my-bucket/outputs/. If empty, the value is populated from Job.output_uri. See Supported input and output formats.

string uri = 1;

Returns
TypeDescription
String

The uri.

getUriBytes()

public abstract ByteString getUriBytes()

URI for the output file(s). For example, gs://my-bucket/outputs/. If empty, the value is populated from Job.output_uri. See Supported input and output formats.

string uri = 1;

Returns
TypeDescription
ByteString

The bytes for uri.