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

View Source

A model format used for Docker containers. Use the params field to customize the container. The container is verified to work correctly on ubuntu 16.04 operating system.

Attributes

  • cpuArchitecture (type: String.t, default: nil) - Optional. Additional cpu information describing the requirements for the to be exported model files.
  • gpuArchitecture (type: String.t, default: nil) - Optional. Additional gpu information describing the requirements for the to be exported model files.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Language.V1.Model.XPSDockerFormat{
  cpuArchitecture: String.t() | nil,
  gpuArchitecture: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.