Class ProjectsResource.LocationsResource.FeaturestoresResource.EntityTypesResource.ReadFeatureValuesRequest
Reads Feature values of a specific entity of an EntityType. For reading feature values of multiple entities of an EntityType, please use StreamingReadFeatureValues.
Inheritance
ProjectsResource.LocationsResource.FeaturestoresResource.EntityTypesResource.ReadFeatureValuesRequest
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.FeaturestoresResource.EntityTypesResource.ReadFeatureValuesRequest : AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1ReadFeatureValuesResponse>, IClientServiceRequest<GoogleCloudAiplatformV1beta1ReadFeatureValuesResponse>, IClientServiceRequest
Constructors
ReadFeatureValuesRequest(IClientService, GoogleCloudAiplatformV1beta1ReadFeatureValuesRequest, string)
Constructs a new ReadFeatureValues request.
Declaration
public ReadFeatureValuesRequest(IClientService service, GoogleCloudAiplatformV1beta1ReadFeatureValuesRequest body, string entityType)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudAiplatformV1beta1ReadFeatureValuesRequest | body | |
string | entityType |
Properties
EntityType
Required. The resource name of the EntityType for the entity being read. Value format:
projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}
.
For example, for a machine learning model predicting user clicks on a website, an EntityType
ID could be user
.
Declaration
[RequestParameter("entityType", RequestParameterType.Path)]
public virtual string EntityType { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes ReadFeatureValues parameter list.
Declaration
protected override void InitParameters()
Overrides
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1ReadFeatureValuesResponse>.InitParameters()