Class SpeakerEnrollmentJobSummary

    • Method Detail

      • createdAt

        public final Instant createdAt()

        A timestamp of when of the speaker enrollment job was created.

        Returns:
        A timestamp of when of the speaker enrollment job was created.
      • domainId

        public final String domainId()

        The identifier of the domain that contains the speaker enrollment job.

        Returns:
        The identifier of the domain that contains the speaker enrollment job.
      • endedAt

        public final Instant endedAt()

        A timestamp of when the speaker enrollment job ended.

        Returns:
        A timestamp of when the speaker enrollment job ended.
      • failureDetails

        public final FailureDetails failureDetails()

        Contains details that are populated when an entire batch job fails. In cases of individual registration job failures, the batch job as a whole doesn't fail; it is completed with a JobStatus of COMPLETED_WITH_ERRORS. You can use the job output file to identify the individual registration requests that failed.

        Returns:
        Contains details that are populated when an entire batch job fails. In cases of individual registration job failures, the batch job as a whole doesn't fail; it is completed with a JobStatus of COMPLETED_WITH_ERRORS. You can use the job output file to identify the individual registration requests that failed.
      • jobId

        public final String jobId()

        The service-generated identifier for the speaker enrollment job.

        Returns:
        The service-generated identifier for the speaker enrollment job.
      • jobName

        public final String jobName()

        The client-provided name for the speaker enrollment job.

        Returns:
        The client-provided name for the speaker enrollment job.
      • jobProgress

        public final JobProgress jobProgress()

        Provides details regarding job progress. This field shows the completed percentage of enrollment requests listed in the input file.

        Returns:
        Provides details regarding job progress. This field shows the completed percentage of enrollment requests listed in the input file.
      • 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)