Interface StreamDirectPredictResponseOrBuilder (3.42.0)

public interface StreamDirectPredictResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getOutputs(int index)

public abstract Tensor getOutputs(int index)

The prediction output.

repeated .google.cloud.aiplatform.v1.Tensor outputs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Tensor

getOutputsCount()

public abstract int getOutputsCount()

The prediction output.

repeated .google.cloud.aiplatform.v1.Tensor outputs = 1;

Returns
TypeDescription
int

getOutputsList()

public abstract List<Tensor> getOutputsList()

The prediction output.

repeated .google.cloud.aiplatform.v1.Tensor outputs = 1;

Returns
TypeDescription
List<Tensor>

getOutputsOrBuilder(int index)

public abstract TensorOrBuilder getOutputsOrBuilder(int index)

The prediction output.

repeated .google.cloud.aiplatform.v1.Tensor outputs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
TensorOrBuilder

getOutputsOrBuilderList()

public abstract List<? extends TensorOrBuilder> getOutputsOrBuilderList()

The prediction output.

repeated .google.cloud.aiplatform.v1.Tensor outputs = 1;

Returns
TypeDescription
List<? extends com.google.cloud.aiplatform.v1.TensorOrBuilder>

getParameters()

public abstract Tensor getParameters()

The parameters that govern the prediction.

.google.cloud.aiplatform.v1.Tensor parameters = 2;

Returns
TypeDescription
Tensor

The parameters.

getParametersOrBuilder()

public abstract TensorOrBuilder getParametersOrBuilder()

The parameters that govern the prediction.

.google.cloud.aiplatform.v1.Tensor parameters = 2;

Returns
TypeDescription
TensorOrBuilder

hasParameters()

public abstract boolean hasParameters()

The parameters that govern the prediction.

.google.cloud.aiplatform.v1.Tensor parameters = 2;

Returns
TypeDescription
boolean

Whether the parameters field is set.