public interface BatchPredictInputConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBigquerySource()
public abstract BigQuerySource getBigquerySource()The BigQuery location for the input content.
.google.cloud.automl.v1beta1.BigQuerySource bigquery_source = 2;
| Returns | |
|---|---|
| Type | Description |
BigQuerySource |
The bigquerySource. |
getBigquerySourceOrBuilder()
public abstract BigQuerySourceOrBuilder getBigquerySourceOrBuilder()The BigQuery location for the input content.
.google.cloud.automl.v1beta1.BigQuerySource bigquery_source = 2;
| Returns | |
|---|---|
| Type | Description |
BigQuerySourceOrBuilder |
|
getGcsSource()
public abstract GcsSource getGcsSource()The Google Cloud Storage location for the input content.
.google.cloud.automl.v1beta1.GcsSource gcs_source = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
GcsSourceOrBuilder |
|
getSourceCase()
public abstract BatchPredictInputConfig.SourceCase getSourceCase()| Returns | |
|---|---|
| Type | Description |
BatchPredictInputConfig.SourceCase |
|
hasBigquerySource()
public abstract boolean hasBigquerySource()The BigQuery location for the input content.
.google.cloud.automl.v1beta1.BigQuerySource bigquery_source = 2;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the gcsSource field is set. |