View Source GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaCustomTuningModel (google_api_discovery_engine v0.16.0)

Metadata that describes a custom tuned model.

Attributes

  • createTime (type: DateTime.t, default: nil) - Timestamp the Model was created at.
  • displayName (type: String.t, default: nil) - The display name of the model.
  • metrics (type: map(), default: nil) - The metrics of the trained model.
  • modelState (type: String.t, default: nil) - The state that the model is in (e.g.TRAINING or TRAINING_FAILED).
  • modelVersion (type: String.t, default: nil) - The version of the model.
  • name (type: String.t, default: nil) - Required. The fully qualified resource name of the model. Format: projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/customTuningModels/{custom_tuning_model}. Model must be an alpha-numerical string with limit of 40 characters.
  • trainingStartTime (type: DateTime.t, default: nil) - Timestamp the model training was initiated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaCustomTuningModel{
    createTime: DateTime.t() | nil,
    displayName: String.t() | nil,
    metrics: map() | nil,
    modelState: String.t() | nil,
    modelVersion: String.t() | nil,
    name: String.t() | nil,
    trainingStartTime: DateTime.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.