Class SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder (3.59.0)

public static final class SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder extends GeneratedMessageV3.Builder<SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder> implements SearchModelDeploymentMonitoringStatsAnomaliesRequestOrBuilder

Request message for JobService.SearchModelDeploymentMonitoringStatsAnomalies.

Protobuf type google.cloud.aiplatform.v1.SearchModelDeploymentMonitoringStatsAnomaliesRequest

Inheritance

Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllObjectives(Iterable<? extends SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective> values)

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder addAllObjectives(Iterable<? extends SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective> values)

Required. Objectives of the stats to retrieve.

repeated .google.cloud.aiplatform.v1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective objectives = 4 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
values Iterable<? extends com.google.cloud.aiplatform.v1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective>

addObjectives(SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective value)

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder addObjectives(SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective value)

Required. Objectives of the stats to retrieve.

repeated .google.cloud.aiplatform.v1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective objectives = 4 [(.google.api.field_behavior) = REQUIRED];

addObjectives(SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective.Builder builderForValue)

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder addObjectives(SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective.Builder builderForValue)

Required. Objectives of the stats to retrieve.

repeated .google.cloud.aiplatform.v1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective objectives = 4 [(.google.api.field_behavior) = REQUIRED];

addObjectives(int index, SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective value)

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder addObjectives(int index, SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective value)

Required. Objectives of the stats to retrieve.

repeated .google.cloud.aiplatform.v1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective objectives = 4 [(.google.api.field_behavior) = REQUIRED];

addObjectives(int index, SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective.Builder builderForValue)

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder addObjectives(int index, SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective.Builder builderForValue)

Required. Objectives of the stats to retrieve.

repeated .google.cloud.aiplatform.v1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective objectives = 4 [(.google.api.field_behavior) = REQUIRED];

addObjectivesBuilder()

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective.Builder addObjectivesBuilder()

Required. Objectives of the stats to retrieve.

repeated .google.cloud.aiplatform.v1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective objectives = 4 [(.google.api.field_behavior) = REQUIRED];

addObjectivesBuilder(int index)

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective.Builder addObjectivesBuilder(int index)

Required. Objectives of the stats to retrieve.

repeated .google.cloud.aiplatform.v1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective objectives = 4 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Overrides

build()

public SearchModelDeploymentMonitoringStatsAnomaliesRequest build()

buildPartial()

public SearchModelDeploymentMonitoringStatsAnomaliesRequest buildPartial()

clear()

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder clear()
Overrides

clearDeployedModelId()

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder clearDeployedModelId()

Required. The DeployedModel ID of the [ModelDeploymentMonitoringObjectiveConfig.deployed_model_id].

string deployed_model_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder

This builder for chaining.

clearEndTime()

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder clearEndTime()

The latest timestamp of stats being generated. If not set, indicates feching stats till the latest possible one.

.google.protobuf.Timestamp end_time = 8;

clearFeatureDisplayName()

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder clearFeatureDisplayName()

The feature display name. If specified, only return the stats belonging to this feature. Format: ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.feature_display_name, example: "user_destination".

string feature_display_name = 3;

Returns
Type Description
SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Overrides

clearModelDeploymentMonitoringJob()

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder clearModelDeploymentMonitoringJob()

Required. ModelDeploymentMonitoring Job resource name. Format: projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}

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

Returns
Type Description
SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder

This builder for chaining.

clearObjectives()

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder clearObjectives()

Required. Objectives of the stats to retrieve.

repeated .google.cloud.aiplatform.v1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective objectives = 4 [(.google.api.field_behavior) = REQUIRED];

clearOneof(Descriptors.OneofDescriptor oneof)

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Overrides

clearPageSize()

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder clearPageSize()

The standard list page size.

int32 page_size = 5;

Returns
Type Description
SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder

This builder for chaining.

clearPageToken()

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder clearPageToken()

A page token received from a previous JobService.SearchModelDeploymentMonitoringStatsAnomalies call.

string page_token = 6;

Returns
Type Description
SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder

This builder for chaining.

clearStartTime()

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder clearStartTime()

The earliest timestamp of stats being generated. If not set, indicates fetching stats till the earliest possible one.

.google.protobuf.Timestamp start_time = 7;

clone()

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder clone()
Overrides

getDefaultInstanceForType()

public SearchModelDeploymentMonitoringStatsAnomaliesRequest getDefaultInstanceForType()

getDeployedModelId()

public String getDeployedModelId()

Required. The DeployedModel ID of the [ModelDeploymentMonitoringObjectiveConfig.deployed_model_id].

string deployed_model_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The deployedModelId.

getDeployedModelIdBytes()

public ByteString getDeployedModelIdBytes()

Required. The DeployedModel ID of the [ModelDeploymentMonitoringObjectiveConfig.deployed_model_id].

string deployed_model_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for deployedModelId.

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getEndTime()

public Timestamp getEndTime()

The latest timestamp of stats being generated. If not set, indicates feching stats till the latest possible one.

.google.protobuf.Timestamp end_time = 8;

Returns
Type Description
Timestamp

The endTime.

getEndTimeBuilder()

public Timestamp.Builder getEndTimeBuilder()

The latest timestamp of stats being generated. If not set, indicates feching stats till the latest possible one.

.google.protobuf.Timestamp end_time = 8;

Returns
Type Description
Builder

getEndTimeOrBuilder()

public TimestampOrBuilder getEndTimeOrBuilder()

The latest timestamp of stats being generated. If not set, indicates feching stats till the latest possible one.

.google.protobuf.Timestamp end_time = 8;

Returns
Type Description
TimestampOrBuilder

getFeatureDisplayName()

public String getFeatureDisplayName()

The feature display name. If specified, only return the stats belonging to this feature. Format: ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.feature_display_name, example: "user_destination".

string feature_display_name = 3;

Returns
Type Description
String

The featureDisplayName.

getFeatureDisplayNameBytes()

public ByteString getFeatureDisplayNameBytes()

The feature display name. If specified, only return the stats belonging to this feature. Format: ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.feature_display_name, example: "user_destination".

string feature_display_name = 3;

Returns
Type Description
ByteString

The bytes for featureDisplayName.

getModelDeploymentMonitoringJob()

public String getModelDeploymentMonitoringJob()

Required. ModelDeploymentMonitoring Job resource name. Format: projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}

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

Returns
Type Description
String

The modelDeploymentMonitoringJob.

getModelDeploymentMonitoringJobBytes()

public ByteString getModelDeploymentMonitoringJobBytes()

Required. ModelDeploymentMonitoring Job resource name. Format: projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}

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

Returns
Type Description
ByteString

The bytes for modelDeploymentMonitoringJob.

getObjectives(int index)

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective getObjectives(int index)

Required. Objectives of the stats to retrieve.

repeated .google.cloud.aiplatform.v1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective objectives = 4 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int

getObjectivesBuilder(int index)

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective.Builder getObjectivesBuilder(int index)

Required. Objectives of the stats to retrieve.

repeated .google.cloud.aiplatform.v1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective objectives = 4 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int

getObjectivesBuilderList()

public List<SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective.Builder> getObjectivesBuilderList()

Required. Objectives of the stats to retrieve.

repeated .google.cloud.aiplatform.v1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective objectives = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<Builder>

getObjectivesCount()

public int getObjectivesCount()

Required. Objectives of the stats to retrieve.

repeated .google.cloud.aiplatform.v1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective objectives = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

getObjectivesList()

public List<SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective> getObjectivesList()

Required. Objectives of the stats to retrieve.

repeated .google.cloud.aiplatform.v1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective objectives = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<StatsAnomaliesObjective>

getObjectivesOrBuilder(int index)

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjectiveOrBuilder getObjectivesOrBuilder(int index)

Required. Objectives of the stats to retrieve.

repeated .google.cloud.aiplatform.v1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective objectives = 4 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int

getObjectivesOrBuilderList()

public List<? extends SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjectiveOrBuilder> getObjectivesOrBuilderList()

Required. Objectives of the stats to retrieve.

repeated .google.cloud.aiplatform.v1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective objectives = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<? extends com.google.cloud.aiplatform.v1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjectiveOrBuilder>

getPageSize()

public int getPageSize()

The standard list page size.

int32 page_size = 5;

Returns
Type Description
int

The pageSize.

getPageToken()

public String getPageToken()

A page token received from a previous JobService.SearchModelDeploymentMonitoringStatsAnomalies call.

string page_token = 6;

Returns
Type Description
String

The pageToken.

getPageTokenBytes()

public ByteString getPageTokenBytes()

A page token received from a previous JobService.SearchModelDeploymentMonitoringStatsAnomalies call.

string page_token = 6;

Returns
Type Description
ByteString

The bytes for pageToken.

getStartTime()

public Timestamp getStartTime()

The earliest timestamp of stats being generated. If not set, indicates fetching stats till the earliest possible one.

.google.protobuf.Timestamp start_time = 7;

Returns
Type Description
Timestamp

The startTime.

getStartTimeBuilder()

public Timestamp.Builder getStartTimeBuilder()

The earliest timestamp of stats being generated. If not set, indicates fetching stats till the earliest possible one.

.google.protobuf.Timestamp start_time = 7;

Returns
Type Description
Builder

getStartTimeOrBuilder()

public TimestampOrBuilder getStartTimeOrBuilder()

The earliest timestamp of stats being generated. If not set, indicates fetching stats till the earliest possible one.

.google.protobuf.Timestamp start_time = 7;

Returns
Type Description
TimestampOrBuilder

hasEndTime()

public boolean hasEndTime()

The latest timestamp of stats being generated. If not set, indicates feching stats till the latest possible one.

.google.protobuf.Timestamp end_time = 8;

Returns
Type Description
boolean

Whether the endTime field is set.

hasStartTime()

public boolean hasStartTime()

The earliest timestamp of stats being generated. If not set, indicates fetching stats till the earliest possible one.

.google.protobuf.Timestamp start_time = 7;

Returns
Type Description
boolean

Whether the startTime field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeEndTime(Timestamp value)

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder mergeEndTime(Timestamp value)

The latest timestamp of stats being generated. If not set, indicates feching stats till the latest possible one.

.google.protobuf.Timestamp end_time = 8;

Parameter
Name Description
value Timestamp

mergeFrom(SearchModelDeploymentMonitoringStatsAnomaliesRequest other)

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder mergeFrom(SearchModelDeploymentMonitoringStatsAnomaliesRequest other)
Parameter
Name Description
other SearchModelDeploymentMonitoringStatsAnomaliesRequest

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Overrides

mergeStartTime(Timestamp value)

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder mergeStartTime(Timestamp value)

The earliest timestamp of stats being generated. If not set, indicates fetching stats till the earliest possible one.

.google.protobuf.Timestamp start_time = 7;

Parameter
Name Description
value Timestamp

mergeUnknownFields(UnknownFieldSet unknownFields)

public final SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Overrides

removeObjectives(int index)

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder removeObjectives(int index)

Required. Objectives of the stats to retrieve.

repeated .google.cloud.aiplatform.v1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective objectives = 4 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int

setDeployedModelId(String value)

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder setDeployedModelId(String value)

Required. The DeployedModel ID of the [ModelDeploymentMonitoringObjectiveConfig.deployed_model_id].

string deployed_model_id = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The deployedModelId to set.

Returns
Type Description
SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder

This builder for chaining.

setDeployedModelIdBytes(ByteString value)

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder setDeployedModelIdBytes(ByteString value)

Required. The DeployedModel ID of the [ModelDeploymentMonitoringObjectiveConfig.deployed_model_id].

string deployed_model_id = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for deployedModelId to set.

Returns
Type Description
SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder

This builder for chaining.

setEndTime(Timestamp value)

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder setEndTime(Timestamp value)

The latest timestamp of stats being generated. If not set, indicates feching stats till the latest possible one.

.google.protobuf.Timestamp end_time = 8;

Parameter
Name Description
value Timestamp

setEndTime(Timestamp.Builder builderForValue)

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder setEndTime(Timestamp.Builder builderForValue)

The latest timestamp of stats being generated. If not set, indicates feching stats till the latest possible one.

.google.protobuf.Timestamp end_time = 8;

Parameter
Name Description
builderForValue Builder

setFeatureDisplayName(String value)

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder setFeatureDisplayName(String value)

The feature display name. If specified, only return the stats belonging to this feature. Format: ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.feature_display_name, example: "user_destination".

string feature_display_name = 3;

Parameter
Name Description
value String

The featureDisplayName to set.

Returns
Type Description
SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder

This builder for chaining.

setFeatureDisplayNameBytes(ByteString value)

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder setFeatureDisplayNameBytes(ByteString value)

The feature display name. If specified, only return the stats belonging to this feature. Format: ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.feature_display_name, example: "user_destination".

string feature_display_name = 3;

Parameter
Name Description
value ByteString

The bytes for featureDisplayName to set.

Returns
Type Description
SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Overrides

setModelDeploymentMonitoringJob(String value)

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder setModelDeploymentMonitoringJob(String value)

Required. ModelDeploymentMonitoring Job resource name. Format: projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}

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

Parameter
Name Description
value String

The modelDeploymentMonitoringJob to set.

Returns
Type Description
SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder

This builder for chaining.

setModelDeploymentMonitoringJobBytes(ByteString value)

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder setModelDeploymentMonitoringJobBytes(ByteString value)

Required. ModelDeploymentMonitoring Job resource name. Format: projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}

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

Parameter
Name Description
value ByteString

The bytes for modelDeploymentMonitoringJob to set.

Returns
Type Description
SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder

This builder for chaining.

setObjectives(int index, SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective value)

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder setObjectives(int index, SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective value)

Required. Objectives of the stats to retrieve.

repeated .google.cloud.aiplatform.v1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective objectives = 4 [(.google.api.field_behavior) = REQUIRED];

setObjectives(int index, SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective.Builder builderForValue)

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder setObjectives(int index, SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective.Builder builderForValue)

Required. Objectives of the stats to retrieve.

repeated .google.cloud.aiplatform.v1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective objectives = 4 [(.google.api.field_behavior) = REQUIRED];

setPageSize(int value)

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder setPageSize(int value)

The standard list page size.

int32 page_size = 5;

Parameter
Name Description
value int

The pageSize to set.

Returns
Type Description
SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder

This builder for chaining.

setPageToken(String value)

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder setPageToken(String value)

A page token received from a previous JobService.SearchModelDeploymentMonitoringStatsAnomalies call.

string page_token = 6;

Parameter
Name Description
value String

The pageToken to set.

Returns
Type Description
SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder

This builder for chaining.

setPageTokenBytes(ByteString value)

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder setPageTokenBytes(ByteString value)

A page token received from a previous JobService.SearchModelDeploymentMonitoringStatsAnomalies call.

string page_token = 6;

Parameter
Name Description
value ByteString

The bytes for pageToken to set.

Returns
Type Description
SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Overrides

setStartTime(Timestamp value)

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder setStartTime(Timestamp value)

The earliest timestamp of stats being generated. If not set, indicates fetching stats till the earliest possible one.

.google.protobuf.Timestamp start_time = 7;

Parameter
Name Description
value Timestamp

setStartTime(Timestamp.Builder builderForValue)

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder setStartTime(Timestamp.Builder builderForValue)

The earliest timestamp of stats being generated. If not set, indicates fetching stats till the earliest possible one.

.google.protobuf.Timestamp start_time = 7;

Parameter
Name Description
builderForValue Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Overrides