public interface InputConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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;
| 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;
| 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;
| 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;
| Type | Description |
| GcsSourceOrBuilder |
getSourceCase()
public abstract InputConfig.SourceCase getSourceCase()| 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;
| Type | Description |
| boolean | Whether the gcsSource field is set. |