Class ProjectsResource.LocationsResource.CollectionsResource.EnginesResource.SessionsResource.AlphaEvolveExperimentsResource.StartRequest
Starts a workflow to process the AlphaEvolveExperiment.
Inheritance
ProjectsResource.LocationsResource.CollectionsResource.EnginesResource.SessionsResource.AlphaEvolveExperimentsResource.StartRequest
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.CollectionsResource.EnginesResource.SessionsResource.AlphaEvolveExperimentsResource.StartRequest : DiscoveryEngineBaseServiceRequest<GoogleLongrunningOperation>, IClientServiceRequest<GoogleLongrunningOperation>, IClientServiceRequest
Constructors
StartRequest(IClientService, GoogleCloudDiscoveryengineV1alphaStartExperimentRequest, string)
Constructs a new Start request.
Declaration
public StartRequest(IClientService service, GoogleCloudDiscoveryengineV1alphaStartExperimentRequest body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| GoogleCloudDiscoveryengineV1alphaStartExperimentRequest | body | |
| string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Name
Required. Experiment to start. Format:
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/sessions/{session}/alphaEvolveExperiments/{alpha_evolve_experiment}
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
InitParameters()
Initializes Start parameter list.
Declaration
protected override void InitParameters()