Package dev.langchain4j.model.bedrock
Class BedrockAnthropicImageSource
java.lang.Object
dev.langchain4j.model.bedrock.BedrockAnthropicImageSource
@Deprecated(forRemoval=true,
since="1.0.0-beta2")
public class BedrockAnthropicImageSource
extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionBedrockAnthropicImageSource
(String type, String media_type, String data) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptiongetData()
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.getType()
Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.void
setMedia_type
(String media_type) Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
BedrockAnthropicImageSource
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getType
Deprecated, for removal: This API element is subject to removal in a future version. -
setType
Deprecated, for removal: This API element is subject to removal in a future version. -
getMedia_type
Deprecated, for removal: This API element is subject to removal in a future version. -
setMedia_type
Deprecated, for removal: This API element is subject to removal in a future version. -
getData
Deprecated, for removal: This API element is subject to removal in a future version. -
setData
Deprecated, for removal: This API element is subject to removal in a future version.
-
BedrockChatModel