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

View Source

Attributes

  • trainCostMilliNodeHour (type: String.t, default: nil) - This is an estimation of the node hours necessary for training a model, expressed in milli node hours (i.e. 1,000 value in this field means 1 node hour). A node hour represents the time a virtual machine spends running your training job. The cost of one node running for one hour is a node hour.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Language.V2.Model.XPSVideoTrainingOperationMetadata{
  trainCostMilliNodeHour: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.