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

The metadata of Datasets that contain Text DataItems.

Attributes

  • dataItemSchemaUri (type: String.t, default: nil) - Points to a YAML file stored on Google Cloud Storage describing payload of the Text DataItems that belong to this Dataset.
  • gcsBucket (type: String.t, default: nil) - Google Cloud Storage Bucket name that contains the blob data of this Dataset.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaTextDatasetMetadata{
    dataItemSchemaUri: String.t() | nil,
    gcsBucket: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.