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

Class: Aws::SageMaker::Types::DescribeAppResponse

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

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#app_arnString

The Amazon Resource Name (ARN) of the app.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the app.

#app_nameString

The name of the app.

Returns:

  • (String)

    The name of the app.

#app_typeString

The type of app.

Possible values:

  • JupyterServer
  • KernelGateway
  • TensorBoard

Returns:

  • (String)

    The type of app.

#creation_timeTime

The creation time.

Returns:

  • (Time)

    The creation time.

#domain_idString

The domain ID.

Returns:

  • (String)

    The domain ID.

#failure_reasonString

The failure reason.

Returns:

  • (String)

    The failure reason.

#last_health_check_timestampTime

The timestamp of the last health check.

Returns:

  • (Time)

    The timestamp of the last health check.

#last_user_activity_timestampTime

The timestamp of the last user\'s activity.

Returns:

  • (Time)

    The timestamp of the last user\'s activity.

#resource_specTypes::ResourceSpec

The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.

Returns:

  • (Types::ResourceSpec)

    The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.

#statusString

The status.

Possible values:

  • Deleted
  • Deleting
  • Failed
  • InService
  • Pending

Returns:

  • (String)

    The status.

#user_profile_nameString

The user profile name.

Returns:

  • (String)

    The user profile name.