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}/locations/{location}/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."],[[["This documentation is for the `TuneEngineMetadata` class within the Google Cloud Discovery Engine v1beta API, specifically version 1.0.0-beta18 (latest)."],["`TuneEngineMetadata` is a class representing metadata associated with a tune operation in the Discovery Engine API and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `TuneEngineMetadata` class includes properties such as `Engine`, a string representing the resource name of the engine being tuned, and `EngineAsEngineName`, which provides an `EngineName`-typed view of the engine resource name."],["The class provides two constructors, a parameterless constructor, and one that takes another `TuneEngineMetadata` as a parameter."],["This class inherits from the `object` class and also inherit members like `GetHashCode()`, `GetType()`, and `ToString()` that are common to all objects in the .NET framework."]]],[]]