Interface OutputConfigOrBuilder (0.136.0)

public interface OutputConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDestinationCase()

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

getGcsDestination()

public abstract GcsDestination getGcsDestination()

Output to a file in Cloud Storage. Should be used for labeling output other than image segmentation.

.google.cloud.datalabeling.v1beta1.GcsDestination gcs_destination = 1;

Returns
TypeDescription
GcsDestination

The gcsDestination.

getGcsDestinationOrBuilder()

public abstract GcsDestinationOrBuilder getGcsDestinationOrBuilder()

Output to a file in Cloud Storage. Should be used for labeling output other than image segmentation.

.google.cloud.datalabeling.v1beta1.GcsDestination gcs_destination = 1;

Returns
TypeDescription
GcsDestinationOrBuilder

getGcsFolderDestination()

public abstract GcsFolderDestination getGcsFolderDestination()

Output to a folder in Cloud Storage. Should be used for image segmentation labeling output.

.google.cloud.datalabeling.v1beta1.GcsFolderDestination gcs_folder_destination = 2;

Returns
TypeDescription
GcsFolderDestination

The gcsFolderDestination.

getGcsFolderDestinationOrBuilder()

public abstract GcsFolderDestinationOrBuilder getGcsFolderDestinationOrBuilder()

Output to a folder in Cloud Storage. Should be used for image segmentation labeling output.

.google.cloud.datalabeling.v1beta1.GcsFolderDestination gcs_folder_destination = 2;

Returns
TypeDescription
GcsFolderDestinationOrBuilder

hasGcsDestination()

public abstract boolean hasGcsDestination()

Output to a file in Cloud Storage. Should be used for labeling output other than image segmentation.

.google.cloud.datalabeling.v1beta1.GcsDestination gcs_destination = 1;

Returns
TypeDescription
boolean

Whether the gcsDestination field is set.

hasGcsFolderDestination()

public abstract boolean hasGcsFolderDestination()

Output to a folder in Cloud Storage. Should be used for image segmentation labeling output.

.google.cloud.datalabeling.v1beta1.GcsFolderDestination gcs_folder_destination = 2;

Returns
TypeDescription
boolean

Whether the gcsFolderDestination field is set.