Lingua

ArmMachineLearningModelFactory.MachineLearningDeploymentLogsContent Method

Definition

The MachineLearningDeploymentLogsContent.

public static Azure.ResourceManager.MachineLearning.Models.MachineLearningDeploymentLogsContent MachineLearningDeploymentLogsContent(Azure.ResourceManager.MachineLearning.Models.MachineLearningContainerType? containerType = default, int? tail = default);
static member MachineLearningDeploymentLogsContent : Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningContainerType> * Nullable<int> -> Azure.ResourceManager.MachineLearning.Models.MachineLearningDeploymentLogsContent
Public Shared Function MachineLearningDeploymentLogsContent (Optional containerType As Nullable(Of MachineLearningContainerType) = Nothing, Optional tail As Nullable(Of Integer) = Nothing) As MachineLearningDeploymentLogsContent

Parameters

containerType
Nullable<MachineLearningContainerType>

The type of container to retrieve logs from.

tail
Nullable<Int32>

The maximum number of lines to tail.

Returns

A new MachineLearningDeploymentLogsContent instance for mocking.

Applies to