Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaStartExperimentRequest
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaStartExperimentRequest
- 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
-
#name ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaStartExperimentRequest
constructor
A new instance of GoogleCloudDiscoveryengineV1alphaStartExperimentRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
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
#name ⇒ String
Required. Experiment to start. Format: projects/project/locations/location
/collections/collection/engines/engine/sessions/session/
alphaEvolveExperiments/alpha_evolve_experiment`
Corresponds to the JSON propertyname`
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 |