ExperimentExecutionListResult Class
Model that represents a list of Experiment executions and a link for pagination.
All required parameters must be populated in order to send to server.
Constructor
ExperimentExecutionListResult(*, value: List[_models.ExperimentExecution], next_link: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
value
|
The ExperimentExecution items on this page. Required. |
next_link
|
The link to the next page of items. Default value: None
|
Variables
Name | Description |
---|---|
value
|
The ExperimentExecution items on this page. Required. |
next_link
|
The link to the next page of items. |