View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FulfillmentInput (google_api_ai_platform v0.13.0)

Input for fulfillment metric.

Attributes

  • instance (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FulfillmentInstance.t, default: nil) - Required. Fulfillment instance.
  • metricSpec (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FulfillmentSpec.t, default: nil) - Required. Spec for fulfillment score metric.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FulfillmentInput{
  instance:
    GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FulfillmentInstance.t()
    | nil,
  metricSpec:
    GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FulfillmentSpec.t()
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.