Interface ExportModelOperationMetadata.ExportModelOutputInfoOrBuilder (2.3.14)

public static interface ExportModelOperationMetadata.ExportModelOutputInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGcsOutputDirectory()

public abstract String getGcsOutputDirectory()

The full path of the Google Cloud Storage directory created, into which the model will be exported.

string gcs_output_directory = 1;

Returns
TypeDescription
String

The gcsOutputDirectory.

getGcsOutputDirectoryBytes()

public abstract ByteString getGcsOutputDirectoryBytes()

The full path of the Google Cloud Storage directory created, into which the model will be exported.

string gcs_output_directory = 1;

Returns
TypeDescription
ByteString

The bytes for gcsOutputDirectory.