View Source GoogleApi.ContentWarehouse.V1.Model.YoutubeDistillerModelScore (google_api_content_warehouse v0.3.0)

Next available ID: 4

Attributes

  • classifier (type: String.t, default: nil) - The classifier trained with tensor flow.
  • model (type: String.t, default: nil) - The model trained with dist belief [going to be deprecated].
  • score (type: number(), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.YoutubeDistillerModelScore{
  classifier: String.t() | nil,
  model: String.t() | nil,
  score: number() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.