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.getInferenceGroupStatus
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 getInferenceGroupStatus
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 getInferenceGroupStatus(args: GetInferenceGroupStatusArgs, opts?: InvokeOptions): Promise<GetInferenceGroupStatusResult>
function getInferenceGroupStatusOutput(args: GetInferenceGroupStatusOutputArgs, opts?: InvokeOptions): Output<GetInferenceGroupStatusResult>
def get_inference_group_status(group_name: Optional[str] = None,
pool_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
workspace_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetInferenceGroupStatusResult
def get_inference_group_status_output(group_name: Optional[pulumi.Input[str]] = None,
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[GetInferenceGroupStatusResult]
func GetInferenceGroupStatus(ctx *Context, args *GetInferenceGroupStatusArgs, opts ...InvokeOption) (*GetInferenceGroupStatusResult, error)
func GetInferenceGroupStatusOutput(ctx *Context, args *GetInferenceGroupStatusOutputArgs, opts ...InvokeOption) GetInferenceGroupStatusResultOutput
> Note: This function is named GetInferenceGroupStatus
in the Go SDK.
public static class GetInferenceGroupStatus
{
public static Task<GetInferenceGroupStatusResult> InvokeAsync(GetInferenceGroupStatusArgs args, InvokeOptions? opts = null)
public static Output<GetInferenceGroupStatusResult> Invoke(GetInferenceGroupStatusInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetInferenceGroupStatusResult> getInferenceGroupStatus(GetInferenceGroupStatusArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:machinelearningservices:getInferenceGroupStatus
arguments:
# arguments dictionary
The following arguments are supported:
- Group
Name string - InferenceGroup name.
- Pool
Name string - InferencePool name.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Workspace
Name string - Name of Azure Machine Learning workspace.
- Group
Name string - InferenceGroup name.
- Pool
Name string - InferencePool name.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Workspace
Name string - Name of Azure Machine Learning workspace.
- group
Name String - InferenceGroup name.
- pool
Name String - InferencePool name.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- workspace
Name String - Name of Azure Machine Learning workspace.
- group
Name string - InferenceGroup name.
- pool
Name string - InferencePool name.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- workspace
Name string - Name of Azure Machine Learning workspace.
- group_
name str - InferenceGroup name.
- pool_
name str - InferencePool name.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- workspace_
name str - Name of Azure Machine Learning workspace.
- group
Name String - InferenceGroup name.
- pool
Name String - InferencePool name.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- workspace
Name String - Name of Azure Machine Learning workspace.
getInferenceGroupStatus Result
The following output properties are available:
- Actual
Capacity Pulumi.Info Azure Native. Machine Learning Services. Outputs. Actual Capacity Info Response - Gets or sets the actual capacity info for the group.
- Bonus
Extra intCapacity - Gets or sets capacity used from the pool's reserved capacity.
- Endpoint
Count int - Gets or sets the actual number of endpoints in the group.
- Requested
Capacity int - Gets or sets the request number of instances for the group.
- Actual
Capacity ActualInfo Capacity Info Response - Gets or sets the actual capacity info for the group.
- Bonus
Extra intCapacity - Gets or sets capacity used from the pool's reserved capacity.
- Endpoint
Count int - Gets or sets the actual number of endpoints in the group.
- Requested
Capacity int - Gets or sets the request number of instances for the group.
- actual
Capacity ActualInfo Capacity Info Response - Gets or sets the actual capacity info for the group.
- bonus
Extra IntegerCapacity - Gets or sets capacity used from the pool's reserved capacity.
- endpoint
Count Integer - Gets or sets the actual number of endpoints in the group.
- requested
Capacity Integer - Gets or sets the request number of instances for the group.
- actual
Capacity ActualInfo Capacity Info Response - Gets or sets the actual capacity info for the group.
- bonus
Extra numberCapacity - Gets or sets capacity used from the pool's reserved capacity.
- endpoint
Count number - Gets or sets the actual number of endpoints in the group.
- requested
Capacity number - Gets or sets the request number of instances for the group.
- actual_
capacity_ Actualinfo Capacity Info Response - Gets or sets the actual capacity info for the group.
- bonus_
extra_ intcapacity - Gets or sets capacity used from the pool's reserved capacity.
- endpoint_
count int - Gets or sets the actual number of endpoints in the group.
- requested_
capacity int - Gets or sets the request number of instances for the group.
- actual
Capacity Property MapInfo - Gets or sets the actual capacity info for the group.
- bonus
Extra NumberCapacity - Gets or sets capacity used from the pool's reserved capacity.
- endpoint
Count Number - Gets or sets the actual number of endpoints in the group.
- requested
Capacity Number - Gets or sets the request number of instances for the group.
Supporting Types
ActualCapacityInfoResponse
- Allocated int
- Gets or sets the total number of instances for the group.
- Assignment
Failed int - Gets or sets the number of instances which failed to successfully complete assignment.
- Assignment
Success int - Gets or sets the number of instances which successfully completed assignment.
- Allocated int
- Gets or sets the total number of instances for the group.
- Assignment
Failed int - Gets or sets the number of instances which failed to successfully complete assignment.
- Assignment
Success int - Gets or sets the number of instances which successfully completed assignment.
- allocated Integer
- Gets or sets the total number of instances for the group.
- assignment
Failed Integer - Gets or sets the number of instances which failed to successfully complete assignment.
- assignment
Success Integer - Gets or sets the number of instances which successfully completed assignment.
- allocated number
- Gets or sets the total number of instances for the group.
- assignment
Failed number - Gets or sets the number of instances which failed to successfully complete assignment.
- assignment
Success number - Gets or sets the number of instances which successfully completed assignment.
- allocated int
- Gets or sets the total number of instances for the group.
- assignment_
failed int - Gets or sets the number of instances which failed to successfully complete assignment.
- assignment_
success int - Gets or sets the number of instances which successfully completed assignment.
- allocated Number
- Gets or sets the total number of instances for the group.
- assignment
Failed Number - Gets or sets the number of instances which failed to successfully complete assignment.
- assignment
Success Number - Gets or sets the number of instances which successfully completed assignment.
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