MachineLearningFeatureStoreEntityContainerCollectionGetAllOptions 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 MachineLearningFeatureStoreEntityContainerCollectionGetAllOptions : Azure.ResourceManager.MachineLearning.Models.MachineLearningFeatureSetContainerCollectionGetAllOptions
public class MachineLearningFeatureStoreEntityContainerCollectionGetAllOptions
type MachineLearningFeatureStoreEntityContainerCollectionGetAllOptions = class
inherit MachineLearningFeatureSetContainerCollectionGetAllOptions
type MachineLearningFeatureStoreEntityContainerCollectionGetAllOptions = class
Public Class MachineLearningFeatureStoreEntityContainerCollectionGetAllOptions
Inherits MachineLearningFeatureSetContainerCollectionGetAllOptions
Public Class MachineLearningFeatureStoreEntityContainerCollectionGetAllOptions
- Inheritance
-
MachineLearningFeatureStoreEntityContainerCollectionGetAllOptions
- Inheritance
-
MachineLearningFeatureStoreEntityContainerCollectionGetAllOptions
Constructors
| Name | Description |
|---|---|
| MachineLearningFeatureStoreEntityContainerCollectionGetAllOptions() |
Initializes a new instance of MachineLearningFeatureStoreEntityContainerCollectionGetAllOptions. |
Properties
| Name | Description |
|---|---|
| CreatedBy |
createdBy user name. |
| CreatedBy |
The identity that created this entity. (Inherited from MachineLearningFeatureSetContainerCollectionGetAllOptions) |
| Description |
description for the featurestore entity. |
| Description |
The description of this workspace. (Inherited from MachineLearningFeatureSetContainerCollectionGetAllOptions) |
| 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 MachineLearningFeatureSetContainerCollectionGetAllOptions) |
| Name |
name for the featurestore entity. |
| Name |
Gets or sets the Name. (Inherited from MachineLearningFeatureSetContainerCollectionGetAllOptions) |
| PageSize |
page size. |
| PageSize |
The maximum number of results to return per page. (Inherited from MachineLearningFeatureSetContainerCollectionGetAllOptions) |
| Skip |
Continuation token for pagination. |
| Skip |
Continuation token for pagination. (Inherited from MachineLearningFeatureSetContainerCollectionGetAllOptions) |
| Tags |
Comma-separated list of tag names (and optionally values). Example: tag1,tag2=value2. |
| Tags |
Resource tags. (Inherited from MachineLearningFeatureSetContainerCollectionGetAllOptions) |