Cloud AutoML V1 Client - Class BatchPredictOperationMetadata (1.6.0)

Reference documentation and code samples for the Cloud AutoML V1 Client class BatchPredictOperationMetadata.

Details of BatchPredict operation.

Generated from protobuf message google.cloud.automl.v1.BatchPredictOperationMetadata

Namespace

Google \ Cloud \ AutoMl \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ input_config Google\Cloud\AutoMl\V1\BatchPredictInputConfig

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

↳ output_info Google\Cloud\AutoMl\V1\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\V1\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\V1\BatchPredictInputConfig
Returns
TypeDescription
$this

getOutputInfo

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

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

hasOutputInfo

clearOutputInfo

setOutputInfo

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

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