Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::FeatureViewDirectWriteResponse (v1.20.0)

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

Response message for FeatureOnlineStoreService.FeatureViewDirectWrite.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#status

def status() -> ::Google::Rpc::Status
Returns
  • (::Google::Rpc::Status) — Response status for the keys listed in FeatureViewDirectWriteResponse.write_responses.

    The error only applies to the listed data keys - the stream will remain open for further [FeatureOnlineStoreService.FeatureViewDirectWriteRequest][] requests.

    Partial failures (e.g. if the first 10 keys of a request fail, but the rest succeed) from a single request may result in multiple responses - there will be one response for the successful request keys and one response for the failing request keys.

#status=

def status=(value) -> ::Google::Rpc::Status
Parameter
  • value (::Google::Rpc::Status) — Response status for the keys listed in FeatureViewDirectWriteResponse.write_responses.

    The error only applies to the listed data keys - the stream will remain open for further [FeatureOnlineStoreService.FeatureViewDirectWriteRequest][] requests.

    Partial failures (e.g. if the first 10 keys of a request fail, but the rest succeed) from a single request may result in multiple responses - there will be one response for the successful request keys and one response for the failing request keys.

Returns
  • (::Google::Rpc::Status) — Response status for the keys listed in FeatureViewDirectWriteResponse.write_responses.

    The error only applies to the listed data keys - the stream will remain open for further [FeatureOnlineStoreService.FeatureViewDirectWriteRequest][] requests.

    Partial failures (e.g. if the first 10 keys of a request fail, but the rest succeed) from a single request may result in multiple responses - there will be one response for the successful request keys and one response for the failing request keys.

#write_responses

def write_responses() -> ::Array<::Google::Cloud::AIPlatform::V1::FeatureViewDirectWriteResponse::WriteResponse>
Returns

#write_responses=

def write_responses=(value) -> ::Array<::Google::Cloud::AIPlatform::V1::FeatureViewDirectWriteResponse::WriteResponse>
Parameter
Returns