ExperimentExecutionListResult interface
Model that represents a list of Experiment executions and a link for pagination.
Properties
next |
URL to retrieve the next page of Experiment executions. NOTE: This property will not be serialized. It can only be populated by the server. |
value | List of Experiment executions. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
nextLink
URL to retrieve the next page of Experiment executions. NOTE: This property will not be serialized. It can only be populated by the server.
nextLink?: string
Property Value
string
value
List of Experiment executions. NOTE: This property will not be serialized. It can only be populated by the server.
value?: ExperimentExecution[]