GKE Recommender v1 API - Class GkeInferenceQuickstart (1.0.0-beta01)

public static class GkeInferenceQuickstart

Reference documentation and code samples for the GKE Recommender v1 API class GkeInferenceQuickstart.

GKE Inference Quickstart (GIQ) service provides profiles with performance metrics for popular models and model servers across multiple accelerators. These profiles help generate optimized best practices for running inference on GKE.

Inheritance

object > GkeInferenceQuickstart

Namespace

Google.Cloud.GkeRecommender.V1

Assembly

Google.Cloud.GkeRecommender.V1.dll

Methods

BindService(GkeInferenceQuickstartBase)

public static ServerServiceDefinition BindService(GkeInferenceQuickstart.GkeInferenceQuickstartBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
Name Description
serviceImpl GkeInferenceQuickstartGkeInferenceQuickstartBase

An object implementing the server-side handling logic.

Returns
Type Description
ServerServiceDefinition

BindService(ServiceBinderBase, GkeInferenceQuickstartBase)

public static void BindService(ServiceBinderBase serviceBinder, GkeInferenceQuickstart.GkeInferenceQuickstartBase serviceImpl)

Register service method with a service binder with or without implementation. Useful when customizing the service binding logic. Note: this method is part of an experimental API that can change or be removed without any prior notice.

Parameters
Name Description
serviceBinder ServiceBinderBase

Service methods will be bound by calling AddMethod on this object.

serviceImpl GkeInferenceQuickstartGkeInferenceQuickstartBase

An object implementing the server-side handling logic.