Class ProjectsResource.LocationsResource.DatasetsResource.AnnotationSpecsResource
The "annotationSpecs" collection of methods.
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1
Assembly: Google.Apis.Aiplatform.v1beta1.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:
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DatasetsResource.AnnotationSpecsResource.GetRequest |