Interface BatchPredictOutputConfigOrBuilder (2.43.0)

public interface BatchPredictOutputConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDestinationCase()

public abstract BatchPredictOutputConfig.DestinationCase getDestinationCase()
Returns
Type Description
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
Type Description
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
Type Description
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
Type Description
boolean

Whether the gcsDestination field is set.