Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::FeaturestoreOnlineServingService::Rest::ServiceStub (v0.42.0)

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

REST service stub for the FeaturestoreOnlineServingService service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.

Inherits

  • Object

Methods

#endpoint

def endpoint() -> String

The effective endpoint

Returns
  • (String)

#initialize

def initialize(endpoint:, endpoint_template:, universe_domain:, credentials:) -> ServiceStub
Returns

#read_feature_values

def read_feature_values(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::ReadFeatureValuesResponse

Baseline implementation for the read_feature_values REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#streaming_read_feature_values

def streaming_read_feature_values(request_pb, options = nil, &block) { |chunk| ... } -> ::Gapic::Rest::TransportOperation

Baseline implementation for the streaming_read_feature_values REST call

Parameters
Yield Parameter
  • chunk (::String) — The chunk of data received during server streaming.
Returns
  • (::Gapic::Rest::TransportOperation)
Raises
  • (::ArgumentError)

#universe_domain

def universe_domain() -> String

The effective universe domain

Returns
  • (String)

#write_feature_values

def write_feature_values(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::WriteFeatureValuesResponse

Baseline implementation for the write_feature_values REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)