public sealed class TuneEngineMetadata : IMessage<TuneEngineMetadata>, IEquatable<TuneEngineMetadata>, IDeepCloneable<TuneEngineMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class TuneEngineMetadata.
Metadata associated with a tune operation.
Implements
IMessageTuneEngineMetadata, IEquatableTuneEngineMetadata, IDeepCloneableTuneEngineMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
TuneEngineMetadata()
public TuneEngineMetadata()
TuneEngineMetadata(TuneEngineMetadata)
public TuneEngineMetadata(TuneEngineMetadata other)
Parameter | |
---|---|
Name | Description |
other |
TuneEngineMetadata |
Properties
Engine
public string Engine { get; set; }
Required. The resource name of the engine that this tune applies to.
Format:
projects/{project}/locations/{location}/collections/{collection_id}/engines/{engine_id}
Property Value | |
---|---|
Type | Description |
string |
EngineAsEngineName
public EngineName EngineAsEngineName { get; set; }
EngineName-typed view over the Engine resource name property.
Property Value | |
---|---|
Type | Description |
EngineName |