Interface IncrementalTrainingDataChannelOutput.Builder

  • Method Details

    • channelName

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

      Parameters:
      channelName - The name of the incremental training data channel that was used.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • versionIdentifier

      IncrementalTrainingDataChannelOutput.Builder versionIdentifier(String versionIdentifier)

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

      Parameters:
      versionIdentifier - The version identifier of the trained model that was used for incremental training.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • modelName

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

      Parameters:
      modelName - The name of the base trained model that was used for incremental training.
      Returns:
      Returns a reference to this object so that method calls can be chained together.