Class: Cohere::Transcribe::ASR::BatchExecutionResult
- Inherits:
-
Data
- Object
- Data
- Cohere::Transcribe::ASR::BatchExecutionResult
- Defined in:
- lib/cohere/transcribe/asr/batching.rb
Instance Attribute Summary collapse
-
#errors ⇒ Object
readonly
Returns the value of attribute errors.
-
#telemetry ⇒ Object
readonly
Returns the value of attribute telemetry.
-
#values ⇒ Object
readonly
Returns the value of attribute values.
Instance Method Summary collapse
Instance Attribute Details
#errors ⇒ Object (readonly)
Returns the value of attribute errors
266 267 268 |
# File 'lib/cohere/transcribe/asr/batching.rb', line 266 def errors @errors end |
#telemetry ⇒ Object (readonly)
Returns the value of attribute telemetry
266 267 268 |
# File 'lib/cohere/transcribe/asr/batching.rb', line 266 def telemetry @telemetry end |
#values ⇒ Object (readonly)
Returns the value of attribute values
266 267 268 |
# File 'lib/cohere/transcribe/asr/batching.rb', line 266 def values @values end |
Instance Method Details
#success? ⇒ Boolean
267 268 269 |
# File 'lib/cohere/transcribe/asr/batching.rb', line 267 def success? errors.all?(&:nil?) end |