Page Summary
-
The
Model.Builderclass is used to construct aModelobject. -
You can set the model's unique ID and version using
setModelId. -
The location of the model can be set using
setModelLocation. -
The model namespace can be set using
setModelNamespace. -
The
buildmethod is used to create the finalModelobject from the builder.
Builder class.
Public Constructor Summary
|
Builder()
Creates the model builder.
|
Public Method Summary
| Model | |
| Model.Builder | |
| Model.Builder | |
| Model.Builder |
Inherited Method Summary
Public Constructors
public Builder ()
Creates the model builder.
Public Methods
public Model.Builder setModelId (String value)
Sets the unique ID of the model and version. Used for monitoring.
public Model.Builder setModelLocation (Model.ModelLocation value)
Sets location of the model.
public Model.Builder setModelNamespace (String value)
Sets the model namespace. Used for monitoring.