Class AppImageConfigDetails

    • Method Detail

      • appImageConfigArn

        public final String appImageConfigArn()

        The ARN of the AppImageConfig.

        Returns:
        The ARN of the AppImageConfig.
      • appImageConfigName

        public final String appImageConfigName()

        The name of the AppImageConfig. Must be unique to your account.

        Returns:
        The name of the AppImageConfig. Must be unique to your account.
      • creationTime

        public final Instant creationTime()

        When the AppImageConfig was created.

        Returns:
        When the AppImageConfig was created.
      • lastModifiedTime

        public final Instant lastModifiedTime()

        When the AppImageConfig was last modified.

        Returns:
        When the AppImageConfig was last modified.
      • kernelGatewayImageConfig

        public final KernelGatewayImageConfig kernelGatewayImageConfig()

        The configuration for the file system and kernels in the SageMaker image.

        Returns:
        The configuration for the file system and kernels in the SageMaker image.
      • jupyterLabAppImageConfig

        public final JupyterLabAppImageConfig jupyterLabAppImageConfig()

        The configuration for the file system and the runtime, such as the environment variables and entry point.

        Returns:
        The configuration for the file system and the runtime, such as the environment variables and entry point.
      • codeEditorAppImageConfig

        public final CodeEditorAppImageConfig codeEditorAppImageConfig()

        The configuration for the file system and the runtime, such as the environment variables and entry point.

        Returns:
        The configuration for the file system and the runtime, such as the environment variables and entry point.
      • 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)