AI-generated Key Takeaways
-
The
EntityExtractionRemoteModel.Builderclass is used to create instances ofEntityExtractionRemoteModel. -
The builder has a constructor that takes a
StringmodelIdentifierto represent the remote model. -
The
build()method creates theEntityExtractionRemoteModelinstance.
Builder for EntityExtractionRemoteModel.
Public Constructor Summary
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.