Reference documentation and code samples for the Google Cloud Financial Services V1 Client class PredictionResult.
PredictionResult is the result of using a model to create predictions.
Generated from protobuf message google.cloud.financialservices.v1.PredictionResult
Namespace
Google \ Cloud \ FinancialServices \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Output only. The resource name of the PredictionResult. format: /projects/{project_num}/locations/{location}/instances/{instance}/predictionResults/{prediction_result}
↳ create_time
↳ update_time
↳ labels
↳ state
int
Output only. State of the PredictionResult (creating, active, deleting, etc.)
↳ dataset
string
Required. The resource name of the Dataset to do predictions on Format: /projects/{project_num}/locations/{location}/instances/{instance}/dataset/{dataset_id}
↳ model
string
Required. The resource name of the Model to use to use to make predictions Format: /projects/{project_num}/locations/{location}/instances/{instance}/models/{model}
↳ end_time
Google\Protobuf\Timestamp
Required. Specifies the latest time from which data is used to generate features for predictions. This time should be no later than the end of the date_range of the dataset.
↳ prediction_periods
int
The number of consecutive months to produce predictions for, ending with the last full month prior to end_time according to the dataset's timezone.
↳ outputs
↳ line_of_business
int
Output only. The line of business (Retail/Commercial) this prediction is for. Determined by Model, cannot be set by user.
getName
Output only. The resource name of the PredictionResult.
format: /projects/{project_num}/locations/{location}/instances/{instance}/predictionResults/{prediction_result}
string
setName
Output only. The resource name of the PredictionResult.
format: /projects/{project_num}/locations/{location}/instances/{instance}/predictionResults/{prediction_result}
var
string
$this
getCreateTime
Output only. The timestamp of creation of this resource.
hasCreateTime
clearCreateTime
setCreateTime
Output only. The timestamp of creation of this resource.
$this
getUpdateTime
Output only. The timestamp of the most recent update of this resource.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. The timestamp of the most recent update of this resource.
$this
getLabels
Labels
setLabels
Labels
$this
getState
Output only. State of the PredictionResult (creating, active, deleting, etc.)
int
setState
Output only. State of the PredictionResult (creating, active, deleting, etc.)
var
int
$this
getDataset
Required. The resource name of the Dataset to do predictions on
Format: /projects/{project_num}/locations/{location}/instances/{instance}/dataset/{dataset_id}
string
setDataset
Required. The resource name of the Dataset to do predictions on
Format: /projects/{project_num}/locations/{location}/instances/{instance}/dataset/{dataset_id}
var
string
$this
getModel
Required. The resource name of the Model to use to use to make predictions
Format: /projects/{project_num}/locations/{location}/instances/{instance}/models/{model}
string
setModel
Required. The resource name of the Model to use to use to make predictions
Format: /projects/{project_num}/locations/{location}/instances/{instance}/models/{model}
var
string
$this
getEndTime
Required. Specifies the latest time from which data is used to generate features for predictions. This time should be no later than the end of the date_range of the dataset.
hasEndTime
clearEndTime
setEndTime
Required. Specifies the latest time from which data is used to generate features for predictions. This time should be no later than the end of the date_range of the dataset.
$this
getPredictionPeriods
The number of consecutive months to produce predictions for, ending with the last full month prior to end_time according to the dataset's timezone.
int
setPredictionPeriods
The number of consecutive months to produce predictions for, ending with the last full month prior to end_time according to the dataset's timezone.
var
int
$this
getOutputs
Required. Where to write the output of the predictions.
hasOutputs
clearOutputs
setOutputs
Required. Where to write the output of the predictions.
$this
getLineOfBusiness
Output only. The line of business (Retail/Commercial) this prediction is for. Determined by Model, cannot be set by user.
int
setLineOfBusiness
Output only. The line of business (Retail/Commercial) this prediction is for. Determined by Model, cannot be set by user.
var
int
$this