1. Packages
  2. Azure Native
  3. API Docs
  4. machinelearningservices
  5. listFeaturesetVersionFeatures
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

azure-native.machinelearningservices.listFeaturesetVersionFeatures

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

A paginated list of Feature entities.

Uses Azure REST API version 2023-02-01-preview.

Using listFeaturesetVersionFeatures

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function listFeaturesetVersionFeatures(args: ListFeaturesetVersionFeaturesArgs, opts?: InvokeOptions): Promise<ListFeaturesetVersionFeaturesResult>
function listFeaturesetVersionFeaturesOutput(args: ListFeaturesetVersionFeaturesOutputArgs, opts?: InvokeOptions): Output<ListFeaturesetVersionFeaturesResult>
Copy
def list_featureset_version_features(name: Optional[str] = None,
                                     resource_group_name: Optional[str] = None,
                                     skip: Optional[str] = None,
                                     tags: Optional[str] = None,
                                     version: Optional[str] = None,
                                     workspace_name: Optional[str] = None,
                                     opts: Optional[InvokeOptions] = None) -> ListFeaturesetVersionFeaturesResult
def list_featureset_version_features_output(name: Optional[pulumi.Input[str]] = None,
                                     resource_group_name: Optional[pulumi.Input[str]] = None,
                                     skip: Optional[pulumi.Input[str]] = None,
                                     tags: Optional[pulumi.Input[str]] = None,
                                     version: Optional[pulumi.Input[str]] = None,
                                     workspace_name: Optional[pulumi.Input[str]] = None,
                                     opts: Optional[InvokeOptions] = None) -> Output[ListFeaturesetVersionFeaturesResult]
Copy
func ListFeaturesetVersionFeatures(ctx *Context, args *ListFeaturesetVersionFeaturesArgs, opts ...InvokeOption) (*ListFeaturesetVersionFeaturesResult, error)
func ListFeaturesetVersionFeaturesOutput(ctx *Context, args *ListFeaturesetVersionFeaturesOutputArgs, opts ...InvokeOption) ListFeaturesetVersionFeaturesResultOutput
Copy

> Note: This function is named ListFeaturesetVersionFeatures in the Go SDK.

public static class ListFeaturesetVersionFeatures 
{
    public static Task<ListFeaturesetVersionFeaturesResult> InvokeAsync(ListFeaturesetVersionFeaturesArgs args, InvokeOptions? opts = null)
    public static Output<ListFeaturesetVersionFeaturesResult> Invoke(ListFeaturesetVersionFeaturesInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<ListFeaturesetVersionFeaturesResult> listFeaturesetVersionFeatures(ListFeaturesetVersionFeaturesArgs args, InvokeOptions options)
public static Output<ListFeaturesetVersionFeaturesResult> listFeaturesetVersionFeatures(ListFeaturesetVersionFeaturesArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:machinelearningservices:listFeaturesetVersionFeatures
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Name
This property is required.
Changes to this property will trigger replacement.
string
Featureset name. This is case-sensitive.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
Version
This property is required.
Changes to this property will trigger replacement.
string
Featureset Version identifier. This is case-sensitive.
WorkspaceName
This property is required.
Changes to this property will trigger replacement.
string
Name of Azure Machine Learning workspace.
Skip string
Continuation token for pagination.
Tags string
Comma-separated list of tag names (and optionally values). Example: tag1,tag2=value2
Name
This property is required.
Changes to this property will trigger replacement.
string
Featureset name. This is case-sensitive.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
Version
This property is required.
Changes to this property will trigger replacement.
string
Featureset Version identifier. This is case-sensitive.
WorkspaceName
This property is required.
Changes to this property will trigger replacement.
string
Name of Azure Machine Learning workspace.
Skip string
Continuation token for pagination.
Tags string
Comma-separated list of tag names (and optionally values). Example: tag1,tag2=value2
name
This property is required.
Changes to this property will trigger replacement.
String
Featureset name. This is case-sensitive.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
version
This property is required.
Changes to this property will trigger replacement.
String
Featureset Version identifier. This is case-sensitive.
workspaceName
This property is required.
Changes to this property will trigger replacement.
String
Name of Azure Machine Learning workspace.
skip String
Continuation token for pagination.
tags String
Comma-separated list of tag names (and optionally values). Example: tag1,tag2=value2
name
This property is required.
Changes to this property will trigger replacement.
string
Featureset name. This is case-sensitive.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
version
This property is required.
Changes to this property will trigger replacement.
string
Featureset Version identifier. This is case-sensitive.
workspaceName
This property is required.
Changes to this property will trigger replacement.
string
Name of Azure Machine Learning workspace.
skip string
Continuation token for pagination.
tags string
Comma-separated list of tag names (and optionally values). Example: tag1,tag2=value2
name
This property is required.
Changes to this property will trigger replacement.
str
Featureset name. This is case-sensitive.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
version
This property is required.
Changes to this property will trigger replacement.
str
Featureset Version identifier. This is case-sensitive.
workspace_name
This property is required.
Changes to this property will trigger replacement.
str
Name of Azure Machine Learning workspace.
skip str
Continuation token for pagination.
tags str
Comma-separated list of tag names (and optionally values). Example: tag1,tag2=value2
name
This property is required.
Changes to this property will trigger replacement.
String
Featureset name. This is case-sensitive.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
version
This property is required.
Changes to this property will trigger replacement.
String
Featureset Version identifier. This is case-sensitive.
workspaceName
This property is required.
Changes to this property will trigger replacement.
String
Name of Azure Machine Learning workspace.
skip String
Continuation token for pagination.
tags String
Comma-separated list of tag names (and optionally values). Example: tag1,tag2=value2

listFeaturesetVersionFeatures Result

The following output properties are available:

NextLink string
The link to the next page of Feature objects. If null, there are no additional pages.
Value List<Pulumi.AzureNative.MachineLearningServices.Outputs.FeatureResponse>
An array of objects of type Feature.
NextLink string
The link to the next page of Feature objects. If null, there are no additional pages.
Value []FeatureResponse
An array of objects of type Feature.
nextLink String
The link to the next page of Feature objects. If null, there are no additional pages.
value List<FeatureResponse>
An array of objects of type Feature.
nextLink string
The link to the next page of Feature objects. If null, there are no additional pages.
value FeatureResponse[]
An array of objects of type Feature.
next_link str
The link to the next page of Feature objects. If null, there are no additional pages.
value Sequence[FeatureResponse]
An array of objects of type Feature.
nextLink String
The link to the next page of Feature objects. If null, there are no additional pages.
value List<Property Map>
An array of objects of type Feature.

Supporting Types

FeatureResponse

DataType string
Specifies type
Description string
Specifies description
FeatureName string
Specifies name
Tags Dictionary<string, string>
Specifies tags
DataType string
Specifies type
Description string
Specifies description
FeatureName string
Specifies name
Tags map[string]string
Specifies tags
dataType String
Specifies type
description String
Specifies description
featureName String
Specifies name
tags Map<String,String>
Specifies tags
dataType string
Specifies type
description string
Specifies description
featureName string
Specifies name
tags {[key: string]: string}
Specifies tags
data_type str
Specifies type
description str
Specifies description
feature_name str
Specifies name
tags Mapping[str, str]
Specifies tags
dataType String
Specifies type
description String
Specifies description
featureName String
Specifies name
tags Map<String>
Specifies tags

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi