Class: Google::Apis::LanguageV1::XpsVideoActionRecognitionTrainResponse
- Inherits:
-
Object
- Object
- Google::Apis::LanguageV1::XpsVideoActionRecognitionTrainResponse
- 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
-
#model_artifact_spec ⇒ Google::Apis::LanguageV1::XpsVideoModelArtifactSpec
The fields below are only populated under uCAIP request scope.
-
#train_cost_node_seconds ⇒ Fixnum
The actual train cost of creating this model, expressed in node seconds, i.e.
Instance Method Summary collapse
-
#initialize(**args) ⇒ XpsVideoActionRecognitionTrainResponse
constructor
A new instance of XpsVideoActionRecognitionTrainResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ XpsVideoActionRecognitionTrainResponse
Returns a new instance of XpsVideoActionRecognitionTrainResponse.
5061 5062 5063 |
# File 'lib/google/apis/language_v1/classes.rb', line 5061 def initialize(**args) update!(**args) end |
Instance Attribute Details
#model_artifact_spec ⇒ Google::Apis::LanguageV1::XpsVideoModelArtifactSpec
The fields below are only populated under uCAIP request scope.
Corresponds to the JSON property modelArtifactSpec
5053 5054 5055 |
# File 'lib/google/apis/language_v1/classes.rb', line 5053 def model_artifact_spec @model_artifact_spec end |
#train_cost_node_seconds ⇒ Fixnum
The actual train cost of creating this model, expressed in node seconds, i.e.
3,600 value in this field means 1 node hour.
Corresponds to the JSON property trainCostNodeSeconds
5059 5060 5061 |
# File 'lib/google/apis/language_v1/classes.rb', line 5059 def train_cost_node_seconds @train_cost_node_seconds end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5066 5067 5068 5069 |
# File 'lib/google/apis/language_v1/classes.rb', line 5066 def update!(**args) @model_artifact_spec = args[:model_artifact_spec] if args.key?(:model_artifact_spec) @train_cost_node_seconds = args[:train_cost_node_seconds] if args.key?(:train_cost_node_seconds) end |