Interface UpdateModelMonitorRequestOrBuilder (3.44.0)

public interface UpdateModelMonitorRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getModelMonitor()

public abstract ModelMonitor getModelMonitor()

Required. The model monitoring configuration which replaces the resource on the server.

.google.cloud.aiplatform.v1beta1.ModelMonitor model_monitor = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ModelMonitor

The modelMonitor.

getModelMonitorOrBuilder()

public abstract ModelMonitorOrBuilder getModelMonitorOrBuilder()

Required. The model monitoring configuration which replaces the resource on the server.

.google.cloud.aiplatform.v1beta1.ModelMonitor model_monitor = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ModelMonitorOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

Required. Mask specifying which fields to update.

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

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Required. Mask specifying which fields to update.

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

Returns
Type Description
FieldMaskOrBuilder

hasModelMonitor()

public abstract boolean hasModelMonitor()

Required. The model monitoring configuration which replaces the resource on the server.

.google.cloud.aiplatform.v1beta1.ModelMonitor model_monitor = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the modelMonitor field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Required. Mask specifying which fields to update.

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

Returns
Type Description
boolean

Whether the updateMask field is set.