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

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.

Inheritance

object > TuneEngineMetadata

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

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_number}/locations/{location_id}/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