public sealed class DeleteFeatureValuesResponse : IMessage<DeleteFeatureValuesResponse>, IEquatable<DeleteFeatureValuesResponse>, IDeepCloneable<DeleteFeatureValuesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class DeleteFeatureValuesResponse.
Response message for [FeaturestoreService.DeleteFeatureValues][google.cloud.aiplatform.v1beta1.FeaturestoreService.DeleteFeatureValues].
Implements
IMessageDeleteFeatureValuesResponse, IEquatableDeleteFeatureValuesResponse, IDeepCloneableDeleteFeatureValuesResponse, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
DeleteFeatureValuesResponse()
public DeleteFeatureValuesResponse()
DeleteFeatureValuesResponse(DeleteFeatureValuesResponse)
public DeleteFeatureValuesResponse(DeleteFeatureValuesResponse other)
Parameter | |
---|---|
Name | Description |
other |
DeleteFeatureValuesResponse |
Properties
ResponseCase
public DeleteFeatureValuesResponse.ResponseOneofCase ResponseCase { get; }
Property Value | |
---|---|
Type | Description |
DeleteFeatureValuesResponseResponseOneofCase |
SelectEntity
public DeleteFeatureValuesResponse.Types.SelectEntity SelectEntity { get; set; }
Response for request specifying the entities to delete
Property Value | |
---|---|
Type | Description |
DeleteFeatureValuesResponseTypesSelectEntity |
SelectTimeRangeAndFeature
public DeleteFeatureValuesResponse.Types.SelectTimeRangeAndFeature SelectTimeRangeAndFeature { get; set; }
Response for request specifying time range and feature
Property Value | |
---|---|
Type | Description |
DeleteFeatureValuesResponseTypesSelectTimeRangeAndFeature |