MachineLearningFeaturestoreEntityVersionCollectionGetAllOptions 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 options for the corresponding GetAll method.
public class MachineLearningFeaturestoreEntityVersionCollectionGetAllOptions : Azure.ResourceManager.MachineLearning.Models.MachineLearningFeatureSetVersionCollectionGetAllOptions
public class MachineLearningFeaturestoreEntityVersionCollectionGetAllOptions
type MachineLearningFeaturestoreEntityVersionCollectionGetAllOptions = class
inherit MachineLearningFeatureSetVersionCollectionGetAllOptions
type MachineLearningFeaturestoreEntityVersionCollectionGetAllOptions = class
Public Class MachineLearningFeaturestoreEntityVersionCollectionGetAllOptions
Inherits MachineLearningFeatureSetVersionCollectionGetAllOptions
Public Class MachineLearningFeaturestoreEntityVersionCollectionGetAllOptions
- Inheritance
-
MachineLearningFeaturestoreEntityVersionCollectionGetAllOptions
- Inheritance
-
MachineLearningFeaturestoreEntityVersionCollectionGetAllOptions
Constructors
| Name | Description |
|---|---|
| MachineLearningFeaturestoreEntityVersionCollectionGetAllOptions() |
Initializes a new instance of MachineLearningFeaturestoreEntityVersionCollectionGetAllOptions. |
Properties
| Name | Description |
|---|---|
| CreatedBy |
createdBy user name. |
| CreatedBy |
The identity that created this entity. (Inherited from MachineLearningFeatureSetVersionCollectionGetAllOptions) |
| Description |
description for the feature entity version. |
| Description |
The description of this workspace. (Inherited from MachineLearningFeatureSetVersionCollectionGetAllOptions) |
| ListViewType |
[ListViewType.ActiveOnly, ListViewType.ArchivedOnly, ListViewType.All]View type for including/excluding (for example) archived entities. |
| ListViewType |
View type for including/excluding (for example) archived entities. (Inherited from MachineLearningFeatureSetVersionCollectionGetAllOptions) |
| PageSize |
page size. |
| PageSize |
The maximum number of results to return per page. (Inherited from MachineLearningFeatureSetVersionCollectionGetAllOptions) |
| Skip |
Continuation token for pagination. |
| Skip |
Continuation token for pagination. (Inherited from MachineLearningFeatureSetVersionCollectionGetAllOptions) |
| Stage |
Specifies the featurestore stage. |
| Stage |
Specifies the asset stage. (Inherited from MachineLearningFeatureSetVersionCollectionGetAllOptions) |
| Tags |
Comma-separated list of tag names (and optionally values). Example: tag1,tag2=value2. |
| Tags |
Resource tags. (Inherited from MachineLearningFeatureSetVersionCollectionGetAllOptions) |
| Version |
featurestore entity version. |
| Version |
Model version. (Inherited from MachineLearningFeatureSetVersionCollectionGetAllOptions) |
| VersionName |
name for the featurestore entity version. |
| VersionName |
The name of the feature set version. (Inherited from MachineLearningFeatureSetVersionCollectionGetAllOptions) |