Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaTrainCustomModelRequest

Request message for SearchTuningService.TrainCustomModel method.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaTrainCustomModelRequest
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.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaTrainCustomModelRequest : 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 GoogleCloudDiscoveryengineV1alphaImportErrorConfig ErrorConfig { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1alphaImportErrorConfig

GcsTrainingInput

Cloud Storage training input.

Declaration
[JsonProperty("gcsTrainingInput")]
public virtual GoogleCloudDiscoveryengineV1alphaTrainCustomModelRequestGcsTrainingInput GcsTrainingInput { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1alphaTrainCustomModelRequestGcsTrainingInput

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