Cloud AutoML V1beta1 Client - Class BatchPredictOperationMetadata (1.4.17)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
Google\Cloud\AutoMl\V1beta1\BatchPredictInputConfig|null

hasInputConfig

clearInputConfig

setInputConfig

Output only. The input config that was given upon starting this batch predict operation.

Parameter
NameDescription
var Google\Cloud\AutoMl\V1beta1\BatchPredictInputConfig
Returns
TypeDescription
$this

getOutputInfo

Output only. Information further describing this batch predict's output.

Returns
TypeDescription
Google\Cloud\AutoMl\V1beta1\BatchPredictOperationMetadata\BatchPredictOutputInfo|null

hasOutputInfo

clearOutputInfo

setOutputInfo

Output only. Information further describing this batch predict's output.

Parameter
NameDescription
var Google\Cloud\AutoMl\V1beta1\BatchPredictOperationMetadata\BatchPredictOutputInfo
Returns
TypeDescription
$this