ProjectsDatasetsResource class

Constructors

ProjectsDatasetsResource(ApiRequester client)

Properties

annotatedDatasets ProjectsDatasetsAnnotatedDatasetsResource
no setter
dataItems ProjectsDatasetsDataItemsResource
no setter
evaluations ProjectsDatasetsEvaluationsResource
no setter
hashCode int
The hash code for this object.
no setterinherited
image ProjectsDatasetsImageResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text ProjectsDatasetsTextResource
no setter
video ProjectsDatasetsVideoResource
no setter

Methods

create(GoogleCloudDatalabelingV1beta1CreateDatasetRequest request, String parent, {String? $fields}) Future<GoogleCloudDatalabelingV1beta1Dataset>
Creates dataset.
delete(String name, {String? $fields}) Future<GoogleProtobufEmpty>
Deletes a dataset by resource name.
exportData(GoogleCloudDatalabelingV1beta1ExportDataRequest request, String name, {String? $fields}) Future<GoogleLongrunningOperation>
Exports data and annotations from dataset.
get(String name, {String? $fields}) Future<GoogleCloudDatalabelingV1beta1Dataset>
Gets dataset by resource name.
importData(GoogleCloudDatalabelingV1beta1ImportDataRequest request, String name, {String? $fields}) Future<GoogleLongrunningOperation>
Imports data into dataset based on source locations defined in request.
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudDatalabelingV1beta1ListDatasetsResponse>
Lists datasets under a project.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited