Interface UpdateOnlineEvaluatorRequestOrBuilder (3.96.0)

public interface UpdateOnlineEvaluatorRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getOnlineEvaluator()

public abstract OnlineEvaluator getOnlineEvaluator()

Required. The OnlineEvaluator to update. Format: projects/{project}/locations/{location}/onlineEvaluators/{id}.

.google.cloud.aiplatform.v1beta1.OnlineEvaluator online_evaluator = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
OnlineEvaluator

The onlineEvaluator.

getOnlineEvaluatorOrBuilder()

public abstract OnlineEvaluatorOrBuilder getOnlineEvaluatorOrBuilder()

Required. The OnlineEvaluator to update. Format: projects/{project}/locations/{location}/onlineEvaluators/{id}.

.google.cloud.aiplatform.v1beta1.OnlineEvaluator online_evaluator = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
OnlineEvaluatorOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

Optional. Field mask is used to control which fields get updated. If the mask is not present, all fields will be updated.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Optional. Field mask is used to control which fields get updated. If the mask is not present, all fields will be updated.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FieldMaskOrBuilder

hasOnlineEvaluator()

public abstract boolean hasOnlineEvaluator()

Required. The OnlineEvaluator to update. Format: projects/{project}/locations/{location}/onlineEvaluators/{id}.

.google.cloud.aiplatform.v1beta1.OnlineEvaluator online_evaluator = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the onlineEvaluator field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Optional. Field mask is used to control which fields get updated. If the mask is not present, all fields will be updated.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the updateMask field is set.