You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SageMaker::Types::AppImageConfigDetails

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The configuration for running a SageMaker image as a KernelGateway app.

Instance Attribute Summary collapse

Instance Attribute Details

#app_image_config_arnString

The Amazon Resource Name (ARN) of the AppImageConfig.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the AppImageConfig.

#app_image_config_nameString

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

Returns:

  • (String)

    The name of the AppImageConfig.

#creation_timeTime

When the AppImageConfig was created.

Returns:

  • (Time)

    When the AppImageConfig was created.

#kernel_gateway_image_configTypes::KernelGatewayImageConfig

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

Returns:

#last_modified_timeTime

When the AppImageConfig was last modified.

Returns:

  • (Time)

    When the AppImageConfig was last modified.