Show / Hide Table of Contents

Class DatasetsResource.DatasetVersionsResource

The "datasetVersions" collection of methods.

Inheritance
object
DatasetsResource.DatasetVersionsResource
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 DatasetsResource.DatasetVersionsResource

Constructors

DatasetVersionsResource(IClientService)

Constructs a new resource.

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

Methods

Create(GoogleCloudAiplatformV1DatasetVersion, string)

Create a version from a Dataset.

Declaration
public virtual DatasetsResource.DatasetVersionsResource.CreateRequest Create(GoogleCloudAiplatformV1DatasetVersion body, string parent)
Parameters
Type Name Description
GoogleCloudAiplatformV1DatasetVersion body

The body of the request.

string parent

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

Returns
Type Description
DatasetsResource.DatasetVersionsResource.CreateRequest

Delete(string)

Deletes a Dataset version.

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

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

Returns
Type Description
DatasetsResource.DatasetVersionsResource.DeleteRequest

Get(string)

Gets a Dataset version.

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

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

Returns
Type Description
DatasetsResource.DatasetVersionsResource.GetRequest

List(string)

Lists DatasetVersions in a Dataset.

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

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

Returns
Type Description
DatasetsResource.DatasetVersionsResource.ListRequest

Patch(GoogleCloudAiplatformV1DatasetVersion, string)

Updates a DatasetVersion.

Declaration
public virtual DatasetsResource.DatasetVersionsResource.PatchRequest Patch(GoogleCloudAiplatformV1DatasetVersion body, string name)
Parameters
Type Name Description
GoogleCloudAiplatformV1DatasetVersion body

The body of the request.

string name

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

Returns
Type Description
DatasetsResource.DatasetVersionsResource.PatchRequest

Restore(string)

Restores a dataset version.

Declaration
public virtual DatasetsResource.DatasetVersionsResource.RestoreRequest Restore(string name)
Parameters
Type Name Description
string name

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

Returns
Type Description
DatasetsResource.DatasetVersionsResource.RestoreRequest
In this article
Back to top Generated by DocFX