1. Packages
  2. Azure Native
  3. API Docs
  4. machinelearningservices
  5. getInferencePoolStatus
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.39.0 published on Monday, Apr 29, 2024 by Pulumi

azure-native.machinelearningservices.getInferencePoolStatus

Explore with Pulumi AI

azure-native logo
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.39.0 published on Monday, Apr 29, 2024 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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:machinelearningservices:getInferencePoolStatus
      arguments:
        # arguments dictionary

    The following arguments are supported:

    InferencePoolName string
    Name of InferencePool
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    WorkspaceName string
    Name of Azure Machine Learning workspace.
    InferencePoolName string
    Name of InferencePool
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    WorkspaceName string
    Name of Azure Machine Learning workspace.
    inferencePoolName String
    Name of InferencePool
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    workspaceName String
    Name of Azure Machine Learning workspace.
    inferencePoolName string
    Name of InferencePool
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    workspaceName string
    Name of Azure Machine Learning workspace.
    inference_pool_name str
    Name of InferencePool
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    workspace_name str
    Name of Azure Machine Learning workspace.
    inferencePoolName String
    Name of InferencePool
    resourceGroupName String
    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
    azure-native logo
    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.39.0 published on Monday, Apr 29, 2024 by Pulumi