Class: Google::Apis::LanguageV1::XpsVideoTrainingOperationMetadata

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/language_v1/classes.rb,
lib/google/apis/language_v1/representations.rb,
lib/google/apis/language_v1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ XpsVideoTrainingOperationMetadata

Returns a new instance of XpsVideoTrainingOperationMetadata.



5293
5294
5295
# File 'lib/google/apis/language_v1/classes.rb', line 5293

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#train_cost_milli_node_hourFixnum

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. Corresponds to the JSON property trainCostMilliNodeHour

Returns:

  • (Fixnum)


5291
5292
5293
# File 'lib/google/apis/language_v1/classes.rb', line 5291

def train_cost_milli_node_hour
  @train_cost_milli_node_hour
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5298
5299
5300
# File 'lib/google/apis/language_v1/classes.rb', line 5298

def update!(**args)
  @train_cost_milli_node_hour = args[:train_cost_milli_node_hour] if args.key?(:train_cost_milli_node_hour)
end