Uses of Class
com.google.genai.types.InlinedEmbedContentResponse
Packages that use InlinedEmbedContentResponse
-
Uses of InlinedEmbedContentResponse in com.google.genai.types
Methods in com.google.genai.types that return InlinedEmbedContentResponseModifier and TypeMethodDescriptionabstract InlinedEmbedContentResponseInlinedEmbedContentResponse.Builder.build()static InlinedEmbedContentResponseDeserializes a JSON string to a InlinedEmbedContentResponse object.Methods in com.google.genai.types that return types with arguments of type InlinedEmbedContentResponseModifier and TypeMethodDescriptionabstract Optional<List<InlinedEmbedContentResponse>>BatchJobDestination.inlinedEmbedContentResponses()The responses to the requests in the batch.Methods in com.google.genai.types with parameters of type InlinedEmbedContentResponseModifier and TypeMethodDescriptionBatchJobDestination.Builder.inlinedEmbedContentResponses(InlinedEmbedContentResponse... inlinedEmbedContentResponses) Setter for inlinedEmbedContentResponses.Method parameters in com.google.genai.types with type arguments of type InlinedEmbedContentResponseModifier and TypeMethodDescriptionabstract BatchJobDestination.BuilderBatchJobDestination.Builder.inlinedEmbedContentResponses(List<InlinedEmbedContentResponse> inlinedEmbedContentResponses) Setter for inlinedEmbedContentResponses.