public final class SearchModelDeploymentMonitoringStatsAnomaliesRequest extends GeneratedMessageV3 implements SearchModelDeploymentMonitoringStatsAnomaliesRequestOrBuilder
Request message for
JobService.SearchModelDeploymentMonitoringStatsAnomalies.
Protobuf type
google.cloud.aiplatform.v1beta1.SearchModelDeploymentMonitoringStatsAnomaliesRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int DEPLOYED_MODEL_ID_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int END_TIME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int FEATURE_DISPLAY_NAME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int MODEL_DEPLOYMENT_MONITORING_JOB_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int OBJECTIVES_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
PAGE_SIZE_FIELD_NUMBER
public static final int PAGE_SIZE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
PAGE_TOKEN_FIELD_NUMBER
public static final int PAGE_TOKEN_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int START_TIME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
public static SearchModelDeploymentMonitoringStatsAnomaliesRequest getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder newBuilder()
public static SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder newBuilder(SearchModelDeploymentMonitoringStatsAnomaliesRequest prototype)
public static SearchModelDeploymentMonitoringStatsAnomaliesRequest parseDelimitedFrom(InputStream input)
public static SearchModelDeploymentMonitoringStatsAnomaliesRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SearchModelDeploymentMonitoringStatsAnomaliesRequest parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
public static SearchModelDeploymentMonitoringStatsAnomaliesRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SearchModelDeploymentMonitoringStatsAnomaliesRequest parseFrom(ByteString data)
public static SearchModelDeploymentMonitoringStatsAnomaliesRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SearchModelDeploymentMonitoringStatsAnomaliesRequest parseFrom(CodedInputStream input)
public static SearchModelDeploymentMonitoringStatsAnomaliesRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static SearchModelDeploymentMonitoringStatsAnomaliesRequest parseFrom(InputStream input)
public static SearchModelDeploymentMonitoringStatsAnomaliesRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SearchModelDeploymentMonitoringStatsAnomaliesRequest parseFrom(ByteBuffer data)
public static SearchModelDeploymentMonitoringStatsAnomaliesRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<SearchModelDeploymentMonitoringStatsAnomaliesRequest> parser()
Methods
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
public SearchModelDeploymentMonitoringStatsAnomaliesRequest getDefaultInstanceForType()
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.
|
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.
|
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.
|
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;
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.
|
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.
|
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.
|
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.
|
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 |
Name |
Description |
index |
int
|
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 |
Type |
Description |
int |
|
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];
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 |
Name |
Description |
index |
int
|
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 |
Type |
Description |
List<? extends com.google.cloud.aiplatform.v1beta1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjectiveOrBuilder> |
|
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.
|
public Parser<SearchModelDeploymentMonitoringStatsAnomaliesRequest> getParserForType()
Overrides
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
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.
|
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;
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.
|
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.
|
Returns |
Type |
Description |
int |
|
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder newBuilderForType()
protected SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides