Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.FeaturestoresResource.EntityTypesResource.FeaturesResource

The "features" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.FeaturestoresResource.EntityTypesResource.FeaturesResource
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.FeaturestoresResource.EntityTypesResource.FeaturesResource

Constructors

FeaturesResource(IClientService)

Constructs a new resource.

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

Properties

Operations

Gets the Operations resource.

Declaration
public virtual ProjectsResource.LocationsResource.FeaturestoresResource.EntityTypesResource.FeaturesResource.OperationsResource Operations { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.FeaturestoresResource.EntityTypesResource.FeaturesResource.OperationsResource

Methods

BatchCreate(GoogleCloudAiplatformV1BatchCreateFeaturesRequest, string)

Creates a batch of Features in a given EntityType.

Declaration
public virtual ProjectsResource.LocationsResource.FeaturestoresResource.EntityTypesResource.FeaturesResource.BatchCreateRequest BatchCreate(GoogleCloudAiplatformV1BatchCreateFeaturesRequest body, string parent)
Parameters
Type Name Description
GoogleCloudAiplatformV1BatchCreateFeaturesRequest body

The body of the request.

string parent

Required. The resource name of the EntityType/FeatureGroup to create the batch of Features under. Format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type} projects/{project}/locations/{location}/featureGroups/{feature_group}

Returns
Type Description
ProjectsResource.LocationsResource.FeaturestoresResource.EntityTypesResource.FeaturesResource.BatchCreateRequest

Create(GoogleCloudAiplatformV1Feature, string)

Creates a new Feature in a given EntityType.

Declaration
public virtual ProjectsResource.LocationsResource.FeaturestoresResource.EntityTypesResource.FeaturesResource.CreateRequest Create(GoogleCloudAiplatformV1Feature body, string parent)
Parameters
Type Name Description
GoogleCloudAiplatformV1Feature body

The body of the request.

string parent

Required. The resource name of the EntityType or FeatureGroup to create a Feature. Format for entity_type as parent: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type} Format for feature_group as parent: projects/{project}/locations/{location}/featureGroups/{feature_group}

Returns
Type Description
ProjectsResource.LocationsResource.FeaturestoresResource.EntityTypesResource.FeaturesResource.CreateRequest

Delete(string)

Deletes a single Feature.

Declaration
public virtual ProjectsResource.LocationsResource.FeaturestoresResource.EntityTypesResource.FeaturesResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The name of the Features to be deleted. Format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature} projects/{project}/locations/{location}/featureGroups/{feature_group}/features/{feature}

Returns
Type Description
ProjectsResource.LocationsResource.FeaturestoresResource.EntityTypesResource.FeaturesResource.DeleteRequest

Get(string)

Gets details of a single Feature.

Declaration
public virtual ProjectsResource.LocationsResource.FeaturestoresResource.EntityTypesResource.FeaturesResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the Feature resource. Format for entity_type as parent: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type} Format for feature_group as parent: projects/{project}/locations/{location}/featureGroups/{feature_group}

Returns
Type Description
ProjectsResource.LocationsResource.FeaturestoresResource.EntityTypesResource.FeaturesResource.GetRequest

List(string)

Lists Features in a given EntityType.

Declaration
public virtual ProjectsResource.LocationsResource.FeaturestoresResource.EntityTypesResource.FeaturesResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The resource name of the Location to list Features. Format for entity_type as parent: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type} Format for feature_group as parent: projects/{project}/locations/{location}/featureGroups/{feature_group}

Returns
Type Description
ProjectsResource.LocationsResource.FeaturestoresResource.EntityTypesResource.FeaturesResource.ListRequest

Patch(GoogleCloudAiplatformV1Feature, string)

Updates the parameters of a single Feature.

Declaration
public virtual ProjectsResource.LocationsResource.FeaturestoresResource.EntityTypesResource.FeaturesResource.PatchRequest Patch(GoogleCloudAiplatformV1Feature body, string name)
Parameters
Type Name Description
GoogleCloudAiplatformV1Feature body

The body of the request.

string name

Immutable. Name of the Feature. Format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature} projects/{project}/locations/{location}/featureGroups/{feature_group}/features/{feature} The last part feature is assigned by the client. The feature can be up to 64 characters long and can consist only of ASCII Latin letters A-Z and a-z, underscore(_), and ASCII digits 0-9 starting with a letter. The value will be unique given an entity type.

Returns
Type Description
ProjectsResource.LocationsResource.FeaturestoresResource.EntityTypesResource.FeaturesResource.PatchRequest
In this article
Back to top Generated by DocFX