Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.DatasetsResource.AnnotationSpecsResource

The "annotationSpecs" collection of methods.

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

Constructors

AnnotationSpecsResource(IClientService)

Constructs a new resource.

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

Properties

Operations

Gets the Operations resource.

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

Methods

Get(string)

Gets an AnnotationSpec.

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

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

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