View Source GoogleApi.Language.V1.Model.XPSImageObjectDetectionModelSpec (google_api_language v0.16.0)
Attributes
-
classCount
(type:String.t
, default:nil
) - Total number of classes. -
exportModelSpec
(type:GoogleApi.Language.V1.Model.XPSImageExportModelSpec.t
, default:nil
) - -
maxBoundingBoxCount
(type:String.t
, default:nil
) - Max number of bounding box. -
modelArtifactSpec
(type:GoogleApi.Language.V1.Model.XPSImageModelArtifactSpec.t
, default:nil
) - ## The fields below are only populated under uCAIP request scope. -
modelServingSpec
(type:GoogleApi.Language.V1.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
@type t() :: %GoogleApi.Language.V1.Model.XPSImageObjectDetectionModelSpec{ classCount: String.t() | nil, exportModelSpec: GoogleApi.Language.V1.Model.XPSImageExportModelSpec.t() | nil, maxBoundingBoxCount: String.t() | nil, modelArtifactSpec: GoogleApi.Language.V1.Model.XPSImageModelArtifactSpec.t() | nil, modelServingSpec: GoogleApi.Language.V1.Model.XPSImageModelServingSpec.t() | nil, stopReason: String.t() | nil, trainCostNodeSeconds: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.