Class GoogleCloudAiplatformV1ModelEvaluationSliceSliceSliceSpec
Specification for how the data should be sliced.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1ModelEvaluationSliceSliceSliceSpec : IDirectResponseSchema
Properties
Configs
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.
Declaration
[JsonProperty("configs")]
public virtual IDictionary<string, GoogleCloudAiplatformV1ModelEvaluationSliceSliceSliceSpecSliceConfig> Configs { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, GoogleCloudAiplatformV1ModelEvaluationSliceSliceSliceSpecSliceConfig> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |