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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_arnString

The Amazon Resource Name (ARN) of the app.

Returns:

  • (String)


10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
# File 'lib/aws-sdk-sagemaker/types.rb', line 10740

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,
  :space_name)
  SENSITIVE = []
  include Aws::Structure
end

#app_nameString

The name of the app.

Returns:

  • (String)


10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
# File 'lib/aws-sdk-sagemaker/types.rb', line 10740

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,
  :space_name)
  SENSITIVE = []
  include Aws::Structure
end

#app_typeString

The type of app.

Returns:

  • (String)


10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
# File 'lib/aws-sdk-sagemaker/types.rb', line 10740

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,
  :space_name)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The creation time.

Returns:

  • (Time)


10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
# File 'lib/aws-sdk-sagemaker/types.rb', line 10740

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,
  :space_name)
  SENSITIVE = []
  include Aws::Structure
end

#domain_idString

The domain ID.

Returns:

  • (String)


10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
# File 'lib/aws-sdk-sagemaker/types.rb', line 10740

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,
  :space_name)
  SENSITIVE = []
  include Aws::Structure
end

#failure_reasonString

The failure reason.

Returns:

  • (String)


10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
# File 'lib/aws-sdk-sagemaker/types.rb', line 10740

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,
  :space_name)
  SENSITIVE = []
  include Aws::Structure
end

#last_health_check_timestampTime

The timestamp of the last health check.

Returns:

  • (Time)


10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
# File 'lib/aws-sdk-sagemaker/types.rb', line 10740

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,
  :space_name)
  SENSITIVE = []
  include Aws::Structure
end

#last_user_activity_timestampTime

The timestamp of the last user’s activity. ‘LastUserActivityTimestamp` is also updated when SageMaker performs health checks without user activity. As a result, this value is set to the same value as `LastHealthCheckTimestamp`.

Returns:

  • (Time)


10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
# File 'lib/aws-sdk-sagemaker/types.rb', line 10740

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,
  :space_name)
  SENSITIVE = []
  include Aws::Structure
end

#resource_specTypes::ResourceSpec

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

Returns:



10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
# File 'lib/aws-sdk-sagemaker/types.rb', line 10740

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,
  :space_name)
  SENSITIVE = []
  include Aws::Structure
end

#space_nameString

The name of the space. If this value is not set, then ‘UserProfileName` must be set.

Returns:

  • (String)


10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
# File 'lib/aws-sdk-sagemaker/types.rb', line 10740

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,
  :space_name)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status.

Returns:

  • (String)


10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
# File 'lib/aws-sdk-sagemaker/types.rb', line 10740

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,
  :space_name)
  SENSITIVE = []
  include Aws::Structure
end

#user_profile_nameString

The user profile name.

Returns:

  • (String)


10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
# File 'lib/aws-sdk-sagemaker/types.rb', line 10740

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,
  :space_name)
  SENSITIVE = []
  include Aws::Structure
end