Cloud AI Platform v1 API - Class BatchCreateFeaturesResponse (2.27.0)

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

Reference documentation and code samples for the Cloud AI Platform v1 API class BatchCreateFeaturesResponse.

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
RepeatedFieldFeature