Class ProjectsResource.LocationsResource.FeaturestoresResource.EntityTypesResource.FeaturesResource
The "features" collection of methods.
Inheritance
Inherited Members
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.FeaturestoresResource.EntityTypesResource.FeaturesResource.PatchRequest |