Step Class

Model that represents a step in the Experiment resource.

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

Inheritance
Step

Constructor

Step(*, name: str, branches: List[_models.Branch], **kwargs)

Variables

name
str

Required. String of the step name.

branches
list[Branch]

Required. List of branches.