Interface BatchPredictInputConfigOrBuilder (2.3.14)

public interface BatchPredictInputConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGcsSource()

public abstract GcsSource getGcsSource()

Required. The Google Cloud Storage location for the input content.

.google.cloud.automl.v1.GcsSource gcs_source = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
GcsSource

The gcsSource.

getGcsSourceOrBuilder()

public abstract GcsSourceOrBuilder getGcsSourceOrBuilder()

Required. The Google Cloud Storage location for the input content.

.google.cloud.automl.v1.GcsSource gcs_source = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
GcsSourceOrBuilder

getSourceCase()

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

hasGcsSource()

public abstract boolean hasGcsSource()

Required. The Google Cloud Storage location for the input content.

.google.cloud.automl.v1.GcsSource gcs_source = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the gcsSource field is set.