Uses of Class
com.google.cloud.aiplatform.v1beta1.FeatureValue
-
Packages that use FeatureValue Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of FeatureValue in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return FeatureValue Modifier and Type Method Description FeatureValue
FeatureValue.Builder. build()
FeatureValue
FeatureValue.Builder. buildPartial()
static FeatureValue
FeatureValue. getDefaultInstance()
FeatureValue
FeatureValue.Builder. getDefaultInstanceForType()
FeatureValue
FeatureValue. getDefaultInstanceForType()
FeatureValue
WriteFeatureValuesPayload.Builder. getFeatureValuesOrDefault(String key, FeatureValue defaultValue)
Required.FeatureValue
WriteFeatureValuesPayload. getFeatureValuesOrDefault(String key, FeatureValue defaultValue)
Required.FeatureValue
WriteFeatureValuesPayloadOrBuilder. getFeatureValuesOrDefault(String key, FeatureValue defaultValue)
Required.FeatureValue
WriteFeatureValuesPayload.Builder. getFeatureValuesOrThrow(String key)
Required.FeatureValue
WriteFeatureValuesPayload. getFeatureValuesOrThrow(String key)
Required.FeatureValue
WriteFeatureValuesPayloadOrBuilder. getFeatureValuesOrThrow(String key)
Required.FeatureValue
ReadFeatureValuesResponse.EntityView.Data.Builder. getValue()
Feature value if a single value is requested.FeatureValue
ReadFeatureValuesResponse.EntityView.Data. getValue()
Feature value if a single value is requested.FeatureValue
ReadFeatureValuesResponse.EntityView.DataOrBuilder. getValue()
Feature value if a single value is requested.FeatureValue
FeatureValueList.Builder. getValues(int index)
A list of feature values.FeatureValue
FeatureValueList. getValues(int index)
A list of feature values.FeatureValue
FeatureValueListOrBuilder. getValues(int index)
A list of feature values.static FeatureValue
FeatureValue. parseDelimitedFrom(InputStream input)
static FeatureValue
FeatureValue. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FeatureValue
FeatureValue. parseFrom(byte[] data)
static FeatureValue
FeatureValue. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FeatureValue
FeatureValue. parseFrom(com.google.protobuf.ByteString data)
static FeatureValue
FeatureValue. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FeatureValue
FeatureValue. parseFrom(com.google.protobuf.CodedInputStream input)
static FeatureValue
FeatureValue. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FeatureValue
FeatureValue. parseFrom(InputStream input)
static FeatureValue
FeatureValue. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FeatureValue
FeatureValue. parseFrom(ByteBuffer data)
static FeatureValue
FeatureValue. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type FeatureValue Modifier and Type Method Description Map<String,FeatureValue>
WriteFeatureValuesPayload.Builder. getFeatureValues()
Deprecated.Map<String,FeatureValue>
WriteFeatureValuesPayload. getFeatureValues()
Deprecated.Map<String,FeatureValue>
WriteFeatureValuesPayloadOrBuilder. getFeatureValues()
Deprecated.Map<String,FeatureValue>
WriteFeatureValuesPayload.Builder. getFeatureValuesMap()
Required.Map<String,FeatureValue>
WriteFeatureValuesPayload. getFeatureValuesMap()
Required.Map<String,FeatureValue>
WriteFeatureValuesPayloadOrBuilder. getFeatureValuesMap()
Required.Map<String,FeatureValue>
WriteFeatureValuesPayload.Builder. getMutableFeatureValues()
Deprecated.com.google.protobuf.Parser<FeatureValue>
FeatureValue. getParserForType()
List<FeatureValue>
FeatureValueList.Builder. getValuesList()
A list of feature values.List<FeatureValue>
FeatureValueList. getValuesList()
A list of feature values.List<FeatureValue>
FeatureValueListOrBuilder. getValuesList()
A list of feature values.static com.google.protobuf.Parser<FeatureValue>
FeatureValue. parser()
Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type FeatureValue Modifier and Type Method Description FeatureValueList.Builder
FeatureValueList.Builder. addValues(int index, FeatureValue value)
A list of feature values.FeatureValueList.Builder
FeatureValueList.Builder. addValues(FeatureValue value)
A list of feature values.FeatureValue
WriteFeatureValuesPayload.Builder. getFeatureValuesOrDefault(String key, FeatureValue defaultValue)
Required.FeatureValue
WriteFeatureValuesPayload. getFeatureValuesOrDefault(String key, FeatureValue defaultValue)
Required.FeatureValue
WriteFeatureValuesPayloadOrBuilder. getFeatureValuesOrDefault(String key, FeatureValue defaultValue)
Required.FeatureValue.Builder
FeatureValue.Builder. mergeFrom(FeatureValue other)
ReadFeatureValuesResponse.EntityView.Data.Builder
ReadFeatureValuesResponse.EntityView.Data.Builder. mergeValue(FeatureValue value)
Feature value if a single value is requested.static FeatureValue.Builder
FeatureValue. newBuilder(FeatureValue prototype)
WriteFeatureValuesPayload.Builder
WriteFeatureValuesPayload.Builder. putFeatureValues(String key, FeatureValue value)
Required.ReadFeatureValuesResponse.EntityView.Data.Builder
ReadFeatureValuesResponse.EntityView.Data.Builder. setValue(FeatureValue value)
Feature value if a single value is requested.FeatureValueList.Builder
FeatureValueList.Builder. setValues(int index, FeatureValue value)
A list of feature values.Method parameters in com.google.cloud.aiplatform.v1beta1 with type arguments of type FeatureValue Modifier and Type Method Description FeatureValueList.Builder
FeatureValueList.Builder. addAllValues(Iterable<? extends FeatureValue> values)
A list of feature values.WriteFeatureValuesPayload.Builder
WriteFeatureValuesPayload.Builder. putAllFeatureValues(Map<String,FeatureValue> values)
Required.
-