Values.BatchGetArtifactMetadataInputSourceRetrieves metadata for one or more artifacts in an agent space.
type nonrec t = {agentSpaceId : AgentSpaceId.t;The unique identifier of the agent space that contains the artifacts.
*)artifactIds : ArtifactIds.t;The list of artifact identifiers to retrieve metadata for.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of ArtifactId.t ] list
| `String of AgentSpaceId.t ])
list ]