This tool is used to log the artifact in the experiment.
It allows the user to submit additional artifacts to the experiment: textual data, numerical values, and images. If a numerical artifact is logged multiple times, it forms a time series.
Artifact submit payload data model.
Artifact type. Use text for strings, value for a single numeric value, timeseries for numeric points in points, list for JSON arrays, dict for JSON objects, and image for a base64 data URL such as data:image/png;base64,....
text, value, timeseries, list, dict, image Artifact payload for all kinds except timeseries. Send properly typed JSON values: string for text, number for value, array for list, object for dict, and a base64 data URL string for image. Leave this empty when kind is timeseries.
Time series points to log when kind is timeseries. Each item must have numeric x and y fields. Leave this empty for all other kinds.
Successful Response