Class GetIngestionJobRequest

    • Method Detail

      • dataSourceId

        public final String dataSourceId()

        The unique identifier of the data source for the data ingestion job you want to get information on.

        Returns:
        The unique identifier of the data source for the data ingestion job you want to get information on.
      • ingestionJobId

        public final String ingestionJobId()

        The unique identifier of the data ingestion job you want to get information on.

        Returns:
        The unique identifier of the data ingestion job you want to get information on.
      • knowledgeBaseId

        public final String knowledgeBaseId()

        The unique identifier of the knowledge base for the data ingestion job you want to get information on.

        Returns:
        The unique identifier of the knowledge base for the data ingestion job you want to get information on.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object