View Source GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1p1alpha1ExportDataOperationResponse (google_api_data_labeling v0.4.0)
Response used for ExportDataset longrunning operation.
Attributes
-
annotatedDataset(type:String.t, default:nil) - Output only. The name of annotated dataset in format "projects//datasets//annotatedDatasets/*". -
dataset(type:String.t, default:nil) - Ouptut only. The name of dataset. "projects//datasets/" -
exportCount(type:integer(), default:nil) - Output only. Number of examples exported successfully. -
labelStats(type:GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1p1alpha1LabelStats.t, default:nil) - Output only. Statistic infos of labels in the exported dataset. -
outputConfig(type:GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1p1alpha1OutputConfig.t, default:nil) - Output only. output_config in the ExportData request. -
totalCount(type:integer(), default:nil) - Output only. Total number of examples requested to export
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1p1alpha1ExportDataOperationResponse{ annotatedDataset: String.t() | nil, dataset: String.t() | nil, exportCount: integer() | nil, labelStats: GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1p1alpha1LabelStats.t() | nil, outputConfig: GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1p1alpha1OutputConfig.t() | nil, totalCount: integer() | nil }