Class ImportFeatureValuesRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ImportFeatureValuesRequest.Builder>
-
- com.google.cloud.aiplatform.v1beta1.ImportFeatureValuesRequest.Builder
-
- All Implemented Interfaces:
ImportFeatureValuesRequestOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- ImportFeatureValuesRequest
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 typegoogle.cloud.aiplatform.v1beta1.ImportFeatureValuesRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ImportFeatureValuesRequest.Builder
addAllFeatureSpecs(Iterable<? extends ImportFeatureValuesRequest.FeatureSpec> values)
Required.ImportFeatureValuesRequest.Builder
addFeatureSpecs(int index, ImportFeatureValuesRequest.FeatureSpec value)
Required.ImportFeatureValuesRequest.Builder
addFeatureSpecs(int index, ImportFeatureValuesRequest.FeatureSpec.Builder builderForValue)
Required.ImportFeatureValuesRequest.Builder
addFeatureSpecs(ImportFeatureValuesRequest.FeatureSpec value)
Required.ImportFeatureValuesRequest.Builder
addFeatureSpecs(ImportFeatureValuesRequest.FeatureSpec.Builder builderForValue)
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(ImportFeatureValuesRequest other)
ImportFeatureValuesRequest.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
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 value)
.google.cloud.aiplatform.v1beta1.AvroSource avro_source = 2;
ImportFeatureValuesRequest.Builder
setAvroSource(AvroSource.Builder builderForValue)
.google.cloud.aiplatform.v1beta1.AvroSource avro_source = 2;
ImportFeatureValuesRequest.Builder
setBigquerySource(BigQuerySource value)
.google.cloud.aiplatform.v1beta1.BigQuerySource bigquery_source = 3;
ImportFeatureValuesRequest.Builder
setBigquerySource(BigQuerySource.Builder builderForValue)
.google.cloud.aiplatform.v1beta1.BigQuerySource bigquery_source = 3;
ImportFeatureValuesRequest.Builder
setCsvSource(CsvSource value)
.google.cloud.aiplatform.v1beta1.CsvSource csv_source = 4;
ImportFeatureValuesRequest.Builder
setCsvSource(CsvSource.Builder builderForValue)
.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 value)
Required.ImportFeatureValuesRequest.Builder
setFeatureSpecs(int index, ImportFeatureValuesRequest.FeatureSpec.Builder builderForValue)
Required.ImportFeatureValuesRequest.Builder
setFeatureTime(com.google.protobuf.Timestamp value)
Single Feature timestamp for all entities being imported.ImportFeatureValuesRequest.Builder
setFeatureTime(com.google.protobuf.Timestamp.Builder builderForValue)
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.-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<ImportFeatureValuesRequest.Builder>
-
clear
public ImportFeatureValuesRequest.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<ImportFeatureValuesRequest.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<ImportFeatureValuesRequest.Builder>
-
getDefaultInstanceForType
public ImportFeatureValuesRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public ImportFeatureValuesRequest build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ImportFeatureValuesRequest buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ImportFeatureValuesRequest.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<ImportFeatureValuesRequest.Builder>
-
setField
public ImportFeatureValuesRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ImportFeatureValuesRequest.Builder>
-
clearField
public ImportFeatureValuesRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ImportFeatureValuesRequest.Builder>
-
clearOneof
public ImportFeatureValuesRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<ImportFeatureValuesRequest.Builder>
-
setRepeatedField
public ImportFeatureValuesRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ImportFeatureValuesRequest.Builder>
-
addRepeatedField
public ImportFeatureValuesRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ImportFeatureValuesRequest.Builder>
-
mergeFrom
public ImportFeatureValuesRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ImportFeatureValuesRequest.Builder>
-
mergeFrom
public ImportFeatureValuesRequest.Builder mergeFrom(ImportFeatureValuesRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<ImportFeatureValuesRequest.Builder>
-
mergeFrom
public ImportFeatureValuesRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ImportFeatureValuesRequest.Builder>
- Throws:
IOException
-
getSourceCase
public ImportFeatureValuesRequest.SourceCase getSourceCase()
- Specified by:
getSourceCase
in interfaceImportFeatureValuesRequestOrBuilder
-
clearSource
public ImportFeatureValuesRequest.Builder clearSource()
-
getFeatureTimeSourceCase
public ImportFeatureValuesRequest.FeatureTimeSourceCase getFeatureTimeSourceCase()
- Specified by:
getFeatureTimeSourceCase
in interfaceImportFeatureValuesRequestOrBuilder
-
clearFeatureTimeSource
public ImportFeatureValuesRequest.Builder clearFeatureTimeSource()
-
hasAvroSource
public boolean hasAvroSource()
.google.cloud.aiplatform.v1beta1.AvroSource avro_source = 2;
- Specified by:
hasAvroSource
in interfaceImportFeatureValuesRequestOrBuilder
- Returns:
- Whether the avroSource field is set.
-
getAvroSource
public AvroSource getAvroSource()
.google.cloud.aiplatform.v1beta1.AvroSource avro_source = 2;
- Specified by:
getAvroSource
in interfaceImportFeatureValuesRequestOrBuilder
- Returns:
- The avroSource.
-
setAvroSource
public ImportFeatureValuesRequest.Builder setAvroSource(AvroSource value)
.google.cloud.aiplatform.v1beta1.AvroSource avro_source = 2;
-
setAvroSource
public ImportFeatureValuesRequest.Builder setAvroSource(AvroSource.Builder builderForValue)
.google.cloud.aiplatform.v1beta1.AvroSource avro_source = 2;
-
mergeAvroSource
public ImportFeatureValuesRequest.Builder mergeAvroSource(AvroSource value)
.google.cloud.aiplatform.v1beta1.AvroSource avro_source = 2;
-
clearAvroSource
public ImportFeatureValuesRequest.Builder clearAvroSource()
.google.cloud.aiplatform.v1beta1.AvroSource avro_source = 2;
-
getAvroSourceBuilder
public AvroSource.Builder getAvroSourceBuilder()
.google.cloud.aiplatform.v1beta1.AvroSource avro_source = 2;
-
getAvroSourceOrBuilder
public AvroSourceOrBuilder getAvroSourceOrBuilder()
.google.cloud.aiplatform.v1beta1.AvroSource avro_source = 2;
- Specified by:
getAvroSourceOrBuilder
in interfaceImportFeatureValuesRequestOrBuilder
-
hasBigquerySource
public boolean hasBigquerySource()
.google.cloud.aiplatform.v1beta1.BigQuerySource bigquery_source = 3;
- Specified by:
hasBigquerySource
in interfaceImportFeatureValuesRequestOrBuilder
- Returns:
- Whether the bigquerySource field is set.
-
getBigquerySource
public BigQuerySource getBigquerySource()
.google.cloud.aiplatform.v1beta1.BigQuerySource bigquery_source = 3;
- Specified by:
getBigquerySource
in interfaceImportFeatureValuesRequestOrBuilder
- Returns:
- The bigquerySource.
-
setBigquerySource
public ImportFeatureValuesRequest.Builder setBigquerySource(BigQuerySource value)
.google.cloud.aiplatform.v1beta1.BigQuerySource bigquery_source = 3;
-
setBigquerySource
public ImportFeatureValuesRequest.Builder setBigquerySource(BigQuerySource.Builder builderForValue)
.google.cloud.aiplatform.v1beta1.BigQuerySource bigquery_source = 3;
-
mergeBigquerySource
public ImportFeatureValuesRequest.Builder mergeBigquerySource(BigQuerySource value)
.google.cloud.aiplatform.v1beta1.BigQuerySource bigquery_source = 3;
-
clearBigquerySource
public ImportFeatureValuesRequest.Builder clearBigquerySource()
.google.cloud.aiplatform.v1beta1.BigQuerySource bigquery_source = 3;
-
getBigquerySourceBuilder
public BigQuerySource.Builder getBigquerySourceBuilder()
.google.cloud.aiplatform.v1beta1.BigQuerySource bigquery_source = 3;
-
getBigquerySourceOrBuilder
public BigQuerySourceOrBuilder getBigquerySourceOrBuilder()
.google.cloud.aiplatform.v1beta1.BigQuerySource bigquery_source = 3;
- Specified by:
getBigquerySourceOrBuilder
in interfaceImportFeatureValuesRequestOrBuilder
-
hasCsvSource
public boolean hasCsvSource()
.google.cloud.aiplatform.v1beta1.CsvSource csv_source = 4;
- Specified by:
hasCsvSource
in interfaceImportFeatureValuesRequestOrBuilder
- Returns:
- Whether the csvSource field is set.
-
getCsvSource
public CsvSource getCsvSource()
.google.cloud.aiplatform.v1beta1.CsvSource csv_source = 4;
- Specified by:
getCsvSource
in interfaceImportFeatureValuesRequestOrBuilder
- Returns:
- The csvSource.
-
setCsvSource
public ImportFeatureValuesRequest.Builder setCsvSource(CsvSource value)
.google.cloud.aiplatform.v1beta1.CsvSource csv_source = 4;
-
setCsvSource
public ImportFeatureValuesRequest.Builder setCsvSource(CsvSource.Builder builderForValue)
.google.cloud.aiplatform.v1beta1.CsvSource csv_source = 4;
-
mergeCsvSource
public ImportFeatureValuesRequest.Builder mergeCsvSource(CsvSource value)
.google.cloud.aiplatform.v1beta1.CsvSource csv_source = 4;
-
clearCsvSource
public ImportFeatureValuesRequest.Builder clearCsvSource()
.google.cloud.aiplatform.v1beta1.CsvSource csv_source = 4;
-
getCsvSourceBuilder
public CsvSource.Builder getCsvSourceBuilder()
.google.cloud.aiplatform.v1beta1.CsvSource csv_source = 4;
-
getCsvSourceOrBuilder
public CsvSourceOrBuilder getCsvSourceOrBuilder()
.google.cloud.aiplatform.v1beta1.CsvSource csv_source = 4;
- Specified by:
getCsvSourceOrBuilder
in interfaceImportFeatureValuesRequestOrBuilder
-
hasFeatureTimeField
public boolean hasFeatureTimeField()
Source column that holds the Feature timestamp for all Feature values in each entity.
string feature_time_field = 6;
- Specified by:
hasFeatureTimeField
in interfaceImportFeatureValuesRequestOrBuilder
- Returns:
- Whether the featureTimeField field is set.
-
getFeatureTimeField
public String getFeatureTimeField()
Source column that holds the Feature timestamp for all Feature values in each entity.
string feature_time_field = 6;
- Specified by:
getFeatureTimeField
in interfaceImportFeatureValuesRequestOrBuilder
- Returns:
- The featureTimeField.
-
getFeatureTimeFieldBytes
public com.google.protobuf.ByteString getFeatureTimeFieldBytes()
Source column that holds the Feature timestamp for all Feature values in each entity.
string feature_time_field = 6;
- Specified by:
getFeatureTimeFieldBytes
in interfaceImportFeatureValuesRequestOrBuilder
- Returns:
- The bytes for featureTimeField.
-
setFeatureTimeField
public ImportFeatureValuesRequest.Builder setFeatureTimeField(String value)
Source column that holds the Feature timestamp for all Feature values in each entity.
string feature_time_field = 6;
- Parameters:
value
- The featureTimeField to set.- Returns:
- This builder for chaining.
-
clearFeatureTimeField
public ImportFeatureValuesRequest.Builder clearFeatureTimeField()
Source column that holds the Feature timestamp for all Feature values in each entity.
string feature_time_field = 6;
- Returns:
- This builder for chaining.
-
setFeatureTimeFieldBytes
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;
- Parameters:
value
- The bytes for featureTimeField to set.- Returns:
- This builder for chaining.
-
hasFeatureTime
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;
- Specified by:
hasFeatureTime
in interfaceImportFeatureValuesRequestOrBuilder
- Returns:
- Whether the featureTime field is set.
-
getFeatureTime
public 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;
- Specified by:
getFeatureTime
in interfaceImportFeatureValuesRequestOrBuilder
- Returns:
- The featureTime.
-
setFeatureTime
public 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;
-
setFeatureTime
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;
-
mergeFeatureTime
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;
-
clearFeatureTime
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;
-
getFeatureTimeBuilder
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;
-
getFeatureTimeOrBuilder
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;
- Specified by:
getFeatureTimeOrBuilder
in interfaceImportFeatureValuesRequestOrBuilder
-
getEntityType
public 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) = { ... }
- Specified by:
getEntityType
in interfaceImportFeatureValuesRequestOrBuilder
- Returns:
- The entityType.
-
getEntityTypeBytes
public 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) = { ... }
- Specified by:
getEntityTypeBytes
in interfaceImportFeatureValuesRequestOrBuilder
- Returns:
- The bytes for entityType.
-
setEntityType
public 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) = { ... }
- Parameters:
value
- The entityType to set.- Returns:
- This builder for chaining.
-
clearEntityType
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) = { ... }
- Returns:
- This builder for chaining.
-
setEntityTypeBytes
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) = { ... }
- Parameters:
value
- The bytes for entityType to set.- Returns:
- This builder for chaining.
-
getEntityIdField
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;
- Specified by:
getEntityIdField
in interfaceImportFeatureValuesRequestOrBuilder
- Returns:
- The entityIdField.
-
getEntityIdFieldBytes
public 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;
- Specified by:
getEntityIdFieldBytes
in interfaceImportFeatureValuesRequestOrBuilder
- Returns:
- The bytes for entityIdField.
-
setEntityIdField
public 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;
- Parameters:
value
- The entityIdField to set.- Returns:
- This builder for chaining.
-
clearEntityIdField
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;
- Returns:
- This builder for chaining.
-
setEntityIdFieldBytes
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;
- Parameters:
value
- The bytes for entityIdField to set.- Returns:
- This builder for chaining.
-
getFeatureSpecsList
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];
- Specified by:
getFeatureSpecsList
in interfaceImportFeatureValuesRequestOrBuilder
-
getFeatureSpecsCount
public 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];
- Specified by:
getFeatureSpecsCount
in interfaceImportFeatureValuesRequestOrBuilder
-
getFeatureSpecs
public 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];
- Specified by:
getFeatureSpecs
in interfaceImportFeatureValuesRequestOrBuilder
-
setFeatureSpecs
public 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];
-
setFeatureSpecs
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];
-
addFeatureSpecs
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];
-
addFeatureSpecs
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];
-
addFeatureSpecs
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];
-
addFeatureSpecs
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];
-
addAllFeatureSpecs
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];
-
clearFeatureSpecs
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];
-
removeFeatureSpecs
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];
-
getFeatureSpecsBuilder
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];
-
getFeatureSpecsOrBuilder
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];
- Specified by:
getFeatureSpecsOrBuilder
in interfaceImportFeatureValuesRequestOrBuilder
-
getFeatureSpecsOrBuilderList
public 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];
- Specified by:
getFeatureSpecsOrBuilderList
in interfaceImportFeatureValuesRequestOrBuilder
-
addFeatureSpecsBuilder
public 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];
-
addFeatureSpecsBuilder
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];
-
getFeatureSpecsBuilderList
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];
-
getDisableOnlineServing
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;
- Specified by:
getDisableOnlineServing
in interfaceImportFeatureValuesRequestOrBuilder
- Returns:
- The disableOnlineServing.
-
setDisableOnlineServing
public 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;
- Parameters:
value
- The disableOnlineServing to set.- Returns:
- This builder for chaining.
-
clearDisableOnlineServing
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;
- Returns:
- This builder for chaining.
-
getWorkerCount
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;
- Specified by:
getWorkerCount
in interfaceImportFeatureValuesRequestOrBuilder
- Returns:
- The workerCount.
-
setWorkerCount
public 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;
- Parameters:
value
- The workerCount to set.- Returns:
- This builder for chaining.
-
clearWorkerCount
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;
- Returns:
- This builder for chaining.
-
getDisableIngestionAnalysis
public boolean getDisableIngestionAnalysis()
If true, API doesn't start ingestion analysis pipeline.
bool disable_ingestion_analysis = 12;
- Specified by:
getDisableIngestionAnalysis
in interfaceImportFeatureValuesRequestOrBuilder
- Returns:
- The disableIngestionAnalysis.
-
setDisableIngestionAnalysis
public ImportFeatureValuesRequest.Builder setDisableIngestionAnalysis(boolean value)
If true, API doesn't start ingestion analysis pipeline.
bool disable_ingestion_analysis = 12;
- Parameters:
value
- The disableIngestionAnalysis to set.- Returns:
- This builder for chaining.
-
clearDisableIngestionAnalysis
public ImportFeatureValuesRequest.Builder clearDisableIngestionAnalysis()
If true, API doesn't start ingestion analysis pipeline.
bool disable_ingestion_analysis = 12;
- Returns:
- This builder for chaining.
-
setUnknownFields
public final ImportFeatureValuesRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ImportFeatureValuesRequest.Builder>
-
mergeUnknownFields
public final ImportFeatureValuesRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ImportFeatureValuesRequest.Builder>
-
-