View Source GoogleApi.Language.V2.Model.XPSVideoClassificationTrainResponse (google_api_language v0.14.0)

Attributes

  • 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

@type t() :: %GoogleApi.Language.V2.Model.XPSVideoClassificationTrainResponse{
  modelArtifactSpec:
    GoogleApi.Language.V2.Model.XPSVideoModelArtifactSpec.t() | nil,
  trainCostNodeSeconds: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.