| 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 |
|---|---|
Future<CreateUserProfileResult> |
AbstractAmazonSageMakerAsync.createUserProfileAsync(CreateUserProfileRequest request,
AsyncHandler<CreateUserProfileRequest,CreateUserProfileResult> asyncHandler) |
Future<CreateUserProfileResult> |
AmazonSageMakerAsyncClient.createUserProfileAsync(CreateUserProfileRequest request,
AsyncHandler<CreateUserProfileRequest,CreateUserProfileResult> asyncHandler) |
Future<CreateUserProfileResult> |
AmazonSageMakerAsync.createUserProfileAsync(CreateUserProfileRequest createUserProfileRequest,
AsyncHandler<CreateUserProfileRequest,CreateUserProfileResult> asyncHandler)
Creates a user profile.
|
| Modifier and Type | Method and Description |
|---|---|
CreateUserProfileRequest |
CreateUserProfileRequest.clone() |
CreateUserProfileRequest |
CreateUserProfileRequest.withDomainId(String domainId)
The ID of the associated Domain.
|
CreateUserProfileRequest |
CreateUserProfileRequest.withSingleSignOnUserIdentifier(String singleSignOnUserIdentifier)
A specifier for the type of value specified in SingleSignOnUserValue.
|
CreateUserProfileRequest |
CreateUserProfileRequest.withSingleSignOnUserValue(String singleSignOnUserValue)
The username of the associated Amazon Web Services Single Sign-On User for this UserProfile.
|
CreateUserProfileRequest |
CreateUserProfileRequest.withTags(Collection<Tag> tags)
Each tag consists of a key and an optional value.
|
CreateUserProfileRequest |
CreateUserProfileRequest.withTags(Tag... tags)
Each tag consists of a key and an optional value.
|
CreateUserProfileRequest |
CreateUserProfileRequest.withUserProfileName(String userProfileName)
A name for the UserProfile.
|
CreateUserProfileRequest |
CreateUserProfileRequest.withUserSettings(UserSettings userSettings)
A collection of settings.
|
Copyright © 2024. All rights reserved.