Send feedback
Class ImportFeatureValuesOperationMetadata (3.13.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.13.0 keyboard_arrow_down
public final class ImportFeatureValuesOperationMetadata extends GeneratedMessageV3 implements ImportFeatureValuesOperationMetadataOrBuilder
Details of operations that perform import Feature values.
Protobuf type google.cloud.aiplatform.v1.ImportFeatureValuesOperationMetadata
Static Fields
public static final int GENERIC_METADATA_FIELD_NUMBER
Field Value
public static final int IMPORTED_ENTITY_COUNT_FIELD_NUMBER
Field Value
public static final int IMPORTED_FEATURE_VALUE_COUNT_FIELD_NUMBER
Field Value
public static final int INVALID_ROW_COUNT_FIELD_NUMBER
Field Value
public static final int SOURCE_URIS_FIELD_NUMBER
Field Value
public static final int TIMESTAMP_OUTSIDE_RETENTION_ROWS_COUNT_FIELD_NUMBER
Field Value
Static Methods
public static ImportFeatureValuesOperationMetadata getDefaultInstance ()
Returns
public static final Descriptors . Descriptor getDescriptor ()
Returns
public static ImportFeatureValuesOperationMetadata . Builder newBuilder ()
Returns
public static ImportFeatureValuesOperationMetadata . Builder newBuilder ( ImportFeatureValuesOperationMetadata prototype )
Parameter
Returns
public static ImportFeatureValuesOperationMetadata parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static ImportFeatureValuesOperationMetadata parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static ImportFeatureValuesOperationMetadata parseFrom ( byte [] data )
Parameter
Name Description data
byte []
Returns
Exceptions
public static ImportFeatureValuesOperationMetadata parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static ImportFeatureValuesOperationMetadata parseFrom ( ByteString data )
Parameter
Returns
Exceptions
public static ImportFeatureValuesOperationMetadata parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static ImportFeatureValuesOperationMetadata parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static ImportFeatureValuesOperationMetadata parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static ImportFeatureValuesOperationMetadata parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static ImportFeatureValuesOperationMetadata parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static ImportFeatureValuesOperationMetadata parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
public static ImportFeatureValuesOperationMetadata parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static Parser<ImportFeatureValuesOperationMetadata> parser ()
Returns
Methods
public boolean equals ( Object obj )
Parameter
Returns
Overrides
public ImportFeatureValuesOperationMetadata getDefaultInstanceForType ()
Returns
public GenericOperationMetadata getGenericMetadata ()
Operation metadata for Featurestore import Feature values.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
Returns
public GenericOperationMetadataOrBuilder getGenericMetadataOrBuilder ()
Operation metadata for Featurestore import Feature values.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
Returns
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 ()
Returns
Overrides
public int getSerializedSize ()
Returns
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;
Returns
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 final UnknownFieldSet getUnknownFields ()
Returns
Overrides
public boolean hasGenericMetadata ()
Operation metadata for Featurestore import Feature values.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
Returns
Type Description boolean
Whether the genericMetadata field is set.
Returns
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
public final boolean isInitialized ()
Returns
Overrides
public ImportFeatureValuesOperationMetadata . Builder newBuilderForType ()
Returns
protected ImportFeatureValuesOperationMetadata . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
public ImportFeatureValuesOperationMetadata . Builder toBuilder ()
Returns
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]