View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1MigratableResourceDataLabelingDataset (google_api_ai_platform v0.13.0)
Represents one Dataset in datalabeling.googleapis.com.
Attributes
-
dataLabelingAnnotatedDatasets
(type:list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1MigratableResourceDataLabelingDatasetDataLabelingAnnotatedDataset.t)
, default:nil
) - The migratable AnnotatedDataset in datalabeling.googleapis.com belongs to the data labeling Dataset. -
dataset
(type:String.t
, default:nil
) - Full resource name of data labeling Dataset. Format:projects/{project}/datasets/{dataset}
. -
datasetDisplayName
(type:String.t
, default:nil
) - The Dataset's display name in datalabeling.googleapis.com.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1MigratableResourceDataLabelingDataset{ dataLabelingAnnotatedDatasets: [ GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1MigratableResourceDataLabelingDatasetDataLabelingAnnotatedDataset.t() ] | nil, dataset: String.t() | nil, datasetDisplayName: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.