Interface BatchPredictOutputConfigOrBuilder (2.2.3)

public interface BatchPredictOutputConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDestinationCase()

public abstract BatchPredictOutputConfig.DestinationCase getDestinationCase()
Returns
TypeDescription
BatchPredictOutputConfig.DestinationCase

getGcsDestination()

public abstract GcsDestination getGcsDestination()

Required. The Google Cloud Storage location of the directory where the output is to be written to.

.google.cloud.automl.v1.GcsDestination gcs_destination = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
GcsDestination

The gcsDestination.

getGcsDestinationOrBuilder()

public abstract GcsDestinationOrBuilder getGcsDestinationOrBuilder()

Required. The Google Cloud Storage location of the directory where the output is to be written to.

.google.cloud.automl.v1.GcsDestination gcs_destination = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
GcsDestinationOrBuilder

hasGcsDestination()

public abstract boolean hasGcsDestination()

Required. The Google Cloud Storage location of the directory where the output is to be written to.

.google.cloud.automl.v1.GcsDestination gcs_destination = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the gcsDestination field is set.