Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaStartExperimentRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/discoveryengine_v1beta/classes.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb

Overview

Request message for AlphaEvolveService.StartExperiment.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaStartExperimentRequest

Returns a new instance of GoogleCloudDiscoveryengineV1alphaStartExperimentRequest.



17860
17861
17862
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 17860

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#nameString

Required. Experiment to start. Format: projects/project/locations/location /collections/collection/engines/engine/sessions/session/ alphaEvolveExperiments/alpha_evolve_experiment` Corresponds to the JSON propertyname`

Returns:

  • (String)


17858
17859
17860
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 17858

def name
  @name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



17865
17866
17867
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 17865

def update!(**args)
  @name = args[:name] if args.key?(:name)
end