Show / Hide Table of Contents

Class GoogleCloudAiplatformV1ModelEvaluationSliceSliceSliceSpec

Specification for how the data should be sliced.

Inheritance
object
GoogleCloudAiplatformV1ModelEvaluationSliceSliceSliceSpec
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX