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