Lingua

ArmMachineLearningModelFactory.MachineLearningNotebookResourceInfo Method

Definition

The MachineLearningNotebookResourceInfo.

public static Azure.ResourceManager.MachineLearning.Models.MachineLearningNotebookResourceInfo MachineLearningNotebookResourceInfo(string fqdn = default, bool? isPrivateLinkEnabled = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningNotebookPreparationError notebookPreparationError = default, string resourceId = default);
static member MachineLearningNotebookResourceInfo : string * Nullable<bool> * Azure.ResourceManager.MachineLearning.Models.MachineLearningNotebookPreparationError * string -> Azure.ResourceManager.MachineLearning.Models.MachineLearningNotebookResourceInfo
Public Shared Function MachineLearningNotebookResourceInfo (Optional fqdn As String = Nothing, Optional isPrivateLinkEnabled As Nullable(Of Boolean) = Nothing, Optional notebookPreparationError As MachineLearningNotebookPreparationError = Nothing, Optional resourceId As String = Nothing) As MachineLearningNotebookResourceInfo

Parameters

fqdn
String
isPrivateLinkEnabled
Nullable<Boolean>
notebookPreparationError
MachineLearningNotebookPreparationError

The error that occurs when preparing notebook.

resourceId
String

the data plane resourceId that used to initialize notebook component.

Returns

A new MachineLearningNotebookResourceInfo instance for mocking.

Applies to