Interface AIInference.UnstructuredInferenceOrBuilder (1.145.0)

public static interface AIInference.UnstructuredInferenceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParameters()

public abstract Struct getParameters()

Optional. A parameters object to be included in each inference request. The parameters object is combined with the data field of the Pub/Sub message to form the inference request.

.google.protobuf.Struct parameters = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Struct

The parameters.

getParametersOrBuilder()

public abstract StructOrBuilder getParametersOrBuilder()

Optional. A parameters object to be included in each inference request. The parameters object is combined with the data field of the Pub/Sub message to form the inference request.

.google.protobuf.Struct parameters = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
StructOrBuilder

hasParameters()

public abstract boolean hasParameters()

Optional. A parameters object to be included in each inference request. The parameters object is combined with the data field of the Pub/Sub message to form the inference request.

.google.protobuf.Struct parameters = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the parameters field is set.