public final class ImportFeatureValuesOperationMetadata extends GeneratedMessageV3 implements ImportFeatureValuesOperationMetadataOrBuilder
Details of operations that perform import Feature values.
Protobuf type google.cloud.aiplatform.v1beta1.ImportFeatureValuesOperationMetadata
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int BLOCKING_OPERATION_IDS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int GENERIC_METADATA_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int IMPORTED_ENTITY_COUNT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int IMPORTED_FEATURE_VALUE_COUNT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int INVALID_ROW_COUNT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int SOURCE_URIS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int TIMESTAMP_OUTSIDE_RETENTION_ROWS_COUNT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
public static ImportFeatureValuesOperationMetadata getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static ImportFeatureValuesOperationMetadata.Builder newBuilder()
public static ImportFeatureValuesOperationMetadata.Builder newBuilder(ImportFeatureValuesOperationMetadata prototype)
public static ImportFeatureValuesOperationMetadata parseDelimitedFrom(InputStream input)
public static ImportFeatureValuesOperationMetadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ImportFeatureValuesOperationMetadata parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
public static ImportFeatureValuesOperationMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ImportFeatureValuesOperationMetadata parseFrom(ByteString data)
public static ImportFeatureValuesOperationMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ImportFeatureValuesOperationMetadata parseFrom(CodedInputStream input)
public static ImportFeatureValuesOperationMetadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ImportFeatureValuesOperationMetadata parseFrom(InputStream input)
public static ImportFeatureValuesOperationMetadata parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ImportFeatureValuesOperationMetadata parseFrom(ByteBuffer data)
public static ImportFeatureValuesOperationMetadata parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<ImportFeatureValuesOperationMetadata> parser()
Methods
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
public long getBlockingOperationIds(int index)
List of ImportFeatureValues operations running under a single EntityType
that are blocking this operation.
repeated int64 blocking_operation_ids = 8;
Parameter |
Name |
Description |
index |
int
The index of the element to return.
|
Returns |
Type |
Description |
long |
The blockingOperationIds at the given index.
|
public int getBlockingOperationIdsCount()
List of ImportFeatureValues operations running under a single EntityType
that are blocking this operation.
repeated int64 blocking_operation_ids = 8;
Returns |
Type |
Description |
int |
The count of blockingOperationIds.
|
public List<Long> getBlockingOperationIdsList()
List of ImportFeatureValues operations running under a single EntityType
that are blocking this operation.
repeated int64 blocking_operation_ids = 8;
Returns |
Type |
Description |
List<Long> |
A list containing the blockingOperationIds.
|
public ImportFeatureValuesOperationMetadata getDefaultInstanceForType()
public GenericOperationMetadata getGenericMetadata()
Operation metadata for Featurestore import Feature values.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;
public GenericOperationMetadataOrBuilder getGenericMetadataOrBuilder()
Operation metadata for Featurestore import Feature values.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;
public long getImportedEntityCount()
Number of entities that have been imported by the operation.
int64 imported_entity_count = 2;
Returns |
Type |
Description |
long |
The importedEntityCount.
|
public long getImportedFeatureValueCount()
Number of Feature values that have been imported by the operation.
int64 imported_feature_value_count = 3;
Returns |
Type |
Description |
long |
The importedFeatureValueCount.
|
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.
|
public Parser<ImportFeatureValuesOperationMetadata> getParserForType()
Overrides
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
public String getSourceUris(int index)
The source URI from where Feature values are imported.
repeated string source_uris = 4;
Parameter |
Name |
Description |
index |
int
The index of the element to return.
|
Returns |
Type |
Description |
String |
The sourceUris at the given index.
|
public ByteString getSourceUrisBytes(int index)
The source URI from where Feature values are imported.
repeated string source_uris = 4;
Parameter |
Name |
Description |
index |
int
The index of the value to return.
|
Returns |
Type |
Description |
ByteString |
The bytes of the sourceUris at the given index.
|
public int getSourceUrisCount()
The source URI from where Feature values are imported.
repeated string source_uris = 4;
Returns |
Type |
Description |
int |
The count of sourceUris.
|
public ProtocolStringList getSourceUrisList()
The source URI from where Feature values are imported.
repeated string source_uris = 4;
public long getTimestampOutsideRetentionRowsCount()
The number rows that weren't ingested due to having timestamps outside the
retention boundary.
int64 timestamp_outside_retention_rows_count = 7;
Returns |
Type |
Description |
long |
The timestampOutsideRetentionRowsCount.
|
public boolean hasGenericMetadata()
Operation metadata for Featurestore import Feature values.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;
Returns |
Type |
Description |
boolean |
Whether the genericMetadata field is set.
|
Returns |
Type |
Description |
int |
|
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public ImportFeatureValuesOperationMetadata.Builder newBuilderForType()
protected ImportFeatureValuesOperationMetadata.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
public ImportFeatureValuesOperationMetadata.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides