Uses of Interface
org.apache.camel.builder.component.dsl.GoogleVertexaiComponentBuilderFactory.GoogleVertexaiComponentBuilder
Packages that use GoogleVertexaiComponentBuilderFactory.GoogleVertexaiComponentBuilder
-
Uses of GoogleVertexaiComponentBuilderFactory.GoogleVertexaiComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return GoogleVertexaiComponentBuilderFactory.GoogleVertexaiComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.googleVertexai()Google Vertex AI (camel-google-vertexai) Interact with Google Cloud Vertex AI generative models. -
Uses of GoogleVertexaiComponentBuilderFactory.GoogleVertexaiComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement GoogleVertexaiComponentBuilderFactory.GoogleVertexaiComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return GoogleVertexaiComponentBuilderFactory.GoogleVertexaiComponentBuilderModifier and TypeMethodDescriptionGoogleVertexaiComponentBuilderFactory.GoogleVertexaiComponentBuilder.anthropicVersion(String anthropicVersion) Anthropic API version for Claude models.GoogleVertexaiComponentBuilderFactory.GoogleVertexaiComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.GoogleVertexaiComponentBuilderFactory.GoogleVertexaiComponentBuilder.candidateCount(Integer candidateCount) Number of candidate responses to generate.GoogleVertexaiComponentBuilderFactory.GoogleVertexaiComponentBuilder.client(com.google.genai.Client client) The Google GenAI client for Vertex AI.GoogleVertexaiComponentBuilderFactory.GoogleVertexaiComponentBuilder.configuration(org.apache.camel.component.google.vertexai.GoogleVertexAIConfiguration configuration) The component configuration.GoogleVertexaiComponentBuilderFactory.googleVertexai()Google Vertex AI (camel-google-vertexai) Interact with Google Cloud Vertex AI generative models.GoogleVertexaiComponentBuilderFactory.GoogleVertexaiComponentBuilder.healthCheckConsumerEnabled(boolean healthCheckConsumerEnabled) Used for enabling or disabling all consumer based health checks from this component.GoogleVertexaiComponentBuilderFactory.GoogleVertexaiComponentBuilder.healthCheckProducerEnabled(boolean healthCheckProducerEnabled) Used for enabling or disabling all producer based health checks from this component.GoogleVertexaiComponentBuilderFactory.GoogleVertexaiComponentBuilder.jsonMode(boolean jsonMode) Whether to use JSON request/response format.GoogleVertexaiComponentBuilderFactory.GoogleVertexaiComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).GoogleVertexaiComponentBuilderFactory.GoogleVertexaiComponentBuilder.maxOutputTokens(Integer maxOutputTokens) Maximum number of output tokens.GoogleVertexaiComponentBuilderFactory.GoogleVertexaiComponentBuilder.operation(org.apache.camel.component.google.vertexai.GoogleVertexAIOperations operation) Set the operation for the producer.GoogleVertexaiComponentBuilderFactory.GoogleVertexaiComponentBuilder.predictionServiceClient(com.google.cloud.aiplatform.v1.PredictionServiceClient predictionServiceClient) The Google Cloud AI Platform Prediction Service client for rawPredict operations.Publisher name for partner models (e.g., anthropic, meta, mistralai).GoogleVertexaiComponentBuilderFactory.GoogleVertexaiComponentBuilder.serviceAccountKey(String serviceAccountKey) The Service account key that can be used as credentials for the Vertex AI client.GoogleVertexaiComponentBuilderFactory.GoogleVertexaiComponentBuilder.streamOutputMode(String streamOutputMode) Streaming output mode: complete (default) or chunks.GoogleVertexaiComponentBuilderFactory.GoogleVertexaiComponentBuilder.temperature(Float temperature) Temperature parameter for generation (0.0-1.0).Top-K parameter for generation.Top-P parameter for nucleus sampling.