ArmMachineLearningModelFactory.MachineLearningNotebookResourceInfo 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 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
- 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.