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.
7084 7085 7086 |
# File 'sig/types.rbs', line 7084 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
7083 7084 7085 |
# File 'sig/types.rbs', line 7083 def name @name end |
#path ⇒ ::String
Returns the value of attribute path.
7085 7086 7087 |
# File 'sig/types.rbs', line 7085 def path @path end |
#prob ⇒ ::Float
Returns the value of attribute prob.
7087 7088 7089 |
# File 'sig/types.rbs', line 7087 def prob @prob end |
#topk ⇒ ::Integer
Returns the value of attribute topk.
7086 7087 7088 |
# File 'sig/types.rbs', line 7086 def topk @topk end |