Artifacts represent task outputs.
| JSON representation |
|---|
{
"artifactId": string,
"name": string,
"description": string,
"parts": [
{
object ( |
| Fields | |
|---|---|
artifactId |
Required. Unique identifier (e.g. UUID) for the artifact. It must be unique within a task. |
name |
A human readable name for the artifact. |
description |
Optional. A human readable description of the artifact. |
parts[] |
Required. The content of the artifact. Must contain at least one part. |
metadata |
Optional. Metadata included with the artifact. |
extensions[] |
The URIs of extensions that are present or contributed to this Artifact. |