public sealed class ModelEvaluationSlice.Types.Slice.Types.SliceSpec : IMessage<ModelEvaluationSlice.Types.Slice.Types.SliceSpec>, IEquatable<ModelEvaluationSlice.Types.Slice.Types.SliceSpec>, IDeepCloneable<ModelEvaluationSlice.Types.Slice.Types.SliceSpec>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class ModelEvaluationSlice.Types.Slice.Types.SliceSpec.
Specification for how the data should be sliced.
Implements
IMessageModelEvaluationSliceTypesSliceTypesSliceSpec, IEquatableModelEvaluationSliceTypesSliceTypesSliceSpec, IDeepCloneableModelEvaluationSliceTypesSliceTypesSliceSpec, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
SliceSpec()
public SliceSpec()SliceSpec(SliceSpec)
public SliceSpec(ModelEvaluationSlice.Types.Slice.Types.SliceSpec other)| Parameter | |
|---|---|
| Name | Description |
other |
ModelEvaluationSliceTypesSliceTypesSliceSpec |
Properties
Configs
public MapField<string, ModelEvaluationSlice.Types.Slice.Types.SliceSpec.Types.SliceConfig> Configs { get; }Mapping configuration for this SliceSpec. The key is the name of the feature. By default, the key will be prefixed by "instance" as a dictionary prefix for Vertex Batch Predictions output format.
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringModelEvaluationSliceTypesSliceTypesSliceSpecTypesSliceConfig |
|