invokeRoutePrefix property
Immutable. Invoke route prefix for the custom container. "/*" is the only
supported value right now. By setting this field, any non-root route on
this model will be accessible with PredictionService.Invoke eg:
"/invoke/foo/bar".
Only one of predict_route or invoke_route_prefix can be set, and we
default to using predict_route if this field is not set. If this field
is set, the Model can only be deployed to dedicated endpoint.
Implementation
final String invokeRoutePrefix;