Interface OutputConfigOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    OutputConfig, OutputConfig.Builder

    public interface OutputConfigOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasGcsDestination

        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:
        Whether the gcsDestination field is set.
      • getGcsDestination

        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:
        The gcsDestination.
      • getGcsDestinationOrBuilder

        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;
      • hasGcsFolderDestination

        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:
        Whether the gcsFolderDestination field is set.
      • getGcsFolderDestination

        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:
        The gcsFolderDestination.
      • getGcsFolderDestinationOrBuilder

        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;