Class ProjectsResource.LocationsResource.FeaturestoresResource.BatchReadFeatureValuesRequest
Batch reads Feature values from a Featurestore. This API enables batch reading Feature values, where each read instance in the batch may read Feature values of entities from one or more EntityTypes. Point-in-time correctness is guaranteed for Feature values of each read instance as of each instance's read timestamp.
Inheritance
ProjectsResource.LocationsResource.FeaturestoresResource.BatchReadFeatureValuesRequest
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.FeaturestoresResource.BatchReadFeatureValuesRequest : AiplatformBaseServiceRequest<GoogleLongrunningOperation>, IClientServiceRequest<GoogleLongrunningOperation>, IClientServiceRequest
Constructors
BatchReadFeatureValuesRequest(IClientService, GoogleCloudAiplatformV1beta1BatchReadFeatureValuesRequest, string)
Constructs a new BatchReadFeatureValues request.
Declaration
public BatchReadFeatureValuesRequest(IClientService service, GoogleCloudAiplatformV1beta1BatchReadFeatureValuesRequest body, string featurestore)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudAiplatformV1beta1BatchReadFeatureValuesRequest | body | |
string | featurestore |
Properties
Featurestore
Required. The resource name of the Featurestore from which to query Feature values. Format:
projects/{project}/locations/{location}/featurestores/{featurestore}
Declaration
[RequestParameter("featurestore", RequestParameterType.Path)]
public virtual string Featurestore { 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 BatchReadFeatureValues parameter list.
Declaration
protected override void InitParameters()