GitMetadata

The Git metadata for a notebook sync operation in Amazon SageMaker Unified Studio. Contains information about the Git repository, branch, and commit associated with the notebook.

Types

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

Properties

Link copied to clipboard

The name of the Git branch.

Link copied to clipboard

The commit hash in the Git repository.

Link copied to clipboard

The commit message associated with the Git commit.

Link copied to clipboard

The timestamp of when the commit was made.

Link copied to clipboard

The identifier of the Git connection.

Link copied to clipboard

The name of the file in the Git repository.

Link copied to clipboard

The name of the Git repository.

Functions

Link copied to clipboard
inline fun copy(block: GitMetadata.Builder.() -> Unit = {}): GitMetadata
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