Class GoogleCloudAiplatformV1EvaluationItem
EvaluationItem is a single evaluation request or result. The content of an EvaluationItem is immutable - it cannot be updated once created. EvaluationItems can be deleted when no longer needed.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1EvaluationItem : IDirectResponseSchema
Properties
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
CreateTimeRaw
Output only. Timestamp when this item was created.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DisplayName
Required. The display name of the EvaluationItem.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Error
Output only. Error for the evaluation item.
Declaration
[JsonProperty("error")]
public virtual GoogleRpcStatus Error { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleRpcStatus |
EvaluationItemType
Required. The type of the EvaluationItem.
Declaration
[JsonProperty("evaluationItemType")]
public virtual string EvaluationItemType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EvaluationRequest
The request to evaluate.
Declaration
[JsonProperty("evaluationRequest")]
public virtual GoogleCloudAiplatformV1EvaluationRequest EvaluationRequest { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1EvaluationRequest |
EvaluationResponse
Output only. The response from evaluation.
Declaration
[JsonProperty("evaluationResponse")]
public virtual GoogleCloudAiplatformV1EvaluationResult EvaluationResponse { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1EvaluationResult |
GcsUri
The Cloud Storage object where the request or response is stored.
Declaration
[JsonProperty("gcsUri")]
public virtual string GcsUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Labels
Optional. Labels for the EvaluationItem.
Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, string> |
Metadata
Optional. Metadata for the EvaluationItem.
Declaration
[JsonProperty("metadata")]
public virtual object Metadata { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
Name
Identifier. The resource name of the EvaluationItem. Format:
projects/{project}/locations/{location}/evaluationItems/{evaluation_item}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |