TriggerSourceType

sealed class TriggerSourceType

The type of trigger source for a notebook run in Amazon SageMaker Unified Studio.

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard

The notebook run was triggered manually.

Link copied to clipboard

The notebook run was triggered by a schedule.

Link copied to clipboard
data class SdkUnknown(val value: String) : TriggerSourceType
Link copied to clipboard

The notebook run was triggered by a workflow.

Properties

Link copied to clipboard
abstract val value: String