Action Class

Model that represents the base action model.

You probably want to use the sub-classes and not this class directly. Known sub-classes are: ContinuousAction, DelayAction, DiscreteAction.

All required parameters must be populated in order to send to Azure.

Inheritance
Action

Constructor

Action(*, name: str, **kwargs)

Variables

type
str

Required. Enum that discriminates between action models.Constant filled by server.

name
str

Required. String that represents a Capability URN.