Reference documentation and code samples for the GKE Recommender V1 API class Google::Cloud::GkeRecommender::V1::GkeInferenceQuickstart::Rest::ServiceStub.
REST service stub for the GkeInferenceQuickstart 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
- (String)
#fetch_benchmarking_data
def fetch_benchmarking_data(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::GkeRecommender::V1::FetchBenchmarkingDataResponse
Baseline implementation for the fetch_benchmarking_data REST call
- request_pb (::Google::Cloud::GkeRecommender::V1::FetchBenchmarkingDataRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::GkeRecommender::V1::FetchBenchmarkingDataResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::GkeRecommender::V1::FetchBenchmarkingDataResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#fetch_model_server_versions
def fetch_model_server_versions(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::GkeRecommender::V1::FetchModelServerVersionsResponse
Baseline implementation for the fetch_model_server_versions REST call
- request_pb (::Google::Cloud::GkeRecommender::V1::FetchModelServerVersionsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::GkeRecommender::V1::FetchModelServerVersionsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::GkeRecommender::V1::FetchModelServerVersionsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#fetch_model_servers
def fetch_model_servers(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::GkeRecommender::V1::FetchModelServersResponse
Baseline implementation for the fetch_model_servers REST call
- request_pb (::Google::Cloud::GkeRecommender::V1::FetchModelServersRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::GkeRecommender::V1::FetchModelServersResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::GkeRecommender::V1::FetchModelServersResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#fetch_models
def fetch_models(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::GkeRecommender::V1::FetchModelsResponse
Baseline implementation for the fetch_models REST call
- request_pb (::Google::Cloud::GkeRecommender::V1::FetchModelsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::GkeRecommender::V1::FetchModelsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::GkeRecommender::V1::FetchModelsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#fetch_profiles
def fetch_profiles(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::GkeRecommender::V1::FetchProfilesResponse
Baseline implementation for the fetch_profiles REST call
- request_pb (::Google::Cloud::GkeRecommender::V1::FetchProfilesRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::GkeRecommender::V1::FetchProfilesResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::GkeRecommender::V1::FetchProfilesResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#generate_optimized_manifest
def generate_optimized_manifest(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::GkeRecommender::V1::GenerateOptimizedManifestResponse
Baseline implementation for the generate_optimized_manifest REST call
- request_pb (::Google::Cloud::GkeRecommender::V1::GenerateOptimizedManifestRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::GkeRecommender::V1::GenerateOptimizedManifestResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::GkeRecommender::V1::GenerateOptimizedManifestResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#logger
def logger(stub: false) -> Logger
The logger used for request/response debug logging.
- (Logger)
#universe_domain
def universe_domain() -> String
The effective universe domain
- (String)