Class ImportedModelSummary

    • Method Detail

      • modelArn

        public final String modelArn()

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

        Returns:
        The Amazon Resource Name (ARN) of the imported model.
      • modelName

        public final String modelName()

        Name of the imported model.

        Returns:
        Name of the imported model.
      • creationTime

        public final Instant creationTime()

        Creation time of the imported model.

        Returns:
        Creation time of the imported model.
      • instructSupported

        public final Boolean instructSupported()

        Specifies if the imported model supports converse.

        Returns:
        Specifies if the imported model supports converse.
      • modelArchitecture

        public final String modelArchitecture()

        The architecture of the imported model.

        Returns:
        The architecture 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)