Reference documentation and code samples for the Google Cloud Ces V1 Client class RunSessionResponse.
Response message for SessionService.RunSession.
Generated from protobuf message google.cloud.ces.v1.RunSessionResponse
Namespace
Google \ Cloud \ Ces \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ outputs |
array<SessionOutput>
Outputs for the session. |
getOutputs
Outputs for the session.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setOutputs
Outputs for the session.
| Parameter | |
|---|---|
| Name | Description |
var |
array<SessionOutput>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|