Class: Aws::SageMaker::Types::UserContext

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

Overview

Information about the user who created or modified an experiment, trial, or trial component.

Instance Attribute Summary collapse

Instance Attribute Details

#domain_idString

The domain associated with the user.

Returns:

  • (String)


20475
20476
20477
20478
20479
20480
# File 'lib/aws-sdk-sagemaker/types.rb', line 20475

class UserContext < Struct.new(
  :user_profile_arn,
  :user_profile_name,
  :domain_id)
  include Aws::Structure
end

#user_profile_arnString

The Amazon Resource Name (ARN) of the user’s profile.

Returns:

  • (String)


20475
20476
20477
20478
20479
20480
# File 'lib/aws-sdk-sagemaker/types.rb', line 20475

class UserContext < Struct.new(
  :user_profile_arn,
  :user_profile_name,
  :domain_id)
  include Aws::Structure
end

#user_profile_nameString

The name of the user’s profile.

Returns:

  • (String)


20475
20476
20477
20478
20479
20480
# File 'lib/aws-sdk-sagemaker/types.rb', line 20475

class UserContext < Struct.new(
  :user_profile_arn,
  :user_profile_name,
  :domain_id)
  include Aws::Structure
end