Interface InputConfigOrBuilder (1.27.0)

public interface InputConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataFormat()

public abstract DataFormat getDataFormat()

The input data format that used to store the model in Cloud Storage.

.google.cloud.optimization.v1.DataFormat data_format = 2;

Returns
TypeDescription
DataFormat

The dataFormat.

getDataFormatValue()

public abstract int getDataFormatValue()

The input data format that used to store the model in Cloud Storage.

.google.cloud.optimization.v1.DataFormat data_format = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for dataFormat.

getGcsSource()

public abstract GcsSource getGcsSource()

The Google Cloud Storage location to read the input from. This must be a single file.

.google.cloud.optimization.v1.GcsSource gcs_source = 1;

Returns
TypeDescription
GcsSource

The gcsSource.

getGcsSourceOrBuilder()

public abstract GcsSourceOrBuilder getGcsSourceOrBuilder()

The Google Cloud Storage location to read the input from. This must be a single file.

.google.cloud.optimization.v1.GcsSource gcs_source = 1;

Returns
TypeDescription
GcsSourceOrBuilder

getSourceCase()

public abstract InputConfig.SourceCase getSourceCase()
Returns
TypeDescription
InputConfig.SourceCase

hasGcsSource()

public abstract boolean hasGcsSource()

The Google Cloud Storage location to read the input from. This must be a single file.

.google.cloud.optimization.v1.GcsSource gcs_source = 1;

Returns
TypeDescription
boolean

Whether the gcsSource field is set.