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

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>
Copy
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]
Copy
func ListInferenceGroupDeltaModelsAsync(ctx *Context, args *ListInferenceGroupDeltaModelsAsyncArgs, opts ...InvokeOption) (*ListInferenceGroupDeltaModelsAsyncResult, error)
func ListInferenceGroupDeltaModelsAsyncOutput(ctx *Context, args *ListInferenceGroupDeltaModelsAsyncOutputArgs, opts ...InvokeOption) ListInferenceGroupDeltaModelsAsyncResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<ListInferenceGroupDeltaModelsAsyncResult> listInferenceGroupDeltaModelsAsync(ListInferenceGroupDeltaModelsAsyncArgs args, InvokeOptions options)
public static Output<ListInferenceGroupDeltaModelsAsyncResult> listInferenceGroupDeltaModelsAsync(ListInferenceGroupDeltaModelsAsyncArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:machinelearningservices:listInferenceGroupDeltaModelsAsync
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

GroupName
This property is required.
Changes to this property will trigger replacement.
string
InferenceGroup name.
PoolName
This property is required.
Changes to this property will trigger replacement.
string
InferencePool name.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
WorkspaceName
This property is required.
Changes to this property will trigger replacement.
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
This property is required.
Changes to this property will trigger replacement.
string
InferenceGroup name.
PoolName
This property is required.
Changes to this property will trigger replacement.
string
InferencePool name.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
WorkspaceName
This property is required.
Changes to this property will trigger replacement.
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
This property is required.
Changes to this property will trigger replacement.
String
InferenceGroup name.
poolName
This property is required.
Changes to this property will trigger replacement.
String
InferencePool name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
workspaceName
This property is required.
Changes to this property will trigger replacement.
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
This property is required.
Changes to this property will trigger replacement.
string
InferenceGroup name.
poolName
This property is required.
Changes to this property will trigger replacement.
string
InferencePool name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
workspaceName
This property is required.
Changes to this property will trigger replacement.
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
This property is required.
Changes to this property will trigger replacement.
str
InferenceGroup name.
pool_name
This property is required.
Changes to this property will trigger replacement.
str
InferencePool name.
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.
workspace_name
This property is required.
Changes to this property will trigger replacement.
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
This property is required.
Changes to this property will trigger replacement.
String
InferenceGroup name.
poolName
This property is required.
Changes to this property will trigger replacement.
String
InferencePool name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
workspaceName
This property is required.
Changes to this property will trigger replacement.
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
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