public interface ImportModelEvaluationRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the modelEvaluation field is set. |