Class: Aws::SageMaker::Types::AppDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::AppDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
The app’s details.
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.
776 777 778 779 780 781 782 783 784 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 776 class AppDetails < Struct.new( :domain_id, :user_profile_name, :app_type, :app_name, :status, :creation_time) include Aws::Structure end |
#app_type ⇒ String
The type of app.
776 777 778 779 780 781 782 783 784 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 776 class AppDetails < Struct.new( :domain_id, :user_profile_name, :app_type, :app_name, :status, :creation_time) include Aws::Structure end |
#creation_time ⇒ Time
The creation time.
776 777 778 779 780 781 782 783 784 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 776 class AppDetails < Struct.new( :domain_id, :user_profile_name, :app_type, :app_name, :status, :creation_time) include Aws::Structure end |
#domain_id ⇒ String
The domain ID.
776 777 778 779 780 781 782 783 784 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 776 class AppDetails < Struct.new( :domain_id, :user_profile_name, :app_type, :app_name, :status, :creation_time) include Aws::Structure end |
#status ⇒ String
The status.
776 777 778 779 780 781 782 783 784 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 776 class AppDetails < Struct.new( :domain_id, :user_profile_name, :app_type, :app_name, :status, :creation_time) include Aws::Structure end |
#user_profile_name ⇒ String
The user profile name.
776 777 778 779 780 781 782 783 784 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 776 class AppDetails < Struct.new( :domain_id, :user_profile_name, :app_type, :app_name, :status, :creation_time) include Aws::Structure end |