GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1Dataset (google_api_data_labeling v0.4.1)
View SourceDataset 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}
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1Dataset{ blockingResources: [String.t()] | nil, createTime: DateTime.t() | nil, dataItemCount: String.t() | nil, description: String.t() | nil, displayName: String.t() | nil, inputConfigs: [ GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1InputConfig.t() ] | nil, lastMigrateTime: DateTime.t() | nil, name: String.t() | nil }