GoogleApi.Language.V2.Model.XPSImageObjectDetectionModelSpec (google_api_language v0.16.3)

View Source

Attributes

  • classCount (type: String.t, default: nil) - Total number of classes.
  • exportModelSpec (type: GoogleApi.Language.V2.Model.XPSImageExportModelSpec.t, default: nil) -
  • maxBoundingBoxCount (type: String.t, default: nil) - Max number of bounding box.
  • 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'.
  • trainCostNodeSeconds (type: String.t, default: nil) - The actual train cost of creating this model, expressed in node seconds, i.e. 3,600 value in this field means 1 node hour.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.