Discovery Engine v1beta API - Class TuneEngineRequest (1.0.0-beta12)

public sealed class TuneEngineRequest : IMessage<TuneEngineRequest>, IEquatable<TuneEngineRequest>, IDeepCloneable<TuneEngineRequest>, IBufferMessage, IMessage

Reference 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).

Inheritance

object > TuneEngineRequest

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

TuneEngineRequest()

public TuneEngineRequest()

TuneEngineRequest(TuneEngineRequest)

public TuneEngineRequest(TuneEngineRequest other)
Parameter
NameDescription
otherTuneEngineRequest

Properties

EngineName

public EngineName EngineName { get; set; }

EngineName-typed view over the Name resource name property.

Property Value
TypeDescription
EngineName

Name

public string Name { get; set; }

Required. The resource name of the engine to tune. Format: projects/{project_number}/locations/{location_id}/collections/{collection_id}/engines/{engine_id}

Property Value
TypeDescription
string