Uses of Class
com.google.cloud.aiplatform.v1beta1.BatchReadFeatureValuesRequest.PassThroughField
-
Packages that use BatchReadFeatureValuesRequest.PassThroughField Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of BatchReadFeatureValuesRequest.PassThroughField in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return BatchReadFeatureValuesRequest.PassThroughField Modifier and Type Method Description BatchReadFeatureValuesRequest.PassThroughField
BatchReadFeatureValuesRequest.PassThroughField.Builder. build()
BatchReadFeatureValuesRequest.PassThroughField
BatchReadFeatureValuesRequest.PassThroughField.Builder. buildPartial()
static BatchReadFeatureValuesRequest.PassThroughField
BatchReadFeatureValuesRequest.PassThroughField. getDefaultInstance()
BatchReadFeatureValuesRequest.PassThroughField
BatchReadFeatureValuesRequest.PassThroughField.Builder. getDefaultInstanceForType()
BatchReadFeatureValuesRequest.PassThroughField
BatchReadFeatureValuesRequest.PassThroughField. getDefaultInstanceForType()
BatchReadFeatureValuesRequest.PassThroughField
BatchReadFeatureValuesRequest.Builder. getPassThroughFields(int index)
When not empty, the specified fields in the *_read_instances source will be joined as-is in the output, in addition to those fields from the Featurestore Entity.BatchReadFeatureValuesRequest.PassThroughField
BatchReadFeatureValuesRequest. getPassThroughFields(int index)
When not empty, the specified fields in the *_read_instances source will be joined as-is in the output, in addition to those fields from the Featurestore Entity.BatchReadFeatureValuesRequest.PassThroughField
BatchReadFeatureValuesRequestOrBuilder. getPassThroughFields(int index)
When not empty, the specified fields in the *_read_instances source will be joined as-is in the output, in addition to those fields from the Featurestore Entity.static BatchReadFeatureValuesRequest.PassThroughField
BatchReadFeatureValuesRequest.PassThroughField. parseDelimitedFrom(InputStream input)
static BatchReadFeatureValuesRequest.PassThroughField
BatchReadFeatureValuesRequest.PassThroughField. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchReadFeatureValuesRequest.PassThroughField
BatchReadFeatureValuesRequest.PassThroughField. parseFrom(byte[] data)
static BatchReadFeatureValuesRequest.PassThroughField
BatchReadFeatureValuesRequest.PassThroughField. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchReadFeatureValuesRequest.PassThroughField
BatchReadFeatureValuesRequest.PassThroughField. parseFrom(com.google.protobuf.ByteString data)
static BatchReadFeatureValuesRequest.PassThroughField
BatchReadFeatureValuesRequest.PassThroughField. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchReadFeatureValuesRequest.PassThroughField
BatchReadFeatureValuesRequest.PassThroughField. parseFrom(com.google.protobuf.CodedInputStream input)
static BatchReadFeatureValuesRequest.PassThroughField
BatchReadFeatureValuesRequest.PassThroughField. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchReadFeatureValuesRequest.PassThroughField
BatchReadFeatureValuesRequest.PassThroughField. parseFrom(InputStream input)
static BatchReadFeatureValuesRequest.PassThroughField
BatchReadFeatureValuesRequest.PassThroughField. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchReadFeatureValuesRequest.PassThroughField
BatchReadFeatureValuesRequest.PassThroughField. parseFrom(ByteBuffer data)
static BatchReadFeatureValuesRequest.PassThroughField
BatchReadFeatureValuesRequest.PassThroughField. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type BatchReadFeatureValuesRequest.PassThroughField Modifier and Type Method Description com.google.protobuf.Parser<BatchReadFeatureValuesRequest.PassThroughField>
BatchReadFeatureValuesRequest.PassThroughField. getParserForType()
List<BatchReadFeatureValuesRequest.PassThroughField>
BatchReadFeatureValuesRequest.Builder. getPassThroughFieldsList()
When not empty, the specified fields in the *_read_instances source will be joined as-is in the output, in addition to those fields from the Featurestore Entity.List<BatchReadFeatureValuesRequest.PassThroughField>
BatchReadFeatureValuesRequest. getPassThroughFieldsList()
When not empty, the specified fields in the *_read_instances source will be joined as-is in the output, in addition to those fields from the Featurestore Entity.List<BatchReadFeatureValuesRequest.PassThroughField>
BatchReadFeatureValuesRequestOrBuilder. getPassThroughFieldsList()
When not empty, the specified fields in the *_read_instances source will be joined as-is in the output, in addition to those fields from the Featurestore Entity.static com.google.protobuf.Parser<BatchReadFeatureValuesRequest.PassThroughField>
BatchReadFeatureValuesRequest.PassThroughField. parser()
Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type BatchReadFeatureValuesRequest.PassThroughField Modifier and Type Method Description BatchReadFeatureValuesRequest.Builder
BatchReadFeatureValuesRequest.Builder. addPassThroughFields(int index, BatchReadFeatureValuesRequest.PassThroughField value)
When not empty, the specified fields in the *_read_instances source will be joined as-is in the output, in addition to those fields from the Featurestore Entity.BatchReadFeatureValuesRequest.Builder
BatchReadFeatureValuesRequest.Builder. addPassThroughFields(BatchReadFeatureValuesRequest.PassThroughField value)
When not empty, the specified fields in the *_read_instances source will be joined as-is in the output, in addition to those fields from the Featurestore Entity.BatchReadFeatureValuesRequest.PassThroughField.Builder
BatchReadFeatureValuesRequest.PassThroughField.Builder. mergeFrom(BatchReadFeatureValuesRequest.PassThroughField other)
static BatchReadFeatureValuesRequest.PassThroughField.Builder
BatchReadFeatureValuesRequest.PassThroughField. newBuilder(BatchReadFeatureValuesRequest.PassThroughField prototype)
BatchReadFeatureValuesRequest.Builder
BatchReadFeatureValuesRequest.Builder. setPassThroughFields(int index, BatchReadFeatureValuesRequest.PassThroughField value)
When not empty, the specified fields in the *_read_instances source will be joined as-is in the output, in addition to those fields from the Featurestore Entity.Method parameters in com.google.cloud.aiplatform.v1beta1 with type arguments of type BatchReadFeatureValuesRequest.PassThroughField Modifier and Type Method Description BatchReadFeatureValuesRequest.Builder
BatchReadFeatureValuesRequest.Builder. addAllPassThroughFields(Iterable<? extends BatchReadFeatureValuesRequest.PassThroughField> values)
When not empty, the specified fields in the *_read_instances source will be joined as-is in the output, in addition to those fields from the Featurestore Entity.
-