Module Values.BatchGetArtifactMetadataInputSource

Retrieves metadata for one or more artifacts in an agent space.

Sourcetype nonrec t = {
  1. agentSpaceId : AgentSpaceId.t;
    (*

    The unique identifier of the agent space that contains the artifacts.

    *)
  2. artifactIds : ArtifactIds.t;
    (*

    The list of artifact identifiers to retrieve metadata for.

    *)
}
Sourceval context_ : string
Sourceval make : agentSpaceId:AgentSpaceId.t -> artifactIds:ArtifactIds.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of ArtifactId.t ] list | `String of AgentSpaceId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t