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

Identifies a concept with which DataItems may be annotated with.

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. Timestamp when this AnnotationSpec was created.
  • displayName (type: String.t, default: nil) - Required. The user-defined name of the AnnotationSpec. The name can be up to 128 characters long and can consist of any UTF-8 characters.
  • etag (type: String.t, default: nil) - Optional. Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
  • name (type: String.t, default: nil) - Output only. Resource name of the AnnotationSpec.
  • updateTime (type: DateTime.t, default: nil) - Output only. Timestamp when AnnotationSpec was last updated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1AnnotationSpec{
  createTime: DateTime.t() | nil,
  displayName: String.t() | nil,
  etag: String.t() | nil,
  name: String.t() | nil,
  updateTime: DateTime.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.