Show / Hide Table of Contents

Class FeatureGroupsResource

The "featureGroups" collection of methods.

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

Constructors

FeatureGroupsResource(IClientService)

Constructs a new resource.

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

Properties

Features

Gets the Features resource.

Declaration
public virtual FeatureGroupsResource.FeaturesResource Features { get; }
Property Value
Type Description
FeatureGroupsResource.FeaturesResource

Operations

Gets the Operations resource.

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