public interface FetchFeatureValuesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FetchFeatureValuesResponse.FormatCase |
getFormatCase() |
FetchFeatureValuesResponse.FeatureNameValuePairList |
getKeyValues()
Feature values in KeyValue format.
|
FetchFeatureValuesResponse.FeatureNameValuePairListOrBuilder |
getKeyValuesOrBuilder()
Feature values in KeyValue format.
|
com.google.protobuf.Struct |
getProtoStruct()
Feature values in proto Struct format.
|
com.google.protobuf.StructOrBuilder |
getProtoStructOrBuilder()
Feature values in proto Struct format.
|
boolean |
hasKeyValues()
Feature values in KeyValue format.
|
boolean |
hasProtoStruct()
Feature values in proto Struct format.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasKeyValues()
Feature values in KeyValue format.
.google.cloud.aiplatform.v1.FetchFeatureValuesResponse.FeatureNameValuePairList key_values = 3;
FetchFeatureValuesResponse.FeatureNameValuePairList getKeyValues()
Feature values in KeyValue format.
.google.cloud.aiplatform.v1.FetchFeatureValuesResponse.FeatureNameValuePairList key_values = 3;
FetchFeatureValuesResponse.FeatureNameValuePairListOrBuilder getKeyValuesOrBuilder()
Feature values in KeyValue format.
.google.cloud.aiplatform.v1.FetchFeatureValuesResponse.FeatureNameValuePairList key_values = 3;
boolean hasProtoStruct()
Feature values in proto Struct format.
.google.protobuf.Struct proto_struct = 2;com.google.protobuf.Struct getProtoStruct()
Feature values in proto Struct format.
.google.protobuf.Struct proto_struct = 2;com.google.protobuf.StructOrBuilder getProtoStructOrBuilder()
Feature values in proto Struct format.
.google.protobuf.Struct proto_struct = 2;FetchFeatureValuesResponse.FormatCase getFormatCase()
Copyright © 2024 Google LLC. All rights reserved.