View Source GoogleApi.Language.V2.Model.XPSImageClassificationTrainResponse (google_api_language v0.15.0)

Attributes

  • classCount (type: String.t, default: nil) - Total number of classes.
  • exportModelSpec (type: GoogleApi.Language.V2.Model.XPSImageExportModelSpec.t, default: nil) - Information of downloadable models that are pre-generated as part of training flow and will be persisted in AutoMl backend. Populated for AutoMl requests.
  • modelArtifactSpec (type: GoogleApi.Language.V2.Model.XPSImageModelArtifactSpec.t, default: nil) - ## The fields below are only populated under uCAIP request scope.
  • modelServingSpec (type: GoogleApi.Language.V2.Model.XPSImageModelServingSpec.t, default: nil) -
  • stopReason (type: String.t, default: nil) - Stop reason for training job, e.g. 'TRAIN_BUDGET_REACHED', 'MODEL_CONVERGED', 'MODEL_EARLY_STOPPED'.
  • trainCostInNodeTime (type: String.t, default: nil) - The actual cost to create this model. - For edge type model, the cost is expressed in node hour. - For cloud type model,the cost is expressed in compute hour. - Populated for models created before GA. To be deprecated after GA.
  • trainCostNodeSeconds (type: String.t, default: nil) - The actual training cost, expressed in node seconds. Populated for models trained in node time.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Language.V2.Model.XPSImageClassificationTrainResponse{
  classCount: String.t() | nil,
  exportModelSpec:
    GoogleApi.Language.V2.Model.XPSImageExportModelSpec.t() | nil,
  modelArtifactSpec:
    GoogleApi.Language.V2.Model.XPSImageModelArtifactSpec.t() | nil,
  modelServingSpec:
    GoogleApi.Language.V2.Model.XPSImageModelServingSpec.t() | nil,
  stopReason: String.t() | nil,
  trainCostInNodeTime: String.t() | nil,
  trainCostNodeSeconds: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.