Values_0.ArtifactSummarySourceLists a summary of the properties of an artifact. An artifact represents a URI addressable object or data. Some examples are a dataset and a model.
type nonrec t = {artifactArn : ArtifactArn.t option;The Amazon Resource Name (ARN) of the artifact.
*)artifactName : ExperimentEntityName.t option;The name of the artifact.
*)source : ArtifactSource.t option;The source of the artifact.
*)artifactType : String256.t option;The type of the artifact.
*)creationTime : Timestamp.t option;When the artifact was created.
*)lastModifiedTime : Timestamp.t option;When the artifact was last modified.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of ArtifactArn.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string | `String of String256.t ])
list ]
list
| `String of SourceUri.t ])
list
| `Timestamp of Timestamp.t ])
list ]