IncrementalTrainingDataChannelOutput

Contains information about an incremental training data channel that was used to create a trained model. This structure provides details about the base model and channel configuration used during incremental training.

Types

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

Properties

Link copied to clipboard

The name of the incremental training data channel that was used.

Link copied to clipboard

The name of the base trained model that was used for incremental training.

Link copied to clipboard

The version identifier of the trained model that was used for incremental training.

Functions

Link copied to clipboard
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