public interface WriteFeatureValuesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEntityType()
Required.
|
com.google.protobuf.ByteString |
getEntityTypeBytes()
Required.
|
WriteFeatureValuesPayload |
getPayloads(int index)
Required.
|
int |
getPayloadsCount()
Required.
|
List<WriteFeatureValuesPayload> |
getPayloadsList()
Required.
|
WriteFeatureValuesPayloadOrBuilder |
getPayloadsOrBuilder(int index)
Required.
|
List<? extends WriteFeatureValuesPayloadOrBuilder> |
getPayloadsOrBuilderList()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getEntityType()
Required. The resource name of the EntityType for the entities being
written. Value format:
`projects/{project}/locations/{location}/featurestores/
{featurestore}/entityTypes/{entityType}`. For example,
for a machine learning model predicting user clicks on a website, an
EntityType ID could be `user`.
string entity_type = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getEntityTypeBytes()
Required. The resource name of the EntityType for the entities being
written. Value format:
`projects/{project}/locations/{location}/featurestores/
{featurestore}/entityTypes/{entityType}`. For example,
for a machine learning model predicting user clicks on a website, an
EntityType ID could be `user`.
string entity_type = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
List<WriteFeatureValuesPayload> getPayloadsList()
Required. The entities to be written. Up to 100,000 feature values can be written across all `payloads`.
repeated .google.cloud.aiplatform.v1beta1.WriteFeatureValuesPayload payloads = 2 [(.google.api.field_behavior) = REQUIRED];
WriteFeatureValuesPayload getPayloads(int index)
Required. The entities to be written. Up to 100,000 feature values can be written across all `payloads`.
repeated .google.cloud.aiplatform.v1beta1.WriteFeatureValuesPayload payloads = 2 [(.google.api.field_behavior) = REQUIRED];
int getPayloadsCount()
Required. The entities to be written. Up to 100,000 feature values can be written across all `payloads`.
repeated .google.cloud.aiplatform.v1beta1.WriteFeatureValuesPayload payloads = 2 [(.google.api.field_behavior) = REQUIRED];
List<? extends WriteFeatureValuesPayloadOrBuilder> getPayloadsOrBuilderList()
Required. The entities to be written. Up to 100,000 feature values can be written across all `payloads`.
repeated .google.cloud.aiplatform.v1beta1.WriteFeatureValuesPayload payloads = 2 [(.google.api.field_behavior) = REQUIRED];
WriteFeatureValuesPayloadOrBuilder getPayloadsOrBuilder(int index)
Required. The entities to be written. Up to 100,000 feature values can be written across all `payloads`.
repeated .google.cloud.aiplatform.v1beta1.WriteFeatureValuesPayload payloads = 2 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2025 Google LLC. All rights reserved.