Class: Cohere::Transcribe::Output::PublicationDecision
- Inherits:
-
Data
- Object
- Data
- Cohere::Transcribe::Output::PublicationDecision
- Defined in:
- lib/cohere/transcribe/output/publication.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
readonly
Returns the value of attribute action.
-
#checkpoint ⇒ Object
readonly
Returns the value of attribute checkpoint.
-
#generation_id ⇒ Object
readonly
Returns the value of attribute generation_id.
-
#reason ⇒ Object
readonly
Returns the value of attribute reason.
Instance Attribute Details
#action ⇒ Object (readonly)
Returns the value of attribute action
26 27 28 |
# File 'lib/cohere/transcribe/output/publication.rb', line 26 def action @action end |
#checkpoint ⇒ Object (readonly)
Returns the value of attribute checkpoint
26 27 28 |
# File 'lib/cohere/transcribe/output/publication.rb', line 26 def checkpoint @checkpoint end |
#generation_id ⇒ Object (readonly)
Returns the value of attribute generation_id
26 27 28 |
# File 'lib/cohere/transcribe/output/publication.rb', line 26 def generation_id @generation_id end |
#reason ⇒ Object (readonly)
Returns the value of attribute reason
26 27 28 |
# File 'lib/cohere/transcribe/output/publication.rb', line 26 def reason @reason end |