Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1TrainCustomModelRequest

Request message for SearchTuningService.TrainCustomModel method.

Inheritance
object
GoogleCloudDiscoveryengineV1TrainCustomModelRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX