AI-generated Key Takeaways
-
CustomRemoteModel.Builder
is used to build instances ofCustomRemoteModel
for handling custom machine learning models. -
It requires a
RemoteModelSource
in its constructor to specify the model's location. -
The
build()
method creates theCustomRemoteModel
instance.
public static class CustomRemoteModel.Builder extends Object
Builder of CustomRemoteModel
.
Public Constructor Summary
Public Method Summary
CustomRemoteModel |
build()
Builds an instance of
CustomRemoteModel
|
Inherited Method Summary
Public Constructors
public Builder (RemoteModelSource remoteModelSource)
Creates a builder for CustomRemoteModel
.
Public Methods
public CustomRemoteModel build ()
Builds an instance of CustomRemoteModel