Cloud AI Platform v1 API - Class StreamRawPredictRequest (2.27.0)

public sealed class StreamRawPredictRequest : IMessage<StreamRawPredictRequest>, IEquatable<StreamRawPredictRequest>, IDeepCloneable<StreamRawPredictRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class StreamRawPredictRequest.

Request message for [PredictionService.StreamRawPredict][google.cloud.aiplatform.v1.PredictionService.StreamRawPredict].

Inheritance

object > StreamRawPredictRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

StreamRawPredictRequest()

public StreamRawPredictRequest()

StreamRawPredictRequest(StreamRawPredictRequest)

public StreamRawPredictRequest(StreamRawPredictRequest other)
Parameter
NameDescription
otherStreamRawPredictRequest

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
TypeDescription
string

EndpointAsEndpointName

public EndpointName EndpointAsEndpointName { get; set; }

EndpointName-typed view over the Endpoint resource name property.

Property Value
TypeDescription
EndpointName

HttpBody

public HttpBody HttpBody { get; set; }

The prediction input. Supports HTTP headers and arbitrary data payload.

Property Value
TypeDescription
HttpBody