CustomRemoteModel.Builder

  • CustomRemoteModel.Builder is used to build instances of CustomRemoteModel for handling custom machine learning models.

  • It requires a RemoteModelSource in its constructor to specify the model's location.

  • The build() method creates the CustomRemoteModel instance.

public static class CustomRemoteModel.Builder extends Object

Builder of CustomRemoteModel.

Public Constructor Summary

Builder(RemoteModelSource remoteModelSource)
Creates a builder for CustomRemoteModel.

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