Class: Google::Cloud::FinancialServices::V1::EngineConfig::HyperparameterSource

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/financialservices/v1/engine_config.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#source_engine_config::String

Returns 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}



119
120
121
122
# File 'proto_docs/google/cloud/financialservices/v1/engine_config.rb', line 119

class HyperparameterSource
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#source_engine_version::String (readonly)

Returns 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:

  • (::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}



119
120
121
122
# File 'proto_docs/google/cloud/financialservices/v1/engine_config.rb', line 119

class HyperparameterSource
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end