Class GetImportedModelResponse

    • Method Detail

      • modelArn

        public final String modelArn()

        The Amazon Resource Name (ARN) associated with this imported model.

        Returns:
        The Amazon Resource Name (ARN) associated with this imported model.
      • modelName

        public final String modelName()

        The name of the imported model.

        Returns:
        The name of the imported model.
      • jobName

        public final String jobName()

        Job name associated with the imported model.

        Returns:
        Job name associated with the imported model.
      • jobArn

        public final String jobArn()

        Job Amazon Resource Name (ARN) associated with the imported model.

        Returns:
        Job Amazon Resource Name (ARN) associated with the imported model.
      • modelDataSource

        public final ModelDataSource modelDataSource()

        The data source for this imported model.

        Returns:
        The data source for this imported model.
      • creationTime

        public final Instant creationTime()

        Creation time of the imported model.

        Returns:
        Creation time of the imported model.
      • modelArchitecture

        public final String modelArchitecture()

        The architecture of the imported model.

        Returns:
        The architecture of the imported model.
      • modelKmsKeyArn

        public final String modelKmsKeyArn()

        The imported model is encrypted at rest using this key.

        Returns:
        The imported model is encrypted at rest using this key.
      • instructSupported

        public final Boolean instructSupported()

        Specifies if the imported model supports converse.

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

        public final CustomModelUnits customModelUnits()

        Information about the hardware utilization for a single copy of the model.

        Returns:
        Information about the hardware utilization for a single copy of the model.
      • 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