Reference documentation and code samples for the Cloud AutoML V1beta1 Client class BatchPredictOperationMetadata.
Details of BatchPredict operation.
Generated from protobuf message google.cloud.automl.v1beta1.BatchPredictOperationMetadata
Namespace
Google \ Cloud \ AutoMl \ V1beta1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ input_config |
Google\Cloud\AutoMl\V1beta1\BatchPredictInputConfig
Output only. The input config that was given upon starting this batch predict operation. |
↳ output_info |
Google\Cloud\AutoMl\V1beta1\BatchPredictOperationMetadata\BatchPredictOutputInfo
Output only. Information further describing this batch predict's output. |
getInputConfig
Output only. The input config that was given upon starting this batch predict operation.
Returns | |
---|---|
Type | Description |
Google\Cloud\AutoMl\V1beta1\BatchPredictInputConfig|null |
hasInputConfig
clearInputConfig
setInputConfig
Output only. The input config that was given upon starting this batch predict operation.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\AutoMl\V1beta1\BatchPredictInputConfig
|
Returns | |
---|---|
Type | Description |
$this |
getOutputInfo
Output only. Information further describing this batch predict's output.
Returns | |
---|---|
Type | Description |
Google\Cloud\AutoMl\V1beta1\BatchPredictOperationMetadata\BatchPredictOutputInfo|null |
hasOutputInfo
clearOutputInfo
setOutputInfo
Output only. Information further describing this batch predict's output.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\AutoMl\V1beta1\BatchPredictOperationMetadata\BatchPredictOutputInfo
|
Returns | |
---|---|
Type | Description |
$this |