ProjectsLocationsDatasetsResource class

Constructors

ProjectsLocationsDatasetsResource(ApiRequester client)

Properties

annotationSpecs ProjectsLocationsDatasetsAnnotationSpecsResource
no setter
dataItems ProjectsLocationsDatasetsDataItemsResource
no setter
datasetVersions ProjectsLocationsDatasetsDatasetVersionsResource
no setter
hashCode int
The hash code for this object.
no setterinherited
operations ProjectsLocationsDatasetsOperationsResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
savedQueries ProjectsLocationsDatasetsSavedQueriesResource
no setter

Methods

create(GoogleCloudAiplatformV1Dataset request, String parent, {String? $fields}) Future<GoogleLongrunningOperation>
Creates a Dataset.
delete(String name, {String? $fields}) Future<GoogleLongrunningOperation>
Deletes a Dataset.
export(GoogleCloudAiplatformV1ExportDataRequest request, String name, {String? $fields}) Future<GoogleLongrunningOperation>
Exports data from a Dataset.
get(String name, {String? readMask, String? $fields}) Future<GoogleCloudAiplatformV1Dataset>
Gets a Dataset.
import(GoogleCloudAiplatformV1ImportDataRequest request, String name, {String? $fields}) Future<GoogleLongrunningOperation>
Imports data into a Dataset.
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? readMask, String? $fields}) Future<GoogleCloudAiplatformV1ListDatasetsResponse>
Lists Datasets in a Location.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudAiplatformV1Dataset request, String name, {String? updateMask, String? $fields}) Future<GoogleCloudAiplatformV1Dataset>
Updates a Dataset.
searchDataItems(String dataset, {List<String>? annotationFilters, String? annotationsFilter, int? annotationsLimit, String? dataItemFilter, String? dataLabelingJob, String? fieldMask, String? orderBy, String? orderByAnnotation_orderBy, String? orderByAnnotation_savedQuery, String? orderByDataItem, int? pageSize, String? pageToken, String? savedQuery, String? $fields}) Future<GoogleCloudAiplatformV1SearchDataItemsResponse>
Searches DataItems in a Dataset.
toString() String
A string representation of this object.
inherited

Operators

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