public sealed class TuneEngineRequest : IMessage<TuneEngineRequest>, IEquatable<TuneEngineRequest>, IDeepCloneable<TuneEngineRequest>, IBufferMessage, IMessageReference documentation and code samples for the Discovery Engine v1beta API class TuneEngineRequest.
Request to manually start a tuning process now (instead of waiting for the periodically scheduled tuning to happen).
Implements
IMessageTuneEngineRequest, IEquatableTuneEngineRequest, IDeepCloneableTuneEngineRequest, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
TuneEngineRequest()
public TuneEngineRequest()TuneEngineRequest(TuneEngineRequest)
public TuneEngineRequest(TuneEngineRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
TuneEngineRequest |
Properties
EngineName
public EngineName EngineName { get; set; }EngineName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
EngineName |
|
Name
public string Name { get; set; }Required. The resource name of the engine to tune.
Format:
projects/{project}/locations/{location}/collections/{collection_id}/engines/{engine_id}
| Property Value | |
|---|---|
| Type | Description |
string |
|