Class SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder (3.16.0)

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

Request message for JobService.SearchModelDeploymentMonitoringStatsAnomalies.

Protobuf type google.cloud.aiplatform.v1beta1.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.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
TypeDescription
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.v1beta1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective objectives = 4 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.aiplatform.v1beta1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective>

addObjectives(SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective value)

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder addObjectives(SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective value)

Required. Objectives of the stats to retrieve.

repeated .google.cloud.aiplatform.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective objectives = 4 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
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
TypeDescription
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
TypeDescription
SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
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
TypeDescription
SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder

This builder for chaining.

clearObjectives()

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder clearObjectives()

Required. Objectives of the stats to retrieve.

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

clearOneof(Descriptors.OneofDescriptor oneof)

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Overrides

clearPageSize()

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder clearPageSize()

The standard list page size.

int32 page_size = 5;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for deployedModelId.

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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.v1beta1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective objectives = 4 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint

getObjectivesBuilder(int index)

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective.Builder getObjectivesBuilder(int index)

Required. Objectives of the stats to retrieve.

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

Parameter
NameDescription
indexint

getObjectivesBuilderList()

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

Required. Objectives of the stats to retrieve.

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

Returns
TypeDescription
List<Builder>

getObjectivesCount()

public int getObjectivesCount()

Required. Objectives of the stats to retrieve.

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

Returns
TypeDescription
int

getObjectivesList()

public List<SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective> getObjectivesList()

Required. Objectives of the stats to retrieve.

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

Returns
TypeDescription
List<StatsAnomaliesObjective>

getObjectivesOrBuilder(int index)

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjectiveOrBuilder getObjectivesOrBuilder(int index)

Required. Objectives of the stats to retrieve.

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

Parameter
NameDescription
indexint

getObjectivesOrBuilderList()

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

Required. Objectives of the stats to retrieve.

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

Returns
TypeDescription
List<? extends com.google.cloud.aiplatform.v1beta1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjectiveOrBuilder>

getPageSize()

public int getPageSize()

The standard list page size.

int32 page_size = 5;

Returns
TypeDescription
int

The pageSize.

getPageToken()

public String getPageToken()

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

string page_token = 6;

Returns
TypeDescription
String

The pageToken.

getPageTokenBytes()

public ByteString getPageTokenBytes()

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

string page_token = 6;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the startTime field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
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
NameDescription
valueTimestamp

mergeFrom(SearchModelDeploymentMonitoringStatsAnomaliesRequest other)

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder mergeFrom(SearchModelDeploymentMonitoringStatsAnomaliesRequest other)

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
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
NameDescription
valueTimestamp

mergeUnknownFields(UnknownFieldSet unknownFields)

public final SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Overrides

removeObjectives(int index)

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder removeObjectives(int index)

Required. Objectives of the stats to retrieve.

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

Parameter
NameDescription
indexint

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
NameDescription
valueString

The deployedModelId to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for deployedModelId to set.

Returns
TypeDescription
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
NameDescription
valueTimestamp

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
NameDescription
builderForValueBuilder

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
NameDescription
valueString

The featureDisplayName to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for featureDisplayName to set.

Returns
TypeDescription
SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
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
NameDescription
valueString

The modelDeploymentMonitoringJob to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for modelDeploymentMonitoringJob to set.

Returns
TypeDescription
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.v1beta1.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.v1beta1.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
NameDescription
valueint

The pageSize to set.

Returns
TypeDescription
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
NameDescription
valueString

The pageToken to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for pageToken to set.

Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
indexint
valueObject
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
NameDescription
valueTimestamp

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
NameDescription
builderForValueBuilder

setUnknownFields(UnknownFieldSet unknownFields)

public final SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Overrides