These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
azure-native.machinelearningservices.getOnlineDeploymentLogs
Explore with Pulumi AI
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
API Version: 2021-03-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 dictionaryThe following arguments are supported:
- DeploymentName string
- The name and identifier for the endpoint.
- EndpointName string
- Inference endpoint name.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- WorkspaceName string
- Name of Azure Machine Learning workspace.
- ContainerType 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.
- DeploymentName string
- The name and identifier for the endpoint.
- EndpointName string
- Inference endpoint name.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- WorkspaceName string
- Name of Azure Machine Learning workspace.
- ContainerType string | ContainerType 
- The type of container to retrieve logs from.
- Tail int
- The maximum number of lines to tail.
- deploymentName String
- The name and identifier for the endpoint.
- endpointName String
- Inference endpoint name.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- workspaceName String
- Name of Azure Machine Learning workspace.
- containerType String | ContainerType 
- The type of container to retrieve logs from.
- tail Integer
- The maximum number of lines to tail.
- deploymentName string
- The name and identifier for the endpoint.
- endpointName string
- Inference endpoint name.
- resourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- workspaceName string
- Name of Azure Machine Learning workspace.
- containerType 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.
- deploymentName String
- The name and identifier for the endpoint.
- endpointName String
- Inference endpoint name.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- workspaceName String
- Name of Azure Machine Learning workspace.
- containerType 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-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi