Features interface
Interface representing a Features.
Methods
| get(string, string, string, string, string, Features | 
	Get feature.  | 
| list(string, string, string, string, Features | 
	List Features.  | 
Method Details
		get(string, string, string, string, string, FeaturesGetOptionalParams)
	   
	Get feature.
function get(resourceGroupName: string, workspaceName: string, featuresetName: string, featuresetVersion: string, featureName: string, options?: FeaturesGetOptionalParams): Promise<Feature>
				Parameters
- resourceGroupName
 - 
				
string
 
The name of the resource group. The name is case insensitive.
- workspaceName
 - 
				
string
 
Name of Azure Machine Learning workspace.
- featuresetName
 - 
				
string
 
Feature set name. This is case-sensitive.
- featuresetVersion
 - 
				
string
 
Feature set version identifier. This is case-sensitive.
- featureName
 - 
				
string
 
Feature Name. This is case-sensitive.
- options
 - FeaturesGetOptionalParams
 
The options parameters.
Returns
Promise<Feature>
		list(string, string, string, string, FeaturesListOptionalParams)
	   
	List Features.
function list(resourceGroupName: string, workspaceName: string, featuresetName: string, featuresetVersion: string, options?: FeaturesListOptionalParams): PagedAsyncIterableIterator<Feature, Feature[], PageSettings>
				Parameters
- resourceGroupName
 - 
				
string
 
The name of the resource group. The name is case insensitive.
- workspaceName
 - 
				
string
 
Name of Azure Machine Learning workspace.
- featuresetName
 - 
				
string
 
Featureset name. This is case-sensitive.
- featuresetVersion
 - 
				
string
 
Featureset Version identifier. This is case-sensitive.
- options
 - FeaturesListOptionalParams
 
The options parameters.