Skip to main content

ParseImageResult

Returns the results of the kargo parse image mutation. These results will be contianed in readResults.

The requestId can be used to link to a specific run for the image parsing and can be useful to save in case you have any questions about a specific request and its results.

TemplateIds will return the templates that were matched for this specific parse image request, this ID will be internal to kargo, but again can be useful for any inquiries into performance.

Metadata will return any customer supplied metadata for this parse image request along with any Kargo metadata.

type ParseImageResult {
readResults: [ResultField!]
requestId: String
templateIds: [Int!]
metadata: [ParseImageMetadataEntry!]
}

Fields

ParseImageResult.readResults ● [ResultField!] list object

ParseImageResult.requestId ● String scalar

ParseImageResult.templateIds ● [Int!] list scalar

ParseImageResult.metadata ● [ParseImageMetadataEntry!] list object

Returned By

parseImage mutation