You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::AppDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::AppDetails
- Defined in:
- (unknown)
Overview
Details about an Amazon SageMaker app.
Instance Attribute Summary collapse
-
#app_name ⇒ String
The name of the app.
-
#app_type ⇒ String
The type of app.
-
#creation_time ⇒ Time
The creation time.
-
#domain_id ⇒ String
The domain ID.
-
#status ⇒ String
The status.
-
#user_profile_name ⇒ String
The user profile name.
Instance Attribute Details
#app_name ⇒ String
The name of the app.
#app_type ⇒ String
The type of app.
Possible values:
- JupyterServer
- KernelGateway
- TensorBoard
#creation_time ⇒ Time
The creation time.
#domain_id ⇒ String
The domain ID.
#status ⇒ String
The status.
Possible values:
- Deleted
- Deleting
- Failed
- InService
- Pending
#user_profile_name ⇒ String
The user profile name.