GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1VertexModelSourceInfo (google_api_data_catalog v0.32.2)

View Source

Detail description of the source information of a Vertex model.

Attributes

  • copy (type: boolean(), default: nil) - If this Model is copy of another Model. If true then source_type pertains to the original.
  • sourceType (type: String.t, default: nil) - Type of the model source.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1VertexModelSourceInfo{
    copy: boolean() | nil,
    sourceType: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.