You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::UserContext
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UserContext
- Defined in:
- (unknown)
Overview
Information about the user who created or modified an experiment, trial, or trial component.
Returned by:
- DescribeExperimentResponse#created_by
- DescribeExperimentResponse#last_modified_by
- DescribeTrialComponentResponse#created_by
- DescribeTrialComponentResponse#last_modified_by
- DescribeTrialResponse#created_by
- DescribeTrialResponse#last_modified_by
- Experiment#created_by
- Experiment#last_modified_by
- Trial#created_by
- Trial#last_modified_by
- TrialComponent#created_by
- TrialComponent#last_modified_by
- TrialComponentSimpleSummary#created_by
- TrialComponentSummary#created_by
- TrialComponentSummary#last_modified_by
Instance Attribute Summary collapse
-
#domain_id ⇒ String
The domain associated with the user.
-
#user_profile_arn ⇒ String
The Amazon Resource Name (ARN) of the user\'s profile.
-
#user_profile_name ⇒ String
The name of the user\'s profile.
Instance Attribute Details
#domain_id ⇒ String
The domain associated with the user.
#user_profile_arn ⇒ String
The Amazon Resource Name (ARN) of the user\'s profile.
#user_profile_name ⇒ String
The name of the user\'s profile.