Values_2.InferenceExperimentSummarySourceLists a summary of properties of an inference experiment.
type nonrec t = {name : Values_1.InferenceExperimentName.t option;The name of the inference experiment.
*)type_ : Values_1.InferenceExperimentType.t option;The type of the inference experiment.
*)schedule : Values_1.InferenceExperimentSchedule.t option;The duration for which the inference experiment ran or will run. The maximum duration that you can set for an inference experiment is 30 days.
*)status : Values_1.InferenceExperimentStatus.t option;The status of the inference experiment.
*)statusReason : Values_1.InferenceExperimentStatusReason.t option;The error message for the inference experiment status result.
*)description : Values_1.InferenceExperimentDescription.t option;The description of the inference experiment.
*)creationTime : Values_0.Timestamp.t option;The timestamp at which the inference experiment was created.
*)completionTime : Values_0.Timestamp.t option;The timestamp at which the inference experiment was completed.
*)lastModifiedTime : Values_0.Timestamp.t option;The timestamp when you last modified the inference experiment.
*)roleArn : Values_0.RoleArn.t option;The ARN of the IAM role that Amazon SageMaker can assume to access model artifacts and container images, and manage Amazon SageMaker Inference endpoints for model deployment.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Values_1.InferenceExperimentName.t
| `Structure of
(string * [> `Timestamp of Values_0.Timestamp.t ]) list
| `Timestamp of Values_0.Timestamp.t ])
list ]