Interface ImportModelEvaluationRequestOrBuilder (3.42.0)

public interface ImportModelEvaluationRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getModelEvaluation()

public abstract ModelEvaluation getModelEvaluation()

Required. Model evaluation resource to be imported.

.google.cloud.aiplatform.v1.ModelEvaluation model_evaluation = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ModelEvaluation

The modelEvaluation.

getModelEvaluationOrBuilder()

public abstract ModelEvaluationOrBuilder getModelEvaluationOrBuilder()

Required. Model evaluation resource to be imported.

.google.cloud.aiplatform.v1.ModelEvaluation model_evaluation = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ModelEvaluationOrBuilder

getParent()

public abstract String getParent()

Required. The name of the parent model resource. Format: projects/{project}/locations/{location}/models/{model}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The name of the parent model resource. Format: projects/{project}/locations/{location}/models/{model}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

hasModelEvaluation()

public abstract boolean hasModelEvaluation()

Required. Model evaluation resource to be imported.

.google.cloud.aiplatform.v1.ModelEvaluation model_evaluation = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the modelEvaluation field is set.