Module Values_1.DescribeTrainingJobRequestSource

Returns information about a training job. Some of the attributes below only appear if the training job successfully starts. If the training job fails, TrainingJobStatus is Failed and, depending on the FailureReason, attributes like TrainingStartTime, TrainingTimeInSeconds, TrainingEndTime, and BillableTimeInSeconds may not be present in the response.

Sourcetype nonrec t = {
  1. trainingJobName : TrainingJobName.t;
    (*

    The name of the training job.

    *)
}
Sourceval context_ : string
Sourceval make : trainingJobName:TrainingJobName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of TrainingJobName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t