- 3.54.0 (latest)
 - 3.53.0
 - 3.52.0
 - 3.51.0
 - 3.50.0
 - 3.49.0
 - 3.48.0
 - 3.47.0
 - 3.46.0
 - 3.45.0
 - 3.44.0
 - 3.43.0
 - 3.42.0
 - 3.41.0
 - 3.40.0
 - 3.39.0
 - 3.38.0
 - 3.37.0
 - 3.36.0
 - 3.35.0
 - 3.34.0
 - 3.33.0
 - 3.32.0
 - 3.31.0
 - 3.30.0
 - 3.29.0
 - 3.28.0
 - 3.27.0
 - 3.26.0
 - 3.25.0
 - 3.24.0
 - 3.23.0
 - 3.22.0
 - 3.21.0
 - 3.20.0
 - 3.19.0
 - 3.18.0
 - 3.17.0
 - 3.16.0
 - 3.15.0
 - 3.14.0
 - 3.13.0
 - 3.12.0
 - 3.11.0
 - 3.10.0
 - 3.9.0
 - 3.8.0
 - 3.7.0
 - 3.6.0
 - 3.5.0
 - 3.4.0
 - 3.3.0
 - 3.2.0
 - 3.1.0
 - 3.0.0
 - 2.28.0
 - 2.27.0
 - 2.26.0
 - 2.25.0
 - 2.24.0
 - 2.23.0
 - 2.22.0
 - 2.21.0
 - 2.20.0
 - 2.19.0
 - 2.18.0
 - 2.17.0
 - 2.16.0
 - 2.15.0
 - 2.14.0
 - 2.13.0
 - 2.12.0
 - 2.11.0
 - 2.10.0
 - 2.9.0
 - 2.8.0
 - 2.7.0
 - 2.6.0
 - 2.5.0
 - 2.4.0
 - 2.3.0
 - 2.2.0
 - 2.1.0
 - 2.0.0
 - 1.8.0
 - 1.7.0
 - 1.6.0
 - 1.5.0
 - 1.4.0
 - 1.3.0
 - 1.2.0
 - 1.1.0
 - 1.0.0
 
[BindServiceMethod(typeof(DatasetService), "BindService")]
public abstract class DatasetService.DatasetServiceBaseReference documentation and code samples for the Vertex AI v1 API class DatasetService.DatasetServiceBase.
Base class for server-side implementations of DatasetService
Namespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.dll
Methods
CreateDataset(CreateDatasetRequest, ServerCallContext)
public virtual Task<Operation> CreateDataset(CreateDatasetRequest request, ServerCallContext context)Creates a Dataset.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        CreateDatasetRequestThe request received from the client.  | 
      
context | 
        ServerCallContextThe context of the server-side call handler being invoked.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TaskOperation | 
        The response to send back to the client (wrapped by a task).  | 
      
CreateDatasetVersion(CreateDatasetVersionRequest, ServerCallContext)
public virtual Task<Operation> CreateDatasetVersion(CreateDatasetVersionRequest request, ServerCallContext context)Create a version from a Dataset.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        CreateDatasetVersionRequestThe request received from the client.  | 
      
context | 
        ServerCallContextThe context of the server-side call handler being invoked.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TaskOperation | 
        The response to send back to the client (wrapped by a task).  | 
      
DeleteDataset(DeleteDatasetRequest, ServerCallContext)
public virtual Task<Operation> DeleteDataset(DeleteDatasetRequest request, ServerCallContext context)Deletes a Dataset.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        DeleteDatasetRequestThe request received from the client.  | 
      
context | 
        ServerCallContextThe context of the server-side call handler being invoked.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TaskOperation | 
        The response to send back to the client (wrapped by a task).  | 
      
DeleteDatasetVersion(DeleteDatasetVersionRequest, ServerCallContext)
public virtual Task<Operation> DeleteDatasetVersion(DeleteDatasetVersionRequest request, ServerCallContext context)Deletes a Dataset version.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        DeleteDatasetVersionRequestThe request received from the client.  | 
      
context | 
        ServerCallContextThe context of the server-side call handler being invoked.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TaskOperation | 
        The response to send back to the client (wrapped by a task).  | 
      
DeleteSavedQuery(DeleteSavedQueryRequest, ServerCallContext)
public virtual Task<Operation> DeleteSavedQuery(DeleteSavedQueryRequest request, ServerCallContext context)Deletes a SavedQuery.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        DeleteSavedQueryRequestThe request received from the client.  | 
      
context | 
        ServerCallContextThe context of the server-side call handler being invoked.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TaskOperation | 
        The response to send back to the client (wrapped by a task).  | 
      
ExportData(ExportDataRequest, ServerCallContext)
public virtual Task<Operation> ExportData(ExportDataRequest request, ServerCallContext context)Exports data from a Dataset.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        ExportDataRequestThe request received from the client.  | 
      
context | 
        ServerCallContextThe context of the server-side call handler being invoked.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TaskOperation | 
        The response to send back to the client (wrapped by a task).  | 
      
GetAnnotationSpec(GetAnnotationSpecRequest, ServerCallContext)
public virtual Task<AnnotationSpec> GetAnnotationSpec(GetAnnotationSpecRequest request, ServerCallContext context)Gets an AnnotationSpec.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        GetAnnotationSpecRequestThe request received from the client.  | 
      
context | 
        ServerCallContextThe context of the server-side call handler being invoked.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TaskAnnotationSpec | 
        The response to send back to the client (wrapped by a task).  | 
      
GetDataset(GetDatasetRequest, ServerCallContext)
public virtual Task<Dataset> GetDataset(GetDatasetRequest request, ServerCallContext context)Gets a Dataset.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        GetDatasetRequestThe request received from the client.  | 
      
context | 
        ServerCallContextThe context of the server-side call handler being invoked.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TaskDataset | 
        The response to send back to the client (wrapped by a task).  | 
      
GetDatasetVersion(GetDatasetVersionRequest, ServerCallContext)
public virtual Task<DatasetVersion> GetDatasetVersion(GetDatasetVersionRequest request, ServerCallContext context)Gets a Dataset version.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        GetDatasetVersionRequestThe request received from the client.  | 
      
context | 
        ServerCallContextThe context of the server-side call handler being invoked.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TaskDatasetVersion | 
        The response to send back to the client (wrapped by a task).  | 
      
ImportData(ImportDataRequest, ServerCallContext)
public virtual Task<Operation> ImportData(ImportDataRequest request, ServerCallContext context)Imports data into a Dataset.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        ImportDataRequestThe request received from the client.  | 
      
context | 
        ServerCallContextThe context of the server-side call handler being invoked.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TaskOperation | 
        The response to send back to the client (wrapped by a task).  | 
      
ListAnnotations(ListAnnotationsRequest, ServerCallContext)
public virtual Task<ListAnnotationsResponse> ListAnnotations(ListAnnotationsRequest request, ServerCallContext context)Lists Annotations belongs to a dataitem This RPC is only available in InternalDatasetService. It is only used for exporting conversation data to CCAI Insights.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        ListAnnotationsRequestThe request received from the client.  | 
      
context | 
        ServerCallContextThe context of the server-side call handler being invoked.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TaskListAnnotationsResponse | 
        The response to send back to the client (wrapped by a task).  | 
      
ListDataItems(ListDataItemsRequest, ServerCallContext)
public virtual Task<ListDataItemsResponse> ListDataItems(ListDataItemsRequest request, ServerCallContext context)Lists DataItems in a Dataset.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        ListDataItemsRequestThe request received from the client.  | 
      
context | 
        ServerCallContextThe context of the server-side call handler being invoked.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TaskListDataItemsResponse | 
        The response to send back to the client (wrapped by a task).  | 
      
ListDatasetVersions(ListDatasetVersionsRequest, ServerCallContext)
public virtual Task<ListDatasetVersionsResponse> ListDatasetVersions(ListDatasetVersionsRequest request, ServerCallContext context)Lists DatasetVersions in a Dataset.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        ListDatasetVersionsRequestThe request received from the client.  | 
      
context | 
        ServerCallContextThe context of the server-side call handler being invoked.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TaskListDatasetVersionsResponse | 
        The response to send back to the client (wrapped by a task).  | 
      
ListDatasets(ListDatasetsRequest, ServerCallContext)
public virtual Task<ListDatasetsResponse> ListDatasets(ListDatasetsRequest request, ServerCallContext context)Lists Datasets in a Location.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        ListDatasetsRequestThe request received from the client.  | 
      
context | 
        ServerCallContextThe context of the server-side call handler being invoked.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TaskListDatasetsResponse | 
        The response to send back to the client (wrapped by a task).  | 
      
ListSavedQueries(ListSavedQueriesRequest, ServerCallContext)
public virtual Task<ListSavedQueriesResponse> ListSavedQueries(ListSavedQueriesRequest request, ServerCallContext context)Lists SavedQueries in a Dataset.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        ListSavedQueriesRequestThe request received from the client.  | 
      
context | 
        ServerCallContextThe context of the server-side call handler being invoked.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TaskListSavedQueriesResponse | 
        The response to send back to the client (wrapped by a task).  | 
      
RestoreDatasetVersion(RestoreDatasetVersionRequest, ServerCallContext)
public virtual Task<Operation> RestoreDatasetVersion(RestoreDatasetVersionRequest request, ServerCallContext context)Restores a dataset version.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        RestoreDatasetVersionRequestThe request received from the client.  | 
      
context | 
        ServerCallContextThe context of the server-side call handler being invoked.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TaskOperation | 
        The response to send back to the client (wrapped by a task).  | 
      
SearchDataItems(SearchDataItemsRequest, ServerCallContext)
public virtual Task<SearchDataItemsResponse> SearchDataItems(SearchDataItemsRequest request, ServerCallContext context)Searches DataItems in a Dataset.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        SearchDataItemsRequestThe request received from the client.  | 
      
context | 
        ServerCallContextThe context of the server-side call handler being invoked.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TaskSearchDataItemsResponse | 
        The response to send back to the client (wrapped by a task).  | 
      
UpdateDataset(UpdateDatasetRequest, ServerCallContext)
public virtual Task<Dataset> UpdateDataset(UpdateDatasetRequest request, ServerCallContext context)Updates a Dataset.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        UpdateDatasetRequestThe request received from the client.  | 
      
context | 
        ServerCallContextThe context of the server-side call handler being invoked.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TaskDataset | 
        The response to send back to the client (wrapped by a task).  | 
      
UpdateDatasetVersion(UpdateDatasetVersionRequest, ServerCallContext)
public virtual Task<DatasetVersion> UpdateDatasetVersion(UpdateDatasetVersionRequest request, ServerCallContext context)Updates a DatasetVersion.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        UpdateDatasetVersionRequestThe request received from the client.  | 
      
context | 
        ServerCallContextThe context of the server-side call handler being invoked.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TaskDatasetVersion | 
        The response to send back to the client (wrapped by a task).  |