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, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class ModelEvaluationSlice.Types.Slice.Types.SliceSpec.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference information for the `ModelEvaluationSlice.Types.Slice.Types.SliceSpec` class within the Vertex AI v1beta1 API, detailing its functionality and usage."],["The `SliceSpec` class is a specification for defining how data should be sliced and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a `Configs` property, which is a `MapField` that allows for mapping configuration for the `SliceSpec` using the feature name as a key."],["Two constructors are available: a default constructor `SliceSpec()` and another `SliceSpec(ModelEvaluationSlice.Types.Slice.Types.SliceSpec other)` that takes an existing `SliceSpec` object as an argument."],["The latest version of this documentation, 1.0.0-beta21, is provided with this, along with a link to the previous 1.0.0-beta20 version."]]],[]]