Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.DatasetsResource.DataItemsResource.AnnotationsResource

The "annotations" collection of methods.

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

Constructors

AnnotationsResource(IClientService)

Constructs a new resource.

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

Properties

Operations

Gets the Operations resource.

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

Methods

List(string)

Lists Annotations belongs to a dataitem.

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

Required. The resource name of the DataItem to list Annotations from. Format: projects/{project}/locations/{location}/datasets/{dataset}/dataItems/{data_item}

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