| 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<AssociateTrialComponentResult> |
AmazonSageMakerAsyncClient.associateTrialComponentAsync(AssociateTrialComponentRequest request,
AsyncHandler<AssociateTrialComponentRequest,AssociateTrialComponentResult> asyncHandler) |
Future<AssociateTrialComponentResult> |
AmazonSageMakerAsync.associateTrialComponentAsync(AssociateTrialComponentRequest associateTrialComponentRequest,
AsyncHandler<AssociateTrialComponentRequest,AssociateTrialComponentResult> asyncHandler)
Associates a trial component with a trial.
|
Future<AssociateTrialComponentResult> |
AbstractAmazonSageMakerAsync.associateTrialComponentAsync(AssociateTrialComponentRequest request,
AsyncHandler<AssociateTrialComponentRequest,AssociateTrialComponentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
AssociateTrialComponentRequest |
AssociateTrialComponentRequest.clone() |
AssociateTrialComponentRequest |
AssociateTrialComponentRequest.withTrialComponentName(String trialComponentName)
The name of the component to associated with the trial.
|
AssociateTrialComponentRequest |
AssociateTrialComponentRequest.withTrialName(String trialName)
The name of the trial to associate with.
|
Copyright © 2025. All rights reserved.