| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeUserProfileResult |
AmazonSageMakerClient.describeUserProfile(DescribeUserProfileRequest request)
Describes a user profile.
|
DescribeUserProfileResult |
AbstractAmazonSageMaker.describeUserProfile(DescribeUserProfileRequest request) |
DescribeUserProfileResult |
AmazonSageMaker.describeUserProfile(DescribeUserProfileRequest describeUserProfileRequest)
Describes a user profile.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeUserProfileResult> |
AmazonSageMakerAsyncClient.describeUserProfileAsync(DescribeUserProfileRequest request,
AsyncHandler<DescribeUserProfileRequest,DescribeUserProfileResult> asyncHandler) |
Future<DescribeUserProfileResult> |
AmazonSageMakerAsync.describeUserProfileAsync(DescribeUserProfileRequest describeUserProfileRequest,
AsyncHandler<DescribeUserProfileRequest,DescribeUserProfileResult> asyncHandler)
Describes a user profile.
|
Future<DescribeUserProfileResult> |
AbstractAmazonSageMakerAsync.describeUserProfileAsync(DescribeUserProfileRequest request,
AsyncHandler<DescribeUserProfileRequest,DescribeUserProfileResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeUserProfileResult |
DescribeUserProfileResult.clone() |
DescribeUserProfileResult |
DescribeUserProfileResult.withCreationTime(Date creationTime)
The creation time.
|
DescribeUserProfileResult |
DescribeUserProfileResult.withDomainId(String domainId)
The ID of the domain that contains the profile.
|
DescribeUserProfileResult |
DescribeUserProfileResult.withFailureReason(String failureReason)
The failure reason.
|
DescribeUserProfileResult |
DescribeUserProfileResult.withHomeEfsFileSystemUid(String homeEfsFileSystemUid)
The ID of the user's profile in the Amazon Elastic File System volume.
|
DescribeUserProfileResult |
DescribeUserProfileResult.withLastModifiedTime(Date lastModifiedTime)
The last modified time.
|
DescribeUserProfileResult |
DescribeUserProfileResult.withSingleSignOnUserIdentifier(String singleSignOnUserIdentifier)
The IAM Identity Center user identifier.
|
DescribeUserProfileResult |
DescribeUserProfileResult.withSingleSignOnUserValue(String singleSignOnUserValue)
The IAM Identity Center user value.
|
DescribeUserProfileResult |
DescribeUserProfileResult.withStatus(String status)
The status.
|
DescribeUserProfileResult |
DescribeUserProfileResult.withStatus(UserProfileStatus status)
The status.
|
DescribeUserProfileResult |
DescribeUserProfileResult.withUserProfileArn(String userProfileArn)
The user profile Amazon Resource Name (ARN).
|
DescribeUserProfileResult |
DescribeUserProfileResult.withUserProfileName(String userProfileName)
The user profile name.
|
DescribeUserProfileResult |
DescribeUserProfileResult.withUserSettings(UserSettings userSettings)
A collection of settings.
|
Copyright © 2025. All rights reserved.