Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::NearestNeighborSearchOperationMetadata::RecordError (v0.18.0)

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#embedding_id

def embedding_id() -> ::String
Returns
  • (::String) — Empty if the embedding id is failed to parse.

#embedding_id=

def embedding_id=(value) -> ::String
Parameter
  • value (::String) — Empty if the embedding id is failed to parse.
Returns
  • (::String) — Empty if the embedding id is failed to parse.

#error_message

def error_message() -> ::String
Returns
  • (::String) — A human-readable message that is shown to the user to help them fix the error. Note that this message may change from time to time, your code should check against error_type as the source of truth.

#error_message=

def error_message=(value) -> ::String
Parameter
  • value (::String) — A human-readable message that is shown to the user to help them fix the error. Note that this message may change from time to time, your code should check against error_type as the source of truth.
Returns
  • (::String) — A human-readable message that is shown to the user to help them fix the error. Note that this message may change from time to time, your code should check against error_type as the source of truth.

#error_type

def error_type() -> ::Google::Cloud::AIPlatform::V1::NearestNeighborSearchOperationMetadata::RecordError::RecordErrorType

#error_type=

def error_type=(value) -> ::Google::Cloud::AIPlatform::V1::NearestNeighborSearchOperationMetadata::RecordError::RecordErrorType

#raw_record

def raw_record() -> ::String
Returns
  • (::String) — The original content of this record.

#raw_record=

def raw_record=(value) -> ::String
Parameter
  • value (::String) — The original content of this record.
Returns
  • (::String) — The original content of this record.

#source_gcs_uri

def source_gcs_uri() -> ::String
Returns
  • (::String) — Cloud Storage URI pointing to the original file in user's bucket.

#source_gcs_uri=

def source_gcs_uri=(value) -> ::String
Parameter
  • value (::String) — Cloud Storage URI pointing to the original file in user's bucket.
Returns
  • (::String) — Cloud Storage URI pointing to the original file in user's bucket.