Class GoogleCloudDiscoveryengineV1alphaCustomFineTuningSpec
Defines custom fine tuning spec.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaCustomFineTuningSpec : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EnableSearchAdaptor
Whether or not to enable and include custom fine tuned search adaptor model.
Declaration
[JsonProperty("enableSearchAdaptor")]
public virtual bool? EnableSearchAdaptor { get; set; }
Property Value
Type | Description |
---|---|
bool? |