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.
Required. The resource name of the engine that this tune applies to.
Format:
projects/{project_number}/locations/{location_id}/collections/{collection_id}/engines/{engine_id}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `TuneEngineMetadata` class in the Google.Cloud.DiscoveryEngine.V1Beta namespace is part of the Discovery Engine v1beta API, providing metadata for tuning operations."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring it can be used in various contexts within the .NET framework."],["`TuneEngineMetadata` has properties like `Engine` and `EngineAsEngineName`, which are used to define the engine that a specific tune operation will be applied to, providing information about the project, location, collection and engine ID."],["The class includes constructors, including a parameterless one and another one that allows the class to be constructed by passing in an existing `TuneEngineMetadata` object, which can be used to copy the data."],["This class and it's associated methods are found in the Google.Cloud.DiscoveryEngine.V1Beta.dll assembly."]]],[]]