We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3549e32 commit 2a932cfCopy full SHA for 2a932cf
api/v1alpha1/inferencepool_types.go
@@ -65,6 +65,8 @@ type InferencePoolSpec struct {
65
EndpointPickerConfig `json:"endpointPickerConfig"`
66
}
67
68
+// EndpointPickerConfig specifies configuration needed by the proxy to find and connect to the Endpoint Picker.
69
+// This type is intended to be a union of mutually exclusive configuration options.
70
type EndpointPickerConfig struct {
71
// Extension configures an endpoint picker as an extension service.
72
//
0 commit comments