Reference documentation and code samples for the Google Cloud Financial Services V1 Client class HyperparameterSource.
Parameters for bootstrapping an Engine Config with the results of another one.
Generated from protobuf message google.cloud.financialservices.v1.EngineConfig.HyperparameterSource
Namespace
Google \ Cloud \ FinancialServices \ V1 \ EngineConfigMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ source_engine_config | stringRequired. The resource name of the source EngineConfig whose outputs are used. Format:  | 
| ↳ source_engine_version | stringOutput only. The resource name of the EngineVersion that was used in the tuning run. Format:  | 
getSourceEngineConfig
Required. The resource name of the source EngineConfig whose outputs are
used. Format:
/projects/{project_num}/locations/{location}/instances/{instance}/engineConfigs/{engine_config}
| Returns | |
|---|---|
| Type | Description | 
| string | |
setSourceEngineConfig
Required. The resource name of the source EngineConfig whose outputs are
used. Format:
/projects/{project_num}/locations/{location}/instances/{instance}/engineConfigs/{engine_config}
| Parameter | |
|---|---|
| Name | Description | 
| var | string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getSourceEngineVersion
Output only. The resource name of the EngineVersion that was used in the
tuning run. Format:
/projects/{project_num}/locations/{location}/instances/{instance}/engineVersions/{engine_version}
| Returns | |
|---|---|
| Type | Description | 
| string | |
setSourceEngineVersion
Output only. The resource name of the EngineVersion that was used in the
tuning run. Format:
/projects/{project_num}/locations/{location}/instances/{instance}/engineVersions/{engine_version}
| Parameter | |
|---|---|
| Name | Description | 
| var | string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |