Interfaccia StreamDirectRawPredictRequestOrBuilder (1.3.0)

public interface StreamDirectRawPredictRequestOrBuilder extends MessageOrBuilder

Implementa

MessageOrBuilder

Metodi

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()

Facoltativo. L'input di previsione.

bytes input = 3 [(.google.api.field_behavior) = OPTIONAL];

Restituisce
Tipo Description
ByteString

L'input.

getMethodName()

public abstract String getMethodName()

Facoltativo. Nome completo del metodo API richiamato per eseguire le previsioni.

Formato: /namespace.Service/Method/ Esempio: /tensorflow.serving.PredictionService/Predict

string method_name = 2 [(.google.api.field_behavior) = OPTIONAL];

Restituisce
Tipo Description
String

Il metodo methodName.

getMethodNameBytes()

public abstract ByteString getMethodNameBytes()

Facoltativo. Nome completo del metodo API richiamato per eseguire le previsioni.

Formato: /namespace.Service/Method/ Esempio: /tensorflow.serving.PredictionService/Predict

string method_name = 2 [(.google.api.field_behavior) = OPTIONAL];

Restituisce
Tipo Description
ByteString

I byte per methodName.