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.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.machinelearningservices.getInferencePoolStatus
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.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Azure REST API version: 2023-08-01-preview.
Other available API versions: 2024-01-01-preview, 2024-04-01-preview.
Using getInferencePoolStatus
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 getInferencePoolStatus(args: GetInferencePoolStatusArgs, opts?: InvokeOptions): Promise<GetInferencePoolStatusResult>
function getInferencePoolStatusOutput(args: GetInferencePoolStatusOutputArgs, opts?: InvokeOptions): Output<GetInferencePoolStatusResult>def get_inference_pool_status(inference_pool_name: Optional[str] = None,
                              resource_group_name: Optional[str] = None,
                              workspace_name: Optional[str] = None,
                              opts: Optional[InvokeOptions] = None) -> GetInferencePoolStatusResult
def get_inference_pool_status_output(inference_pool_name: Optional[pulumi.Input[str]] = None,
                              resource_group_name: Optional[pulumi.Input[str]] = None,
                              workspace_name: Optional[pulumi.Input[str]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetInferencePoolStatusResult]func GetInferencePoolStatus(ctx *Context, args *GetInferencePoolStatusArgs, opts ...InvokeOption) (*GetInferencePoolStatusResult, error)
func GetInferencePoolStatusOutput(ctx *Context, args *GetInferencePoolStatusOutputArgs, opts ...InvokeOption) GetInferencePoolStatusResultOutput> Note: This function is named GetInferencePoolStatus in the Go SDK.
public static class GetInferencePoolStatus 
{
    public static Task<GetInferencePoolStatusResult> InvokeAsync(GetInferencePoolStatusArgs args, InvokeOptions? opts = null)
    public static Output<GetInferencePoolStatusResult> Invoke(GetInferencePoolStatusInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetInferencePoolStatusResult> getInferencePoolStatus(GetInferencePoolStatusArgs args, InvokeOptions options)
public static Output<GetInferencePoolStatusResult> getInferencePoolStatus(GetInferencePoolStatusArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:machinelearningservices:getInferencePoolStatus
  arguments:
    # arguments dictionaryThe following arguments are supported:
- InferencePool stringName 
- Name of InferencePool
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- WorkspaceName string
- Name of Azure Machine Learning workspace.
- InferencePool stringName 
- Name of InferencePool
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- WorkspaceName string
- Name of Azure Machine Learning workspace.
- inferencePool StringName 
- Name of InferencePool
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- workspaceName String
- Name of Azure Machine Learning workspace.
- inferencePool stringName 
- Name of InferencePool
- resourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- workspaceName string
- Name of Azure Machine Learning workspace.
- inference_pool_ strname 
- Name of InferencePool
- resource_group_ strname 
- The name of the resource group. The name is case insensitive.
- workspace_name str
- Name of Azure Machine Learning workspace.
- inferencePool StringName 
- Name of InferencePool
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- workspaceName String
- Name of Azure Machine Learning workspace.
getInferencePoolStatus Result
The following output properties are available:
- ActualCapacity int
- Gets or sets the actual number of instances in the pool.
- GroupCount int
- Gets or sets the actual number of groups in the pool.
- RequestedCapacity int
- Gets or sets the requested number of instances for the pool.
- ReservedCapacity int
- Gets or sets the number of instances in the pool reserved by the system.
- ActualCapacity int
- Gets or sets the actual number of instances in the pool.
- GroupCount int
- Gets or sets the actual number of groups in the pool.
- RequestedCapacity int
- Gets or sets the requested number of instances for the pool.
- ReservedCapacity int
- Gets or sets the number of instances in the pool reserved by the system.
- actualCapacity Integer
- Gets or sets the actual number of instances in the pool.
- groupCount Integer
- Gets or sets the actual number of groups in the pool.
- requestedCapacity Integer
- Gets or sets the requested number of instances for the pool.
- reservedCapacity Integer
- Gets or sets the number of instances in the pool reserved by the system.
- actualCapacity number
- Gets or sets the actual number of instances in the pool.
- groupCount number
- Gets or sets the actual number of groups in the pool.
- requestedCapacity number
- Gets or sets the requested number of instances for the pool.
- reservedCapacity number
- Gets or sets the number of instances in the pool reserved by the system.
- actual_capacity int
- Gets or sets the actual number of instances in the pool.
- group_count int
- Gets or sets the actual number of groups in the pool.
- requested_capacity int
- Gets or sets the requested number of instances for the pool.
- reserved_capacity int
- Gets or sets the number of instances in the pool reserved by the system.
- actualCapacity Number
- Gets or sets the actual number of instances in the pool.
- groupCount Number
- Gets or sets the actual number of groups in the pool.
- requestedCapacity Number
- Gets or sets the requested number of instances for the pool.
- reservedCapacity Number
- Gets or sets the number of instances in the pool reserved by the system.
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.89.1 published on Sunday, Mar 2, 2025 by Pulumi