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

Source attributions for content.

Attributes

  • endIndex (type: integer(), default: nil) - Output only. End index into the content.
  • license (type: String.t, default: nil) - Output only. License of the attribution.
  • publicationDate (type: GoogleApi.AIPlatform.V1.Model.GoogleTypeDate.t, default: nil) - Output only. Publication date of the attribution.
  • startIndex (type: integer(), default: nil) - Output only. Start index into the content.
  • title (type: String.t, default: nil) - Output only. Title of the attribution.
  • uri (type: String.t, default: nil) - Output only. Url reference of the attribution.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Citation{
  endIndex: integer() | nil,
  license: String.t() | nil,
  publicationDate: GoogleApi.AIPlatform.V1.Model.GoogleTypeDate.t() | nil,
  startIndex: integer() | nil,
  title: String.t() | nil,
  uri: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.