Uses of Class
com.google.cloud.aiplatform.v1.FeatureValueList
-
Packages that use FeatureValueList Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of FeatureValueList in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return FeatureValueList Modifier and Type Method Description FeatureValueList
FeatureValueList.Builder. build()
FeatureValueList
FeatureValueList.Builder. buildPartial()
static FeatureValueList
FeatureValueList. getDefaultInstance()
FeatureValueList
FeatureValueList.Builder. getDefaultInstanceForType()
FeatureValueList
FeatureValueList. getDefaultInstanceForType()
FeatureValueList
ReadFeatureValuesResponse.EntityView.Data.Builder. getValues()
Feature values list if values, successive in time, are requested.FeatureValueList
ReadFeatureValuesResponse.EntityView.Data. getValues()
Feature values list if values, successive in time, are requested.FeatureValueList
ReadFeatureValuesResponse.EntityView.DataOrBuilder. getValues()
Feature values list if values, successive in time, are requested.static FeatureValueList
FeatureValueList. parseDelimitedFrom(InputStream input)
static FeatureValueList
FeatureValueList. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FeatureValueList
FeatureValueList. parseFrom(byte[] data)
static FeatureValueList
FeatureValueList. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FeatureValueList
FeatureValueList. parseFrom(com.google.protobuf.ByteString data)
static FeatureValueList
FeatureValueList. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FeatureValueList
FeatureValueList. parseFrom(com.google.protobuf.CodedInputStream input)
static FeatureValueList
FeatureValueList. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FeatureValueList
FeatureValueList. parseFrom(InputStream input)
static FeatureValueList
FeatureValueList. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FeatureValueList
FeatureValueList. parseFrom(ByteBuffer data)
static FeatureValueList
FeatureValueList. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type FeatureValueList Modifier and Type Method Description com.google.protobuf.Parser<FeatureValueList>
FeatureValueList. getParserForType()
static com.google.protobuf.Parser<FeatureValueList>
FeatureValueList. parser()
Methods in com.google.cloud.aiplatform.v1 with parameters of type FeatureValueList Modifier and Type Method Description FeatureValueList.Builder
FeatureValueList.Builder. mergeFrom(FeatureValueList other)
ReadFeatureValuesResponse.EntityView.Data.Builder
ReadFeatureValuesResponse.EntityView.Data.Builder. mergeValues(FeatureValueList value)
Feature values list if values, successive in time, are requested.static FeatureValueList.Builder
FeatureValueList. newBuilder(FeatureValueList prototype)
ReadFeatureValuesResponse.EntityView.Data.Builder
ReadFeatureValuesResponse.EntityView.Data.Builder. setValues(FeatureValueList value)
Feature values list if values, successive in time, are requested.
-