View Source GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1TrainCustomModelRequest (google_api_discovery_engine v0.16.0)

Request message for SearchTuningService.TrainCustomModel method.

Attributes

  • errorConfig (type: GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1ImportErrorConfig.t, default: nil) - The desired location of errors incurred during the data ingestion and training.
  • gcsTrainingInput (type: GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1TrainCustomModelRequestGcsTrainingInput.t, default: nil) - Cloud Storage training input.
  • modelId (type: String.t, default: nil) - If not provided, a UUID will be generated.
  • modelType (type: String.t, default: nil) - Model to be trained. Supported values are: *search-tuning: Fine tuning the search system based on data provided.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1TrainCustomModelRequest{
    errorConfig:
      GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1ImportErrorConfig.t()
      | nil,
    gcsTrainingInput:
      GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1TrainCustomModelRequestGcsTrainingInput.t()
      | nil,
    modelId: String.t() | nil,
    modelType: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.