Class: Aws::SageMaker::Types::DescribeUserProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeUserProfileRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Note:
When making an API call, you may pass DescribeUserProfileRequest data as a hash:
{
domain_id: "DomainId", # required
user_profile_name: "UserProfileName", # required
}
Instance Attribute Summary collapse
-
#domain_id ⇒ String
The domain ID.
-
#user_profile_name ⇒ String
The user profile name.
Instance Attribute Details
#domain_id ⇒ String
The domain ID.
8539 8540 8541 8542 8543 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 8539 class DescribeUserProfileRequest < Struct.new( :domain_id, :user_profile_name) include Aws::Structure end |
#user_profile_name ⇒ String
The user profile name.
8539 8540 8541 8542 8543 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 8539 class DescribeUserProfileRequest < Struct.new( :domain_id, :user_profile_name) include Aws::Structure end |