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

Metadata associated with a tune operation.

Attributes

  • engine (type: String.t, default: nil) - Required. The resource name of the engine that this tune applies to. Format: projects/{project}/locations/{location}/collections/{collection_id}/engines/{engine_id}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaTuneEngineMetadata{
    engine: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.