Class DataIngestionJobSummary

    • Method Detail

      • jobId

        public final String jobId()

        Indicates the job ID of the data ingestion job.

        Returns:
        Indicates the job ID of the data ingestion job.
      • datasetName

        public final String datasetName()

        The name of the dataset used for the data ingestion job.

        Returns:
        The name of the dataset used for the data ingestion job.
      • datasetArn

        public final String datasetArn()

        The Amazon Resource Name (ARN) of the dataset used in the data ingestion job.

        Returns:
        The Amazon Resource Name (ARN) of the dataset used in the data ingestion job.
      • ingestionInputConfiguration

        public final IngestionInputConfiguration ingestionInputConfiguration()

        Specifies information for the input data for the data inference job, including data Amazon S3 location parameters.

        Returns:
        Specifies information for the input data for the data inference job, including data Amazon S3 location parameters.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)