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.



17829
17830
17831
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 17829

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)


17827
17828
17829
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 17827

def name
  @name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



17834
17835
17836
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 17834

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