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

A piece of data in a Dataset. Could be an image, a video, a document or plain text.

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. Timestamp when this DataItem was created.
  • etag (type: String.t, default: nil) - Optional. Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
  • labels (type: map(), default: nil) - Optional. The labels with user-defined metadata to organize your DataItems. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. No more than 64 user labels can be associated with one DataItem(System labels are excluded). See https://goo.gl/xmQnxf for more information and examples of labels. System reserved label keys are prefixed with "aiplatform.googleapis.com/" and are immutable.
  • name (type: String.t, default: nil) - Output only. The resource name of the DataItem.
  • payload (type: any(), default: nil) - Required. The data that the DataItem represents (for example, an image or a text snippet). The schema of the payload is stored in the parent Dataset's metadata schema's dataItemSchemaUri field.
  • satisfiesPzi (type: boolean(), default: nil) - Output only. Reserved for future use.
  • satisfiesPzs (type: boolean(), default: nil) - Output only. Reserved for future use.
  • updateTime (type: DateTime.t, default: nil) - Output only. Timestamp when this DataItem was last updated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DataItem{
  createTime: DateTime.t() | nil,
  etag: String.t() | nil,
  labels: map() | nil,
  name: String.t() | nil,
  payload: any() | nil,
  satisfiesPzi: boolean() | nil,
  satisfiesPzs: boolean() | nil,
  updateTime: DateTime.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.