Interface ReadFeatureValuesResponseOrBuilder (3.30.0)

See more code actions.
public interface ReadFeatureValuesResponseOrBuilder extends MessageOrBuilder
MessageOrBuilder
public abstract 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;

Returns
TypeDescription
ReadFeatureValuesResponse.EntityView

The entityView.

getEntityViewOrBuilder()

public abstract 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;

getHeader()

public abstract ReadFeatureValuesResponse.Header getHeader()

Response header.

.google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.Header header = 1;

Returns
TypeDescription
ReadFeatureValuesResponse.Header

The header.

getHeaderOrBuilder()

public abstract ReadFeatureValuesResponse.HeaderOrBuilder getHeaderOrBuilder()

Response header.

.google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.Header header = 1;

hasEntityView()

public abstract 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;

Returns
TypeDescription
boolean

Whether the entityView field is set.

hasHeader()

public abstract boolean hasHeader()

Response header.

.google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.Header header = 1;

Returns
TypeDescription
boolean

Whether the header field is set.