public static interface FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePairOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDataCase()
public abstract FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair.DataCase getDataCase()| Returns | |
|---|---|
| Type | Description |
FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair.DataCase |
|
getName()
public abstract String getName()Feature short name.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Feature short name.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getValue()
public abstract FeatureValue getValue()Feature value.
.google.cloud.aiplatform.v1beta1.FeatureValue value = 2;
| Returns | |
|---|---|
| Type | Description |
FeatureValue |
The value. |
getValueOrBuilder()
public abstract FeatureValueOrBuilder getValueOrBuilder()Feature value.
.google.cloud.aiplatform.v1beta1.FeatureValue value = 2;
| Returns | |
|---|---|
| Type | Description |
FeatureValueOrBuilder |
|
hasValue()
public abstract boolean hasValue()Feature value.
.google.cloud.aiplatform.v1beta1.FeatureValue value = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the value field is set. |