azure-native.machinelearningservices.listInferenceGroupDeltaModelsAsync
A paginated list of String entities.
Uses Azure REST API version 2025-01-01-preview.
Other available API versions: 2024-10-01-preview, 2025-04-01-preview, 2025-07-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native machinelearningservices [ApiVersion]. See the version guide for details.
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 dictionaryThe following arguments are supported:
- GroupName string
- InferenceGroup name.
- PoolName string
- InferencePool name.
- ResourceGroup stringName 
- 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.
- TargetBase stringModel 
- Gets or sets target base model.
- GroupName string
- InferenceGroup name.
- PoolName string
- InferencePool name.
- ResourceGroup stringName 
- 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.
- TargetBase stringModel 
- Gets or sets target base model.
- groupName String
- InferenceGroup name.
- poolName String
- InferencePool name.
- resourceGroup StringName 
- 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.
- targetBase StringModel 
- Gets or sets target base model.
- groupName string
- InferenceGroup name.
- poolName string
- InferencePool name.
- resourceGroup stringName 
- 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.
- targetBase stringModel 
- Gets or sets target base model.
- group_name str
- InferenceGroup name.
- pool_name str
- InferencePool name.
- resource_group_ strname 
- 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_ strmodel 
- Gets or sets target base model.
- groupName String
- InferenceGroup name.
- poolName String
- InferencePool name.
- resourceGroup StringName 
- 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.
- targetBase StringModel 
- Gets or sets target base model.
listInferenceGroupDeltaModelsAsync Result
The following output properties are available:
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
