Class GoogleCloudDiscoveryengineV1alphaTuneEngineMetadata
Metadata associated with a tune operation.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaTuneEngineMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Engine
Required. The resource name of the engine that this tune applies to. Format:
projects/{project}/locations/{location}/collections/{collection_id}/engines/{engine_id}
Declaration
[JsonProperty("engine")]
public virtual string Engine { get; set; }
Property Value
Type | Description |
---|---|
string |