GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1Dataset (google_api_data_labeling v0.2.1) View Source

Dataset is the resource to hold your data. You can request multiple labeling tasks for a dataset while each one will generate an AnnotatedDataset.

Attributes

  • blockingResources (type: list(String.t), default: nil) - Output only. The names of any related resources that are blocking changes to the dataset.
  • createTime (type: DateTime.t, default: nil) - Output only. Time the dataset is created.
  • dataItemCount (type: String.t, default: nil) - Output only. The number of data items in the dataset.
  • description (type: String.t, default: nil) - Optional. User-provided description of the annotation specification set. The description can be up to 10000 characters long.
  • displayName (type: String.t, default: nil) - Required. The display name of the dataset. Maximum of 64 characters.
  • inputConfigs (type: list(GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1InputConfig.t), default: nil) - Output only. This is populated with the original input configs where ImportData is called. It is available only after the clients import data to this dataset.
  • lastMigrateTime (type: DateTime.t, default: nil) - Last time that the Dataset is migrated to AI Platform V2. If any of the AnnotatedDataset is migrated, the last_migration_time in Dataset is also updated.
  • name (type: String.t, default: nil) - Output only. Dataset resource name, format is: projects/{project_id}/datasets/{dataset_id}

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1Dataset{
    blockingResources: [String.t()],
    createTime: DateTime.t(),
    dataItemCount: String.t(),
    description: String.t(),
    displayName: String.t(),
    inputConfigs: [
      GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1InputConfig.t()
    ],
    lastMigrateTime: DateTime.t(),
    name: String.t()
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.