Interface KServeEndpointBuilderFactory.KServeBuilders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder
,EndpointRouteConfigurationBuilder
- Enclosing interface:
KServeEndpointBuilderFactory
public static interface KServeEndpointBuilderFactory.KServeBuilders
-
Method Summary
Modifier and TypeMethodDescriptionkserve()
KServe (camel-kserve) Provide access to AI model servers with the KServe standard to run inference with remote models Category: ai Since: 4.10 Maven coordinates: org.apache.camel:camel-kserveKServe (camel-kserve) Provide access to AI model servers with the KServe standard to run inference with remote models Category: ai Since: 4.10 Maven coordinates: org.apache.camel:camel-kserve Syntax:kserve:api
Path parameter: api (required) The KServe API There are 6 enums and the value can be one of: infer, model/ready, model/metadata, server/ready, server/live, server/metadataKServe (camel-kserve) Provide access to AI model servers with the KServe standard to run inference with remote models Category: ai Since: 4.10 Maven coordinates: org.apache.camel:camel-kserve Syntax:kserve:api
Path parameter: api (required) The KServe API There are 6 enums and the value can be one of: infer, model/ready, model/metadata, server/ready, server/live, server/metadata
-
Method Details
-
kserve
KServe (camel-kserve) Provide access to AI model servers with the KServe standard to run inference with remote models Category: ai Since: 4.10 Maven coordinates: org.apache.camel:camel-kserve- Returns:
- the dsl builder for the headers' name.
-
kserve
KServe (camel-kserve) Provide access to AI model servers with the KServe standard to run inference with remote models Category: ai Since: 4.10 Maven coordinates: org.apache.camel:camel-kserve Syntax:kserve:api
Path parameter: api (required) The KServe API There are 6 enums and the value can be one of: infer, model/ready, model/metadata, server/ready, server/live, server/metadata- Parameters:
path
- api- Returns:
- the dsl builder
-
kserve
default KServeEndpointBuilderFactory.KServeEndpointBuilder kserve(String componentName, String path) KServe (camel-kserve) Provide access to AI model servers with the KServe standard to run inference with remote models Category: ai Since: 4.10 Maven coordinates: org.apache.camel:camel-kserve Syntax:kserve:api
Path parameter: api (required) The KServe API There are 6 enums and the value can be one of: infer, model/ready, model/metadata, server/ready, server/live, server/metadata- Parameters:
componentName
- to use a custom component name for the endpoint instead of the default namepath
- api- Returns:
- the dsl builder
-