View Source GoogleApi.Language.V2.Model.XPSVideoModelArtifactSpec (google_api_language v0.15.0)
Attributes
-
exportArtifact
(type:list(GoogleApi.Language.V2.Model.XPSModelArtifactItem.t)
, default:nil
) - The model binary files in different formats for model export. -
servingArtifact
(type:GoogleApi.Language.V2.Model.XPSModelArtifactItem.t
, default:nil
) - The default model binary file used for serving (e.g. batch predict) via public Cloud AI Platform API.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Language.V2.Model.XPSVideoModelArtifactSpec{ exportArtifact: [GoogleApi.Language.V2.Model.XPSModelArtifactItem.t()] | nil, servingArtifact: GoogleApi.Language.V2.Model.XPSModelArtifactItem.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.