Conditions Object

Assignments for Conditionals that turn a parameter β€œon”. See conditionals. This object behaves like a dictionary or mapping in most programming languages. Fields can be accessed using standard notation, such as obj['key'] in Python or obj.get('key') in Java.

Example

{
  "num_hidden_layers": "3" 
}

Last updated