public sealed class BatchCreateFeaturesResponse : IMessage<BatchCreateFeaturesResponse>, IEquatable<BatchCreateFeaturesResponse>, IDeepCloneable<BatchCreateFeaturesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class BatchCreateFeaturesResponse.
Response message for [FeaturestoreService.BatchCreateFeatures][google.cloud.aiplatform.v1beta1.FeaturestoreService.BatchCreateFeatures].
Implements
IMessageBatchCreateFeaturesResponse, IEquatableBatchCreateFeaturesResponse, IDeepCloneableBatchCreateFeaturesResponse, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
BatchCreateFeaturesResponse()
public BatchCreateFeaturesResponse()
BatchCreateFeaturesResponse(BatchCreateFeaturesResponse)
public BatchCreateFeaturesResponse(BatchCreateFeaturesResponse other)
Parameter | |
---|---|
Name | Description |
other |
BatchCreateFeaturesResponse |
Properties
Features
public RepeatedField<Feature> Features { get; }
The Features created.
Property Value | |
---|---|
Type | Description |
RepeatedFieldFeature |