public sealed class StreamDirectPredictRequest : IMessage<StreamDirectPredictRequest>, IEquatable<StreamDirectPredictRequest>, IDeepCloneable<StreamDirectPredictRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class StreamDirectPredictRequest.
Request message for [PredictionService.StreamDirectPredict][google.cloud.aiplatform.v1beta1.PredictionService.StreamDirectPredict].
The first message must contain [endpoint][google.cloud.aiplatform.v1beta1.StreamDirectPredictRequest.endpoint] field and optionally [input][]. The subsequent messages must contain [input][].
Implements
IMessageStreamDirectPredictRequest, IEquatableStreamDirectPredictRequest, IDeepCloneableStreamDirectPredictRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
StreamDirectPredictRequest()
public StreamDirectPredictRequest()StreamDirectPredictRequest(StreamDirectPredictRequest)
public StreamDirectPredictRequest(StreamDirectPredictRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
StreamDirectPredictRequest |
Properties
Endpoint
public string Endpoint { get; set; }Required. The name of the Endpoint requested to serve the prediction.
Format:
projects/{project}/locations/{location}/endpoints/{endpoint}
| Property Value | |
|---|---|
| Type | Description |
string |
|
EndpointAsEndpointName
public EndpointName EndpointAsEndpointName { get; set; }EndpointName-typed view over the Endpoint resource name property.
| Property Value | |
|---|---|
| Type | Description |
EndpointName |
|
Inputs
public RepeatedField<Tensor> Inputs { get; }Optional. The prediction input.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldTensor |
|
Parameters
public Tensor Parameters { get; set; }Optional. The parameters that govern the prediction.
| Property Value | |
|---|---|
| Type | Description |
Tensor |
|