Class KfpArtifact (1.16.0)

KfpArtifact(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A detailed representation of a KFP artifact.

Attributes

Name Description
name str
Output only. Resource name of the KFP artifact. Since users don't directly interact with this resource, the name will be derived from the associated version. For example, when version = ".../versions/sha256:abcdef...", the name will be ".../kfpArtifacts/sha256:abcdef...".
version str
The version associated with the KFP artifact. Must follow the Semantic Versioning standard.