| 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 |
|---|---|
CreateTrialComponentResult |
AbstractAmazonSageMaker.createTrialComponent(CreateTrialComponentRequest request) |
CreateTrialComponentResult |
AmazonSageMakerClient.createTrialComponent(CreateTrialComponentRequest request)
Creates a trial component, which is a stage of a machine learning trial.
|
CreateTrialComponentResult |
AmazonSageMaker.createTrialComponent(CreateTrialComponentRequest createTrialComponentRequest)
Creates a trial component, which is a stage of a machine learning trial.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateTrialComponentResult> |
AbstractAmazonSageMakerAsync.createTrialComponentAsync(CreateTrialComponentRequest request,
AsyncHandler<CreateTrialComponentRequest,CreateTrialComponentResult> asyncHandler) |
Future<CreateTrialComponentResult> |
AmazonSageMakerAsync.createTrialComponentAsync(CreateTrialComponentRequest createTrialComponentRequest,
AsyncHandler<CreateTrialComponentRequest,CreateTrialComponentResult> asyncHandler)
Creates a trial component, which is a stage of a machine learning trial.
|
Future<CreateTrialComponentResult> |
AmazonSageMakerAsyncClient.createTrialComponentAsync(CreateTrialComponentRequest request,
AsyncHandler<CreateTrialComponentRequest,CreateTrialComponentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateTrialComponentResult |
CreateTrialComponentResult.clone() |
CreateTrialComponentResult |
CreateTrialComponentResult.withTrialComponentArn(String trialComponentArn)
The Amazon Resource Name (ARN) of the trial component.
|
Copyright © 2023. All rights reserved.