public interface OutputConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDestinationCase()
public abstract OutputConfig.DestinationCase getDestinationCase()| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| boolean | Whether the gcsFolderDestination field is set. |