Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.DatasetsResource

The "datasets" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.DatasetsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class ProjectsResource.LocationsResource.DatasetsResource

Constructors

DatasetsResource(IClientService)

Constructs a new resource.

Declaration
public DatasetsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

AnnotationSpecs

Gets the AnnotationSpecs resource.

Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.AnnotationSpecsResource AnnotationSpecs { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.DatasetsResource.AnnotationSpecsResource

DataItems

Gets the DataItems resource.

Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.DataItemsResource DataItems { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.DatasetsResource.DataItemsResource

DatasetVersions

Gets the DatasetVersions resource.

Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.DatasetVersionsResource DatasetVersions { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.DatasetsResource.DatasetVersionsResource

Operations

Gets the Operations resource.

Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.OperationsResource Operations { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.DatasetsResource.OperationsResource

SavedQueries

Gets the SavedQueries resource.

Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.SavedQueriesResource SavedQueries { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.DatasetsResource.SavedQueriesResource

Methods

Create(GoogleCloudAiplatformV1Dataset, string)

Creates a Dataset.

Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.CreateRequest Create(GoogleCloudAiplatformV1Dataset body, string parent)
Parameters
Type Name Description
GoogleCloudAiplatformV1Dataset body

The body of the request.

string parent

Required. The resource name of the Location to create the Dataset in. Format: projects/{project}/locations/{location}

Returns
Type Description
ProjectsResource.LocationsResource.DatasetsResource.CreateRequest

Delete(string)

Deletes a Dataset.

Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The resource name of the Dataset to delete. Format: projects/{project}/locations/{location}/datasets/{dataset}

Returns
Type Description
ProjectsResource.LocationsResource.DatasetsResource.DeleteRequest

Export(GoogleCloudAiplatformV1ExportDataRequest, string)

Exports data from a Dataset.

Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.ExportRequest Export(GoogleCloudAiplatformV1ExportDataRequest body, string name)
Parameters
Type Name Description
GoogleCloudAiplatformV1ExportDataRequest body

The body of the request.

string name

Required. The name of the Dataset resource. Format: projects/{project}/locations/{location}/datasets/{dataset}

Returns
Type Description
ProjectsResource.LocationsResource.DatasetsResource.ExportRequest

Get(string)

Gets a Dataset.

Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the Dataset resource.

Returns
Type Description
ProjectsResource.LocationsResource.DatasetsResource.GetRequest

GetIamPolicy(string)

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.GetIamPolicyRequest GetIamPolicy(string resource)
Parameters
Type Name Description
string resource

REQUIRED: The resource for which the policy is being requested. See Resource names for the appropriate value for this field.

Returns
Type Description
ProjectsResource.LocationsResource.DatasetsResource.GetIamPolicyRequest

Import(GoogleCloudAiplatformV1ImportDataRequest, string)

Imports data into a Dataset.

Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.ImportRequest Import(GoogleCloudAiplatformV1ImportDataRequest body, string name)
Parameters
Type Name Description
GoogleCloudAiplatformV1ImportDataRequest body

The body of the request.

string name

Required. The name of the Dataset resource. Format: projects/{project}/locations/{location}/datasets/{dataset}

Returns
Type Description
ProjectsResource.LocationsResource.DatasetsResource.ImportRequest

List(string)

Lists Datasets in a Location.

Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The name of the Dataset's parent resource. Format: projects/{project}/locations/{location}

Returns
Type Description
ProjectsResource.LocationsResource.DatasetsResource.ListRequest

Patch(GoogleCloudAiplatformV1Dataset, string)

Updates a Dataset.

Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.PatchRequest Patch(GoogleCloudAiplatformV1Dataset body, string name)
Parameters
Type Name Description
GoogleCloudAiplatformV1Dataset body

The body of the request.

string name

Output only. Identifier. The resource name of the Dataset. Format: projects/{project}/locations/{location}/datasets/{dataset}

Returns
Type Description
ProjectsResource.LocationsResource.DatasetsResource.PatchRequest

SearchDataItems(string)

Searches DataItems in a Dataset.

Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.SearchDataItemsRequest SearchDataItems(string dataset)
Parameters
Type Name Description
string dataset

Required. The resource name of the Dataset from which to search DataItems. Format: projects/{project}/locations/{location}/datasets/{dataset}

Returns
Type Description
ProjectsResource.LocationsResource.DatasetsResource.SearchDataItemsRequest

SetIamPolicy(GoogleIamV1SetIamPolicyRequest, string)

Sets the access control policy on the specified resource. Replaces any existing policy. Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.

Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.SetIamPolicyRequest SetIamPolicy(GoogleIamV1SetIamPolicyRequest body, string resource)
Parameters
Type Name Description
GoogleIamV1SetIamPolicyRequest body

The body of the request.

string resource

REQUIRED: The resource for which the policy is being specified. See Resource names for the appropriate value for this field.

Returns
Type Description
ProjectsResource.LocationsResource.DatasetsResource.SetIamPolicyRequest

TestIamPermissions(string)

Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.

Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.TestIamPermissionsRequest TestIamPermissions(string resource)
Parameters
Type Name Description
string resource

REQUIRED: The resource for which the policy detail is being requested. See Resource names for the appropriate value for this field.

Returns
Type Description
ProjectsResource.LocationsResource.DatasetsResource.TestIamPermissionsRequest
In this article
Back to top Generated by DocFX