public static interface ReadFeatureValuesResponse.EntityView.DataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ReadFeatureValuesResponse.EntityView.Data.DataCase |
getDataCase() |
FeatureValue |
getValue()
Feature value if a single value is requested.
|
FeatureValueOrBuilder |
getValueOrBuilder()
Feature value if a single value is requested.
|
FeatureValueList |
getValues()
Feature values list if values, successive in time, are requested.
|
FeatureValueListOrBuilder |
getValuesOrBuilder()
Feature values list if values, successive in time, are requested.
|
boolean |
hasValue()
Feature value if a single value is requested.
|
boolean |
hasValues()
Feature values list if values, successive in time, are requested.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasValue()
Feature value if a single value is requested.
.google.cloud.aiplatform.v1.FeatureValue value = 1;FeatureValue getValue()
Feature value if a single value is requested.
.google.cloud.aiplatform.v1.FeatureValue value = 1;FeatureValueOrBuilder getValueOrBuilder()
Feature value if a single value is requested.
.google.cloud.aiplatform.v1.FeatureValue value = 1;boolean hasValues()
Feature values list if values, successive in time, are requested. If the requested number of values is greater than the number of existing Feature values, nonexistent values are omitted instead of being returned as empty.
.google.cloud.aiplatform.v1.FeatureValueList values = 2;FeatureValueList getValues()
Feature values list if values, successive in time, are requested. If the requested number of values is greater than the number of existing Feature values, nonexistent values are omitted instead of being returned as empty.
.google.cloud.aiplatform.v1.FeatureValueList values = 2;FeatureValueListOrBuilder getValuesOrBuilder()
Feature values list if values, successive in time, are requested. If the requested number of values is greater than the number of existing Feature values, nonexistent values are omitted instead of being returned as empty.
.google.cloud.aiplatform.v1.FeatureValueList values = 2;ReadFeatureValuesResponse.EntityView.Data.DataCase getDataCase()
Copyright © 2024 Google LLC. All rights reserved.