| 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 |
|---|---|
AssociateTrialComponentResult |
AmazonSageMaker.associateTrialComponent(AssociateTrialComponentRequest associateTrialComponentRequest)
Associates a trial component with a trial.
|
AssociateTrialComponentResult |
AmazonSageMakerClient.associateTrialComponent(AssociateTrialComponentRequest request)
Associates a trial component with a trial.
|
AssociateTrialComponentResult |
AbstractAmazonSageMaker.associateTrialComponent(AssociateTrialComponentRequest request) |
| Modifier and Type | Method and Description |
|---|---|
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) |
Future<AssociateTrialComponentResult> |
AmazonSageMakerAsyncClient.associateTrialComponentAsync(AssociateTrialComponentRequest request,
AsyncHandler<AssociateTrialComponentRequest,AssociateTrialComponentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
AssociateTrialComponentResult |
AssociateTrialComponentResult.clone() |
AssociateTrialComponentResult |
AssociateTrialComponentResult.withTrialArn(String trialArn)
The Amazon Resource Name (ARN) of the trial.
|
AssociateTrialComponentResult |
AssociateTrialComponentResult.withTrialComponentArn(String trialComponentArn)
The ARN of the trial component.
|
Copyright © 2020. All rights reserved.