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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The creation time.

Returns:

  • (Time)


42015
42016
42017
42018
42019
42020
42021
42022
42023
# File 'lib/aws-sdk-sagemaker/types.rb', line 42015

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

#domain_idString

The domain ID.

Returns:

  • (String)


42015
42016
42017
42018
42019
42020
42021
42022
42023
# File 'lib/aws-sdk-sagemaker/types.rb', line 42015

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

#last_modified_timeTime

The last modified time.

Returns:

  • (Time)


42015
42016
42017
42018
42019
42020
42021
42022
42023
# File 'lib/aws-sdk-sagemaker/types.rb', line 42015

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

#statusString

The status.

Returns:

  • (String)


42015
42016
42017
42018
42019
42020
42021
42022
42023
# File 'lib/aws-sdk-sagemaker/types.rb', line 42015

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

#user_profile_nameString

The user profile name.

Returns:

  • (String)


42015
42016
42017
42018
42019
42020
42021
42022
42023
# File 'lib/aws-sdk-sagemaker/types.rb', line 42015

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