Class: Aws::SageMaker::Types::UserProfileDetails

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

Overview

The user profile details.

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The creation time.



20506
20507
20508
20509
20510
20511
20512
20513
# File 'lib/aws-sdk-sagemaker/types.rb', line 20506

class UserProfileDetails < Struct.new(
  :domain_id,
  :user_profile_name,
  :status,
  :creation_time,
  :last_modified_time)
  include Aws::Structure
end

#domain_idString

The domain ID.



20506
20507
20508
20509
20510
20511
20512
20513
# File 'lib/aws-sdk-sagemaker/types.rb', line 20506

class UserProfileDetails < Struct.new(
  :domain_id,
  :user_profile_name,
  :status,
  :creation_time,
  :last_modified_time)
  include Aws::Structure
end

#last_modified_timeTime

The last modified time.



20506
20507
20508
20509
20510
20511
20512
20513
# File 'lib/aws-sdk-sagemaker/types.rb', line 20506

class UserProfileDetails < Struct.new(
  :domain_id,
  :user_profile_name,
  :status,
  :creation_time,
  :last_modified_time)
  include Aws::Structure
end

#statusString

The status.



20506
20507
20508
20509
20510
20511
20512
20513
# File 'lib/aws-sdk-sagemaker/types.rb', line 20506

class UserProfileDetails < Struct.new(
  :domain_id,
  :user_profile_name,
  :status,
  :creation_time,
  :last_modified_time)
  include Aws::Structure
end

#user_profile_nameString

The user profile name.



20506
20507
20508
20509
20510
20511
20512
20513
# File 'lib/aws-sdk-sagemaker/types.rb', line 20506

class UserProfileDetails < Struct.new(
  :domain_id,
  :user_profile_name,
  :status,
  :creation_time,
  :last_modified_time)
  include Aws::Structure
end