Class: Google::Apis::LanguageV1beta2::XpsVideoBatchPredictOperationMetadata
- Inherits:
-
Object
- Object
- Google::Apis::LanguageV1beta2::XpsVideoBatchPredictOperationMetadata
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/language_v1beta2/classes.rb,
lib/google/apis/language_v1beta2/representations.rb,
lib/google/apis/language_v1beta2/representations.rb
Instance Attribute Summary collapse
-
#output_examples ⇒ Array<String>
All the partial batch prediction results that are completed at the moment.
Instance Method Summary collapse
-
#initialize(**args) ⇒ XpsVideoBatchPredictOperationMetadata
constructor
A new instance of XpsVideoBatchPredictOperationMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ XpsVideoBatchPredictOperationMetadata
Returns a new instance of XpsVideoBatchPredictOperationMetadata.
5104 5105 5106 |
# File 'lib/google/apis/language_v1beta2/classes.rb', line 5104 def initialize(**args) update!(**args) end |
Instance Attribute Details
#output_examples ⇒ Array<String>
All the partial batch prediction results that are completed at the moment.
Output examples are sorted by completion time. The order will not be changed.
Each output example should be the path of a single RecordIO file of
AnnotatedExamples.
Corresponds to the JSON property outputExamples
5102 5103 5104 |
# File 'lib/google/apis/language_v1beta2/classes.rb', line 5102 def output_examples @output_examples end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5109 5110 5111 |
# File 'lib/google/apis/language_v1beta2/classes.rb', line 5109 def update!(**args) @output_examples = args[:output_examples] if args.key?(:output_examples) end |