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.73.0 published on Wednesday, Nov 20, 2024 by Pulumi
azure-native.machinelearningservices.getOnlineDeploymentLogs
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.73.0 published on Wednesday, Nov 20, 2024 by Pulumi
Azure REST API version: 2023-04-01.
Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview, 2024-07-01-preview, 2024-10-01, 2024-10-01-preview.
Using getOnlineDeploymentLogs
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 getOnlineDeploymentLogs(args: GetOnlineDeploymentLogsArgs, opts?: InvokeOptions): Promise<GetOnlineDeploymentLogsResult>
function getOnlineDeploymentLogsOutput(args: GetOnlineDeploymentLogsOutputArgs, opts?: InvokeOptions): Output<GetOnlineDeploymentLogsResult>
def get_online_deployment_logs(container_type: Optional[Union[str, ContainerType]] = None,
deployment_name: Optional[str] = None,
endpoint_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
tail: Optional[int] = None,
workspace_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetOnlineDeploymentLogsResult
def get_online_deployment_logs_output(container_type: Optional[pulumi.Input[Union[str, ContainerType]]] = None,
deployment_name: Optional[pulumi.Input[str]] = None,
endpoint_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
tail: Optional[pulumi.Input[int]] = None,
workspace_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetOnlineDeploymentLogsResult]
func GetOnlineDeploymentLogs(ctx *Context, args *GetOnlineDeploymentLogsArgs, opts ...InvokeOption) (*GetOnlineDeploymentLogsResult, error)
func GetOnlineDeploymentLogsOutput(ctx *Context, args *GetOnlineDeploymentLogsOutputArgs, opts ...InvokeOption) GetOnlineDeploymentLogsResultOutput
> Note: This function is named GetOnlineDeploymentLogs
in the Go SDK.
public static class GetOnlineDeploymentLogs
{
public static Task<GetOnlineDeploymentLogsResult> InvokeAsync(GetOnlineDeploymentLogsArgs args, InvokeOptions? opts = null)
public static Output<GetOnlineDeploymentLogsResult> Invoke(GetOnlineDeploymentLogsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetOnlineDeploymentLogsResult> getOnlineDeploymentLogs(GetOnlineDeploymentLogsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:machinelearningservices:getOnlineDeploymentLogs
arguments:
# arguments dictionary
The following arguments are supported:
- Deployment
Name string - The name and identifier for the endpoint.
- Endpoint
Name string - Inference endpoint name.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Workspace
Name string - Name of Azure Machine Learning workspace.
- Container
Type string | Pulumi.Azure Native. Machine Learning Services. Container Type - The type of container to retrieve logs from.
- Tail int
- The maximum number of lines to tail.
- Deployment
Name string - The name and identifier for the endpoint.
- Endpoint
Name string - Inference endpoint name.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Workspace
Name string - Name of Azure Machine Learning workspace.
- Container
Type string | ContainerType - The type of container to retrieve logs from.
- Tail int
- The maximum number of lines to tail.
- deployment
Name String - The name and identifier for the endpoint.
- endpoint
Name String - Inference endpoint name.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- workspace
Name String - Name of Azure Machine Learning workspace.
- container
Type String | ContainerType - The type of container to retrieve logs from.
- tail Integer
- The maximum number of lines to tail.
- deployment
Name string - The name and identifier for the endpoint.
- endpoint
Name string - Inference endpoint name.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- workspace
Name string - Name of Azure Machine Learning workspace.
- container
Type string | ContainerType - The type of container to retrieve logs from.
- tail number
- The maximum number of lines to tail.
- deployment_
name str - The name and identifier for the endpoint.
- endpoint_
name str - Inference endpoint name.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- workspace_
name str - Name of Azure Machine Learning workspace.
- container_
type str | ContainerType - The type of container to retrieve logs from.
- tail int
- The maximum number of lines to tail.
- deployment
Name String - The name and identifier for the endpoint.
- endpoint
Name String - Inference endpoint name.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- workspace
Name String - Name of Azure Machine Learning workspace.
- container
Type String | "StorageInitializer" | "Inference Server" - The type of container to retrieve logs from.
- tail Number
- The maximum number of lines to tail.
getOnlineDeploymentLogs Result
The following output properties are available:
- Content string
- The retrieved online deployment logs.
- Content string
- The retrieved online deployment logs.
- content String
- The retrieved online deployment logs.
- content string
- The retrieved online deployment logs.
- content str
- The retrieved online deployment logs.
- content String
- The retrieved online deployment logs.
Supporting Types
ContainerType
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.73.0 published on Wednesday, Nov 20, 2024 by Pulumi