public static interface FeatureViewDirectWriteRequest.DataKeyAndFeatureValues.FeatureOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDataOneofCase()
public abstract FeatureViewDirectWriteRequest.DataKeyAndFeatureValues.Feature.DataOneofCase getDataOneofCase()| Returns | |
|---|---|
| Type | Description |
FeatureViewDirectWriteRequest.DataKeyAndFeatureValues.Feature.DataOneofCase |
|
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. A user provided timestamp may be set in the
FeatureValue.metadata.generate_time field.
.google.cloud.aiplatform.v1.FeatureValue value = 3;
| Returns | |
|---|---|
| Type | Description |
FeatureValue |
The value. |
getValueOrBuilder()
public abstract FeatureValueOrBuilder getValueOrBuilder() Feature value. A user provided timestamp may be set in the
FeatureValue.metadata.generate_time field.
.google.cloud.aiplatform.v1.FeatureValue value = 3;
| Returns | |
|---|---|
| Type | Description |
FeatureValueOrBuilder |
|
hasValue()
public abstract boolean hasValue() Feature value. A user provided timestamp may be set in the
FeatureValue.metadata.generate_time field.
.google.cloud.aiplatform.v1.FeatureValue value = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the value field is set. |