GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1p1alpha1ExportDataOperationResponse (google_api_data_labeling v0.2.1) View Source
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
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.GoogleCloudDatalabelingV1p1alpha1ExportDataOperationResponse{ annotatedDataset: String.t(), dataset: String.t(), exportCount: integer(), labelStats: GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1p1alpha1LabelStats.t(), outputConfig: GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1p1alpha1OutputConfig.t(), totalCount: integer() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.