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

View Source

Attributes

  • exportModelSpec (type: GoogleApi.Language.V2.Model.XPSVideoExportModelSpec.t, default: nil) - Populated for AutoML request only.
  • modelArtifactSpec (type: GoogleApi.Language.V2.Model.XPSVideoModelArtifactSpec.t, default: nil) - ## The fields below are only populated under uCAIP request scope.
  • 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.XPSVideoObjectTrackingTrainResponse{
  exportModelSpec:
    GoogleApi.Language.V2.Model.XPSVideoExportModelSpec.t() | nil,
  modelArtifactSpec:
    GoogleApi.Language.V2.Model.XPSVideoModelArtifactSpec.t() | nil,
  trainCostNodeSeconds: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.