public interface DirectPredictRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEndpoint()
Required.
|
com.google.protobuf.ByteString |
getEndpointBytes()
Required.
|
Tensor |
getInputs(int index)
The prediction input.
|
int |
getInputsCount()
The prediction input.
|
List<Tensor> |
getInputsList()
The prediction input.
|
TensorOrBuilder |
getInputsOrBuilder(int index)
The prediction input.
|
List<? extends TensorOrBuilder> |
getInputsOrBuilderList()
The prediction input.
|
Tensor |
getParameters()
The parameters that govern the prediction.
|
TensorOrBuilder |
getParametersOrBuilder()
The parameters that govern the prediction.
|
boolean |
hasParameters()
The parameters that govern the prediction.
|
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) = { ... }
List<Tensor> getInputsList()
The prediction input.
repeated .google.cloud.aiplatform.v1.Tensor inputs = 2;Tensor getInputs(int index)
The prediction input.
repeated .google.cloud.aiplatform.v1.Tensor inputs = 2;int getInputsCount()
The prediction input.
repeated .google.cloud.aiplatform.v1.Tensor inputs = 2;List<? extends TensorOrBuilder> getInputsOrBuilderList()
The prediction input.
repeated .google.cloud.aiplatform.v1.Tensor inputs = 2;TensorOrBuilder getInputsOrBuilder(int index)
The prediction input.
repeated .google.cloud.aiplatform.v1.Tensor inputs = 2;boolean hasParameters()
The parameters that govern the prediction.
.google.cloud.aiplatform.v1.Tensor parameters = 3;Tensor getParameters()
The parameters that govern the prediction.
.google.cloud.aiplatform.v1.Tensor parameters = 3;TensorOrBuilder getParametersOrBuilder()
The parameters that govern the prediction.
.google.cloud.aiplatform.v1.Tensor parameters = 3;Copyright © 2024 Google LLC. All rights reserved.