Class GoogleCloudDiscoveryengineV1TrainCustomModelRequest
Request message for SearchTuningService.TrainCustomModel method.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1TrainCustomModelRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ErrorConfig
The desired location of errors incurred during the data ingestion and training.
Declaration
[JsonProperty("errorConfig")]
public virtual GoogleCloudDiscoveryengineV1ImportErrorConfig ErrorConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1ImportErrorConfig |
GcsTrainingInput
Cloud Storage training input.
Declaration
[JsonProperty("gcsTrainingInput")]
public virtual GoogleCloudDiscoveryengineV1TrainCustomModelRequestGcsTrainingInput GcsTrainingInput { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1TrainCustomModelRequestGcsTrainingInput |
ModelId
If not provided, a UUID will be generated.
Declaration
[JsonProperty("modelId")]
public virtual string ModelId { get; set; }
Property Value
Type | Description |
---|---|
string |
ModelType
Model to be trained. Supported values are: * search-tuning: Fine tuning the search system based on data provided.
Declaration
[JsonProperty("modelType")]
public virtual string ModelType { get; set; }
Property Value
Type | Description |
---|---|
string |