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
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_arn ⇒ String
The Amazon Resource Name (ARN) of the app.
-
#app_name ⇒ String
The name of the app.
-
#app_type ⇒ String
The type of app.
-
#built_in_lifecycle_config_arn ⇒ String
The lifecycle configuration that runs before the default lifecycle configuration.
-
#creation_time ⇒ Time
The creation time of the application.
-
#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 the Amazon Resource Name (ARN) of the SageMaker AI image created on the instance.
-
#space_name ⇒ String
The name of the space.
-
#status ⇒ String
The status.
-
#user_profile_name ⇒ String
The user profile name.
Instance Attribute Details
#app_arn ⇒ String
The Amazon Resource Name (ARN) of the app.
13189 13190 13191 13192 13193 13194 13195 13196 13197 13198 13199 13200 13201 13202 13203 13204 13205 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 13189 class DescribeAppResponse < Struct.new( :app_arn, :app_type, :app_name, :domain_id, :user_profile_name, :space_name, :status, :last_health_check_timestamp, :last_user_activity_timestamp, :creation_time, :failure_reason, :resource_spec, :built_in_lifecycle_config_arn) SENSITIVE = [] include Aws::Structure end |
#app_name ⇒ String
The name of the app.
13189 13190 13191 13192 13193 13194 13195 13196 13197 13198 13199 13200 13201 13202 13203 13204 13205 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 13189 class DescribeAppResponse < Struct.new( :app_arn, :app_type, :app_name, :domain_id, :user_profile_name, :space_name, :status, :last_health_check_timestamp, :last_user_activity_timestamp, :creation_time, :failure_reason, :resource_spec, :built_in_lifecycle_config_arn) SENSITIVE = [] include Aws::Structure end |
#app_type ⇒ String
The type of app.
13189 13190 13191 13192 13193 13194 13195 13196 13197 13198 13199 13200 13201 13202 13203 13204 13205 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 13189 class DescribeAppResponse < Struct.new( :app_arn, :app_type, :app_name, :domain_id, :user_profile_name, :space_name, :status, :last_health_check_timestamp, :last_user_activity_timestamp, :creation_time, :failure_reason, :resource_spec, :built_in_lifecycle_config_arn) SENSITIVE = [] include Aws::Structure end |
#built_in_lifecycle_config_arn ⇒ String
The lifecycle configuration that runs before the default lifecycle configuration
13189 13190 13191 13192 13193 13194 13195 13196 13197 13198 13199 13200 13201 13202 13203 13204 13205 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 13189 class DescribeAppResponse < Struct.new( :app_arn, :app_type, :app_name, :domain_id, :user_profile_name, :space_name, :status, :last_health_check_timestamp, :last_user_activity_timestamp, :creation_time, :failure_reason, :resource_spec, :built_in_lifecycle_config_arn) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The creation time of the application.
<note markdown=“1”> After an application has been shut down for 24 hours, SageMaker AI deletes all metadata for the application. To be considered an update and retain application metadata, applications must be restarted within 24 hours after the previous application has been shut down. After this time window, creation of an application is considered a new application rather than an update of the previous application.
</note>
13189 13190 13191 13192 13193 13194 13195 13196 13197 13198 13199 13200 13201 13202 13203 13204 13205 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 13189 class DescribeAppResponse < Struct.new( :app_arn, :app_type, :app_name, :domain_id, :user_profile_name, :space_name, :status, :last_health_check_timestamp, :last_user_activity_timestamp, :creation_time, :failure_reason, :resource_spec, :built_in_lifecycle_config_arn) SENSITIVE = [] include Aws::Structure end |
#domain_id ⇒ String
The domain ID.
13189 13190 13191 13192 13193 13194 13195 13196 13197 13198 13199 13200 13201 13202 13203 13204 13205 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 13189 class DescribeAppResponse < Struct.new( :app_arn, :app_type, :app_name, :domain_id, :user_profile_name, :space_name, :status, :last_health_check_timestamp, :last_user_activity_timestamp, :creation_time, :failure_reason, :resource_spec, :built_in_lifecycle_config_arn) SENSITIVE = [] include Aws::Structure end |
#failure_reason ⇒ String
The failure reason.
13189 13190 13191 13192 13193 13194 13195 13196 13197 13198 13199 13200 13201 13202 13203 13204 13205 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 13189 class DescribeAppResponse < Struct.new( :app_arn, :app_type, :app_name, :domain_id, :user_profile_name, :space_name, :status, :last_health_check_timestamp, :last_user_activity_timestamp, :creation_time, :failure_reason, :resource_spec, :built_in_lifecycle_config_arn) SENSITIVE = [] include Aws::Structure end |
#last_health_check_timestamp ⇒ Time
The timestamp of the last health check.
13189 13190 13191 13192 13193 13194 13195 13196 13197 13198 13199 13200 13201 13202 13203 13204 13205 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 13189 class DescribeAppResponse < Struct.new( :app_arn, :app_type, :app_name, :domain_id, :user_profile_name, :space_name, :status, :last_health_check_timestamp, :last_user_activity_timestamp, :creation_time, :failure_reason, :resource_spec, :built_in_lifecycle_config_arn) SENSITIVE = [] include Aws::Structure end |
#last_user_activity_timestamp ⇒ Time
The timestamp of the last user’s activity. ‘LastUserActivityTimestamp` is also updated when SageMaker AI performs health checks without user activity. As a result, this value is set to the same value as `LastHealthCheckTimestamp`.
13189 13190 13191 13192 13193 13194 13195 13196 13197 13198 13199 13200 13201 13202 13203 13204 13205 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 13189 class DescribeAppResponse < Struct.new( :app_arn, :app_type, :app_name, :domain_id, :user_profile_name, :space_name, :status, :last_health_check_timestamp, :last_user_activity_timestamp, :creation_time, :failure_reason, :resource_spec, :built_in_lifecycle_config_arn) SENSITIVE = [] include Aws::Structure end |
#resource_spec ⇒ Types::ResourceSpec
The instance type and the Amazon Resource Name (ARN) of the SageMaker AI image created on the instance.
13189 13190 13191 13192 13193 13194 13195 13196 13197 13198 13199 13200 13201 13202 13203 13204 13205 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 13189 class DescribeAppResponse < Struct.new( :app_arn, :app_type, :app_name, :domain_id, :user_profile_name, :space_name, :status, :last_health_check_timestamp, :last_user_activity_timestamp, :creation_time, :failure_reason, :resource_spec, :built_in_lifecycle_config_arn) SENSITIVE = [] include Aws::Structure end |
#space_name ⇒ String
The name of the space. If this value is not set, then ‘UserProfileName` must be set.
13189 13190 13191 13192 13193 13194 13195 13196 13197 13198 13199 13200 13201 13202 13203 13204 13205 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 13189 class DescribeAppResponse < Struct.new( :app_arn, :app_type, :app_name, :domain_id, :user_profile_name, :space_name, :status, :last_health_check_timestamp, :last_user_activity_timestamp, :creation_time, :failure_reason, :resource_spec, :built_in_lifecycle_config_arn) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status.
13189 13190 13191 13192 13193 13194 13195 13196 13197 13198 13199 13200 13201 13202 13203 13204 13205 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 13189 class DescribeAppResponse < Struct.new( :app_arn, :app_type, :app_name, :domain_id, :user_profile_name, :space_name, :status, :last_health_check_timestamp, :last_user_activity_timestamp, :creation_time, :failure_reason, :resource_spec, :built_in_lifecycle_config_arn) SENSITIVE = [] include Aws::Structure end |
#user_profile_name ⇒ String
The user profile name.
13189 13190 13191 13192 13193 13194 13195 13196 13197 13198 13199 13200 13201 13202 13203 13204 13205 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 13189 class DescribeAppResponse < Struct.new( :app_arn, :app_type, :app_name, :domain_id, :user_profile_name, :space_name, :status, :last_health_check_timestamp, :last_user_activity_timestamp, :creation_time, :failure_reason, :resource_spec, :built_in_lifecycle_config_arn) SENSITIVE = [] include Aws::Structure end |