Uses of Interface
org.apache.camel.builder.component.dsl.KserveComponentBuilderFactory.KserveComponentBuilder
Packages that use KserveComponentBuilderFactory.KserveComponentBuilder
-
Uses of KserveComponentBuilderFactory.KserveComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return KserveComponentBuilderFactory.KserveComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.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 -
Uses of KserveComponentBuilderFactory.KserveComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement KserveComponentBuilderFactory.KserveComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return KserveComponentBuilderFactory.KserveComponentBuilderModifier and TypeMethodDescriptionKserveComponentBuilderFactory.KserveComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.KserveComponentBuilderFactory.KserveComponentBuilder.configuration(org.apache.camel.component.kserve.KServeConfiguration configuration) The configuration.KserveComponentBuilderFactory.KserveComponentBuilder.credentials(io.grpc.ChannelCredentials credentials) The credentials of the client.KserveComponentBuilderFactory.KserveComponentBuilder.healthCheckConsumerEnabled(boolean healthCheckConsumerEnabled) Used for enabling or disabling all consumer based health checks from this component.KserveComponentBuilderFactory.KserveComponentBuilder.healthCheckProducerEnabled(boolean healthCheckProducerEnabled) Used for enabling or disabling all producer based health checks from this component.KserveComponentBuilderFactory.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-kserveKserveComponentBuilderFactory.KserveComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).The name of the model used for inference.KserveComponentBuilderFactory.KserveComponentBuilder.modelVersion(String modelVersion) The version of the model used for inference.The target URI of the client.