Show / Hide Table of Contents

Class FeaturestoresResource

The "featurestores" collection of methods.

Inheritance
object
FeaturestoresResource
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 FeaturestoresResource

Constructors

FeaturestoresResource(IClientService)

Constructs a new resource.

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

Properties

EntityTypes

Gets the EntityTypes resource.

Declaration
public virtual FeaturestoresResource.EntityTypesResource EntityTypes { get; }
Property Value
Type Description
FeaturestoresResource.EntityTypesResource

Operations

Gets the Operations resource.

Declaration
public virtual FeaturestoresResource.OperationsResource Operations { get; }
Property Value
Type Description
FeaturestoresResource.OperationsResource
In this article
Back to top Generated by DocFX