Package com.google.cloud.aiplatform.v1
Interface WriteFeatureValuesRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WriteFeatureValuesRequest,WriteFeatureValuesRequest.Builder
@Generated
public interface WriteFeatureValuesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionRequired.com.google.protobuf.ByteStringRequired.getPayloads(int index) Required.intRequired.Required.getPayloadsOrBuilder(int index) Required.List<? extends WriteFeatureValuesPayloadOrBuilder>Required.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getEntityType
String 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) = { ... }- Returns:
- The entityType.
-
getEntityTypeBytes
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) = { ... }- Returns:
- The bytes for entityType.
-
getPayloadsList
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.v1.WriteFeatureValuesPayload payloads = 2 [(.google.api.field_behavior) = REQUIRED]; -
getPayloads
Required. The entities to be written. Up to 100,000 feature values can be written across all `payloads`.
repeated .google.cloud.aiplatform.v1.WriteFeatureValuesPayload payloads = 2 [(.google.api.field_behavior) = REQUIRED]; -
getPayloadsCount
int getPayloadsCount()Required. The entities to be written. Up to 100,000 feature values can be written across all `payloads`.
repeated .google.cloud.aiplatform.v1.WriteFeatureValuesPayload payloads = 2 [(.google.api.field_behavior) = REQUIRED]; -
getPayloadsOrBuilderList
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.v1.WriteFeatureValuesPayload payloads = 2 [(.google.api.field_behavior) = REQUIRED]; -
getPayloadsOrBuilder
Required. The entities to be written. Up to 100,000 feature values can be written across all `payloads`.
repeated .google.cloud.aiplatform.v1.WriteFeatureValuesPayload payloads = 2 [(.google.api.field_behavior) = REQUIRED];
-