Values.CollaborationTrainedModelInferenceJobSummarySourceProvides summary information about a trained model inference job in a collaboration.
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;Returns output configuration information for the trained model inference 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 trained model inference job metrics status.
*)metricsStatusDetails : String_.t option;Details about the metrics status for trained model inference job.
*)logsStatus : LogsStatus.t option;The trained model inference job logs status.
*)logsStatusDetails : String_.t option;Details about the logs 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.
*)creatorAccountId : AccountId.t option;The account ID that created the trained model inference job.
*)}val make :
?trainedModelInferenceJobArn:??? ->
?configuredModelAlgorithmAssociationArn:??? ->
?membershipIdentifier:??? ->
?trainedModelArn:??? ->
?trainedModelVersionIdentifier:??? ->
?collaborationIdentifier:??? ->
?status:??? ->
?outputConfiguration:??? ->
?name:??? ->
?description:??? ->
?metricsStatus:??? ->
?metricsStatusDetails:??? ->
?logsStatus:??? ->
?logsStatusDetails:??? ->
?createTime:??? ->
?updateTime:??? ->
?creatorAccountId:??? ->
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 ]