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

azure-native.machinelearningservices.getOnlineDeploymentLogs

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.38.0 published on Monday, Apr 22, 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-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:

    DeploymentName string
    The name and identifier for the endpoint.
    EndpointName string
    Inference endpoint name.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    WorkspaceName string
    Name of Azure Machine Learning workspace.
    ContainerType string | Pulumi.AzureNative.MachineLearningServices.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.
    ResourceGroupName string
    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.
    resourceGroupName String
    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.
    resourceGroupName string
    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_name str
    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.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    workspaceName String
    Name of Azure Machine Learning workspace.
    containerType String | "StorageInitializer" | "InferenceServer"
    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
    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.38.0 published on Monday, Apr 22, 2024 by Pulumi