Class: Aws::SageMaker::Types::AppDetails

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

Overview

The app’s details.

Instance Attribute Summary collapse

Instance Attribute Details

#app_nameString

The name of the app.

Returns:

  • (String)


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_typeString

The type of app.

Returns:

  • (String)


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_timeTime

The creation time.

Returns:

  • (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_idString

The domain ID.

Returns:

  • (String)


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

#statusString

The status.

Returns:

  • (String)


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_nameString

The user profile name.

Returns:

  • (String)


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