public static final class FetchFeatureValuesRequest.Builder extends GeneratedMessageV3.Builder<FetchFeatureValuesRequest.Builder> implements FetchFeatureValuesRequestOrBuilder
Request message for
FeatureOnlineStoreService.FetchFeatureValues.
All the features under the requested feature view will be returned.
Protobuf type google.cloud.aiplatform.v1.FetchFeatureValuesRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public FetchFeatureValuesRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public FetchFeatureValuesRequest build()
public FetchFeatureValuesRequest buildPartial()
public FetchFeatureValuesRequest.Builder clear()
Overrides
public FetchFeatureValuesRequest.Builder clearDataFormat()
Optional. Response data format. If not set,
FeatureViewDataFormat.KEY_VALUE
will be used.
.google.cloud.aiplatform.v1.FeatureViewDataFormat data_format = 7 [(.google.api.field_behavior) = OPTIONAL];
public FetchFeatureValuesRequest.Builder clearDataKey()
Optional. The request key to fetch feature values for.
.google.cloud.aiplatform.v1.FeatureViewDataKey data_key = 6 [(.google.api.field_behavior) = OPTIONAL];
public FetchFeatureValuesRequest.Builder clearFeatureView()
Required. FeatureView resource format
projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}
string feature_view = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
public FetchFeatureValuesRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public FetchFeatureValuesRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public FetchFeatureValuesRequest.Builder clone()
Overrides
public FeatureViewDataFormat getDataFormat()
Optional. Response data format. If not set,
FeatureViewDataFormat.KEY_VALUE
will be used.
.google.cloud.aiplatform.v1.FeatureViewDataFormat data_format = 7 [(.google.api.field_behavior) = OPTIONAL];
public int getDataFormatValue()
Optional. Response data format. If not set,
FeatureViewDataFormat.KEY_VALUE
will be used.
.google.cloud.aiplatform.v1.FeatureViewDataFormat data_format = 7 [(.google.api.field_behavior) = OPTIONAL];
Returns |
---|
Type | Description |
int | The enum numeric value on the wire for dataFormat.
|
public FeatureViewDataKey getDataKey()
Optional. The request key to fetch feature values for.
.google.cloud.aiplatform.v1.FeatureViewDataKey data_key = 6 [(.google.api.field_behavior) = OPTIONAL];
public FeatureViewDataKey.Builder getDataKeyBuilder()
Optional. The request key to fetch feature values for.
.google.cloud.aiplatform.v1.FeatureViewDataKey data_key = 6 [(.google.api.field_behavior) = OPTIONAL];
public FeatureViewDataKeyOrBuilder getDataKeyOrBuilder()
Optional. The request key to fetch feature values for.
.google.cloud.aiplatform.v1.FeatureViewDataKey data_key = 6 [(.google.api.field_behavior) = OPTIONAL];
public FetchFeatureValuesRequest getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public String getFeatureView()
Required. FeatureView resource format
projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}
string feature_view = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
String | The featureView.
|
public ByteString getFeatureViewBytes()
Required. FeatureView resource format
projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}
string feature_view = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
ByteString | The bytes for featureView.
|
public boolean hasDataKey()
Optional. The request key to fetch feature values for.
.google.cloud.aiplatform.v1.FeatureViewDataKey data_key = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns |
---|
Type | Description |
boolean | Whether the dataKey field is set.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public FetchFeatureValuesRequest.Builder mergeDataKey(FeatureViewDataKey value)
Optional. The request key to fetch feature values for.
.google.cloud.aiplatform.v1.FeatureViewDataKey data_key = 6 [(.google.api.field_behavior) = OPTIONAL];
public FetchFeatureValuesRequest.Builder mergeFrom(FetchFeatureValuesRequest other)
public FetchFeatureValuesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public FetchFeatureValuesRequest.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
public final FetchFeatureValuesRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public FetchFeatureValuesRequest.Builder setDataFormat(FeatureViewDataFormat value)
Optional. Response data format. If not set,
FeatureViewDataFormat.KEY_VALUE
will be used.
.google.cloud.aiplatform.v1.FeatureViewDataFormat data_format = 7 [(.google.api.field_behavior) = OPTIONAL];
public FetchFeatureValuesRequest.Builder setDataFormatValue(int value)
Optional. Response data format. If not set,
FeatureViewDataFormat.KEY_VALUE
will be used.
.google.cloud.aiplatform.v1.FeatureViewDataFormat data_format = 7 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
---|
Name | Description |
value | int
The enum numeric value on the wire for dataFormat to set.
|
public FetchFeatureValuesRequest.Builder setDataKey(FeatureViewDataKey value)
Optional. The request key to fetch feature values for.
.google.cloud.aiplatform.v1.FeatureViewDataKey data_key = 6 [(.google.api.field_behavior) = OPTIONAL];
public FetchFeatureValuesRequest.Builder setDataKey(FeatureViewDataKey.Builder builderForValue)
Optional. The request key to fetch feature values for.
.google.cloud.aiplatform.v1.FeatureViewDataKey data_key = 6 [(.google.api.field_behavior) = OPTIONAL];
public FetchFeatureValuesRequest.Builder setFeatureView(String value)
Required. FeatureView resource format
projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}
string feature_view = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter |
---|
Name | Description |
value | String
The featureView to set.
|
public FetchFeatureValuesRequest.Builder setFeatureViewBytes(ByteString value)
Required. FeatureView resource format
projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}
string feature_view = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter |
---|
Name | Description |
value | ByteString
The bytes for featureView to set.
|
public FetchFeatureValuesRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public FetchFeatureValuesRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final FetchFeatureValuesRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides