public static interface FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePairOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair.DataCase |
getDataCase() |
String |
getName()
Feature short name.
|
com.google.protobuf.ByteString |
getNameBytes()
Feature short name.
|
FeatureValue |
getValue()
Feature value.
|
FeatureValueOrBuilder |
getValueOrBuilder()
Feature value.
|
boolean |
hasValue()
Feature value.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasValue()
Feature value.
.google.cloud.aiplatform.v1beta1.FeatureValue value = 2;FeatureValue getValue()
Feature value.
.google.cloud.aiplatform.v1beta1.FeatureValue value = 2;FeatureValueOrBuilder getValueOrBuilder()
Feature value.
.google.cloud.aiplatform.v1beta1.FeatureValue value = 2;String getName()
Feature short name.
string name = 1;com.google.protobuf.ByteString getNameBytes()
Feature short name.
string name = 1;FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair.DataCase getDataCase()
Copyright © 2024 Google LLC. All rights reserved.