NotebookResourceInfo Interface

public interface NotebookResourceInfo

An immutable client-side representation of NotebookResourceInfo.

Method Summary

Modifier and Type Method and Description
abstract String fqdn()

Gets the fqdn property: The fqdn property.

abstract NotebookResourceInfoInner innerModel()

Gets the inner com.azure.resourcemanager.machinelearningservices.fluent.models.NotebookResourceInfoInner object.

abstract NotebookPreparationError notebookPreparationError()

Gets the notebookPreparationError property: The error that occurs when preparing notebook.

abstract String resourceId()

Gets the resourceId property: the data plane resourceId that used to initialize notebook component.

Method Details

fqdn

public abstract String fqdn()

Gets the fqdn property: The fqdn property.

Returns:

the fqdn value.

innerModel

public abstract NotebookResourceInfoInner innerModel()

Gets the inner com.azure.resourcemanager.machinelearningservices.fluent.models.NotebookResourceInfoInner object.

Returns:

the inner object.

notebookPreparationError

public abstract NotebookPreparationError notebookPreparationError()

Gets the notebookPreparationError property: The error that occurs when preparing notebook.

Returns:

the notebookPreparationError value.

resourceId

public abstract String resourceId()

Gets the resourceId property: the data plane resourceId that used to initialize notebook component.

Returns:

the resourceId value.

Applies to