View Source GoogleApi.Language.V1.Model.XPSVideoObjectTrackingTrainResponse (google_api_language v0.16.1)
Attributes
-
exportModelSpec(type:GoogleApi.Language.V1.Model.XPSVideoExportModelSpec.t, default:nil) - Populated for AutoML request only. -
modelArtifactSpec(type:GoogleApi.Language.V1.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
@type t() :: %GoogleApi.Language.V1.Model.XPSVideoObjectTrackingTrainResponse{ exportModelSpec: GoogleApi.Language.V1.Model.XPSVideoExportModelSpec.t() | nil, modelArtifactSpec: GoogleApi.Language.V1.Model.XPSVideoModelArtifactSpec.t() | nil, trainCostNodeSeconds: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.