MachineLearningOnlineEndpointCollectionGetAllOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The MachineLearningOnlineEndpointCollectionGetAllOptions.
public class MachineLearningOnlineEndpointCollectionGetAllOptions
type MachineLearningOnlineEndpointCollectionGetAllOptions = class
Public Class MachineLearningOnlineEndpointCollectionGetAllOptions
- Inheritance
-
MachineLearningOnlineEndpointCollectionGetAllOptions
Constructors
MachineLearningOnlineEndpointCollectionGetAllOptions() |
Initializes a new instance of MachineLearningOnlineEndpointCollectionGetAllOptions. |
Properties
ComputeType |
EndpointComputeType to be filtered by. |
Count |
Number of endpoints to be retrieved in a page of results. |
Name |
Name of the endpoint. |
OrderBy |
The option to order the response. |
Properties |
A set of properties with which to filter the returned models. It is a comma separated string of properties key and/or properties key=value Example: propKey1,propKey2,propKey3=value3 . |
Skip |
Continuation token for pagination. |
Tags |
A set of tags with which to filter the returned models. It is a comma separated string of tags key or tags key=value. Example: tagKey1,tagKey2,tagKey3=value3 . |
Applies to
Azure SDK for .NET