listInferenceGroupDeltaModelsAsync

A paginated list of String entities. Uses Azure REST API version 2025-01-01-preview. Other available API versions: 2024-10-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/#accessing-any-api-version-via-local-packages for details.

Return

A paginated list of String entities.

Parameters

argument

null


suspend fun listInferenceGroupDeltaModelsAsync(count: Int? = null, groupName: String, poolName: String, resourceGroupName: String, skipToken: String? = null, targetBaseModel: String? = null, workspaceName: String): ListInferenceGroupDeltaModelsAsyncResult

Return

A paginated list of String entities.

Parameters

count

Gets or sets number of delta models to return. Default: -1, means that all will be returned.

groupName

InferenceGroup name.

poolName

InferencePool name.

resourceGroupName

The name of the resource group. The name is case insensitive.

skipToken

Gets or sets skip token for paginated response.

targetBaseModel

Gets or sets target base model.

workspaceName

Name of Azure Machine Learning workspace.

See also


Return

A paginated list of String entities.

Parameters

argument

Builder for com.pulumi.azurenative.machinelearningservices.kotlin.inputs.ListInferenceGroupDeltaModelsAsyncPlainArgs.

See also