NotebookSummary

The summary of a notebook in Amazon SageMaker Unified Studio.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The timestamp of when the notebook was created.

Link copied to clipboard

The identifier of the user who created the notebook.

Link copied to clipboard

The description of the notebook.

Link copied to clipboard

The identifier of the Amazon SageMaker Unified Studio domain.

Link copied to clipboard
val id: String

The identifier of the notebook.

Link copied to clipboard

The name of the notebook.

Link copied to clipboard

The identifier of the project that owns the notebook.

Link copied to clipboard

The status of the notebook.

Link copied to clipboard

The timestamp of when the notebook was last updated.

Link copied to clipboard

The identifier of the user who last updated the notebook.

Functions

Link copied to clipboard
inline fun copy(block: NotebookSummary.Builder.() -> Unit = {}): NotebookSummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String