This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.73.0 published on Wednesday, Nov 20, 2024 by Pulumi
azure-native.machinelearningservices.listInferenceGroupDeltaModelsAsync
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.73.0 published on Wednesday, Nov 20, 2024 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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:machinelearningservices:listInferenceGroupDeltaModelsAsync
arguments:
# arguments dictionary
The following arguments are supported:
- Group
Name string - InferenceGroup name.
- Pool
Name string - InferencePool name.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Workspace
Name 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.
- Skip
Token string - Gets or sets skip token for paginated response.
- Target
Base stringModel - Gets or sets target base model.
- Group
Name string - InferenceGroup name.
- Pool
Name string - InferencePool name.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Workspace
Name 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.
- Skip
Token string - Gets or sets skip token for paginated response.
- Target
Base stringModel - Gets or sets target base model.
- group
Name String - InferenceGroup name.
- pool
Name String - InferencePool name.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- workspace
Name 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.
- skip
Token String - Gets or sets skip token for paginated response.
- target
Base StringModel - Gets or sets target base model.
- group
Name string - InferenceGroup name.
- pool
Name string - InferencePool name.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- workspace
Name 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.
- skip
Token string - Gets or sets skip token for paginated response.
- target
Base 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.
- group
Name String - InferenceGroup name.
- pool
Name String - InferencePool name.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- workspace
Name 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.
- skip
Token String - Gets or sets skip token for paginated response.
- target
Base 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
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.73.0 published on Wednesday, Nov 20, 2024 by Pulumi