Interfaccia StreamRawPredictRequestOrBuilder (1.3.0)

public interface StreamRawPredictRequestOrBuilder 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.

getHttpBody()

public abstract HttpBody getHttpBody()

L'input di previsione. Supporta le intestazioni HTTP e il payload arbitrario di dati.

.google.api.HttpBody http_body = 2;

Restituisce
Tipo Description
com.google.api.HttpBody

Il parametro httpBody.

getHttpBodyOrBuilder()

public abstract HttpBodyOrBuilder getHttpBodyOrBuilder()

L'input di previsione. Supporta le intestazioni HTTP e il payload arbitrario di dati.

.google.api.HttpBody http_body = 2;

Restituisce
Tipo Description
com.google.api.HttpBodyOrBuilder

hasHttpBody()

public abstract boolean hasHttpBody()

L'input di previsione. Supporta le intestazioni HTTP e il payload arbitrario di dati.

.google.api.HttpBody http_body = 2;

Restituisce
Tipo Description
boolean

Indica se è impostato il campo httpBody.