Interface InputConfigOrBuilder (1.18.0)

publicinterface InputConfigOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataFormat()

publicabstractDataFormatgetDataFormat()

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()

publicabstractintgetDataFormatValue()

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()

publicabstractGcsSourcegetGcsSource()

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()

publicabstractGcsSourceOrBuildergetGcsSourceOrBuilder()

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()

publicabstractInputConfig.SourceCasegetSourceCase()
Returns
Type Description
InputConfig.SourceCase

hasGcsSource()

publicabstractbooleanhasGcsSource()

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.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.