Class ProjectsResource.LocationsResource.DatasetsResource.DataItemsResource | Google.Apis.Aiplatform.v1
Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.DatasetsResource.DataItemsResource

The "dataItems" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.DatasetsResource.DataItemsResource
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.DataItemsResource

Constructors

DataItemsResource(IClientService)

Constructs a new resource.

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

Properties

Annotations

Gets the Annotations resource.

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

Operations

Gets the Operations resource.

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

Methods

List(string)

Lists DataItems in a Dataset.

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

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

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