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

View Source

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.V1.Model.XPSExportModelOutputConfig.t), default: nil) - Contains the model format and internal location of the model files to be exported/downloaded. Use the Google Cloud Storage 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

t()

@type t() :: %GoogleApi.Language.V1.Model.XPSImageExportModelSpec{
  exportModelOutputConfig:
    [GoogleApi.Language.V1.Model.XPSExportModelOutputConfig.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.