methodName property
Fully qualified name of the API method being invoked to perform predictions.
Format: /namespace.Service/Method/
Example:
/tensorflow.serving.PredictionService/Predict
Implementation
core.String? methodName;
Fully qualified name of the API method being invoked to perform predictions.
Format: /namespace.Service/Method/
Example:
/tensorflow.serving.PredictionService/Predict
core.String? methodName;