Values.GetMLModelTrainingJobOutputSourceRetrieves information about a Neptune ML model training job. See Model training using the modeltraining 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:GetMLModelTrainingJobStatus IAM action in that cluster.
type nonrec t = {status : String_.t option;The status of the model training job.
*)id : String_.t option;The unique identifier of this model-training job.
*)processingJob : MlResourceDefinition.t option;The data processing job.
*)hpoJob : MlResourceDefinition.t option;The HPO job.
*)modelTransformJob : MlResourceDefinition.t option;The model transform job.
*)mlModels : MlModels.t option;A list of the configurations of the ML models being used.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `ClientTimeoutException of ClientTimeoutException.t| `ConstraintViolationException of ConstraintViolationException.t| `IllegalArgumentException of IllegalArgumentException.t| `InvalidArgumentException of InvalidArgumentException.t| `InvalidParameterException of InvalidParameterException.t| `MLResourceNotFoundException of MLResourceNotFoundException.t| `MissingParameterException of MissingParameterException.t| `PreconditionsFailedException of PreconditionsFailedException.t| `TooManyRequestsException of TooManyRequestsException.t| `UnsupportedOperationException of UnsupportedOperationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequestException of BadRequestException.t
| `ClientTimeoutException of ClientTimeoutException.t
| `ConstraintViolationException of ConstraintViolationException.t
| `IllegalArgumentException of IllegalArgumentException.t
| `InvalidArgumentException of InvalidArgumentException.t
| `InvalidParameterException of InvalidParameterException.t
| `MLResourceNotFoundException of MLResourceNotFoundException.t
| `MissingParameterException of MissingParameterException.t
| `PreconditionsFailedException of PreconditionsFailedException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperationException of UnsupportedOperationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of BadRequestException.t
| `ClientTimeoutException of ClientTimeoutException.t
| `ConstraintViolationException of ConstraintViolationException.t
| `IllegalArgumentException of IllegalArgumentException.t
| `InvalidArgumentException of InvalidArgumentException.t
| `InvalidParameterException of InvalidParameterException.t
| `MLResourceNotFoundException of MLResourceNotFoundException.t
| `MissingParameterException of MissingParameterException.t
| `PreconditionsFailedException of PreconditionsFailedException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperationException of UnsupportedOperationException.t ]