public sealed class StreamRawPredictRequest : IMessage<StreamRawPredictRequest>, IEquatable<StreamRawPredictRequest>, IDeepCloneable<StreamRawPredictRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class StreamRawPredictRequest.
Request message for [PredictionService.StreamRawPredict][google.cloud.aiplatform.v1beta1.PredictionService.StreamRawPredict].
Implements
IMessageStreamRawPredictRequest, IEquatableStreamRawPredictRequest, IDeepCloneableStreamRawPredictRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
StreamRawPredictRequest()
public StreamRawPredictRequest()StreamRawPredictRequest(StreamRawPredictRequest)
public StreamRawPredictRequest(StreamRawPredictRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
StreamRawPredictRequest |
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 |
|
HttpBody
public HttpBody HttpBody { get; set; }The prediction input. Supports HTTP headers and arbitrary data payload.
| Property Value | |
|---|---|
| Type | Description |
HttpBody |
|