Class ProjectsResource.LocationsResource.FeaturestoresResource.EntityTypesResource.WriteFeatureValuesRequest
Writes Feature values of one or more entities of an EntityType. The Feature values are merged into existing entities if any. The Feature values to be written must have timestamp within the online storage retention.
Inheritance
ProjectsResource.LocationsResource.FeaturestoresResource.EntityTypesResource.WriteFeatureValuesRequest
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class ProjectsResource.LocationsResource.FeaturestoresResource.EntityTypesResource.WriteFeatureValuesRequest : AiplatformBaseServiceRequest<GoogleCloudAiplatformV1WriteFeatureValuesResponse>, IClientServiceRequest<GoogleCloudAiplatformV1WriteFeatureValuesResponse>, IClientServiceRequest
Constructors
WriteFeatureValuesRequest(IClientService, GoogleCloudAiplatformV1WriteFeatureValuesRequest, string)
Constructs a new WriteFeatureValues request.
Declaration
public WriteFeatureValuesRequest(IClientService service, GoogleCloudAiplatformV1WriteFeatureValuesRequest body, string entityType)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudAiplatformV1WriteFeatureValuesRequest | body | |
string | entityType |
Properties
EntityType
Required. The resource name of the EntityType for the entities being written. 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 WriteFeatureValues parameter list.
Declaration
protected override void InitParameters()