Interface NotebookResourceInfo
public interface NotebookResourceInfo
An immutable client-side representation of NotebookResourceInfo.
-
Method Summary
Modifier and TypeMethodDescriptionfqdn()Gets the fqdn property: The fqdn property.Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.NotebookResourceInfoInner object.Gets the notebookPreparationError property: The error that occurs when preparing notebook.Gets the resourceId property: the data plane resourceId that used to initialize notebook component.
-
Method Details
-
fqdn
String fqdn()Gets the fqdn property: The fqdn property.- Returns:
- the fqdn value.
-
resourceId
String resourceId()Gets the resourceId property: the data plane resourceId that used to initialize notebook component.- Returns:
- the resourceId value.
-
notebookPreparationError
NotebookPreparationError notebookPreparationError()Gets the notebookPreparationError property: The error that occurs when preparing notebook.- Returns:
- the notebookPreparationError value.
-
innerModel
NotebookResourceInfoInner innerModel()Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.NotebookResourceInfoInner object.- Returns:
- the inner object.
-