View Source GoogleApi.Language.V2.Model.XPSModelArtifactItem (google_api_language v0.14.0)

A single model artifact item.

Attributes

  • artifactFormat (type: String.t, default: nil) - The model artifact format.
  • gcsUri (type: String.t, default: nil) - The Google Cloud Storage (GCS) uri that stores the model binary files.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Language.V2.Model.XPSModelArtifactItem{
  artifactFormat: String.t() | nil,
  gcsUri: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.