GoogleApi.Language.V1.Model.XPSModelArtifactItem (google_api_language v0.16.3)

View Source

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 URI that stores the model binary files.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.