Interface ExportDataOperationResponseOrBuilder

    • Method Detail

      • getDataset

        String getDataset()
         Ouptut only. The name of dataset.
         "projects/*/datasets/*"
         
        string dataset = 1;
        Returns:
        The dataset.
      • getDatasetBytes

        com.google.protobuf.ByteString getDatasetBytes()
         Ouptut only. The name of dataset.
         "projects/*/datasets/*"
         
        string dataset = 1;
        Returns:
        The bytes for dataset.
      • getTotalCount

        int getTotalCount()
         Output only. Total number of examples requested to export
         
        int32 total_count = 2;
        Returns:
        The totalCount.
      • getExportCount

        int getExportCount()
         Output only. Number of examples exported successfully.
         
        int32 export_count = 3;
        Returns:
        The exportCount.
      • hasLabelStats

        boolean hasLabelStats()
         Output only. Statistic infos of labels in the exported dataset.
         
        .google.cloud.datalabeling.v1beta1.LabelStats label_stats = 4;
        Returns:
        Whether the labelStats field is set.
      • getLabelStats

        LabelStats getLabelStats()
         Output only. Statistic infos of labels in the exported dataset.
         
        .google.cloud.datalabeling.v1beta1.LabelStats label_stats = 4;
        Returns:
        The labelStats.
      • getLabelStatsOrBuilder

        LabelStatsOrBuilder getLabelStatsOrBuilder()
         Output only. Statistic infos of labels in the exported dataset.
         
        .google.cloud.datalabeling.v1beta1.LabelStats label_stats = 4;
      • hasOutputConfig

        boolean hasOutputConfig()
         Output only. output_config in the ExportData request.
         
        .google.cloud.datalabeling.v1beta1.OutputConfig output_config = 5;
        Returns:
        Whether the outputConfig field is set.
      • getOutputConfig

        OutputConfig getOutputConfig()
         Output only. output_config in the ExportData request.
         
        .google.cloud.datalabeling.v1beta1.OutputConfig output_config = 5;
        Returns:
        The outputConfig.
      • getOutputConfigOrBuilder

        OutputConfigOrBuilder getOutputConfigOrBuilder()
         Output only. output_config in the ExportData request.
         
        .google.cloud.datalabeling.v1beta1.OutputConfig output_config = 5;