1. Packages
  2. Azure Native v2
  3. API Docs
  4. machinelearningservices
  5. listInferenceGroupDeltaModelsAsync
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native-v2.machinelearningservices.listInferenceGroupDeltaModelsAsync

Explore with Pulumi AI

azure-native-v2 logo
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

    A paginated list of String entities. Azure REST API version: 2024-10-01-preview.

    Using listInferenceGroupDeltaModelsAsync

    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 listInferenceGroupDeltaModelsAsync(args: ListInferenceGroupDeltaModelsAsyncArgs, opts?: InvokeOptions): Promise<ListInferenceGroupDeltaModelsAsyncResult>
    function listInferenceGroupDeltaModelsAsyncOutput(args: ListInferenceGroupDeltaModelsAsyncOutputArgs, opts?: InvokeOptions): Output<ListInferenceGroupDeltaModelsAsyncResult>
    def list_inference_group_delta_models_async(count: Optional[int] = None,
                                                group_name: Optional[str] = None,
                                                pool_name: Optional[str] = None,
                                                resource_group_name: Optional[str] = None,
                                                skip_token: Optional[str] = None,
                                                target_base_model: Optional[str] = None,
                                                workspace_name: Optional[str] = None,
                                                opts: Optional[InvokeOptions] = None) -> ListInferenceGroupDeltaModelsAsyncResult
    def list_inference_group_delta_models_async_output(count: Optional[pulumi.Input[int]] = None,
                                                group_name: Optional[pulumi.Input[str]] = None,
                                                pool_name: Optional[pulumi.Input[str]] = None,
                                                resource_group_name: Optional[pulumi.Input[str]] = None,
                                                skip_token: Optional[pulumi.Input[str]] = None,
                                                target_base_model: Optional[pulumi.Input[str]] = None,
                                                workspace_name: Optional[pulumi.Input[str]] = None,
                                                opts: Optional[InvokeOptions] = None) -> Output[ListInferenceGroupDeltaModelsAsyncResult]
    func ListInferenceGroupDeltaModelsAsync(ctx *Context, args *ListInferenceGroupDeltaModelsAsyncArgs, opts ...InvokeOption) (*ListInferenceGroupDeltaModelsAsyncResult, error)
    func ListInferenceGroupDeltaModelsAsyncOutput(ctx *Context, args *ListInferenceGroupDeltaModelsAsyncOutputArgs, opts ...InvokeOption) ListInferenceGroupDeltaModelsAsyncResultOutput

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

    public static class ListInferenceGroupDeltaModelsAsync 
    {
        public static Task<ListInferenceGroupDeltaModelsAsyncResult> InvokeAsync(ListInferenceGroupDeltaModelsAsyncArgs args, InvokeOptions? opts = null)
        public static Output<ListInferenceGroupDeltaModelsAsyncResult> Invoke(ListInferenceGroupDeltaModelsAsyncInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<ListInferenceGroupDeltaModelsAsyncResult> listInferenceGroupDeltaModelsAsync(ListInferenceGroupDeltaModelsAsyncArgs args, InvokeOptions options)
    public static Output<ListInferenceGroupDeltaModelsAsyncResult> listInferenceGroupDeltaModelsAsync(ListInferenceGroupDeltaModelsAsyncArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:machinelearningservices:listInferenceGroupDeltaModelsAsync
      arguments:
        # arguments dictionary

    The following arguments are supported:

    GroupName string
    InferenceGroup name.
    PoolName string
    InferencePool name.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    WorkspaceName string
    Name of Azure Machine Learning workspace.
    Count int
    Gets or sets number of delta models to return. Default: -1, means that all will be returned.
    SkipToken string
    Gets or sets skip token for paginated response.
    TargetBaseModel string
    Gets or sets target base model.
    GroupName string
    InferenceGroup name.
    PoolName string
    InferencePool name.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    WorkspaceName string
    Name of Azure Machine Learning workspace.
    Count int
    Gets or sets number of delta models to return. Default: -1, means that all will be returned.
    SkipToken string
    Gets or sets skip token for paginated response.
    TargetBaseModel string
    Gets or sets target base model.
    groupName String
    InferenceGroup name.
    poolName String
    InferencePool name.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    workspaceName String
    Name of Azure Machine Learning workspace.
    count Integer
    Gets or sets number of delta models to return. Default: -1, means that all will be returned.
    skipToken String
    Gets or sets skip token for paginated response.
    targetBaseModel String
    Gets or sets target base model.
    groupName string
    InferenceGroup name.
    poolName string
    InferencePool name.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    workspaceName string
    Name of Azure Machine Learning workspace.
    count number
    Gets or sets number of delta models to return. Default: -1, means that all will be returned.
    skipToken string
    Gets or sets skip token for paginated response.
    targetBaseModel string
    Gets or sets target base model.
    group_name str
    InferenceGroup name.
    pool_name str
    InferencePool name.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    workspace_name str
    Name of Azure Machine Learning workspace.
    count int
    Gets or sets number of delta models to return. Default: -1, means that all will be returned.
    skip_token str
    Gets or sets skip token for paginated response.
    target_base_model str
    Gets or sets target base model.
    groupName String
    InferenceGroup name.
    poolName String
    InferencePool name.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    workspaceName String
    Name of Azure Machine Learning workspace.
    count Number
    Gets or sets number of delta models to return. Default: -1, means that all will be returned.
    skipToken String
    Gets or sets skip token for paginated response.
    targetBaseModel String
    Gets or sets target base model.

    listInferenceGroupDeltaModelsAsync Result

    The following output properties are available:

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

    Package Details

    Repository
    azure-native-v2 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native-v2 logo
    These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
    Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi