DatasetsResource class

Constructors

DatasetsResource(ApiRequester client)

Properties

annotationSpecs DatasetsAnnotationSpecsResource
no setter
dataItems DatasetsDataItemsResource
no setter
datasetVersions DatasetsDatasetVersionsResource
no setter
hashCode int
The hash code for this object.
no setterinherited
operations DatasetsOperationsResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
savedQueries DatasetsSavedQueriesResource
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.
get(String name, {String? readMask, String? $fields}) Future<GoogleCloudAiplatformV1Dataset>
Gets a Dataset.
list({String? filter, String? orderBy, int? pageSize, String? pageToken, String? parent, 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.
toString() String
A string representation of this object.
inherited

Operators

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