EntityExtractionRemoteModel.Builder
Stay organized with collections
Save and categorize content based on your preferences.
Spark icon
Page Summary
-
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.
public static class EntityExtractionRemoteModel.Builder extends Object
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.