Class GoogleCloudAiplatformV1ImportModelEvaluationRequest
Request message for ModelService.ImportModelEvaluation
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1ImportModelEvaluationRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ModelEvaluation
Required. Model evaluation resource to be imported.
Declaration
[JsonProperty("modelEvaluation")]
public virtual GoogleCloudAiplatformV1ModelEvaluation ModelEvaluation { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1ModelEvaluation |