public static class GkeInferenceQuickstartReference 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.
Namespace
Google.Cloud.GkeRecommender.V1Assembly
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 |
GkeInferenceQuickstartGkeInferenceQuickstartBaseAn 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 |
ServiceBinderBaseService methods will be bound by calling |
serviceImpl |
GkeInferenceQuickstartGkeInferenceQuickstartBaseAn object implementing the server-side handling logic. |