public static final class ImportFeatureValuesResponse.Builder extends GeneratedMessage.Builder<ImportFeatureValuesResponse.Builder> implements ImportFeatureValuesResponseOrBuilderResponse message for FeaturestoreService.ImportFeatureValues.
Protobuf type google.cloud.aiplatform.v1.ImportFeatureValuesResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ImportFeatureValuesResponse.BuilderImplements
ImportFeatureValuesResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ImportFeatureValuesResponse build()| Returns | |
|---|---|
| Type | Description |
ImportFeatureValuesResponse |
|
buildPartial()
public ImportFeatureValuesResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ImportFeatureValuesResponse |
|
clear()
public ImportFeatureValuesResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ImportFeatureValuesResponse.Builder |
|
clearImportedEntityCount()
public ImportFeatureValuesResponse.Builder clearImportedEntityCount()Number of entities that have been imported by the operation.
int64 imported_entity_count = 1;
| Returns | |
|---|---|
| Type | Description |
ImportFeatureValuesResponse.Builder |
This builder for chaining. |
clearImportedFeatureValueCount()
public ImportFeatureValuesResponse.Builder clearImportedFeatureValueCount()Number of Feature values that have been imported by the operation.
int64 imported_feature_value_count = 2;
| Returns | |
|---|---|
| Type | Description |
ImportFeatureValuesResponse.Builder |
This builder for chaining. |
clearInvalidRowCount()
public ImportFeatureValuesResponse.Builder clearInvalidRowCount()The number of rows in input source that weren't imported due to either
- Not having any featureValues.
- Having a null entityId.
- Having a null timestamp.
- Not being parsable (applicable for CSV sources).
int64 invalid_row_count = 6;
| Returns | |
|---|---|
| Type | Description |
ImportFeatureValuesResponse.Builder |
This builder for chaining. |
clearTimestampOutsideRetentionRowsCount()
public ImportFeatureValuesResponse.Builder clearTimestampOutsideRetentionRowsCount()The number rows that weren't ingested due to having feature timestamps outside the retention boundary.
int64 timestamp_outside_retention_rows_count = 4;
| Returns | |
|---|---|
| Type | Description |
ImportFeatureValuesResponse.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ImportFeatureValuesResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ImportFeatureValuesResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getImportedEntityCount()
public long getImportedEntityCount()Number of entities that have been imported by the operation.
int64 imported_entity_count = 1;
| Returns | |
|---|---|
| Type | Description |
long |
The importedEntityCount. |
getImportedFeatureValueCount()
public long getImportedFeatureValueCount()Number of Feature values that have been imported by the operation.
int64 imported_feature_value_count = 2;
| Returns | |
|---|---|
| Type | Description |
long |
The importedFeatureValueCount. |
getInvalidRowCount()
public long getInvalidRowCount()The number of rows in input source that weren't imported due to either
- Not having any featureValues.
- Having a null entityId.
- Having a null timestamp.
- Not being parsable (applicable for CSV sources).
int64 invalid_row_count = 6;
| Returns | |
|---|---|
| Type | Description |
long |
The invalidRowCount. |
getTimestampOutsideRetentionRowsCount()
public long getTimestampOutsideRetentionRowsCount()The number rows that weren't ingested due to having feature timestamps outside the retention boundary.
int64 timestamp_outside_retention_rows_count = 4;
| Returns | |
|---|---|
| Type | Description |
long |
The timestampOutsideRetentionRowsCount. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ImportFeatureValuesResponse other)
public ImportFeatureValuesResponse.Builder mergeFrom(ImportFeatureValuesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ImportFeatureValuesResponse |
| Returns | |
|---|---|
| Type | Description |
ImportFeatureValuesResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ImportFeatureValuesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ImportFeatureValuesResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ImportFeatureValuesResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ImportFeatureValuesResponse.Builder |
|
setImportedEntityCount(long value)
public ImportFeatureValuesResponse.Builder setImportedEntityCount(long value)Number of entities that have been imported by the operation.
int64 imported_entity_count = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
longThe importedEntityCount to set. |
| Returns | |
|---|---|
| Type | Description |
ImportFeatureValuesResponse.Builder |
This builder for chaining. |
setImportedFeatureValueCount(long value)
public ImportFeatureValuesResponse.Builder setImportedFeatureValueCount(long value)Number of Feature values that have been imported by the operation.
int64 imported_feature_value_count = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
longThe importedFeatureValueCount to set. |
| Returns | |
|---|---|
| Type | Description |
ImportFeatureValuesResponse.Builder |
This builder for chaining. |
setInvalidRowCount(long value)
public ImportFeatureValuesResponse.Builder setInvalidRowCount(long value)The number of rows in input source that weren't imported due to either
- Not having any featureValues.
- Having a null entityId.
- Having a null timestamp.
- Not being parsable (applicable for CSV sources).
int64 invalid_row_count = 6;
| Parameter | |
|---|---|
| Name | Description |
value |
longThe invalidRowCount to set. |
| Returns | |
|---|---|
| Type | Description |
ImportFeatureValuesResponse.Builder |
This builder for chaining. |
setTimestampOutsideRetentionRowsCount(long value)
public ImportFeatureValuesResponse.Builder setTimestampOutsideRetentionRowsCount(long value)The number rows that weren't ingested due to having feature timestamps outside the retention boundary.
int64 timestamp_outside_retention_rows_count = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
longThe timestampOutsideRetentionRowsCount to set. |
| Returns | |
|---|---|
| Type | Description |
ImportFeatureValuesResponse.Builder |
This builder for chaining. |