Class ProjectsResource.LocationsResource.DatasetsResource.DataItemsResource.AnnotationsResource
The "annotations" collection of methods.
Inheritance
ProjectsResource.LocationsResource.DatasetsResource.DataItemsResource.AnnotationsResource
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1
Assembly: Google.Apis.Aiplatform.v1beta1.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:
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DatasetsResource.DataItemsResource.AnnotationsResource.ListRequest |