Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class Content.
The base structured datatype containing multi-part content of a message.
A Content
includes a role
field designating the producer of the Content
and a parts
field containing multi-part data that contains the content of
the message turn.
Generated from protobuf message google.cloud.aiplatform.v1.Content
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ role
string
Optional. The producer of the content. Must be either 'user' or 'model'. Useful to set for multi-turn conversations, otherwise can be left blank or unset.
↳ parts
array< Part
>
Required. Ordered Parts
that constitute a single message. Parts may have different IANA MIME types.
getRole
Optional. The producer of the content. Must be either 'user' or 'model'.
Useful to set for multi-turn conversations, otherwise can be left blank or unset.
string
setRole
Optional. The producer of the content. Must be either 'user' or 'model'.
Useful to set for multi-turn conversations, otherwise can be left blank or unset.
var
string
$this
getParts
Required. Ordered Parts
that constitute a single message. Parts may have
different IANA MIME types.
setParts
Required. Ordered Parts
that constitute a single message. Parts may have
different IANA MIME types.
$this

