public sealed class BatchImportModelEvaluationSlicesResponse : IMessage<BatchImportModelEvaluationSlicesResponse>, IEquatable<BatchImportModelEvaluationSlicesResponse>, IDeepCloneable<BatchImportModelEvaluationSlicesResponse>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class BatchImportModelEvaluationSlicesResponse.
Response message for [ModelService.BatchImportModelEvaluationSlices][google.cloud.aiplatform.v1beta1.ModelService.BatchImportModelEvaluationSlices]
Implements
IMessageBatchImportModelEvaluationSlicesResponse, IEquatableBatchImportModelEvaluationSlicesResponse, IDeepCloneableBatchImportModelEvaluationSlicesResponse, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
BatchImportModelEvaluationSlicesResponse()
public BatchImportModelEvaluationSlicesResponse()BatchImportModelEvaluationSlicesResponse(BatchImportModelEvaluationSlicesResponse)
public BatchImportModelEvaluationSlicesResponse(BatchImportModelEvaluationSlicesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
BatchImportModelEvaluationSlicesResponse |
Properties
ImportedModelEvaluationSlices
public RepeatedField<string> ImportedModelEvaluationSlices { get; }Output only. List of imported [ModelEvaluationSlice.name][google.cloud.aiplatform.v1beta1.ModelEvaluationSlice.name].
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|