Values.TrainedModelInferenceJobSummarySourceProvides information about the trained model inference job.
type nonrec t = {trainedModelInferenceJobArn : TrainedModelInferenceJobArn.t option;The Amazon Resource Name (ARN) of the trained model inference job.
*)configuredModelAlgorithmAssociationArn : ConfiguredModelAlgorithmAssociationArn.t
option;The Amazon Resource Name (ARN) of the configured model algorithm association that is used for the trained model inference job.
*)membershipIdentifier : UUID.t option;The membership ID of the membership that contains the trained model inference job.
*)trainedModelArn : TrainedModelArn.t option;The Amazon Resource Name (ARN) of the trained model that is used for the trained model inference job.
*)trainedModelVersionIdentifier : UUID.t option;The version identifier of the trained model that was used for inference in this job.
*)collaborationIdentifier : UUID.t option;The collaboration ID of the collaboration that contains the trained model inference job.
*)status : TrainedModelInferenceJobStatus.t option;The status of the trained model inference job.
*)outputConfiguration : InferenceOutputConfiguration.t option;The output configuration information of the trained model job.
*)name : NameString.t option;The name of the trained model inference job.
*)description : ResourceDescription.t option;The description of the trained model inference job.
*)metricsStatus : MetricsStatus.t option;The metric status of the trained model inference job.
*)metricsStatusDetails : String_.t option;Details about the metrics status for the trained model inference job.
*)logsStatus : LogsStatus.t option;The log status of the trained model inference job.
*)logsStatusDetails : String_.t option;Details about the log status for the trained model inference job.
*)createTime : SyntheticTimestamp_date_time.t option;The time at which the trained model inference job was created.
*)updateTime : SyntheticTimestamp_date_time.t option;The most recent time at which the trained model inference job was updated.
*)}val make :
?trainedModelInferenceJobArn:??? ->
?configuredModelAlgorithmAssociationArn:??? ->
?membershipIdentifier:??? ->
?trainedModelArn:??? ->
?trainedModelVersionIdentifier:??? ->
?collaborationIdentifier:??? ->
?status:??? ->
?outputConfiguration:??? ->
?name:??? ->
?description:??? ->
?metricsStatus:??? ->
?metricsStatusDetails:??? ->
?logsStatus:??? ->
?logsStatusDetails:??? ->
?createTime:??? ->
?updateTime:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of TrainedModelInferenceJobArn.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of AccountId.t ]) list ]
list
| `String of InferenceOutputConfigurationAcceptString.t ])
list
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]