public static final class ImportFeatureValuesRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ImportFeatureValuesRequest.Builder> implements ImportFeatureValuesRequestOrBuilder
Request message for [FeaturestoreService.ImportFeatureValues][google.cloud.aiplatform.v1beta1.FeaturestoreService.ImportFeatureValues].Protobuf type
google.cloud.aiplatform.v1beta1.ImportFeatureValuesRequest| Modifier and Type | Method and Description |
|---|---|
ImportFeatureValuesRequest.Builder |
addAllFeatureSpecs(Iterable<? extends ImportFeatureValuesRequest.FeatureSpec> values)
Required.
|
ImportFeatureValuesRequest.Builder |
addFeatureSpecs(ImportFeatureValuesRequest.FeatureSpec.Builder builderForValue)
Required.
|
ImportFeatureValuesRequest.Builder |
addFeatureSpecs(ImportFeatureValuesRequest.FeatureSpec value)
Required.
|
ImportFeatureValuesRequest.Builder |
addFeatureSpecs(int index,
ImportFeatureValuesRequest.FeatureSpec.Builder builderForValue)
Required.
|
ImportFeatureValuesRequest.Builder |
addFeatureSpecs(int index,
ImportFeatureValuesRequest.FeatureSpec value)
Required.
|
ImportFeatureValuesRequest.FeatureSpec.Builder |
addFeatureSpecsBuilder()
Required.
|
ImportFeatureValuesRequest.FeatureSpec.Builder |
addFeatureSpecsBuilder(int index)
Required.
|
ImportFeatureValuesRequest.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ImportFeatureValuesRequest |
build() |
ImportFeatureValuesRequest |
buildPartial() |
ImportFeatureValuesRequest.Builder |
clear() |
ImportFeatureValuesRequest.Builder |
clearAvroSource()
.google.cloud.aiplatform.v1beta1.AvroSource avro_source = 2; |
ImportFeatureValuesRequest.Builder |
clearBigquerySource()
.google.cloud.aiplatform.v1beta1.BigQuerySource bigquery_source = 3; |
ImportFeatureValuesRequest.Builder |
clearCsvSource()
.google.cloud.aiplatform.v1beta1.CsvSource csv_source = 4; |
ImportFeatureValuesRequest.Builder |
clearDisableIngestionAnalysis()
If true, API doesn't start ingestion analysis pipeline.
|
ImportFeatureValuesRequest.Builder |
clearDisableOnlineServing()
If set, data will not be imported for online serving.
|
ImportFeatureValuesRequest.Builder |
clearEntityIdField()
Source column that holds entity IDs.
|
ImportFeatureValuesRequest.Builder |
clearEntityType()
Required.
|
ImportFeatureValuesRequest.Builder |
clearFeatureSpecs()
Required.
|
ImportFeatureValuesRequest.Builder |
clearFeatureTime()
Single Feature timestamp for all entities being imported.
|
ImportFeatureValuesRequest.Builder |
clearFeatureTimeField()
Source column that holds the Feature timestamp for all Feature
values in each entity.
|
ImportFeatureValuesRequest.Builder |
clearFeatureTimeSource() |
ImportFeatureValuesRequest.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ImportFeatureValuesRequest.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ImportFeatureValuesRequest.Builder |
clearSource() |
ImportFeatureValuesRequest.Builder |
clearWorkerCount()
Specifies the number of workers that are used to write data to the
Featurestore.
|
ImportFeatureValuesRequest.Builder |
clone() |
AvroSource |
getAvroSource()
.google.cloud.aiplatform.v1beta1.AvroSource avro_source = 2; |
AvroSource.Builder |
getAvroSourceBuilder()
.google.cloud.aiplatform.v1beta1.AvroSource avro_source = 2; |
AvroSourceOrBuilder |
getAvroSourceOrBuilder()
.google.cloud.aiplatform.v1beta1.AvroSource avro_source = 2; |
BigQuerySource |
getBigquerySource()
.google.cloud.aiplatform.v1beta1.BigQuerySource bigquery_source = 3; |
BigQuerySource.Builder |
getBigquerySourceBuilder()
.google.cloud.aiplatform.v1beta1.BigQuerySource bigquery_source = 3; |
BigQuerySourceOrBuilder |
getBigquerySourceOrBuilder()
.google.cloud.aiplatform.v1beta1.BigQuerySource bigquery_source = 3; |
CsvSource |
getCsvSource()
.google.cloud.aiplatform.v1beta1.CsvSource csv_source = 4; |
CsvSource.Builder |
getCsvSourceBuilder()
.google.cloud.aiplatform.v1beta1.CsvSource csv_source = 4; |
CsvSourceOrBuilder |
getCsvSourceOrBuilder()
.google.cloud.aiplatform.v1beta1.CsvSource csv_source = 4; |
ImportFeatureValuesRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
boolean |
getDisableIngestionAnalysis()
If true, API doesn't start ingestion analysis pipeline.
|
boolean |
getDisableOnlineServing()
If set, data will not be imported for online serving.
|
String |
getEntityIdField()
Source column that holds entity IDs.
|
com.google.protobuf.ByteString |
getEntityIdFieldBytes()
Source column that holds entity IDs.
|
String |
getEntityType()
Required.
|
com.google.protobuf.ByteString |
getEntityTypeBytes()
Required.
|
ImportFeatureValuesRequest.FeatureSpec |
getFeatureSpecs(int index)
Required.
|
ImportFeatureValuesRequest.FeatureSpec.Builder |
getFeatureSpecsBuilder(int index)
Required.
|
List<ImportFeatureValuesRequest.FeatureSpec.Builder> |
getFeatureSpecsBuilderList()
Required.
|
int |
getFeatureSpecsCount()
Required.
|
List<ImportFeatureValuesRequest.FeatureSpec> |
getFeatureSpecsList()
Required.
|
ImportFeatureValuesRequest.FeatureSpecOrBuilder |
getFeatureSpecsOrBuilder(int index)
Required.
|
List<? extends ImportFeatureValuesRequest.FeatureSpecOrBuilder> |
getFeatureSpecsOrBuilderList()
Required.
|
com.google.protobuf.Timestamp |
getFeatureTime()
Single Feature timestamp for all entities being imported.
|
com.google.protobuf.Timestamp.Builder |
getFeatureTimeBuilder()
Single Feature timestamp for all entities being imported.
|
String |
getFeatureTimeField()
Source column that holds the Feature timestamp for all Feature
values in each entity.
|
com.google.protobuf.ByteString |
getFeatureTimeFieldBytes()
Source column that holds the Feature timestamp for all Feature
values in each entity.
|
com.google.protobuf.TimestampOrBuilder |
getFeatureTimeOrBuilder()
Single Feature timestamp for all entities being imported.
|
ImportFeatureValuesRequest.FeatureTimeSourceCase |
getFeatureTimeSourceCase() |
ImportFeatureValuesRequest.SourceCase |
getSourceCase() |
int |
getWorkerCount()
Specifies the number of workers that are used to write data to the
Featurestore.
|
boolean |
hasAvroSource()
.google.cloud.aiplatform.v1beta1.AvroSource avro_source = 2; |
boolean |
hasBigquerySource()
.google.cloud.aiplatform.v1beta1.BigQuerySource bigquery_source = 3; |
boolean |
hasCsvSource()
.google.cloud.aiplatform.v1beta1.CsvSource csv_source = 4; |
boolean |
hasFeatureTime()
Single Feature timestamp for all entities being imported.
|
boolean |
hasFeatureTimeField()
Source column that holds the Feature timestamp for all Feature
values in each entity.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ImportFeatureValuesRequest.Builder |
mergeAvroSource(AvroSource value)
.google.cloud.aiplatform.v1beta1.AvroSource avro_source = 2; |
ImportFeatureValuesRequest.Builder |
mergeBigquerySource(BigQuerySource value)
.google.cloud.aiplatform.v1beta1.BigQuerySource bigquery_source = 3; |
ImportFeatureValuesRequest.Builder |
mergeCsvSource(CsvSource value)
.google.cloud.aiplatform.v1beta1.CsvSource csv_source = 4; |
ImportFeatureValuesRequest.Builder |
mergeFeatureTime(com.google.protobuf.Timestamp value)
Single Feature timestamp for all entities being imported.
|
ImportFeatureValuesRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ImportFeatureValuesRequest.Builder |
mergeFrom(ImportFeatureValuesRequest other) |
ImportFeatureValuesRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
ImportFeatureValuesRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ImportFeatureValuesRequest.Builder |
removeFeatureSpecs(int index)
Required.
|
ImportFeatureValuesRequest.Builder |
setAvroSource(AvroSource.Builder builderForValue)
.google.cloud.aiplatform.v1beta1.AvroSource avro_source = 2; |
ImportFeatureValuesRequest.Builder |
setAvroSource(AvroSource value)
.google.cloud.aiplatform.v1beta1.AvroSource avro_source = 2; |
ImportFeatureValuesRequest.Builder |
setBigquerySource(BigQuerySource.Builder builderForValue)
.google.cloud.aiplatform.v1beta1.BigQuerySource bigquery_source = 3; |
ImportFeatureValuesRequest.Builder |
setBigquerySource(BigQuerySource value)
.google.cloud.aiplatform.v1beta1.BigQuerySource bigquery_source = 3; |
ImportFeatureValuesRequest.Builder |
setCsvSource(CsvSource.Builder builderForValue)
.google.cloud.aiplatform.v1beta1.CsvSource csv_source = 4; |
ImportFeatureValuesRequest.Builder |
setCsvSource(CsvSource value)
.google.cloud.aiplatform.v1beta1.CsvSource csv_source = 4; |
ImportFeatureValuesRequest.Builder |
setDisableIngestionAnalysis(boolean value)
If true, API doesn't start ingestion analysis pipeline.
|
ImportFeatureValuesRequest.Builder |
setDisableOnlineServing(boolean value)
If set, data will not be imported for online serving.
|
ImportFeatureValuesRequest.Builder |
setEntityIdField(String value)
Source column that holds entity IDs.
|
ImportFeatureValuesRequest.Builder |
setEntityIdFieldBytes(com.google.protobuf.ByteString value)
Source column that holds entity IDs.
|
ImportFeatureValuesRequest.Builder |
setEntityType(String value)
Required.
|
ImportFeatureValuesRequest.Builder |
setEntityTypeBytes(com.google.protobuf.ByteString value)
Required.
|
ImportFeatureValuesRequest.Builder |
setFeatureSpecs(int index,
ImportFeatureValuesRequest.FeatureSpec.Builder builderForValue)
Required.
|
ImportFeatureValuesRequest.Builder |
setFeatureSpecs(int index,
ImportFeatureValuesRequest.FeatureSpec value)
Required.
|
ImportFeatureValuesRequest.Builder |
setFeatureTime(com.google.protobuf.Timestamp.Builder builderForValue)
Single Feature timestamp for all entities being imported.
|
ImportFeatureValuesRequest.Builder |
setFeatureTime(com.google.protobuf.Timestamp value)
Single Feature timestamp for all entities being imported.
|
ImportFeatureValuesRequest.Builder |
setFeatureTimeField(String value)
Source column that holds the Feature timestamp for all Feature
values in each entity.
|
ImportFeatureValuesRequest.Builder |
setFeatureTimeFieldBytes(com.google.protobuf.ByteString value)
Source column that holds the Feature timestamp for all Feature
values in each entity.
|
ImportFeatureValuesRequest.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ImportFeatureValuesRequest.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ImportFeatureValuesRequest.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ImportFeatureValuesRequest.Builder |
setWorkerCount(int value)
Specifies the number of workers that are used to write data to the
Featurestore.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ImportFeatureValuesRequest.Builder>public ImportFeatureValuesRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ImportFeatureValuesRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ImportFeatureValuesRequest.Builder>public ImportFeatureValuesRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ImportFeatureValuesRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ImportFeatureValuesRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ImportFeatureValuesRequest.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ImportFeatureValuesRequest.Builder>public ImportFeatureValuesRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ImportFeatureValuesRequest.Builder>public ImportFeatureValuesRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ImportFeatureValuesRequest.Builder>public ImportFeatureValuesRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ImportFeatureValuesRequest.Builder>public ImportFeatureValuesRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ImportFeatureValuesRequest.Builder>public ImportFeatureValuesRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ImportFeatureValuesRequest.Builder>public ImportFeatureValuesRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ImportFeatureValuesRequest.Builder>public ImportFeatureValuesRequest.Builder mergeFrom(ImportFeatureValuesRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ImportFeatureValuesRequest.Builder>public ImportFeatureValuesRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ImportFeatureValuesRequest.Builder>IOExceptionpublic ImportFeatureValuesRequest.SourceCase getSourceCase()
getSourceCase in interface ImportFeatureValuesRequestOrBuilderpublic ImportFeatureValuesRequest.Builder clearSource()
public ImportFeatureValuesRequest.FeatureTimeSourceCase getFeatureTimeSourceCase()
getFeatureTimeSourceCase in interface ImportFeatureValuesRequestOrBuilderpublic ImportFeatureValuesRequest.Builder clearFeatureTimeSource()
public boolean hasAvroSource()
.google.cloud.aiplatform.v1beta1.AvroSource avro_source = 2;hasAvroSource in interface ImportFeatureValuesRequestOrBuilderpublic AvroSource getAvroSource()
.google.cloud.aiplatform.v1beta1.AvroSource avro_source = 2;getAvroSource in interface ImportFeatureValuesRequestOrBuilderpublic ImportFeatureValuesRequest.Builder setAvroSource(AvroSource value)
.google.cloud.aiplatform.v1beta1.AvroSource avro_source = 2;public ImportFeatureValuesRequest.Builder setAvroSource(AvroSource.Builder builderForValue)
.google.cloud.aiplatform.v1beta1.AvroSource avro_source = 2;public ImportFeatureValuesRequest.Builder mergeAvroSource(AvroSource value)
.google.cloud.aiplatform.v1beta1.AvroSource avro_source = 2;public ImportFeatureValuesRequest.Builder clearAvroSource()
.google.cloud.aiplatform.v1beta1.AvroSource avro_source = 2;public AvroSource.Builder getAvroSourceBuilder()
.google.cloud.aiplatform.v1beta1.AvroSource avro_source = 2;public AvroSourceOrBuilder getAvroSourceOrBuilder()
.google.cloud.aiplatform.v1beta1.AvroSource avro_source = 2;getAvroSourceOrBuilder in interface ImportFeatureValuesRequestOrBuilderpublic boolean hasBigquerySource()
.google.cloud.aiplatform.v1beta1.BigQuerySource bigquery_source = 3;hasBigquerySource in interface ImportFeatureValuesRequestOrBuilderpublic BigQuerySource getBigquerySource()
.google.cloud.aiplatform.v1beta1.BigQuerySource bigquery_source = 3;getBigquerySource in interface ImportFeatureValuesRequestOrBuilderpublic ImportFeatureValuesRequest.Builder setBigquerySource(BigQuerySource value)
.google.cloud.aiplatform.v1beta1.BigQuerySource bigquery_source = 3;public ImportFeatureValuesRequest.Builder setBigquerySource(BigQuerySource.Builder builderForValue)
.google.cloud.aiplatform.v1beta1.BigQuerySource bigquery_source = 3;public ImportFeatureValuesRequest.Builder mergeBigquerySource(BigQuerySource value)
.google.cloud.aiplatform.v1beta1.BigQuerySource bigquery_source = 3;public ImportFeatureValuesRequest.Builder clearBigquerySource()
.google.cloud.aiplatform.v1beta1.BigQuerySource bigquery_source = 3;public BigQuerySource.Builder getBigquerySourceBuilder()
.google.cloud.aiplatform.v1beta1.BigQuerySource bigquery_source = 3;public BigQuerySourceOrBuilder getBigquerySourceOrBuilder()
.google.cloud.aiplatform.v1beta1.BigQuerySource bigquery_source = 3;getBigquerySourceOrBuilder in interface ImportFeatureValuesRequestOrBuilderpublic boolean hasCsvSource()
.google.cloud.aiplatform.v1beta1.CsvSource csv_source = 4;hasCsvSource in interface ImportFeatureValuesRequestOrBuilderpublic CsvSource getCsvSource()
.google.cloud.aiplatform.v1beta1.CsvSource csv_source = 4;getCsvSource in interface ImportFeatureValuesRequestOrBuilderpublic ImportFeatureValuesRequest.Builder setCsvSource(CsvSource value)
.google.cloud.aiplatform.v1beta1.CsvSource csv_source = 4;public ImportFeatureValuesRequest.Builder setCsvSource(CsvSource.Builder builderForValue)
.google.cloud.aiplatform.v1beta1.CsvSource csv_source = 4;public ImportFeatureValuesRequest.Builder mergeCsvSource(CsvSource value)
.google.cloud.aiplatform.v1beta1.CsvSource csv_source = 4;public ImportFeatureValuesRequest.Builder clearCsvSource()
.google.cloud.aiplatform.v1beta1.CsvSource csv_source = 4;public CsvSource.Builder getCsvSourceBuilder()
.google.cloud.aiplatform.v1beta1.CsvSource csv_source = 4;public CsvSourceOrBuilder getCsvSourceOrBuilder()
.google.cloud.aiplatform.v1beta1.CsvSource csv_source = 4;getCsvSourceOrBuilder in interface ImportFeatureValuesRequestOrBuilderpublic boolean hasFeatureTimeField()
Source column that holds the Feature timestamp for all Feature values in each entity.
string feature_time_field = 6;hasFeatureTimeField in interface ImportFeatureValuesRequestOrBuilderpublic String getFeatureTimeField()
Source column that holds the Feature timestamp for all Feature values in each entity.
string feature_time_field = 6;getFeatureTimeField in interface ImportFeatureValuesRequestOrBuilderpublic com.google.protobuf.ByteString getFeatureTimeFieldBytes()
Source column that holds the Feature timestamp for all Feature values in each entity.
string feature_time_field = 6;getFeatureTimeFieldBytes in interface ImportFeatureValuesRequestOrBuilderpublic ImportFeatureValuesRequest.Builder setFeatureTimeField(String value)
Source column that holds the Feature timestamp for all Feature values in each entity.
string feature_time_field = 6;value - The featureTimeField to set.public ImportFeatureValuesRequest.Builder clearFeatureTimeField()
Source column that holds the Feature timestamp for all Feature values in each entity.
string feature_time_field = 6;public ImportFeatureValuesRequest.Builder setFeatureTimeFieldBytes(com.google.protobuf.ByteString value)
Source column that holds the Feature timestamp for all Feature values in each entity.
string feature_time_field = 6;value - The bytes for featureTimeField to set.public boolean hasFeatureTime()
Single Feature timestamp for all entities being imported. The timestamp must not have higher than millisecond precision.
.google.protobuf.Timestamp feature_time = 7;hasFeatureTime in interface ImportFeatureValuesRequestOrBuilderpublic com.google.protobuf.Timestamp getFeatureTime()
Single Feature timestamp for all entities being imported. The timestamp must not have higher than millisecond precision.
.google.protobuf.Timestamp feature_time = 7;getFeatureTime in interface ImportFeatureValuesRequestOrBuilderpublic ImportFeatureValuesRequest.Builder setFeatureTime(com.google.protobuf.Timestamp value)
Single Feature timestamp for all entities being imported. The timestamp must not have higher than millisecond precision.
.google.protobuf.Timestamp feature_time = 7;public ImportFeatureValuesRequest.Builder setFeatureTime(com.google.protobuf.Timestamp.Builder builderForValue)
Single Feature timestamp for all entities being imported. The timestamp must not have higher than millisecond precision.
.google.protobuf.Timestamp feature_time = 7;public ImportFeatureValuesRequest.Builder mergeFeatureTime(com.google.protobuf.Timestamp value)
Single Feature timestamp for all entities being imported. The timestamp must not have higher than millisecond precision.
.google.protobuf.Timestamp feature_time = 7;public ImportFeatureValuesRequest.Builder clearFeatureTime()
Single Feature timestamp for all entities being imported. The timestamp must not have higher than millisecond precision.
.google.protobuf.Timestamp feature_time = 7;public com.google.protobuf.Timestamp.Builder getFeatureTimeBuilder()
Single Feature timestamp for all entities being imported. The timestamp must not have higher than millisecond precision.
.google.protobuf.Timestamp feature_time = 7;public com.google.protobuf.TimestampOrBuilder getFeatureTimeOrBuilder()
Single Feature timestamp for all entities being imported. The timestamp must not have higher than millisecond precision.
.google.protobuf.Timestamp feature_time = 7;getFeatureTimeOrBuilder in interface ImportFeatureValuesRequestOrBuilderpublic String getEntityType()
Required. The resource name of the EntityType grouping the Features for
which values are being imported. Format:
`projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}`
string entity_type = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getEntityType in interface ImportFeatureValuesRequestOrBuilderpublic com.google.protobuf.ByteString getEntityTypeBytes()
Required. The resource name of the EntityType grouping the Features for
which values are being imported. Format:
`projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}`
string entity_type = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getEntityTypeBytes in interface ImportFeatureValuesRequestOrBuilderpublic ImportFeatureValuesRequest.Builder setEntityType(String value)
Required. The resource name of the EntityType grouping the Features for
which values are being imported. Format:
`projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}`
string entity_type = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
value - The entityType to set.public ImportFeatureValuesRequest.Builder clearEntityType()
Required. The resource name of the EntityType grouping the Features for
which values are being imported. Format:
`projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}`
string entity_type = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
public ImportFeatureValuesRequest.Builder setEntityTypeBytes(com.google.protobuf.ByteString value)
Required. The resource name of the EntityType grouping the Features for
which values are being imported. Format:
`projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}`
string entity_type = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
value - The bytes for entityType to set.public String getEntityIdField()
Source column that holds entity IDs. If not provided, entity IDs are extracted from the column named entity_id.
string entity_id_field = 5;getEntityIdField in interface ImportFeatureValuesRequestOrBuilderpublic com.google.protobuf.ByteString getEntityIdFieldBytes()
Source column that holds entity IDs. If not provided, entity IDs are extracted from the column named entity_id.
string entity_id_field = 5;getEntityIdFieldBytes in interface ImportFeatureValuesRequestOrBuilderpublic ImportFeatureValuesRequest.Builder setEntityIdField(String value)
Source column that holds entity IDs. If not provided, entity IDs are extracted from the column named entity_id.
string entity_id_field = 5;value - The entityIdField to set.public ImportFeatureValuesRequest.Builder clearEntityIdField()
Source column that holds entity IDs. If not provided, entity IDs are extracted from the column named entity_id.
string entity_id_field = 5;public ImportFeatureValuesRequest.Builder setEntityIdFieldBytes(com.google.protobuf.ByteString value)
Source column that holds entity IDs. If not provided, entity IDs are extracted from the column named entity_id.
string entity_id_field = 5;value - The bytes for entityIdField to set.public List<ImportFeatureValuesRequest.FeatureSpec> getFeatureSpecsList()
Required. Specifications defining which Feature values to import from the entity. The request fails if no feature_specs are provided, and having multiple feature_specs for one Feature is not allowed.
repeated .google.cloud.aiplatform.v1beta1.ImportFeatureValuesRequest.FeatureSpec feature_specs = 8 [(.google.api.field_behavior) = REQUIRED];
getFeatureSpecsList in interface ImportFeatureValuesRequestOrBuilderpublic int getFeatureSpecsCount()
Required. Specifications defining which Feature values to import from the entity. The request fails if no feature_specs are provided, and having multiple feature_specs for one Feature is not allowed.
repeated .google.cloud.aiplatform.v1beta1.ImportFeatureValuesRequest.FeatureSpec feature_specs = 8 [(.google.api.field_behavior) = REQUIRED];
getFeatureSpecsCount in interface ImportFeatureValuesRequestOrBuilderpublic ImportFeatureValuesRequest.FeatureSpec getFeatureSpecs(int index)
Required. Specifications defining which Feature values to import from the entity. The request fails if no feature_specs are provided, and having multiple feature_specs for one Feature is not allowed.
repeated .google.cloud.aiplatform.v1beta1.ImportFeatureValuesRequest.FeatureSpec feature_specs = 8 [(.google.api.field_behavior) = REQUIRED];
getFeatureSpecs in interface ImportFeatureValuesRequestOrBuilderpublic ImportFeatureValuesRequest.Builder setFeatureSpecs(int index, ImportFeatureValuesRequest.FeatureSpec value)
Required. Specifications defining which Feature values to import from the entity. The request fails if no feature_specs are provided, and having multiple feature_specs for one Feature is not allowed.
repeated .google.cloud.aiplatform.v1beta1.ImportFeatureValuesRequest.FeatureSpec feature_specs = 8 [(.google.api.field_behavior) = REQUIRED];
public ImportFeatureValuesRequest.Builder setFeatureSpecs(int index, ImportFeatureValuesRequest.FeatureSpec.Builder builderForValue)
Required. Specifications defining which Feature values to import from the entity. The request fails if no feature_specs are provided, and having multiple feature_specs for one Feature is not allowed.
repeated .google.cloud.aiplatform.v1beta1.ImportFeatureValuesRequest.FeatureSpec feature_specs = 8 [(.google.api.field_behavior) = REQUIRED];
public ImportFeatureValuesRequest.Builder addFeatureSpecs(ImportFeatureValuesRequest.FeatureSpec value)
Required. Specifications defining which Feature values to import from the entity. The request fails if no feature_specs are provided, and having multiple feature_specs for one Feature is not allowed.
repeated .google.cloud.aiplatform.v1beta1.ImportFeatureValuesRequest.FeatureSpec feature_specs = 8 [(.google.api.field_behavior) = REQUIRED];
public ImportFeatureValuesRequest.Builder addFeatureSpecs(int index, ImportFeatureValuesRequest.FeatureSpec value)
Required. Specifications defining which Feature values to import from the entity. The request fails if no feature_specs are provided, and having multiple feature_specs for one Feature is not allowed.
repeated .google.cloud.aiplatform.v1beta1.ImportFeatureValuesRequest.FeatureSpec feature_specs = 8 [(.google.api.field_behavior) = REQUIRED];
public ImportFeatureValuesRequest.Builder addFeatureSpecs(ImportFeatureValuesRequest.FeatureSpec.Builder builderForValue)
Required. Specifications defining which Feature values to import from the entity. The request fails if no feature_specs are provided, and having multiple feature_specs for one Feature is not allowed.
repeated .google.cloud.aiplatform.v1beta1.ImportFeatureValuesRequest.FeatureSpec feature_specs = 8 [(.google.api.field_behavior) = REQUIRED];
public ImportFeatureValuesRequest.Builder addFeatureSpecs(int index, ImportFeatureValuesRequest.FeatureSpec.Builder builderForValue)
Required. Specifications defining which Feature values to import from the entity. The request fails if no feature_specs are provided, and having multiple feature_specs for one Feature is not allowed.
repeated .google.cloud.aiplatform.v1beta1.ImportFeatureValuesRequest.FeatureSpec feature_specs = 8 [(.google.api.field_behavior) = REQUIRED];
public ImportFeatureValuesRequest.Builder addAllFeatureSpecs(Iterable<? extends ImportFeatureValuesRequest.FeatureSpec> values)
Required. Specifications defining which Feature values to import from the entity. The request fails if no feature_specs are provided, and having multiple feature_specs for one Feature is not allowed.
repeated .google.cloud.aiplatform.v1beta1.ImportFeatureValuesRequest.FeatureSpec feature_specs = 8 [(.google.api.field_behavior) = REQUIRED];
public ImportFeatureValuesRequest.Builder clearFeatureSpecs()
Required. Specifications defining which Feature values to import from the entity. The request fails if no feature_specs are provided, and having multiple feature_specs for one Feature is not allowed.
repeated .google.cloud.aiplatform.v1beta1.ImportFeatureValuesRequest.FeatureSpec feature_specs = 8 [(.google.api.field_behavior) = REQUIRED];
public ImportFeatureValuesRequest.Builder removeFeatureSpecs(int index)
Required. Specifications defining which Feature values to import from the entity. The request fails if no feature_specs are provided, and having multiple feature_specs for one Feature is not allowed.
repeated .google.cloud.aiplatform.v1beta1.ImportFeatureValuesRequest.FeatureSpec feature_specs = 8 [(.google.api.field_behavior) = REQUIRED];
public ImportFeatureValuesRequest.FeatureSpec.Builder getFeatureSpecsBuilder(int index)
Required. Specifications defining which Feature values to import from the entity. The request fails if no feature_specs are provided, and having multiple feature_specs for one Feature is not allowed.
repeated .google.cloud.aiplatform.v1beta1.ImportFeatureValuesRequest.FeatureSpec feature_specs = 8 [(.google.api.field_behavior) = REQUIRED];
public ImportFeatureValuesRequest.FeatureSpecOrBuilder getFeatureSpecsOrBuilder(int index)
Required. Specifications defining which Feature values to import from the entity. The request fails if no feature_specs are provided, and having multiple feature_specs for one Feature is not allowed.
repeated .google.cloud.aiplatform.v1beta1.ImportFeatureValuesRequest.FeatureSpec feature_specs = 8 [(.google.api.field_behavior) = REQUIRED];
getFeatureSpecsOrBuilder in interface ImportFeatureValuesRequestOrBuilderpublic List<? extends ImportFeatureValuesRequest.FeatureSpecOrBuilder> getFeatureSpecsOrBuilderList()
Required. Specifications defining which Feature values to import from the entity. The request fails if no feature_specs are provided, and having multiple feature_specs for one Feature is not allowed.
repeated .google.cloud.aiplatform.v1beta1.ImportFeatureValuesRequest.FeatureSpec feature_specs = 8 [(.google.api.field_behavior) = REQUIRED];
getFeatureSpecsOrBuilderList in interface ImportFeatureValuesRequestOrBuilderpublic ImportFeatureValuesRequest.FeatureSpec.Builder addFeatureSpecsBuilder()
Required. Specifications defining which Feature values to import from the entity. The request fails if no feature_specs are provided, and having multiple feature_specs for one Feature is not allowed.
repeated .google.cloud.aiplatform.v1beta1.ImportFeatureValuesRequest.FeatureSpec feature_specs = 8 [(.google.api.field_behavior) = REQUIRED];
public ImportFeatureValuesRequest.FeatureSpec.Builder addFeatureSpecsBuilder(int index)
Required. Specifications defining which Feature values to import from the entity. The request fails if no feature_specs are provided, and having multiple feature_specs for one Feature is not allowed.
repeated .google.cloud.aiplatform.v1beta1.ImportFeatureValuesRequest.FeatureSpec feature_specs = 8 [(.google.api.field_behavior) = REQUIRED];
public List<ImportFeatureValuesRequest.FeatureSpec.Builder> getFeatureSpecsBuilderList()
Required. Specifications defining which Feature values to import from the entity. The request fails if no feature_specs are provided, and having multiple feature_specs for one Feature is not allowed.
repeated .google.cloud.aiplatform.v1beta1.ImportFeatureValuesRequest.FeatureSpec feature_specs = 8 [(.google.api.field_behavior) = REQUIRED];
public boolean getDisableOnlineServing()
If set, data will not be imported for online serving. This is typically used for backfilling, where Feature generation timestamps are not in the timestamp range needed for online serving.
bool disable_online_serving = 9;getDisableOnlineServing in interface ImportFeatureValuesRequestOrBuilderpublic ImportFeatureValuesRequest.Builder setDisableOnlineServing(boolean value)
If set, data will not be imported for online serving. This is typically used for backfilling, where Feature generation timestamps are not in the timestamp range needed for online serving.
bool disable_online_serving = 9;value - The disableOnlineServing to set.public ImportFeatureValuesRequest.Builder clearDisableOnlineServing()
If set, data will not be imported for online serving. This is typically used for backfilling, where Feature generation timestamps are not in the timestamp range needed for online serving.
bool disable_online_serving = 9;public int getWorkerCount()
Specifies the number of workers that are used to write data to the Featurestore. Consider the online serving capacity that you require to achieve the desired import throughput without interfering with online serving. The value must be positive, and less than or equal to 100. If not set, defaults to using 1 worker. The low count ensures minimal impact on online serving performance.
int32 worker_count = 11;getWorkerCount in interface ImportFeatureValuesRequestOrBuilderpublic ImportFeatureValuesRequest.Builder setWorkerCount(int value)
Specifies the number of workers that are used to write data to the Featurestore. Consider the online serving capacity that you require to achieve the desired import throughput without interfering with online serving. The value must be positive, and less than or equal to 100. If not set, defaults to using 1 worker. The low count ensures minimal impact on online serving performance.
int32 worker_count = 11;value - The workerCount to set.public ImportFeatureValuesRequest.Builder clearWorkerCount()
Specifies the number of workers that are used to write data to the Featurestore. Consider the online serving capacity that you require to achieve the desired import throughput without interfering with online serving. The value must be positive, and less than or equal to 100. If not set, defaults to using 1 worker. The low count ensures minimal impact on online serving performance.
int32 worker_count = 11;public boolean getDisableIngestionAnalysis()
If true, API doesn't start ingestion analysis pipeline.
bool disable_ingestion_analysis = 12;getDisableIngestionAnalysis in interface ImportFeatureValuesRequestOrBuilderpublic ImportFeatureValuesRequest.Builder setDisableIngestionAnalysis(boolean value)
If true, API doesn't start ingestion analysis pipeline.
bool disable_ingestion_analysis = 12;value - The disableIngestionAnalysis to set.public ImportFeatureValuesRequest.Builder clearDisableIngestionAnalysis()
If true, API doesn't start ingestion analysis pipeline.
bool disable_ingestion_analysis = 12;public final ImportFeatureValuesRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ImportFeatureValuesRequest.Builder>public final ImportFeatureValuesRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ImportFeatureValuesRequest.Builder>Copyright © 2025 Google LLC. All rights reserved.