public interface ReadFeatureValuesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ReadFeatureValuesResponse.EntityView |
getEntityView()
Entity view with Feature values.
|
ReadFeatureValuesResponse.EntityViewOrBuilder |
getEntityViewOrBuilder()
Entity view with Feature values.
|
ReadFeatureValuesResponse.Header |
getHeader()
Response header.
|
ReadFeatureValuesResponse.HeaderOrBuilder |
getHeaderOrBuilder()
Response header.
|
boolean |
hasEntityView()
Entity view with Feature values.
|
boolean |
hasHeader()
Response header.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasHeader()
Response header.
.google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.Header header = 1;ReadFeatureValuesResponse.Header getHeader()
Response header.
.google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.Header header = 1;ReadFeatureValuesResponse.HeaderOrBuilder getHeaderOrBuilder()
Response header.
.google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.Header header = 1;boolean hasEntityView()
Entity view with Feature values. This may be the entity in the Featurestore if values for all Features were requested, or a projection of the entity in the Featurestore if values for only some Features were requested.
.google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.EntityView entity_view = 2;
ReadFeatureValuesResponse.EntityView getEntityView()
Entity view with Feature values. This may be the entity in the Featurestore if values for all Features were requested, or a projection of the entity in the Featurestore if values for only some Features were requested.
.google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.EntityView entity_view = 2;
ReadFeatureValuesResponse.EntityViewOrBuilder getEntityViewOrBuilder()
Entity view with Feature values. This may be the entity in the Featurestore if values for all Features were requested, or a projection of the entity in the Featurestore if values for only some Features were requested.
.google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.EntityView entity_view = 2;
Copyright © 2024 Google LLC. All rights reserved.