| 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 |
|---|---|
UpdateContextResult |
AbstractAmazonSageMaker.updateContext(UpdateContextRequest request) |
UpdateContextResult |
AmazonSageMakerClient.updateContext(UpdateContextRequest request)
Updates a context.
|
UpdateContextResult |
AmazonSageMaker.updateContext(UpdateContextRequest updateContextRequest)
Updates a context.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateContextResult> |
AbstractAmazonSageMakerAsync.updateContextAsync(UpdateContextRequest request,
AsyncHandler<UpdateContextRequest,UpdateContextResult> asyncHandler) |
Future<UpdateContextResult> |
AmazonSageMakerAsync.updateContextAsync(UpdateContextRequest updateContextRequest,
AsyncHandler<UpdateContextRequest,UpdateContextResult> asyncHandler)
Updates a context.
|
Future<UpdateContextResult> |
AmazonSageMakerAsyncClient.updateContextAsync(UpdateContextRequest request,
AsyncHandler<UpdateContextRequest,UpdateContextResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateContextResult |
UpdateContextResult.clone() |
UpdateContextResult |
UpdateContextResult.withContextArn(String contextArn)
The Amazon Resource Name (ARN) of the context.
|
Copyright © 2023. All rights reserved.