Interface NotebookResourceInfo


  • public interface NotebookResourceInfo
    An immutable client-side representation of NotebookResourceInfo.
    • Method Detail

      • 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.