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.
| Parameters | |
|---|---|
| Name | Description |
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 |
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.
| Returns | |
|---|---|
| Type | Description |
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.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getParts
Required. Ordered Parts that constitute a single message. Parts may have
different IANA MIME types.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<Part> |
|
setParts
Required. Ordered Parts that constitute a single message. Parts may have
different IANA MIME types.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Part>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|