GoogleApi.Transcoder.V1beta1.Model.Progress (google_api_transcoder v0.2.0) View Source

Estimated fractional progress for each step, from 0 to 1.

Attributes

  • analyzed (type: float(), default: nil) - Estimated fractional progress for analyzing step.
  • encoded (type: float(), default: nil) - Estimated fractional progress for encoding step.
  • notified (type: float(), default: nil) - Estimated fractional progress for notifying step.
  • uploaded (type: float(), default: nil) - Estimated fractional progress for uploading step.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Transcoder.V1beta1.Model.Progress{
  analyzed: float() | nil,
  encoded: float() | nil,
  notified: float() | nil,
  uploaded: float() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.