public static final class StreamingPredictRequest.Builder extends GeneratedMessageV3.Builder<StreamingPredictRequest.Builder> implements StreamingPredictRequestOrBuilder
Request message for
PredictionService.StreamingPredict.
The first message must contain
endpoint field
and optionally [input][]. The subsequent messages must contain [input][].
Protobuf type google.cloud.aiplatform.v1.StreamingPredictRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public StreamingPredictRequest.Builder addAllInputs(Iterable<? extends Tensor> values)
The prediction input.
repeated .google.cloud.aiplatform.v1.Tensor inputs = 2;
Parameter |
---|
Name | Description |
values | Iterable<? extends com.google.cloud.aiplatform.v1.Tensor>
|
public StreamingPredictRequest.Builder addInputs(Tensor value)
The prediction input.
repeated .google.cloud.aiplatform.v1.Tensor inputs = 2;
Parameter |
---|
Name | Description |
value | Tensor
|
public StreamingPredictRequest.Builder addInputs(Tensor.Builder builderForValue)
The prediction input.
repeated .google.cloud.aiplatform.v1.Tensor inputs = 2;
public StreamingPredictRequest.Builder addInputs(int index, Tensor value)
The prediction input.
repeated .google.cloud.aiplatform.v1.Tensor inputs = 2;
public StreamingPredictRequest.Builder addInputs(int index, Tensor.Builder builderForValue)
The prediction input.
repeated .google.cloud.aiplatform.v1.Tensor inputs = 2;
public Tensor.Builder addInputsBuilder()
The prediction input.
repeated .google.cloud.aiplatform.v1.Tensor inputs = 2;
public Tensor.Builder addInputsBuilder(int index)
The prediction input.
repeated .google.cloud.aiplatform.v1.Tensor inputs = 2;
Parameter |
---|
Name | Description |
index | int
|
public StreamingPredictRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public StreamingPredictRequest build()
public StreamingPredictRequest buildPartial()
public StreamingPredictRequest.Builder clear()
Overrides
public StreamingPredictRequest.Builder clearEndpoint()
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) = { ... }
public StreamingPredictRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public StreamingPredictRequest.Builder clearInputs()
The prediction input.
repeated .google.cloud.aiplatform.v1.Tensor inputs = 2;
public StreamingPredictRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public StreamingPredictRequest.Builder clearParameters()
The parameters that govern the prediction.
.google.cloud.aiplatform.v1.Tensor parameters = 3;
public StreamingPredictRequest.Builder clone()
Overrides
public StreamingPredictRequest getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public String 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) = { ... }
Returns |
---|
Type | Description |
String | The endpoint.
|
public 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) = { ... }
Returns |
---|
Type | Description |
ByteString | The bytes for endpoint.
|
public Tensor getInputs(int index)
The prediction input.
repeated .google.cloud.aiplatform.v1.Tensor inputs = 2;
Parameter |
---|
Name | Description |
index | int
|
public Tensor.Builder getInputsBuilder(int index)
The prediction input.
repeated .google.cloud.aiplatform.v1.Tensor inputs = 2;
Parameter |
---|
Name | Description |
index | int
|
public List<Tensor.Builder> getInputsBuilderList()
The prediction input.
repeated .google.cloud.aiplatform.v1.Tensor inputs = 2;
public int getInputsCount()
The prediction input.
repeated .google.cloud.aiplatform.v1.Tensor inputs = 2;
Returns |
---|
Type | Description |
int | |
public List<Tensor> getInputsList()
The prediction input.
repeated .google.cloud.aiplatform.v1.Tensor inputs = 2;
public TensorOrBuilder getInputsOrBuilder(int index)
The prediction input.
repeated .google.cloud.aiplatform.v1.Tensor inputs = 2;
Parameter |
---|
Name | Description |
index | int
|
public List<? extends TensorOrBuilder> getInputsOrBuilderList()
The prediction input.
repeated .google.cloud.aiplatform.v1.Tensor inputs = 2;
Returns |
---|
Type | Description |
List<? extends com.google.cloud.aiplatform.v1.TensorOrBuilder> | |
public Tensor getParameters()
The parameters that govern the prediction.
.google.cloud.aiplatform.v1.Tensor parameters = 3;
Returns |
---|
Type | Description |
Tensor | The parameters.
|
public Tensor.Builder getParametersBuilder()
The parameters that govern the prediction.
.google.cloud.aiplatform.v1.Tensor parameters = 3;
public TensorOrBuilder getParametersOrBuilder()
The parameters that govern the prediction.
.google.cloud.aiplatform.v1.Tensor parameters = 3;
public boolean hasParameters()
The parameters that govern the prediction.
.google.cloud.aiplatform.v1.Tensor parameters = 3;
Returns |
---|
Type | Description |
boolean | Whether the parameters field is set.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public StreamingPredictRequest.Builder mergeFrom(StreamingPredictRequest other)
public StreamingPredictRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public StreamingPredictRequest.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
public StreamingPredictRequest.Builder mergeParameters(Tensor value)
The parameters that govern the prediction.
.google.cloud.aiplatform.v1.Tensor parameters = 3;
Parameter |
---|
Name | Description |
value | Tensor
|
public final StreamingPredictRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public StreamingPredictRequest.Builder removeInputs(int index)
The prediction input.
repeated .google.cloud.aiplatform.v1.Tensor inputs = 2;
Parameter |
---|
Name | Description |
index | int
|
public StreamingPredictRequest.Builder setEndpoint(String value)
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) = { ... }
Parameter |
---|
Name | Description |
value | String
The endpoint to set.
|
public StreamingPredictRequest.Builder setEndpointBytes(ByteString value)
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) = { ... }
Parameter |
---|
Name | Description |
value | ByteString
The bytes for endpoint to set.
|
public StreamingPredictRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public StreamingPredictRequest.Builder setInputs(int index, Tensor value)
The prediction input.
repeated .google.cloud.aiplatform.v1.Tensor inputs = 2;
public StreamingPredictRequest.Builder setInputs(int index, Tensor.Builder builderForValue)
The prediction input.
repeated .google.cloud.aiplatform.v1.Tensor inputs = 2;
public StreamingPredictRequest.Builder setParameters(Tensor value)
The parameters that govern the prediction.
.google.cloud.aiplatform.v1.Tensor parameters = 3;
Parameter |
---|
Name | Description |
value | Tensor
|
public StreamingPredictRequest.Builder setParameters(Tensor.Builder builderForValue)
The parameters that govern the prediction.
.google.cloud.aiplatform.v1.Tensor parameters = 3;
public StreamingPredictRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final StreamingPredictRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides