| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateContextResult> |
AmazonSageMakerAsyncClient.updateContextAsync(UpdateContextRequest request,
AsyncHandler<UpdateContextRequest,UpdateContextResult> asyncHandler) |
Future<UpdateContextResult> |
AmazonSageMakerAsync.updateContextAsync(UpdateContextRequest updateContextRequest,
AsyncHandler<UpdateContextRequest,UpdateContextResult> asyncHandler)
Updates a context.
|
Future<UpdateContextResult> |
AbstractAmazonSageMakerAsync.updateContextAsync(UpdateContextRequest request,
AsyncHandler<UpdateContextRequest,UpdateContextResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateContextRequest |
UpdateContextRequest.addPropertiesEntry(String key,
String value)
Add a single Properties entry
|
UpdateContextRequest |
UpdateContextRequest.clearPropertiesEntries()
Removes all the entries added into Properties.
|
UpdateContextRequest |
UpdateContextRequest.clone() |
UpdateContextRequest |
UpdateContextRequest.withContextName(String contextName)
The name of the context to update.
|
UpdateContextRequest |
UpdateContextRequest.withDescription(String description)
The new description for the context.
|
UpdateContextRequest |
UpdateContextRequest.withProperties(Map<String,String> properties)
The new list of properties.
|
UpdateContextRequest |
UpdateContextRequest.withPropertiesToRemove(Collection<String> propertiesToRemove)
A list of properties to remove.
|
UpdateContextRequest |
UpdateContextRequest.withPropertiesToRemove(String... propertiesToRemove)
A list of properties to remove.
|
Copyright © 2022. All rights reserved.