Interface FetchFeatureValuesResponseOrBuilder (3.33.0)

public interface FetchFeatureValuesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFormatCase()

public abstract FetchFeatureValuesResponse.FormatCase getFormatCase()
Returns
TypeDescription
FetchFeatureValuesResponse.FormatCase

getKeyValues()

public abstract FetchFeatureValuesResponse.FeatureNameValuePairList getKeyValues()

Feature values in KeyValue format.

.google.cloud.aiplatform.v1.FetchFeatureValuesResponse.FeatureNameValuePairList key_values = 3;

Returns
TypeDescription
FetchFeatureValuesResponse.FeatureNameValuePairList

The keyValues.

getKeyValuesOrBuilder()

public abstract FetchFeatureValuesResponse.FeatureNameValuePairListOrBuilder getKeyValuesOrBuilder()

Feature values in KeyValue format.

.google.cloud.aiplatform.v1.FetchFeatureValuesResponse.FeatureNameValuePairList key_values = 3;

Returns
TypeDescription
FetchFeatureValuesResponse.FeatureNameValuePairListOrBuilder

getProtoStruct()

public abstract Struct getProtoStruct()

Feature values in proto Struct format.

.google.protobuf.Struct proto_struct = 2;

Returns
TypeDescription
Struct

The protoStruct.

getProtoStructOrBuilder()

public abstract StructOrBuilder getProtoStructOrBuilder()

Feature values in proto Struct format.

.google.protobuf.Struct proto_struct = 2;

Returns
TypeDescription
StructOrBuilder

hasKeyValues()

public abstract boolean hasKeyValues()

Feature values in KeyValue format.

.google.cloud.aiplatform.v1.FetchFeatureValuesResponse.FeatureNameValuePairList key_values = 3;

Returns
TypeDescription
boolean

Whether the keyValues field is set.

hasProtoStruct()

public abstract boolean hasProtoStruct()

Feature values in proto Struct format.

.google.protobuf.Struct proto_struct = 2;

Returns
TypeDescription
boolean

Whether the protoStruct field is set.