1. Packages
  2. Azure Native
  3. API Docs
  4. machinelearningservices
  5. getInferencePoolStatus
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

azure-native.machinelearningservices.getInferencePoolStatus

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

Uses Azure REST API version 2024-01-01-preview.

Other available API versions: 2023-08-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 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>
Copy
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]
Copy
func GetInferencePoolStatus(ctx *Context, args *GetInferencePoolStatusArgs, opts ...InvokeOption) (*GetInferencePoolStatusResult, error)
func GetInferencePoolStatusOutput(ctx *Context, args *GetInferencePoolStatusOutputArgs, opts ...InvokeOption) GetInferencePoolStatusResultOutput
Copy

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

The following arguments are supported:

InferencePoolName
This property is required.
Changes to this property will trigger replacement.
string
Name of InferencePool
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.
InferencePoolName
This property is required.
Changes to this property will trigger replacement.
string
Name of InferencePool
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.
inferencePoolName
This property is required.
Changes to this property will trigger replacement.
String
Name of InferencePool
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.
inferencePoolName
This property is required.
Changes to this property will trigger replacement.
string
Name of InferencePool
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.
inference_pool_name
This property is required.
Changes to this property will trigger replacement.
str
Name of InferencePool
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.
inferencePoolName
This property is required.
Changes to this property will trigger replacement.
String
Name of InferencePool
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.

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 v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi