public class InputForEmbeddingsMultimodalInput extends Object
| Constructor and Description |
|---|
InputForEmbeddingsMultimodalInput() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
@Valid ImageUrlForEmbeddingsMultimodalInput |
getImageUrl()
Get imageUrl
|
String |
getText()
Get text
|
String |
getType()
Get type
|
int |
hashCode() |
InputForEmbeddingsMultimodalInput |
imageUrl(ImageUrlForEmbeddingsMultimodalInput imageUrl) |
void |
setImageUrl(ImageUrlForEmbeddingsMultimodalInput imageUrl) |
void |
setText(String text) |
void |
setType(String type) |
InputForEmbeddingsMultimodalInput |
text(String text) |
String |
toString() |
InputForEmbeddingsMultimodalInput |
type(String type) |
public InputForEmbeddingsMultimodalInput imageUrl(ImageUrlForEmbeddingsMultimodalInput imageUrl)
@Valid public @Valid ImageUrlForEmbeddingsMultimodalInput getImageUrl()
public void setImageUrl(ImageUrlForEmbeddingsMultimodalInput imageUrl)
public InputForEmbeddingsMultimodalInput text(String text)
public String getText()
public void setText(String text)
public InputForEmbeddingsMultimodalInput type(String type)
public String getType()
public void setType(String type)
Copyright © 2025. All rights reserved.