| Package | Description |
|---|---|
| com.amazonaws.services.neptunedata |
|
| com.amazonaws.services.neptunedata.model |
| Modifier and Type | Method and Description |
|---|---|
StartMLModelTrainingJobResult |
AmazonNeptunedataClient.startMLModelTrainingJob(StartMLModelTrainingJobRequest request)
Creates a new Neptune ML model training job.
|
StartMLModelTrainingJobResult |
AbstractAmazonNeptunedata.startMLModelTrainingJob(StartMLModelTrainingJobRequest request) |
StartMLModelTrainingJobResult |
AmazonNeptunedata.startMLModelTrainingJob(StartMLModelTrainingJobRequest startMLModelTrainingJobRequest)
Creates a new Neptune ML model training job.
|
| Modifier and Type | Method and Description |
|---|---|
Future<StartMLModelTrainingJobResult> |
AbstractAmazonNeptunedataAsync.startMLModelTrainingJobAsync(StartMLModelTrainingJobRequest request,
AsyncHandler<StartMLModelTrainingJobRequest,StartMLModelTrainingJobResult> asyncHandler) |
Future<StartMLModelTrainingJobResult> |
AmazonNeptunedataAsyncClient.startMLModelTrainingJobAsync(StartMLModelTrainingJobRequest request,
AsyncHandler<StartMLModelTrainingJobRequest,StartMLModelTrainingJobResult> asyncHandler) |
Future<StartMLModelTrainingJobResult> |
AmazonNeptunedataAsync.startMLModelTrainingJobAsync(StartMLModelTrainingJobRequest startMLModelTrainingJobRequest,
AsyncHandler<StartMLModelTrainingJobRequest,StartMLModelTrainingJobResult> asyncHandler)
Creates a new Neptune ML model training job.
|
| Modifier and Type | Method and Description |
|---|---|
StartMLModelTrainingJobResult |
StartMLModelTrainingJobResult.clone() |
StartMLModelTrainingJobResult |
StartMLModelTrainingJobResult.withArn(String arn)
The ARN of the new model training job.
|
StartMLModelTrainingJobResult |
StartMLModelTrainingJobResult.withCreationTimeInMillis(Long creationTimeInMillis)
The model training job creation time, in milliseconds.
|
StartMLModelTrainingJobResult |
StartMLModelTrainingJobResult.withId(String id)
The unique ID of the new model training job.
|
Copyright © 2024. All rights reserved.