ArmMachineLearningModelFactory.MachineLearningDeploymentLogsContent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
Returns
A new MachineLearningDeploymentLogsContent instance for mocking.