Get Online Deployment Logs Plain Args
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>
Properties
Link copied to clipboard
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
Name of Azure Machine Learning workspace.