public interface StreamingRawPredictRequestOrBuilder extends MessageOrBuilder
Implementa
MessageOrBuilderMetodi
getEndpoint()
public abstract String getEndpoint()
Obbligatorio. Il nome dell'endpoint di cui è stata richiesta la previsione.
Formato:
projects/{project}/locations/{location}/endpoints/{endpoint}
string endpoint = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Restituisce | |
---|---|
Tipo | Description |
String |
L'endpoint. |
getEndpointBytes()
public abstract ByteString getEndpointBytes()
Obbligatorio. Il nome dell'endpoint di cui è stata richiesta la previsione.
Formato:
projects/{project}/locations/{location}/endpoints/{endpoint}
string endpoint = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Restituisce | |
---|---|
Tipo | Description |
ByteString |
I byte per l'endpoint. |
getInput()
public abstract ByteString getInput()
L'input di previsione.
bytes input = 3;
Restituisce | |
---|---|
Tipo | Description |
ByteString |
L'input. |
getMethodName()
public abstract String getMethodName()
Nome completo del metodo API richiamato per eseguire le previsioni.
Formato:
/namespace.Service/Method/
Esempio:
/tensorflow.serving.PredictionService/Predict
string method_name = 2;
Restituisce | |
---|---|
Tipo | Description |
String |
Il metodo methodName. |
getMethodNameBytes()
public abstract ByteString getMethodNameBytes()
Nome completo del metodo API richiamato per eseguire le previsioni.
Formato:
/namespace.Service/Method/
Esempio:
/tensorflow.serving.PredictionService/Predict
string method_name = 2;
Restituisce | |
---|---|
Tipo | Description |
ByteString |
I byte per methodName. |