Class: Aws::SageMaker::Types::DescribeAppResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeAppResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Instance Attribute Summary collapse
-
#app_arn ⇒ String
The app’s Amazon Resource Name (ARN).
-
#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.
-
#failure_reason ⇒ String
The failure reason.
-
#last_health_check_timestamp ⇒ Time
The timestamp of the last health check.
-
#last_user_activity_timestamp ⇒ Time
The timestamp of the last user’s activity.
-
#resource_spec ⇒ Types::ResourceSpec
The instance type and quantity.
-
#status ⇒ String
The status.
-
#user_profile_name ⇒ String
The user profile name.
Instance Attribute Details
#app_arn ⇒ String
The app’s Amazon Resource Name (ARN).
6206 6207 6208 6209 6210 6211 6212 6213 6214 6215 6216 6217 6218 6219 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6206 class DescribeAppResponse < Struct.new( :app_arn, :app_type, :app_name, :domain_id, :user_profile_name, :status, :last_health_check_timestamp, :last_user_activity_timestamp, :creation_time, :failure_reason, :resource_spec) include Aws::Structure end |
#app_name ⇒ String
The name of the app.
6206 6207 6208 6209 6210 6211 6212 6213 6214 6215 6216 6217 6218 6219 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6206 class DescribeAppResponse < Struct.new( :app_arn, :app_type, :app_name, :domain_id, :user_profile_name, :status, :last_health_check_timestamp, :last_user_activity_timestamp, :creation_time, :failure_reason, :resource_spec) include Aws::Structure end |
#app_type ⇒ String
The type of app.
6206 6207 6208 6209 6210 6211 6212 6213 6214 6215 6216 6217 6218 6219 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6206 class DescribeAppResponse < Struct.new( :app_arn, :app_type, :app_name, :domain_id, :user_profile_name, :status, :last_health_check_timestamp, :last_user_activity_timestamp, :creation_time, :failure_reason, :resource_spec) include Aws::Structure end |
#creation_time ⇒ Time
The creation time.
6206 6207 6208 6209 6210 6211 6212 6213 6214 6215 6216 6217 6218 6219 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6206 class DescribeAppResponse < Struct.new( :app_arn, :app_type, :app_name, :domain_id, :user_profile_name, :status, :last_health_check_timestamp, :last_user_activity_timestamp, :creation_time, :failure_reason, :resource_spec) include Aws::Structure end |
#domain_id ⇒ String
The domain ID.
6206 6207 6208 6209 6210 6211 6212 6213 6214 6215 6216 6217 6218 6219 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6206 class DescribeAppResponse < Struct.new( :app_arn, :app_type, :app_name, :domain_id, :user_profile_name, :status, :last_health_check_timestamp, :last_user_activity_timestamp, :creation_time, :failure_reason, :resource_spec) include Aws::Structure end |
#failure_reason ⇒ String
The failure reason.
6206 6207 6208 6209 6210 6211 6212 6213 6214 6215 6216 6217 6218 6219 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6206 class DescribeAppResponse < Struct.new( :app_arn, :app_type, :app_name, :domain_id, :user_profile_name, :status, :last_health_check_timestamp, :last_user_activity_timestamp, :creation_time, :failure_reason, :resource_spec) include Aws::Structure end |
#last_health_check_timestamp ⇒ Time
The timestamp of the last health check.
6206 6207 6208 6209 6210 6211 6212 6213 6214 6215 6216 6217 6218 6219 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6206 class DescribeAppResponse < Struct.new( :app_arn, :app_type, :app_name, :domain_id, :user_profile_name, :status, :last_health_check_timestamp, :last_user_activity_timestamp, :creation_time, :failure_reason, :resource_spec) include Aws::Structure end |
#last_user_activity_timestamp ⇒ Time
The timestamp of the last user’s activity.
6206 6207 6208 6209 6210 6211 6212 6213 6214 6215 6216 6217 6218 6219 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6206 class DescribeAppResponse < Struct.new( :app_arn, :app_type, :app_name, :domain_id, :user_profile_name, :status, :last_health_check_timestamp, :last_user_activity_timestamp, :creation_time, :failure_reason, :resource_spec) include Aws::Structure end |
#resource_spec ⇒ Types::ResourceSpec
The instance type and quantity.
6206 6207 6208 6209 6210 6211 6212 6213 6214 6215 6216 6217 6218 6219 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6206 class DescribeAppResponse < Struct.new( :app_arn, :app_type, :app_name, :domain_id, :user_profile_name, :status, :last_health_check_timestamp, :last_user_activity_timestamp, :creation_time, :failure_reason, :resource_spec) include Aws::Structure end |
#status ⇒ String
The status.
6206 6207 6208 6209 6210 6211 6212 6213 6214 6215 6216 6217 6218 6219 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6206 class DescribeAppResponse < Struct.new( :app_arn, :app_type, :app_name, :domain_id, :user_profile_name, :status, :last_health_check_timestamp, :last_user_activity_timestamp, :creation_time, :failure_reason, :resource_spec) include Aws::Structure end |
#user_profile_name ⇒ String
The user profile name.
6206 6207 6208 6209 6210 6211 6212 6213 6214 6215 6216 6217 6218 6219 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6206 class DescribeAppResponse < Struct.new( :app_arn, :app_type, :app_name, :domain_id, :user_profile_name, :status, :last_health_check_timestamp, :last_user_activity_timestamp, :creation_time, :failure_reason, :resource_spec) include Aws::Structure end |