Interface BatchPredictInputConfigOrBuilder (2.2.3)

public interface BatchPredictInputConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBigquerySource()

public abstract BigQuerySource getBigquerySource()

The BigQuery location for the input content.

.google.cloud.automl.v1beta1.BigQuerySource bigquery_source = 2;

Returns
TypeDescription
BigQuerySource

The bigquerySource.

getBigquerySourceOrBuilder()

public abstract BigQuerySourceOrBuilder getBigquerySourceOrBuilder()

The BigQuery location for the input content.

.google.cloud.automl.v1beta1.BigQuerySource bigquery_source = 2;

Returns
TypeDescription
BigQuerySourceOrBuilder

getGcsSource()

public abstract GcsSource getGcsSource()

The Google Cloud Storage location for the input content.

.google.cloud.automl.v1beta1.GcsSource gcs_source = 1;

Returns
TypeDescription
GcsSource

The gcsSource.

getGcsSourceOrBuilder()

public abstract GcsSourceOrBuilder getGcsSourceOrBuilder()

The Google Cloud Storage location for the input content.

.google.cloud.automl.v1beta1.GcsSource gcs_source = 1;

Returns
TypeDescription
GcsSourceOrBuilder

getSourceCase()

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

hasBigquerySource()

public abstract boolean hasBigquerySource()

The BigQuery location for the input content.

.google.cloud.automl.v1beta1.BigQuerySource bigquery_source = 2;

Returns
TypeDescription
boolean

Whether the bigquerySource field is set.

hasGcsSource()

public abstract boolean hasGcsSource()

The Google Cloud Storage location for the input content.

.google.cloud.automl.v1beta1.GcsSource gcs_source = 1;

Returns
TypeDescription
boolean

Whether the gcsSource field is set.