Class: Aws::Types::Spigot
- Inherits:
-
Object
- Object
- Aws::Types::Spigot
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#path ⇒ ::String
Returns the value of attribute path.
-
#prob ⇒ ::Float
Returns the value of attribute prob.
-
#topk ⇒ ::Integer
Returns the value of attribute topk.
Instance Attribute Details
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
7116 7117 7118 |
# File 'sig/types.rbs', line 7116 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
7115 7116 7117 |
# File 'sig/types.rbs', line 7115 def name @name end |
#path ⇒ ::String
Returns the value of attribute path.
7117 7118 7119 |
# File 'sig/types.rbs', line 7117 def path @path end |
#prob ⇒ ::Float
Returns the value of attribute prob.
7119 7120 7121 |
# File 'sig/types.rbs', line 7119 def prob @prob end |
#topk ⇒ ::Integer
Returns the value of attribute topk.
7118 7119 7120 |
# File 'sig/types.rbs', line 7118 def topk @topk end |