EntityExtractionRemoteModel.Builder

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

  • The builder has a constructor that takes a String modelIdentifier to represent the remote model.

  • The build() method creates the EntityExtractionRemoteModel instance.

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.