GetOnlineDeploymentLogsPlainArgs

data class GetOnlineDeploymentLogsPlainArgs(val containerType: Either<String, ContainerType>? = null, val deploymentName: String, val endpointName: String, val resourceGroupName: String, val tail: Int? = null, val workspaceName: String) : ConvertibleToJava<GetOnlineDeploymentLogsPlainArgs>

Constructors

Link copied to clipboard
constructor(containerType: Either<String, ContainerType>? = null, deploymentName: String, endpointName: String, resourceGroupName: String, tail: Int? = null, workspaceName: String)

Properties

Link copied to clipboard
val containerType: Either<String, ContainerType>? = null

The type of container to retrieve logs from.

Link copied to clipboard

The name and identifier for the endpoint.

Link copied to clipboard

Inference endpoint name.

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Link copied to clipboard
val tail: Int? = null

The maximum number of lines to tail.

Link copied to clipboard

Name of Azure Machine Learning workspace.

Functions

Link copied to clipboard
open override fun toJava(): GetOnlineDeploymentLogsPlainArgs