Class ProjectsResource.LocationsResource.FeaturestoresResource.EntityTypesResource.StreamingReadFeatureValuesRequest
Reads Feature values for multiple entities. Depending on their size, data for different entities may be broken up across multiple responses.
Inheritance
ProjectsResource.LocationsResource.FeaturestoresResource.EntityTypesResource.StreamingReadFeatureValuesRequest
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class ProjectsResource.LocationsResource.FeaturestoresResource.EntityTypesResource.StreamingReadFeatureValuesRequest : AiplatformBaseServiceRequest<GoogleCloudAiplatformV1ReadFeatureValuesResponse>, IClientServiceRequest<GoogleCloudAiplatformV1ReadFeatureValuesResponse>, IClientServiceRequest
Constructors
StreamingReadFeatureValuesRequest(IClientService, GoogleCloudAiplatformV1StreamingReadFeatureValuesRequest, string)
Constructs a new StreamingReadFeatureValues request.
Declaration
public StreamingReadFeatureValuesRequest(IClientService service, GoogleCloudAiplatformV1StreamingReadFeatureValuesRequest body, string entityType)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudAiplatformV1StreamingReadFeatureValuesRequest | body | |
string | entityType |
Properties
EntityType
Required. The resource name of the entities' type. 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 StreamingReadFeatureValues parameter list.
Declaration
protected override void InitParameters()