Interface IncrementalTrainingDataChannel.Builder

  • Method Details

    • trainedModelArn

      IncrementalTrainingDataChannel.Builder trainedModelArn(String trainedModelArn)

      The Amazon Resource Name (ARN) of the base trained model to use for incremental training. This model serves as the starting point for the incremental training process.

      Parameters:
      trainedModelArn - The Amazon Resource Name (ARN) of the base trained model to use for incremental training. This model serves as the starting point for the incremental training process.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • versionIdentifier

      IncrementalTrainingDataChannel.Builder versionIdentifier(String versionIdentifier)

      The version identifier of the base trained model to use for incremental training. If not specified, the latest version of the trained model is used.

      Parameters:
      versionIdentifier - The version identifier of the base trained model to use for incremental training. If not specified, the latest version of the trained model is used.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • channelName

      The name of the incremental training data channel. This name is used to identify the channel during the training process and must be unique within the training job.

      Parameters:
      channelName - The name of the incremental training data channel. This name is used to identify the channel during the training process and must be unique within the training job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.