Financial Services V1 API - Class Google::Cloud::FinancialServices::V1::EngineConfig::HyperparameterSource (v0.1.1)

Reference documentation and code samples for the Financial Services V1 API class Google::Cloud::FinancialServices::V1::EngineConfig::HyperparameterSource.

Parameters for bootstrapping an Engine Config with the results of another one.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#source_engine_config

def source_engine_config() -> ::String
Returns
  • (::String) — Required. The resource name of the source EngineConfig whose outputs are used. Format: /projects/{project_num}/locations/{location}/instances/{instance}/engineConfigs/{engine_config}

#source_engine_config=

def source_engine_config=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the source EngineConfig whose outputs are used. Format: /projects/{project_num}/locations/{location}/instances/{instance}/engineConfigs/{engine_config}
Returns
  • (::String) — Required. The resource name of the source EngineConfig whose outputs are used. Format: /projects/{project_num}/locations/{location}/instances/{instance}/engineConfigs/{engine_config}

#source_engine_version

def source_engine_version() -> ::String
Returns
  • (::String) — 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}