Interface AiModelBaseData.Builder3

Enclosing class:
AiModelBaseData

public static interface AiModelBaseData.Builder3
Builder helper class.
  • Method Details

    • versions

      AiModelBaseData versions(@Nonnull List<AiModelVersion> versions)
      Set the versions of this AiModelBaseData instance.
      Parameters:
      versions - List of model versions that the model object has
      Returns:
      The AiModelBaseData instance.
    • versions

      default AiModelBaseData versions(@Nonnull AiModelVersion... versions)
      Set the versions of this AiModelBaseData instance.
      Parameters:
      versions - List of model versions that the model object has
      Returns:
      The AiModelBaseData instance.