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.63.0 published on Tuesday, Sep 24, 2024 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.63.0 published on Tuesday, Sep 24, 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:
- Inference
Pool stringName - Name of InferencePool
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Workspace
Name string - Name of Azure Machine Learning workspace.
- Inference
Pool stringName - Name of InferencePool
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Workspace
Name string - Name of Azure Machine Learning workspace.
- inference
Pool StringName - Name of InferencePool
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- workspace
Name String - Name of Azure Machine Learning workspace.
- inference
Pool stringName - Name of InferencePool
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- workspace
Name 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.
- inference
Pool StringName - Name of InferencePool
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- workspace
Name String - Name of Azure Machine Learning workspace.
getInferencePoolStatus Result
The following output properties are available:
- 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.
- 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.
- actual
Capacity Integer - Gets or sets the actual number of instances in the pool.
- group
Count Integer - Gets or sets the actual number of groups in the pool.
- requested
Capacity Integer - Gets or sets the requested number of instances for the pool.
- reserved
Capacity Integer - Gets or sets the number of instances in the pool reserved by the system.
- actual
Capacity number - Gets or sets the actual number of instances in the pool.
- group
Count number - Gets or sets the actual number of groups in the pool.
- requested
Capacity number - Gets or sets the requested number of instances for the pool.
- reserved
Capacity 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.
- actual
Capacity Number - Gets or sets the actual number of instances in the pool.
- group
Count Number - Gets or sets the actual number of groups in the pool.
- requested
Capacity Number - Gets or sets the requested number of instances for the pool.
- reserved
Capacity 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.63.0 published on Tuesday, Sep 24, 2024 by Pulumi