startMlDataProcessingJob
inline suspend fun NeptunedataClient.startMlDataProcessingJob(crossinline block: StartMlDataProcessingJobRequest.Builder.() -> Unit): StartMlDataProcessingJobResponse
Creates a new Neptune ML data processing job for processing the graph data exported from Neptune for training. See dataprocessing
command.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:StartMLModelDataProcessingJob IAM action in that cluster.