| Package | Description |
|---|---|
| com.amazonaws.services.neptunedata |
|
| com.amazonaws.services.neptunedata.model |
| Modifier and Type | Method and Description |
|---|---|
GetMLModelTrainingJobResult |
AmazonNeptunedataClient.getMLModelTrainingJob(GetMLModelTrainingJobRequest request)
Retrieves information about a Neptune ML model training job.
|
GetMLModelTrainingJobResult |
AbstractAmazonNeptunedata.getMLModelTrainingJob(GetMLModelTrainingJobRequest request) |
GetMLModelTrainingJobResult |
AmazonNeptunedata.getMLModelTrainingJob(GetMLModelTrainingJobRequest getMLModelTrainingJobRequest)
Retrieves information about a Neptune ML model training job.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetMLModelTrainingJobResult> |
AbstractAmazonNeptunedataAsync.getMLModelTrainingJobAsync(GetMLModelTrainingJobRequest request,
AsyncHandler<GetMLModelTrainingJobRequest,GetMLModelTrainingJobResult> asyncHandler) |
Future<GetMLModelTrainingJobResult> |
AmazonNeptunedataAsyncClient.getMLModelTrainingJobAsync(GetMLModelTrainingJobRequest request,
AsyncHandler<GetMLModelTrainingJobRequest,GetMLModelTrainingJobResult> asyncHandler) |
Future<GetMLModelTrainingJobResult> |
AmazonNeptunedataAsync.getMLModelTrainingJobAsync(GetMLModelTrainingJobRequest getMLModelTrainingJobRequest,
AsyncHandler<GetMLModelTrainingJobRequest,GetMLModelTrainingJobResult> asyncHandler)
Retrieves information about a Neptune ML model training job.
|
| Modifier and Type | Method and Description |
|---|---|
GetMLModelTrainingJobResult |
GetMLModelTrainingJobResult.clone() |
GetMLModelTrainingJobResult |
GetMLModelTrainingJobResult.withHpoJob(MlResourceDefinition hpoJob)
The HPO job.
|
GetMLModelTrainingJobResult |
GetMLModelTrainingJobResult.withId(String id)
The unique identifier of this model-training job.
|
GetMLModelTrainingJobResult |
GetMLModelTrainingJobResult.withMlModels(Collection<MlConfigDefinition> mlModels)
A list of the configurations of the ML models being used.
|
GetMLModelTrainingJobResult |
GetMLModelTrainingJobResult.withMlModels(MlConfigDefinition... mlModels)
A list of the configurations of the ML models being used.
|
GetMLModelTrainingJobResult |
GetMLModelTrainingJobResult.withModelTransformJob(MlResourceDefinition modelTransformJob)
The model transform job.
|
GetMLModelTrainingJobResult |
GetMLModelTrainingJobResult.withProcessingJob(MlResourceDefinition processingJob)
The data processing job.
|
GetMLModelTrainingJobResult |
GetMLModelTrainingJobResult.withStatus(String status)
The status of the model training job.
|
Copyright © 2024. All rights reserved.