View Source GoogleApi.Language.V2.Model.XPSVideoExportModelSpec (google_api_language v0.14.0)
Information of downloadable models that are pre-generated as part of training flow and will be persisted in AutoMl backend. Upon receiving ExportModel request from user, AutoMl backend can serve the pre-generated models to user if exists (by copying the files from internal path to user provided location), otherwise, AutoMl backend will call xPS ExportModel API to generate the model on the fly with the requesting format.
Attributes
-
exportModelOutputConfig
(type:list(GoogleApi.Language.V2.Model.XPSExportModelOutputConfig.t)
, default:nil
) - Contains the model format and internal location of the model files to be exported/downloaded. Use the GCS bucket name which is provided via TrainRequest.gcs_bucket_name to store the model files.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Language.V2.Model.XPSVideoExportModelSpec{ exportModelOutputConfig: [GoogleApi.Language.V2.Model.XPSExportModelOutputConfig.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.