Reference documentation and code samples for the Google Cloud Financial Services V1 Client class Model.
Model represents a trained model.
Generated from protobuf message google.cloud.financialservices.v1.Model
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 Model. format: /projects/{project_num}/locations/{location}/instances/{instance}/models/{model}
↳ create_time
↳ update_time
↳ labels
↳ state
int
Output only. State of the model (creating, active, deleting, etc.)
↳ engine_version
string
Output only. The EngineVersion used in training this model. This is output only, and is determined from the EngineConfig used.
↳ engine_config
string
Required. The resource name of the EngineConfig the model training will be based on. Format: /projects/{project_num}/locations/{location}/instances/{instance}/engineConfigs/{engineConfig}
↳ primary_dataset
string
Required. The resource name of the Primary Dataset used in this model training. For information about how primary and auxiliary datasets are used, refer to the engine version's documentation. Format: /projects/{project_num}/locations/{location}/instances/{instance}/datasets/{dataset}
↳ end_time
Google\Protobuf\Timestamp
Required. End_time specifies the latest time from which labels are used and from which data is used to generate features for training. End_time should be no later than the end of the date_range of the dataset.
↳ line_of_business
int
Output only. The line of business (Retail/Commercial) this model is used for. Determined by EngineConfig, cannot be set by user.
getName
Output only. The resource name of the Model.
format: /projects/{project_num}/locations/{location}/instances/{instance}/models/{model}
string
setName
Output only. The resource name of the Model.
format: /projects/{project_num}/locations/{location}/instances/{instance}/models/{model}
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 model (creating, active, deleting, etc.)
int
setState
Output only. State of the model (creating, active, deleting, etc.)
var
int
$this
getEngineVersion
Output only. The EngineVersion used in training this model. This is output only, and is determined from the EngineConfig used.
string
setEngineVersion
Output only. The EngineVersion used in training this model. This is output only, and is determined from the EngineConfig used.
var
string
$this
getEngineConfig
Required. The resource name of the EngineConfig the model training will be
based on. Format: /projects/{project_num}/locations/{location}/instances/{instance}/engineConfigs/{engineConfig}
string
setEngineConfig
Required. The resource name of the EngineConfig the model training will be
based on. Format: /projects/{project_num}/locations/{location}/instances/{instance}/engineConfigs/{engineConfig}
var
string
$this
getPrimaryDataset
Required. The resource name of the Primary Dataset used in this model
training. For information about how primary and auxiliary datasets are
used, refer to the engine version's documentation. Format: /projects/{project_num}/locations/{location}/instances/{instance}/datasets/{dataset}
string
setPrimaryDataset
Required. The resource name of the Primary Dataset used in this model
training. For information about how primary and auxiliary datasets are
used, refer to the engine version's documentation. Format: /projects/{project_num}/locations/{location}/instances/{instance}/datasets/{dataset}
var
string
$this
getEndTime
Required. End_time specifies the latest time from which labels are used and from which data is used to generate features for training. End_time should be no later than the end of the date_range of the dataset.
hasEndTime
clearEndTime
setEndTime
Required. End_time specifies the latest time from which labels are used and from which data is used to generate features for training. End_time should be no later than the end of the date_range of the dataset.
$this
getLineOfBusiness
Output only. The line of business (Retail/Commercial) this model is used for. Determined by EngineConfig, cannot be set by user.
int
setLineOfBusiness
Output only. The line of business (Retail/Commercial) this model is used for. Determined by EngineConfig, cannot be set by user.
var
int
$this