Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::ImportFeatureValuesOperationMetadata (v0.2.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::ImportFeatureValuesOperationMetadata.

Details of operations that perform import Feature values.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#generic_metadata

def generic_metadata() -> ::Google::Cloud::AIPlatform::V1::GenericOperationMetadata
Returns

#generic_metadata=

def generic_metadata=(value) -> ::Google::Cloud::AIPlatform::V1::GenericOperationMetadata
Parameter
Returns

#imported_entity_count

def imported_entity_count() -> ::Integer
Returns
  • (::Integer) — Number of entities that have been imported by the operation.

#imported_entity_count=

def imported_entity_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Number of entities that have been imported by the operation.
Returns
  • (::Integer) — Number of entities that have been imported by the operation.

#imported_feature_value_count

def imported_feature_value_count() -> ::Integer
Returns
  • (::Integer) — Number of Feature values that have been imported by the operation.

#imported_feature_value_count=

def imported_feature_value_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Number of Feature values that have been imported by the operation.
Returns
  • (::Integer) — Number of Feature values that have been imported by the operation.

#invalid_row_count

def invalid_row_count() -> ::Integer
Returns
  • (::Integer) —

    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).

#invalid_row_count=

def invalid_row_count=(value) -> ::Integer
Parameter
  • value (::Integer) —

    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).
Returns
  • (::Integer) —

    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).