| 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 |
|---|---|
UpdateTrialComponentResult |
AmazonSageMakerClient.updateTrialComponent(UpdateTrialComponentRequest request)
Updates one or more properties of a trial component.
|
UpdateTrialComponentResult |
AbstractAmazonSageMaker.updateTrialComponent(UpdateTrialComponentRequest request) |
UpdateTrialComponentResult |
AmazonSageMaker.updateTrialComponent(UpdateTrialComponentRequest updateTrialComponentRequest)
Updates one or more properties of a trial component.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateTrialComponentResult> |
AmazonSageMakerAsyncClient.updateTrialComponentAsync(UpdateTrialComponentRequest request,
AsyncHandler<UpdateTrialComponentRequest,UpdateTrialComponentResult> asyncHandler) |
Future<UpdateTrialComponentResult> |
AmazonSageMakerAsync.updateTrialComponentAsync(UpdateTrialComponentRequest updateTrialComponentRequest,
AsyncHandler<UpdateTrialComponentRequest,UpdateTrialComponentResult> asyncHandler)
Updates one or more properties of a trial component.
|
Future<UpdateTrialComponentResult> |
AbstractAmazonSageMakerAsync.updateTrialComponentAsync(UpdateTrialComponentRequest request,
AsyncHandler<UpdateTrialComponentRequest,UpdateTrialComponentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateTrialComponentResult |
UpdateTrialComponentResult.clone() |
UpdateTrialComponentResult |
UpdateTrialComponentResult.withTrialComponentArn(String trialComponentArn)
The Amazon Resource Name (ARN) of the trial component.
|
Copyright © 2024. All rights reserved.