public interface StreamRawPredictRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEndpoint()
Required.
|
com.google.protobuf.ByteString |
getEndpointBytes()
Required.
|
com.google.api.HttpBody |
getHttpBody()
The prediction input.
|
com.google.api.HttpBodyOrBuilder |
getHttpBodyOrBuilder()
The prediction input.
|
boolean |
hasHttpBody()
The prediction input.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getEndpoint()
Required. The name of the Endpoint requested to serve the prediction.
Format:
`projects/{project}/locations/{location}/endpoints/{endpoint}`
string endpoint = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getEndpointBytes()
Required. The name of the Endpoint requested to serve the prediction.
Format:
`projects/{project}/locations/{location}/endpoints/{endpoint}`
string endpoint = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasHttpBody()
The prediction input. Supports HTTP headers and arbitrary data payload.
.google.api.HttpBody http_body = 2;com.google.api.HttpBody getHttpBody()
The prediction input. Supports HTTP headers and arbitrary data payload.
.google.api.HttpBody http_body = 2;com.google.api.HttpBodyOrBuilder getHttpBodyOrBuilder()
The prediction input. Supports HTTP headers and arbitrary data payload.
.google.api.HttpBody http_body = 2;Copyright © 2025 Google LLC. All rights reserved.