Reference documentation and code samples for the Google Cloud Ces V1 Client class RunSessionRequest.
Request message for SessionService.RunSession.
Generated from protobuf message google.cloud.ces.v1.RunSessionRequest
Namespace
Google \ Cloud \ Ces \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ config |
SessionConfig
Required. The configuration for the session. |
↳ inputs |
array<SessionInput>
Required. Inputs for the session. |
getConfig
Required. The configuration for the session.
| Returns | |
|---|---|
| Type | Description |
SessionConfig|null |
|
hasConfig
clearConfig
setConfig
Required. The configuration for the session.
| Parameter | |
|---|---|
| Name | Description |
var |
SessionConfig
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getInputs
Required. Inputs for the session.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setInputs
Required. Inputs for the session.
| Parameter | |
|---|---|
| Name | Description |
var |
array<SessionInput>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|