Uses of Interface
org.apache.camel.builder.endpoint.dsl.GoogleVertexAIEndpointBuilderFactory.GoogleVertexAIEndpointBuilder
Packages that use GoogleVertexAIEndpointBuilderFactory.GoogleVertexAIEndpointBuilder
-
Uses of GoogleVertexAIEndpointBuilderFactory.GoogleVertexAIEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return GoogleVertexAIEndpointBuilderFactory.GoogleVertexAIEndpointBuilderModifier and TypeMethodDescriptionStaticEndpointBuilders.googleVertexai(String path) Google Vertex AI (camel-google-vertexai) Interact with Google Cloud Vertex AI generative models.StaticEndpointBuilders.googleVertexai(String componentName, String path) Google Vertex AI (camel-google-vertexai) Interact with Google Cloud Vertex AI generative models. -
Uses of GoogleVertexAIEndpointBuilderFactory.GoogleVertexAIEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return GoogleVertexAIEndpointBuilderFactory.GoogleVertexAIEndpointBuilderModifier and TypeMethodDescriptionGoogleVertexAIEndpointBuilderFactory.GoogleVertexAIEndpointBuilder.anthropicVersion(String anthropicVersion) Anthropic API version for Claude models.GoogleVertexAIEndpointBuilderFactory.AdvancedGoogleVertexAIEndpointBuilder.basic()GoogleVertexAIEndpointBuilderFactory.GoogleVertexAIEndpointBuilder.candidateCount(Integer candidateCount) Number of candidate responses to generate.GoogleVertexAIEndpointBuilderFactory.GoogleVertexAIEndpointBuilder.candidateCount(String candidateCount) Number of candidate responses to generate.GoogleVertexAIEndpointBuilderFactory.endpointBuilder(String componentName, String path) GoogleVertexAIEndpointBuilderFactory.GoogleVertexAIBuilders.googleVertexai(String path) Google Vertex AI (camel-google-vertexai) Interact with Google Cloud Vertex AI generative models.GoogleVertexAIEndpointBuilderFactory.GoogleVertexAIBuilders.googleVertexai(String componentName, String path) Google Vertex AI (camel-google-vertexai) Interact with Google Cloud Vertex AI generative models.GoogleVertexAIEndpointBuilderFactory.GoogleVertexAIEndpointBuilder.jsonMode(boolean jsonMode) Whether to use JSON request/response format.Whether to use JSON request/response format.GoogleVertexAIEndpointBuilderFactory.GoogleVertexAIEndpointBuilder.maxOutputTokens(Integer maxOutputTokens) Maximum number of output tokens.GoogleVertexAIEndpointBuilderFactory.GoogleVertexAIEndpointBuilder.maxOutputTokens(String maxOutputTokens) Maximum number of output tokens.Set the operation for the producer.GoogleVertexAIEndpointBuilderFactory.GoogleVertexAIEndpointBuilder.operation(org.apache.camel.component.google.vertexai.GoogleVertexAIOperations operation) Set the operation for the producer.Publisher name for partner models (e.g., anthropic, meta, mistralai).GoogleVertexAIEndpointBuilderFactory.GoogleVertexAIEndpointBuilder.serviceAccountKey(String serviceAccountKey) The Service account key that can be used as credentials for the Vertex AI client.GoogleVertexAIEndpointBuilderFactory.GoogleVertexAIEndpointBuilder.streamOutputMode(String streamOutputMode) Streaming output mode: complete (default) or chunks.GoogleVertexAIEndpointBuilderFactory.GoogleVertexAIEndpointBuilder.temperature(Float temperature) Temperature parameter for generation (0.0-1.0).GoogleVertexAIEndpointBuilderFactory.GoogleVertexAIEndpointBuilder.temperature(String temperature) Temperature parameter for generation (0.0-1.0).Top-K parameter for generation.Top-K parameter for generation.Top-P parameter for nucleus sampling.Top-P parameter for nucleus sampling.