Class: Cohere::Transcribe::Output::PublicationPlan
- Inherits:
-
Data
- Object
- Data
- Cohere::Transcribe::Output::PublicationPlan
- Defined in:
- lib/cohere/transcribe/output/publication.rb
Instance Attribute Summary collapse
-
#asr_contract_key ⇒ Object
readonly
Returns the value of attribute asr_contract_key.
-
#checkpoint_path ⇒ Object
readonly
Returns the value of attribute checkpoint_path.
-
#directory_bindings ⇒ Object
readonly
Returns the value of attribute directory_bindings.
-
#generation_id ⇒ Object
readonly
Returns the value of attribute generation_id.
-
#lock_target ⇒ Object
readonly
Returns the value of attribute lock_target.
-
#paths ⇒ Object
readonly
Returns the value of attribute paths.
-
#render_contract_key ⇒ Object
readonly
Returns the value of attribute render_contract_key.
-
#skipped ⇒ Object
readonly
Returns the value of attribute skipped.
-
#source_snapshot ⇒ Object
readonly
Returns the value of attribute source_snapshot.
-
#state_path ⇒ Object
readonly
Returns the value of attribute state_path.
Instance Attribute Details
#asr_contract_key ⇒ Object (readonly)
Returns the value of attribute asr_contract_key
14 15 16 |
# File 'lib/cohere/transcribe/output/publication.rb', line 14 def asr_contract_key @asr_contract_key end |
#checkpoint_path ⇒ Object (readonly)
Returns the value of attribute checkpoint_path
14 15 16 |
# File 'lib/cohere/transcribe/output/publication.rb', line 14 def checkpoint_path @checkpoint_path end |
#directory_bindings ⇒ Object (readonly)
Returns the value of attribute directory_bindings
14 15 16 |
# File 'lib/cohere/transcribe/output/publication.rb', line 14 def directory_bindings @directory_bindings end |
#generation_id ⇒ Object (readonly)
Returns the value of attribute generation_id
14 15 16 |
# File 'lib/cohere/transcribe/output/publication.rb', line 14 def generation_id @generation_id end |
#lock_target ⇒ Object (readonly)
Returns the value of attribute lock_target
14 15 16 |
# File 'lib/cohere/transcribe/output/publication.rb', line 14 def lock_target @lock_target end |
#paths ⇒ Object (readonly)
Returns the value of attribute paths
14 15 16 |
# File 'lib/cohere/transcribe/output/publication.rb', line 14 def paths @paths end |
#render_contract_key ⇒ Object (readonly)
Returns the value of attribute render_contract_key
14 15 16 |
# File 'lib/cohere/transcribe/output/publication.rb', line 14 def render_contract_key @render_contract_key end |
#skipped ⇒ Object (readonly)
Returns the value of attribute skipped
14 15 16 |
# File 'lib/cohere/transcribe/output/publication.rb', line 14 def skipped @skipped end |
#source_snapshot ⇒ Object (readonly)
Returns the value of attribute source_snapshot
14 15 16 |
# File 'lib/cohere/transcribe/output/publication.rb', line 14 def source_snapshot @source_snapshot end |
#state_path ⇒ Object (readonly)
Returns the value of attribute state_path
14 15 16 |
# File 'lib/cohere/transcribe/output/publication.rb', line 14 def state_path @state_path end |