View Source GoogleApi.Language.V1.Model.XPSVideoTrainingOperationMetadata (google_api_language v0.14.0)
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
@type t() :: %GoogleApi.Language.V1.Model.XPSVideoTrainingOperationMetadata{ trainCostMilliNodeHour: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.