View Source GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaTrainCustomModelRequest (google_api_discovery_engine v0.9.0)

Request message for SearchTuningService.TrainCustomModel method.

Attributes

  • errorConfig (type: GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaImportErrorConfig.t, default: nil) - The desired location of errors incurred during the data ingestion and training.
  • gcsTrainingInput (type: GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaTrainCustomModelRequestGcsTrainingInput.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.V1beta.Model.GoogleCloudDiscoveryengineV1betaTrainCustomModelRequest{
    errorConfig:
      GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaImportErrorConfig.t()
      | nil,
    gcsTrainingInput:
      GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaTrainCustomModelRequestGcsTrainingInput.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.