View Source GoogleApi.ArtifactRegistry.V1.Model.KfpArtifact (google_api_artifact_registry v0.15.0)

A detailed representation of a KFP artifact.

Attributes

  • name (type: String.t, default: nil) - 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 (type: String.t, default: nil) - The version associated with the KFP artifact. Must follow the Semantic Versioning standard.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ArtifactRegistry.V1.Model.KfpArtifact{
  name: String.t() | nil,
  version: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.