Class BatchImportModelEvaluationSlicesResponse (2.3.0)

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

Response message for [ModelService.BatchImportModelEvaluationSlices][google.cloud.aiplatform.v1.ModelService.BatchImportModelEvaluationSlices]

Inheritance

Object > BatchImportModelEvaluationSlicesResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

BatchImportModelEvaluationSlicesResponse()

public BatchImportModelEvaluationSlicesResponse()

BatchImportModelEvaluationSlicesResponse(BatchImportModelEvaluationSlicesResponse)

public BatchImportModelEvaluationSlicesResponse(BatchImportModelEvaluationSlicesResponse other)
Parameter
NameDescription
otherBatchImportModelEvaluationSlicesResponse

Properties

ImportedModelEvaluationSlices

public RepeatedField<string> ImportedModelEvaluationSlices { get; }

Output only. List of imported [ModelEvaluationSlice.name][google.cloud.aiplatform.v1.ModelEvaluationSlice.name].

Property Value
TypeDescription
RepeatedField<String>