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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


44700
44701
44702
44703
44704
44705
44706
44707
44708
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 44700

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)


44700
44701
44702
44703
44704
44705
44706
44707
44708
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 44700

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)


44700
44701
44702
44703
44704
44705
44706
44707
44708
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 44700

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)


44700
44701
44702
44703
44704
44705
44706
44707
44708
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 44700

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)


44700
44701
44702
44703
44704
44705
44706
44707
44708
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 44700

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