Values.MlResourceDefinitionSourceDefines a Neptune ML resource.
type nonrec t = {name : String_.t option;The resource name.
*)arn : String_.t option;The resource ARN.
*)status : String_.t option;The resource status.
*)outputLocation : String_.t option;The output location.
*)failureReason : String_.t option;The failure reason, in case of a failure.
*)cloudwatchLogUrl : String_.t option;The CloudWatch log URL for the resource.
*)}