Class ChatCompletionContentPartImage
-
- All Implemented Interfaces:
public final class ChatCompletionContentPartImageLearn about image inputs.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classChatCompletionContentPartImage.BuilderA builder for ChatCompletionContentPartImage.
public final classChatCompletionContentPartImage.ImageUrl
-
Method Summary
Modifier and Type Method Description final ChatCompletionContentPartImage.ImageUrlimageUrl()final JsonValue_type()The type of the content part. final JsonField<ChatCompletionContentPartImage.ImageUrl>_imageUrl()final Map<String, JsonValue>_additionalProperties()final ChatCompletionContentPartImagevalidate()final ChatCompletionContentPartImage.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ChatCompletionContentPartImage.Builderbuilder()Returns a mutable builder for constructing an instance of ChatCompletionContentPartImage. -
-
Method Detail
-
imageUrl
final ChatCompletionContentPartImage.ImageUrl imageUrl()
-
_imageUrl
final JsonField<ChatCompletionContentPartImage.ImageUrl> _imageUrl()
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final ChatCompletionContentPartImage validate()
-
toBuilder
final ChatCompletionContentPartImage.Builder toBuilder()
-
builder
final static ChatCompletionContentPartImage.Builder builder()
Returns a mutable builder for constructing an instance of ChatCompletionContentPartImage.
The following fields are required:
.imageUrl()
-
-
-
-