Interface InputConfigOrBuilder (1.42.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
Type Description
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
Type Description
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
Type Description
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
Type Description
GcsSourceOrBuilder

getSourceCase()

public abstract InputConfig.SourceCase getSourceCase()
Returns
Type Description
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
Type Description
boolean

Whether the gcsSource field is set.