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.



17884
17885
17886
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 17884

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)


17882
17883
17884
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 17882

def name
  @name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



17889
17890
17891
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 17889

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