EntityExtractionRemoteModel.Builder

  • EntityExtractionRemoteModel.Builder is used to create instances of EntityExtractionRemoteModel.

  • It provides a build() method to create the EntityExtractionRemoteModel instance.

  • The builder requires a modelIdentifier string in its constructor to specify the remote model.

public static class EntityExtractionRemoteModel.Builder extends Object

Public Constructor Summary

Builder(String modelIdentifier)
Creates a new builder to build EntityExtractionRemoteModel.

Public Method Summary

EntityExtractionRemoteModel
build()
Creates a new EntityExtractionRemoteModel instance.

Inherited Method Summary

Public Constructors

public Builder (String modelIdentifier)

Creates a new builder to build EntityExtractionRemoteModel.

Parameters
modelIdentifier used to represent a remote model.

Public Methods

public EntityExtractionRemoteModel build ()

Creates a new EntityExtractionRemoteModel instance.