Interface ImportDocumentsRequest.BatchDocumentsImportConfigOrBuilder

    • Method Detail

      • hasDatasetSplit

        boolean hasDatasetSplit()
         Target dataset split where the documents must be stored.
         
        .google.cloud.documentai.v1beta3.DatasetSplitType dataset_split = 2;
        Returns:
        Whether the datasetSplit field is set.
      • getDatasetSplitValue

        int getDatasetSplitValue()
         Target dataset split where the documents must be stored.
         
        .google.cloud.documentai.v1beta3.DatasetSplitType dataset_split = 2;
        Returns:
        The enum numeric value on the wire for datasetSplit.
      • getDatasetSplit

        DatasetSplitType getDatasetSplit()
         Target dataset split where the documents must be stored.
         
        .google.cloud.documentai.v1beta3.DatasetSplitType dataset_split = 2;
        Returns:
        The datasetSplit.
      • hasAutoSplitConfig

        boolean hasAutoSplitConfig()
         If set, documents will be automatically split into training and test
         split category with the specified ratio.
         
        .google.cloud.documentai.v1beta3.ImportDocumentsRequest.BatchDocumentsImportConfig.AutoSplitConfig auto_split_config = 3;
        Returns:
        Whether the autoSplitConfig field is set.
      • getAutoSplitConfig

        ImportDocumentsRequest.BatchDocumentsImportConfig.AutoSplitConfig getAutoSplitConfig()
         If set, documents will be automatically split into training and test
         split category with the specified ratio.
         
        .google.cloud.documentai.v1beta3.ImportDocumentsRequest.BatchDocumentsImportConfig.AutoSplitConfig auto_split_config = 3;
        Returns:
        The autoSplitConfig.
      • hasBatchInputConfig

        boolean hasBatchInputConfig()
         The common config to specify a set of documents used as input.
         
        .google.cloud.documentai.v1beta3.BatchDocumentsInputConfig batch_input_config = 1;
        Returns:
        Whether the batchInputConfig field is set.
      • getBatchInputConfig

        BatchDocumentsInputConfig getBatchInputConfig()
         The common config to specify a set of documents used as input.
         
        .google.cloud.documentai.v1beta3.BatchDocumentsInputConfig batch_input_config = 1;
        Returns:
        The batchInputConfig.
      • getBatchInputConfigOrBuilder

        BatchDocumentsInputConfigOrBuilder getBatchInputConfigOrBuilder()
         The common config to specify a set of documents used as input.
         
        .google.cloud.documentai.v1beta3.BatchDocumentsInputConfig batch_input_config = 1;