Class BatchCreateFeaturesResponse (2.3.0)

public sealed class BatchCreateFeaturesResponse : IMessage<BatchCreateFeaturesResponse>, IEquatable<BatchCreateFeaturesResponse>, IDeepCloneable<BatchCreateFeaturesResponse>, IBufferMessage, IMessage

Response message for [FeaturestoreService.BatchCreateFeatures][google.cloud.aiplatform.v1.FeaturestoreService.BatchCreateFeatures].

Inheritance

Object > BatchCreateFeaturesResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

BatchCreateFeaturesResponse()

public BatchCreateFeaturesResponse()

BatchCreateFeaturesResponse(BatchCreateFeaturesResponse)

public BatchCreateFeaturesResponse(BatchCreateFeaturesResponse other)
Parameter
NameDescription
otherBatchCreateFeaturesResponse

Properties

Features

public RepeatedField<Feature> Features { get; }

The Features created.

Property Value
TypeDescription
RepeatedField<Feature>