Interface CreateModelMonitorRequestOrBuilder (3.44.0)

public interface CreateModelMonitorRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getModelMonitor()

public abstract ModelMonitor getModelMonitor()

Required. The ModelMonitor to create.

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

Returns
Type Description
ModelMonitor

The modelMonitor.

getModelMonitorId()

public abstract String getModelMonitorId()

Optional. The ID to use for the Model Monitor, which will become the final component of the model monitor resource name.

The maximum length is 63 characters, and valid characters are /^a-z?$/.

string model_monitor_id = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The modelMonitorId.

getModelMonitorIdBytes()

public abstract ByteString getModelMonitorIdBytes()

Optional. The ID to use for the Model Monitor, which will become the final component of the model monitor resource name.

The maximum length is 63 characters, and valid characters are /^a-z?$/.

string model_monitor_id = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for modelMonitorId.

getModelMonitorOrBuilder()

public abstract ModelMonitorOrBuilder getModelMonitorOrBuilder()

Required. The ModelMonitor to create.

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

Returns
Type Description
ModelMonitorOrBuilder

getParent()

public abstract String getParent()

Required. The resource name of the Location to create the ModelMonitor in. Format: projects/{project}/locations/{location}

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 resource name of the Location to create the ModelMonitor in. Format: projects/{project}/locations/{location}

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

Returns
Type Description
ByteString

The bytes for parent.

hasModelMonitor()

public abstract boolean hasModelMonitor()

Required. The ModelMonitor to create.

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

Returns
Type Description
boolean

Whether the modelMonitor field is set.