Class ModelImportJobSummary

    • Method Detail

      • jobArn

        public final String jobArn()

        The Amazon Resource Name (ARN) of the import job.

        Returns:
        The Amazon Resource Name (ARN) of the import job.
      • jobName

        public final String jobName()

        The name of the import job.

        Returns:
        The name of the import job.
      • lastModifiedTime

        public final Instant lastModifiedTime()

        The time when the import job was last modified.

        Returns:
        The time when the import job was last modified.
      • creationTime

        public final Instant creationTime()

        The time import job was created.

        Returns:
        The time import job was created.
      • endTime

        public final Instant endTime()

        The time when import job ended.

        Returns:
        The time when import job ended.
      • importedModelArn

        public final String importedModelArn()

        The Amazon resource Name (ARN) of the imported model.

        Returns:
        The Amazon resource Name (ARN) of the imported model.
      • importedModelName

        public final String importedModelName()

        The name of the imported model.

        Returns:
        The name of the imported model.
      • 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)