- 3.52.0 (latest)
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.42.0
- 3.41.0
- 3.40.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.0
- 3.28.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.2
- 3.3.0
- 3.2.0
- 3.0.0
- 2.9.8
- 2.8.9
- 2.7.4
- 2.5.3
- 2.4.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.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
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.v1beta1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective objectives = 4 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
values | Iterable<? extends com.google.cloud.aiplatform.v1beta1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective> |
Type | Description |
SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder |
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];
Name | Description |
value | SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective |
Type | Description |
SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder |
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];
Name | Description |
builderForValue | SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective.Builder |
Type | Description |
SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder |
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];
Name | Description |
index | int |
value | SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective |
Type | Description |
SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder |
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];
Name | Description |
index | int |
builderForValue | SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective.Builder |
Type | Description |
SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder |
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];
Type | Description |
SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective.Builder |
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];
Name | Description |
index | int |
Type | Description |
SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder |
build()
public SearchModelDeploymentMonitoringStatsAnomaliesRequest build()
Type | Description |
SearchModelDeploymentMonitoringStatsAnomaliesRequest |
buildPartial()
public SearchModelDeploymentMonitoringStatsAnomaliesRequest buildPartial()
Type | Description |
SearchModelDeploymentMonitoringStatsAnomaliesRequest |
clear()
public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder clear()
Type | Description |
SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder |
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];
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;
Type | Description |
SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder |
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;
Type | Description |
SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder |
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) = { ... }
Type | Description |
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];
Type | Description |
SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder |
clearPageSize()
public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder clearPageSize()
The standard list page size.
int32 page_size = 5;
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;
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;
Type | Description |
SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder |
clone()
public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder clone()
Type | Description |
SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder |
getDefaultInstanceForType()
public SearchModelDeploymentMonitoringStatsAnomaliesRequest getDefaultInstanceForType()
Type | Description |
SearchModelDeploymentMonitoringStatsAnomaliesRequest |
getDeployedModelId()
public String getDeployedModelId()
Required. The DeployedModel ID of the [ModelDeploymentMonitoringObjectiveConfig.deployed_model_id].
string deployed_model_id = 2 [(.google.api.field_behavior) = REQUIRED];
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];
Type | Description |
ByteString | The bytes for deployedModelId. |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
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;
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;
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;
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;
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;
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) = { ... }
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) = { ... }
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.v1beta1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective objectives = 4 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
index | int |
Type | Description |
SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective |
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];
Name | Description |
index | int |
Type | Description |
SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective.Builder |
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];
Type | Description |
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];
Type | Description |
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];
Type | Description |
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];
Name | Description |
index | int |
Type | Description |
SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjectiveOrBuilder |
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];
Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjectiveOrBuilder> |
getPageSize()
public int getPageSize()
The standard list page size.
int32 page_size = 5;
Type | Description |
int | The pageSize. |
getPageToken()
public String getPageToken()
A page token received from a previous JobService.SearchModelDeploymentMonitoringStatsAnomalies call.
string page_token = 6;
Type | Description |
String | The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes()
A page token received from a previous JobService.SearchModelDeploymentMonitoringStatsAnomalies call.
string page_token = 6;
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;
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;
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;
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;
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;
Type | Description |
boolean | Whether the startTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
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;
Name | Description |
value | Timestamp |
Type | Description |
SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder |
mergeFrom(SearchModelDeploymentMonitoringStatsAnomaliesRequest other)
public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder mergeFrom(SearchModelDeploymentMonitoringStatsAnomaliesRequest other)
Name | Description |
other | SearchModelDeploymentMonitoringStatsAnomaliesRequest |
Type | Description |
SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder |
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;
Name | Description |
value | Timestamp |
Type | Description |
SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder |
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];
Name | Description |
index | int |
Type | Description |
SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder |
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];
Name | Description |
value | String The deployedModelId to set. |
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];
Name | Description |
value | ByteString The bytes for deployedModelId to set. |
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;
Name | Description |
value | Timestamp |
Type | Description |
SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder |
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;
Name | Description |
builderForValue | Builder |
Type | Description |
SearchModelDeploymentMonitoringStatsAnomaliesRequest.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;
Name | Description |
value | String The featureDisplayName to set. |
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;
Name | Description |
value | ByteString The bytes for featureDisplayName to set. |
Type | Description |
SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder |
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) = { ... }
Name | Description |
value | String The modelDeploymentMonitoringJob to set. |
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) = { ... }
Name | Description |
value | ByteString The bytes for modelDeploymentMonitoringJob to set. |
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.v1beta1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective objectives = 4 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
index | int |
value | SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective |
Type | Description |
SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder |
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];
Name | Description |
index | int |
builderForValue | SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective.Builder |
Type | Description |
SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder |
setPageSize(int value)
public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder setPageSize(int value)
The standard list page size.
int32 page_size = 5;
Name | Description |
value | int The pageSize to set. |
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;
Name | Description |
value | String The pageToken to set. |
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;
Name | Description |
value | ByteString The bytes for pageToken to set. |
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)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder |
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;
Name | Description |
value | Timestamp |
Type | Description |
SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder |
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;
Name | Description |
builderForValue | Builder |
Type | Description |
SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder |