Properties of a PredictRequest.
Package
@google-cloud/retailProperties
filter
filter?: (string|null);
PredictRequest filter
Type | Description |
(string|null) |
labels
labels?: ({ [k: string]: string }|null);
PredictRequest labels
Type | Description |
({ [k: string]: string }|null) |
pageSize
pageSize?: (number|null);
PredictRequest pageSize
Type | Description |
(number|null) |
pageToken
pageToken?: (string|null);
PredictRequest pageToken
Type | Description |
(string|null) |
params
params?: ({ [k: string]: google.protobuf.IValue }|null);
PredictRequest params
Type | Description |
({ [k: string]: google.protobuf.IValue }|null) |
placement
placement?: (string|null);
PredictRequest placement
Type | Description |
(string|null) |
userEvent
userEvent?: (google.cloud.retail.v2.IUserEvent|null);
PredictRequest userEvent
Type | Description |
(google.cloud.retail.v2.IUserEvent|null) |
validateOnly
validateOnly?: (boolean|null);
PredictRequest validateOnly
Type | Description |
(boolean|null) |