Class ModelDeploymentMonitoringJob
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringJob
-
- All Implemented Interfaces:
ModelDeploymentMonitoringJobOrBuilder,com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable
public final class ModelDeploymentMonitoringJob extends com.google.protobuf.GeneratedMessageV3 implements ModelDeploymentMonitoringJobOrBuilder
Represents a job that runs periodically to monitor the deployed models in an endpoint. It will analyze the logged training & prediction data to detect any abnormal behaviors.
Protobuf typegoogle.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringJob- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classModelDeploymentMonitoringJob.BuilderRepresents a job that runs periodically to monitor the deployed models in an endpoint.static classModelDeploymentMonitoringJob.LatestMonitoringPipelineMetadataAll metadata of most recent monitoring pipelines.static interfaceModelDeploymentMonitoringJob.LatestMonitoringPipelineMetadataOrBuilderstatic classModelDeploymentMonitoringJob.MonitoringScheduleStateThe state to Specify the monitoring pipeline.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleancontainsLabels(String key)The labels with user-defined metadata to organize your ModelDeploymentMonitoringJob.booleanequals(Object obj)StringgetAnalysisInstanceSchemaUri()YAML schema file uri describing the format of a single instance that you want Tensorflow Data Validation (TFDV) to analyze.com.google.protobuf.ByteStringgetAnalysisInstanceSchemaUriBytes()YAML schema file uri describing the format of a single instance that you want Tensorflow Data Validation (TFDV) to analyze.ModelDeploymentMonitoringBigQueryTablegetBigqueryTables(int index)Output only.intgetBigqueryTablesCount()Output only.List<ModelDeploymentMonitoringBigQueryTable>getBigqueryTablesList()Output only.ModelDeploymentMonitoringBigQueryTableOrBuildergetBigqueryTablesOrBuilder(int index)Output only.List<? extends ModelDeploymentMonitoringBigQueryTableOrBuilder>getBigqueryTablesOrBuilderList()Output only.com.google.protobuf.TimestampgetCreateTime()Output only.com.google.protobuf.TimestampOrBuildergetCreateTimeOrBuilder()Output only.static ModelDeploymentMonitoringJobgetDefaultInstance()ModelDeploymentMonitoringJobgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()StringgetDisplayName()Required.com.google.protobuf.ByteStringgetDisplayNameBytes()Required.booleangetEnableMonitoringPipelineLogs()If true, the scheduled monitoring pipeline logs are sent to Google Cloud Logging, including pipeline status and anomalies detected.EncryptionSpecgetEncryptionSpec()Customer-managed encryption key spec for a ModelDeploymentMonitoringJob.EncryptionSpecOrBuildergetEncryptionSpecOrBuilder()Customer-managed encryption key spec for a ModelDeploymentMonitoringJob.StringgetEndpoint()Required.com.google.protobuf.ByteStringgetEndpointBytes()Required.com.google.rpc.StatusgetError()Output only.com.google.rpc.StatusOrBuildergetErrorOrBuilder()Output only.Map<String,String>getLabels()Deprecated.intgetLabelsCount()The labels with user-defined metadata to organize your ModelDeploymentMonitoringJob.Map<String,String>getLabelsMap()The labels with user-defined metadata to organize your ModelDeploymentMonitoringJob.StringgetLabelsOrDefault(String key, String defaultValue)The labels with user-defined metadata to organize your ModelDeploymentMonitoringJob.StringgetLabelsOrThrow(String key)The labels with user-defined metadata to organize your ModelDeploymentMonitoringJob.ModelDeploymentMonitoringJob.LatestMonitoringPipelineMetadatagetLatestMonitoringPipelineMetadata()Output only.ModelDeploymentMonitoringJob.LatestMonitoringPipelineMetadataOrBuildergetLatestMonitoringPipelineMetadataOrBuilder()Output only.SamplingStrategygetLoggingSamplingStrategy()Required.SamplingStrategyOrBuildergetLoggingSamplingStrategyOrBuilder()Required.com.google.protobuf.DurationgetLogTtl()The TTL of BigQuery tables in user projects which stores logs.com.google.protobuf.DurationOrBuildergetLogTtlOrBuilder()The TTL of BigQuery tables in user projects which stores logs.ModelDeploymentMonitoringObjectiveConfiggetModelDeploymentMonitoringObjectiveConfigs(int index)Required.intgetModelDeploymentMonitoringObjectiveConfigsCount()Required.List<ModelDeploymentMonitoringObjectiveConfig>getModelDeploymentMonitoringObjectiveConfigsList()Required.ModelDeploymentMonitoringObjectiveConfigOrBuildergetModelDeploymentMonitoringObjectiveConfigsOrBuilder(int index)Required.List<? extends ModelDeploymentMonitoringObjectiveConfigOrBuilder>getModelDeploymentMonitoringObjectiveConfigsOrBuilderList()Required.ModelDeploymentMonitoringScheduleConfiggetModelDeploymentMonitoringScheduleConfig()Required.ModelDeploymentMonitoringScheduleConfigOrBuildergetModelDeploymentMonitoringScheduleConfigOrBuilder()Required.ModelMonitoringAlertConfiggetModelMonitoringAlertConfig()Alert config for model monitoring.ModelMonitoringAlertConfigOrBuildergetModelMonitoringAlertConfigOrBuilder()Alert config for model monitoring.StringgetName()Output only.com.google.protobuf.ByteStringgetNameBytes()Output only.com.google.protobuf.TimestampgetNextScheduleTime()Output only.com.google.protobuf.TimestampOrBuildergetNextScheduleTimeOrBuilder()Output only.com.google.protobuf.Parser<ModelDeploymentMonitoringJob>getParserForType()StringgetPredictInstanceSchemaUri()YAML schema file uri describing the format of a single instance, which are given to format this Endpoint's prediction (and explanation).com.google.protobuf.ByteStringgetPredictInstanceSchemaUriBytes()YAML schema file uri describing the format of a single instance, which are given to format this Endpoint's prediction (and explanation).com.google.protobuf.ValuegetSamplePredictInstance()Sample Predict instance, same format as [PredictRequest.instances][google.cloud.aiplatform.v1beta1.PredictRequest.instances], this can be set as a replacement of [ModelDeploymentMonitoringJob.predict_instance_schema_uri][google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringJob.predict_instance_schema_uri].com.google.protobuf.ValueOrBuildergetSamplePredictInstanceOrBuilder()Sample Predict instance, same format as [PredictRequest.instances][google.cloud.aiplatform.v1beta1.PredictRequest.instances], this can be set as a replacement of [ModelDeploymentMonitoringJob.predict_instance_schema_uri][google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringJob.predict_instance_schema_uri].ModelDeploymentMonitoringJob.MonitoringScheduleStategetScheduleState()Output only.intgetScheduleStateValue()Output only.intgetSerializedSize()JobStategetState()Output only.intgetStateValue()Output only.GcsDestinationgetStatsAnomaliesBaseDirectory()Stats anomalies base folder path.GcsDestinationOrBuildergetStatsAnomaliesBaseDirectoryOrBuilder()Stats anomalies base folder path.com.google.protobuf.TimestampgetUpdateTime()Output only.com.google.protobuf.TimestampOrBuildergetUpdateTimeOrBuilder()Output only.booleanhasCreateTime()Output only.booleanhasEncryptionSpec()Customer-managed encryption key spec for a ModelDeploymentMonitoringJob.booleanhasError()Output only.inthashCode()booleanhasLatestMonitoringPipelineMetadata()Output only.booleanhasLoggingSamplingStrategy()Required.booleanhasLogTtl()The TTL of BigQuery tables in user projects which stores logs.booleanhasModelDeploymentMonitoringScheduleConfig()Required.booleanhasModelMonitoringAlertConfig()Alert config for model monitoring.booleanhasNextScheduleTime()Output only.booleanhasSamplePredictInstance()Sample Predict instance, same format as [PredictRequest.instances][google.cloud.aiplatform.v1beta1.PredictRequest.instances], this can be set as a replacement of [ModelDeploymentMonitoringJob.predict_instance_schema_uri][google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringJob.predict_instance_schema_uri].booleanhasStatsAnomaliesBaseDirectory()Stats anomalies base folder path.booleanhasUpdateTime()Output only.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()protected com.google.protobuf.MapFieldinternalGetMapField(int number)booleanisInitialized()static ModelDeploymentMonitoringJob.BuildernewBuilder()static ModelDeploymentMonitoringJob.BuildernewBuilder(ModelDeploymentMonitoringJob prototype)ModelDeploymentMonitoringJob.BuildernewBuilderForType()protected ModelDeploymentMonitoringJob.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static ModelDeploymentMonitoringJobparseDelimitedFrom(InputStream input)static ModelDeploymentMonitoringJobparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ModelDeploymentMonitoringJobparseFrom(byte[] data)static ModelDeploymentMonitoringJobparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ModelDeploymentMonitoringJobparseFrom(com.google.protobuf.ByteString data)static ModelDeploymentMonitoringJobparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ModelDeploymentMonitoringJobparseFrom(com.google.protobuf.CodedInputStream input)static ModelDeploymentMonitoringJobparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ModelDeploymentMonitoringJobparseFrom(InputStream input)static ModelDeploymentMonitoringJobparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ModelDeploymentMonitoringJobparseFrom(ByteBuffer data)static ModelDeploymentMonitoringJobparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<ModelDeploymentMonitoringJob>parser()ModelDeploymentMonitoringJob.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DISPLAY_NAME_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ENDPOINT_FIELD_NUMBER
public static final int ENDPOINT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STATE_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SCHEDULE_STATE_FIELD_NUMBER
public static final int SCHEDULE_STATE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LATEST_MONITORING_PIPELINE_METADATA_FIELD_NUMBER
public static final int LATEST_MONITORING_PIPELINE_METADATA_FIELD_NUMBER
- See Also:
- Constant Field Values
-
MODEL_DEPLOYMENT_MONITORING_OBJECTIVE_CONFIGS_FIELD_NUMBER
public static final int MODEL_DEPLOYMENT_MONITORING_OBJECTIVE_CONFIGS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
MODEL_DEPLOYMENT_MONITORING_SCHEDULE_CONFIG_FIELD_NUMBER
public static final int MODEL_DEPLOYMENT_MONITORING_SCHEDULE_CONFIG_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LOGGING_SAMPLING_STRATEGY_FIELD_NUMBER
public static final int LOGGING_SAMPLING_STRATEGY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
MODEL_MONITORING_ALERT_CONFIG_FIELD_NUMBER
public static final int MODEL_MONITORING_ALERT_CONFIG_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PREDICT_INSTANCE_SCHEMA_URI_FIELD_NUMBER
public static final int PREDICT_INSTANCE_SCHEMA_URI_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SAMPLE_PREDICT_INSTANCE_FIELD_NUMBER
public static final int SAMPLE_PREDICT_INSTANCE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ANALYSIS_INSTANCE_SCHEMA_URI_FIELD_NUMBER
public static final int ANALYSIS_INSTANCE_SCHEMA_URI_FIELD_NUMBER
- See Also:
- Constant Field Values
-
BIGQUERY_TABLES_FIELD_NUMBER
public static final int BIGQUERY_TABLES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LOG_TTL_FIELD_NUMBER
public static final int LOG_TTL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LABELS_FIELD_NUMBER
public static final int LABELS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CREATE_TIME_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
UPDATE_TIME_FIELD_NUMBER
public static final int UPDATE_TIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
NEXT_SCHEDULE_TIME_FIELD_NUMBER
public static final int NEXT_SCHEDULE_TIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STATS_ANOMALIES_BASE_DIRECTORY_FIELD_NUMBER
public static final int STATS_ANOMALIES_BASE_DIRECTORY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ENCRYPTION_SPEC_FIELD_NUMBER
public static final int ENCRYPTION_SPEC_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ENABLE_MONITORING_PIPELINE_LOGS_FIELD_NUMBER
public static final int ENABLE_MONITORING_PIPELINE_LOGS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ERROR_FIELD_NUMBER
public static final int ERROR_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number)
- Overrides:
internalGetMapFieldin classcom.google.protobuf.GeneratedMessageV3
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getName
public String getName()
Output only. Resource name of a ModelDeploymentMonitoringJob.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getNamein interfaceModelDeploymentMonitoringJobOrBuilder- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
Output only. Resource name of a ModelDeploymentMonitoringJob.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getNameBytesin interfaceModelDeploymentMonitoringJobOrBuilder- Returns:
- The bytes for name.
-
getDisplayName
public String getDisplayName()
Required. The user-defined name of the ModelDeploymentMonitoringJob. The name can be up to 128 characters long and can consist of any UTF-8 characters. Display name of a ModelDeploymentMonitoringJob.
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getDisplayNamein interfaceModelDeploymentMonitoringJobOrBuilder- Returns:
- The displayName.
-
getDisplayNameBytes
public com.google.protobuf.ByteString getDisplayNameBytes()
Required. The user-defined name of the ModelDeploymentMonitoringJob. The name can be up to 128 characters long and can consist of any UTF-8 characters. Display name of a ModelDeploymentMonitoringJob.
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getDisplayNameBytesin interfaceModelDeploymentMonitoringJobOrBuilder- Returns:
- The bytes for displayName.
-
getEndpoint
public String getEndpoint()
Required. Endpoint resource name. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`string endpoint = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Specified by:
getEndpointin interfaceModelDeploymentMonitoringJobOrBuilder- Returns:
- The endpoint.
-
getEndpointBytes
public com.google.protobuf.ByteString getEndpointBytes()
Required. Endpoint resource name. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`string endpoint = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Specified by:
getEndpointBytesin interfaceModelDeploymentMonitoringJobOrBuilder- Returns:
- The bytes for endpoint.
-
getStateValue
public int getStateValue()
Output only. The detailed state of the monitoring job. When the job is still creating, the state will be 'PENDING'. Once the job is successfully created, the state will be 'RUNNING'. Pause the job, the state will be 'PAUSED'. Resume the job, the state will return to 'RUNNING'.
.google.cloud.aiplatform.v1beta1.JobState state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getStateValuein interfaceModelDeploymentMonitoringJobOrBuilder- Returns:
- The enum numeric value on the wire for state.
-
getState
public JobState getState()
Output only. The detailed state of the monitoring job. When the job is still creating, the state will be 'PENDING'. Once the job is successfully created, the state will be 'RUNNING'. Pause the job, the state will be 'PAUSED'. Resume the job, the state will return to 'RUNNING'.
.google.cloud.aiplatform.v1beta1.JobState state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getStatein interfaceModelDeploymentMonitoringJobOrBuilder- Returns:
- The state.
-
getScheduleStateValue
public int getScheduleStateValue()
Output only. Schedule state when the monitoring job is in Running state.
.google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringJob.MonitoringScheduleState schedule_state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getScheduleStateValuein interfaceModelDeploymentMonitoringJobOrBuilder- Returns:
- The enum numeric value on the wire for scheduleState.
-
getScheduleState
public ModelDeploymentMonitoringJob.MonitoringScheduleState getScheduleState()
Output only. Schedule state when the monitoring job is in Running state.
.google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringJob.MonitoringScheduleState schedule_state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getScheduleStatein interfaceModelDeploymentMonitoringJobOrBuilder- Returns:
- The scheduleState.
-
hasLatestMonitoringPipelineMetadata
public boolean hasLatestMonitoringPipelineMetadata()
Output only. Latest triggered monitoring pipeline metadata.
.google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringJob.LatestMonitoringPipelineMetadata latest_monitoring_pipeline_metadata = 25 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
hasLatestMonitoringPipelineMetadatain interfaceModelDeploymentMonitoringJobOrBuilder- Returns:
- Whether the latestMonitoringPipelineMetadata field is set.
-
getLatestMonitoringPipelineMetadata
public ModelDeploymentMonitoringJob.LatestMonitoringPipelineMetadata getLatestMonitoringPipelineMetadata()
Output only. Latest triggered monitoring pipeline metadata.
.google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringJob.LatestMonitoringPipelineMetadata latest_monitoring_pipeline_metadata = 25 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getLatestMonitoringPipelineMetadatain interfaceModelDeploymentMonitoringJobOrBuilder- Returns:
- The latestMonitoringPipelineMetadata.
-
getLatestMonitoringPipelineMetadataOrBuilder
public ModelDeploymentMonitoringJob.LatestMonitoringPipelineMetadataOrBuilder getLatestMonitoringPipelineMetadataOrBuilder()
Output only. Latest triggered monitoring pipeline metadata.
.google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringJob.LatestMonitoringPipelineMetadata latest_monitoring_pipeline_metadata = 25 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getLatestMonitoringPipelineMetadataOrBuilderin interfaceModelDeploymentMonitoringJobOrBuilder
-
getModelDeploymentMonitoringObjectiveConfigsList
public List<ModelDeploymentMonitoringObjectiveConfig> getModelDeploymentMonitoringObjectiveConfigsList()
Required. The config for monitoring objectives. This is a per DeployedModel config. Each DeployedModel needs to be configured separately.
repeated .google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringObjectiveConfig model_deployment_monitoring_objective_configs = 6 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getModelDeploymentMonitoringObjectiveConfigsListin interfaceModelDeploymentMonitoringJobOrBuilder
-
getModelDeploymentMonitoringObjectiveConfigsOrBuilderList
public List<? extends ModelDeploymentMonitoringObjectiveConfigOrBuilder> getModelDeploymentMonitoringObjectiveConfigsOrBuilderList()
Required. The config for monitoring objectives. This is a per DeployedModel config. Each DeployedModel needs to be configured separately.
repeated .google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringObjectiveConfig model_deployment_monitoring_objective_configs = 6 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getModelDeploymentMonitoringObjectiveConfigsOrBuilderListin interfaceModelDeploymentMonitoringJobOrBuilder
-
getModelDeploymentMonitoringObjectiveConfigsCount
public int getModelDeploymentMonitoringObjectiveConfigsCount()
Required. The config for monitoring objectives. This is a per DeployedModel config. Each DeployedModel needs to be configured separately.
repeated .google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringObjectiveConfig model_deployment_monitoring_objective_configs = 6 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getModelDeploymentMonitoringObjectiveConfigsCountin interfaceModelDeploymentMonitoringJobOrBuilder
-
getModelDeploymentMonitoringObjectiveConfigs
public ModelDeploymentMonitoringObjectiveConfig getModelDeploymentMonitoringObjectiveConfigs(int index)
Required. The config for monitoring objectives. This is a per DeployedModel config. Each DeployedModel needs to be configured separately.
repeated .google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringObjectiveConfig model_deployment_monitoring_objective_configs = 6 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getModelDeploymentMonitoringObjectiveConfigsin interfaceModelDeploymentMonitoringJobOrBuilder
-
getModelDeploymentMonitoringObjectiveConfigsOrBuilder
public ModelDeploymentMonitoringObjectiveConfigOrBuilder getModelDeploymentMonitoringObjectiveConfigsOrBuilder(int index)
Required. The config for monitoring objectives. This is a per DeployedModel config. Each DeployedModel needs to be configured separately.
repeated .google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringObjectiveConfig model_deployment_monitoring_objective_configs = 6 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getModelDeploymentMonitoringObjectiveConfigsOrBuilderin interfaceModelDeploymentMonitoringJobOrBuilder
-
hasModelDeploymentMonitoringScheduleConfig
public boolean hasModelDeploymentMonitoringScheduleConfig()
Required. Schedule config for running the monitoring job.
.google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringScheduleConfig model_deployment_monitoring_schedule_config = 7 [(.google.api.field_behavior) = REQUIRED];- Specified by:
hasModelDeploymentMonitoringScheduleConfigin interfaceModelDeploymentMonitoringJobOrBuilder- Returns:
- Whether the modelDeploymentMonitoringScheduleConfig field is set.
-
getModelDeploymentMonitoringScheduleConfig
public ModelDeploymentMonitoringScheduleConfig getModelDeploymentMonitoringScheduleConfig()
Required. Schedule config for running the monitoring job.
.google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringScheduleConfig model_deployment_monitoring_schedule_config = 7 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getModelDeploymentMonitoringScheduleConfigin interfaceModelDeploymentMonitoringJobOrBuilder- Returns:
- The modelDeploymentMonitoringScheduleConfig.
-
getModelDeploymentMonitoringScheduleConfigOrBuilder
public ModelDeploymentMonitoringScheduleConfigOrBuilder getModelDeploymentMonitoringScheduleConfigOrBuilder()
Required. Schedule config for running the monitoring job.
.google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringScheduleConfig model_deployment_monitoring_schedule_config = 7 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getModelDeploymentMonitoringScheduleConfigOrBuilderin interfaceModelDeploymentMonitoringJobOrBuilder
-
hasLoggingSamplingStrategy
public boolean hasLoggingSamplingStrategy()
Required. Sample Strategy for logging.
.google.cloud.aiplatform.v1beta1.SamplingStrategy logging_sampling_strategy = 8 [(.google.api.field_behavior) = REQUIRED];- Specified by:
hasLoggingSamplingStrategyin interfaceModelDeploymentMonitoringJobOrBuilder- Returns:
- Whether the loggingSamplingStrategy field is set.
-
getLoggingSamplingStrategy
public SamplingStrategy getLoggingSamplingStrategy()
Required. Sample Strategy for logging.
.google.cloud.aiplatform.v1beta1.SamplingStrategy logging_sampling_strategy = 8 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getLoggingSamplingStrategyin interfaceModelDeploymentMonitoringJobOrBuilder- Returns:
- The loggingSamplingStrategy.
-
getLoggingSamplingStrategyOrBuilder
public SamplingStrategyOrBuilder getLoggingSamplingStrategyOrBuilder()
Required. Sample Strategy for logging.
.google.cloud.aiplatform.v1beta1.SamplingStrategy logging_sampling_strategy = 8 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getLoggingSamplingStrategyOrBuilderin interfaceModelDeploymentMonitoringJobOrBuilder
-
hasModelMonitoringAlertConfig
public boolean hasModelMonitoringAlertConfig()
Alert config for model monitoring.
.google.cloud.aiplatform.v1beta1.ModelMonitoringAlertConfig model_monitoring_alert_config = 15;- Specified by:
hasModelMonitoringAlertConfigin interfaceModelDeploymentMonitoringJobOrBuilder- Returns:
- Whether the modelMonitoringAlertConfig field is set.
-
getModelMonitoringAlertConfig
public ModelMonitoringAlertConfig getModelMonitoringAlertConfig()
Alert config for model monitoring.
.google.cloud.aiplatform.v1beta1.ModelMonitoringAlertConfig model_monitoring_alert_config = 15;- Specified by:
getModelMonitoringAlertConfigin interfaceModelDeploymentMonitoringJobOrBuilder- Returns:
- The modelMonitoringAlertConfig.
-
getModelMonitoringAlertConfigOrBuilder
public ModelMonitoringAlertConfigOrBuilder getModelMonitoringAlertConfigOrBuilder()
Alert config for model monitoring.
.google.cloud.aiplatform.v1beta1.ModelMonitoringAlertConfig model_monitoring_alert_config = 15;- Specified by:
getModelMonitoringAlertConfigOrBuilderin interfaceModelDeploymentMonitoringJobOrBuilder
-
getPredictInstanceSchemaUri
public String getPredictInstanceSchemaUri()
YAML schema file uri describing the format of a single instance, which are given to format this Endpoint's prediction (and explanation). If not set, we will generate predict schema from collected predict requests.
string predict_instance_schema_uri = 9;- Specified by:
getPredictInstanceSchemaUriin interfaceModelDeploymentMonitoringJobOrBuilder- Returns:
- The predictInstanceSchemaUri.
-
getPredictInstanceSchemaUriBytes
public com.google.protobuf.ByteString getPredictInstanceSchemaUriBytes()
YAML schema file uri describing the format of a single instance, which are given to format this Endpoint's prediction (and explanation). If not set, we will generate predict schema from collected predict requests.
string predict_instance_schema_uri = 9;- Specified by:
getPredictInstanceSchemaUriBytesin interfaceModelDeploymentMonitoringJobOrBuilder- Returns:
- The bytes for predictInstanceSchemaUri.
-
hasSamplePredictInstance
public boolean hasSamplePredictInstance()
Sample Predict instance, same format as [PredictRequest.instances][google.cloud.aiplatform.v1beta1.PredictRequest.instances], this can be set as a replacement of [ModelDeploymentMonitoringJob.predict_instance_schema_uri][google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringJob.predict_instance_schema_uri]. If not set, we will generate predict schema from collected predict requests.
.google.protobuf.Value sample_predict_instance = 19;- Specified by:
hasSamplePredictInstancein interfaceModelDeploymentMonitoringJobOrBuilder- Returns:
- Whether the samplePredictInstance field is set.
-
getSamplePredictInstance
public com.google.protobuf.Value getSamplePredictInstance()
Sample Predict instance, same format as [PredictRequest.instances][google.cloud.aiplatform.v1beta1.PredictRequest.instances], this can be set as a replacement of [ModelDeploymentMonitoringJob.predict_instance_schema_uri][google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringJob.predict_instance_schema_uri]. If not set, we will generate predict schema from collected predict requests.
.google.protobuf.Value sample_predict_instance = 19;- Specified by:
getSamplePredictInstancein interfaceModelDeploymentMonitoringJobOrBuilder- Returns:
- The samplePredictInstance.
-
getSamplePredictInstanceOrBuilder
public com.google.protobuf.ValueOrBuilder getSamplePredictInstanceOrBuilder()
Sample Predict instance, same format as [PredictRequest.instances][google.cloud.aiplatform.v1beta1.PredictRequest.instances], this can be set as a replacement of [ModelDeploymentMonitoringJob.predict_instance_schema_uri][google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringJob.predict_instance_schema_uri]. If not set, we will generate predict schema from collected predict requests.
.google.protobuf.Value sample_predict_instance = 19;- Specified by:
getSamplePredictInstanceOrBuilderin interfaceModelDeploymentMonitoringJobOrBuilder
-
getAnalysisInstanceSchemaUri
public String getAnalysisInstanceSchemaUri()
YAML schema file uri describing the format of a single instance that you want Tensorflow Data Validation (TFDV) to analyze. If this field is empty, all the feature data types are inferred from [predict_instance_schema_uri][google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringJob.predict_instance_schema_uri], meaning that TFDV will use the data in the exact format(data type) as prediction request/response. If there are any data type differences between predict instance and TFDV instance, this field can be used to override the schema. For models trained with Vertex AI, this field must be set as all the fields in predict instance formatted as string.
string analysis_instance_schema_uri = 16;- Specified by:
getAnalysisInstanceSchemaUriin interfaceModelDeploymentMonitoringJobOrBuilder- Returns:
- The analysisInstanceSchemaUri.
-
getAnalysisInstanceSchemaUriBytes
public com.google.protobuf.ByteString getAnalysisInstanceSchemaUriBytes()
YAML schema file uri describing the format of a single instance that you want Tensorflow Data Validation (TFDV) to analyze. If this field is empty, all the feature data types are inferred from [predict_instance_schema_uri][google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringJob.predict_instance_schema_uri], meaning that TFDV will use the data in the exact format(data type) as prediction request/response. If there are any data type differences between predict instance and TFDV instance, this field can be used to override the schema. For models trained with Vertex AI, this field must be set as all the fields in predict instance formatted as string.
string analysis_instance_schema_uri = 16;- Specified by:
getAnalysisInstanceSchemaUriBytesin interfaceModelDeploymentMonitoringJobOrBuilder- Returns:
- The bytes for analysisInstanceSchemaUri.
-
getBigqueryTablesList
public List<ModelDeploymentMonitoringBigQueryTable> getBigqueryTablesList()
Output only. The created bigquery tables for the job under customer project. Customer could do their own query & analysis. There could be 4 log tables in maximum: 1. Training data logging predict request/response 2. Serving data logging predict request/response
repeated .google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringBigQueryTable bigquery_tables = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getBigqueryTablesListin interfaceModelDeploymentMonitoringJobOrBuilder
-
getBigqueryTablesOrBuilderList
public List<? extends ModelDeploymentMonitoringBigQueryTableOrBuilder> getBigqueryTablesOrBuilderList()
Output only. The created bigquery tables for the job under customer project. Customer could do their own query & analysis. There could be 4 log tables in maximum: 1. Training data logging predict request/response 2. Serving data logging predict request/response
repeated .google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringBigQueryTable bigquery_tables = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getBigqueryTablesOrBuilderListin interfaceModelDeploymentMonitoringJobOrBuilder
-
getBigqueryTablesCount
public int getBigqueryTablesCount()
Output only. The created bigquery tables for the job under customer project. Customer could do their own query & analysis. There could be 4 log tables in maximum: 1. Training data logging predict request/response 2. Serving data logging predict request/response
repeated .google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringBigQueryTable bigquery_tables = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getBigqueryTablesCountin interfaceModelDeploymentMonitoringJobOrBuilder
-
getBigqueryTables
public ModelDeploymentMonitoringBigQueryTable getBigqueryTables(int index)
Output only. The created bigquery tables for the job under customer project. Customer could do their own query & analysis. There could be 4 log tables in maximum: 1. Training data logging predict request/response 2. Serving data logging predict request/response
repeated .google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringBigQueryTable bigquery_tables = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getBigqueryTablesin interfaceModelDeploymentMonitoringJobOrBuilder
-
getBigqueryTablesOrBuilder
public ModelDeploymentMonitoringBigQueryTableOrBuilder getBigqueryTablesOrBuilder(int index)
Output only. The created bigquery tables for the job under customer project. Customer could do their own query & analysis. There could be 4 log tables in maximum: 1. Training data logging predict request/response 2. Serving data logging predict request/response
repeated .google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringBigQueryTable bigquery_tables = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getBigqueryTablesOrBuilderin interfaceModelDeploymentMonitoringJobOrBuilder
-
hasLogTtl
public boolean hasLogTtl()
The TTL of BigQuery tables in user projects which stores logs. A day is the basic unit of the TTL and we take the ceil of TTL/86400(a day). e.g. { second: 3600} indicates ttl = 1 day..google.protobuf.Duration log_ttl = 17;- Specified by:
hasLogTtlin interfaceModelDeploymentMonitoringJobOrBuilder- Returns:
- Whether the logTtl field is set.
-
getLogTtl
public com.google.protobuf.Duration getLogTtl()
The TTL of BigQuery tables in user projects which stores logs. A day is the basic unit of the TTL and we take the ceil of TTL/86400(a day). e.g. { second: 3600} indicates ttl = 1 day..google.protobuf.Duration log_ttl = 17;- Specified by:
getLogTtlin interfaceModelDeploymentMonitoringJobOrBuilder- Returns:
- The logTtl.
-
getLogTtlOrBuilder
public com.google.protobuf.DurationOrBuilder getLogTtlOrBuilder()
The TTL of BigQuery tables in user projects which stores logs. A day is the basic unit of the TTL and we take the ceil of TTL/86400(a day). e.g. { second: 3600} indicates ttl = 1 day..google.protobuf.Duration log_ttl = 17;- Specified by:
getLogTtlOrBuilderin interfaceModelDeploymentMonitoringJobOrBuilder
-
getLabelsCount
public int getLabelsCount()
Description copied from interface:ModelDeploymentMonitoringJobOrBuilderThe labels with user-defined metadata to organize your ModelDeploymentMonitoringJob. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels.
map<string, string> labels = 11;- Specified by:
getLabelsCountin interfaceModelDeploymentMonitoringJobOrBuilder
-
containsLabels
public boolean containsLabels(String key)
The labels with user-defined metadata to organize your ModelDeploymentMonitoringJob. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels.
map<string, string> labels = 11;- Specified by:
containsLabelsin interfaceModelDeploymentMonitoringJobOrBuilder
-
getLabels
@Deprecated public Map<String,String> getLabels()
Deprecated.UsegetLabelsMap()instead.- Specified by:
getLabelsin interfaceModelDeploymentMonitoringJobOrBuilder
-
getLabelsMap
public Map<String,String> getLabelsMap()
The labels with user-defined metadata to organize your ModelDeploymentMonitoringJob. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels.
map<string, string> labels = 11;- Specified by:
getLabelsMapin interfaceModelDeploymentMonitoringJobOrBuilder
-
getLabelsOrDefault
public String getLabelsOrDefault(String key, String defaultValue)
The labels with user-defined metadata to organize your ModelDeploymentMonitoringJob. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels.
map<string, string> labels = 11;- Specified by:
getLabelsOrDefaultin interfaceModelDeploymentMonitoringJobOrBuilder
-
getLabelsOrThrow
public String getLabelsOrThrow(String key)
The labels with user-defined metadata to organize your ModelDeploymentMonitoringJob. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels.
map<string, string> labels = 11;- Specified by:
getLabelsOrThrowin interfaceModelDeploymentMonitoringJobOrBuilder
-
hasCreateTime
public boolean hasCreateTime()
Output only. Timestamp when this ModelDeploymentMonitoringJob was created.
.google.protobuf.Timestamp create_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
hasCreateTimein interfaceModelDeploymentMonitoringJobOrBuilder- Returns:
- Whether the createTime field is set.
-
getCreateTime
public com.google.protobuf.Timestamp getCreateTime()
Output only. Timestamp when this ModelDeploymentMonitoringJob was created.
.google.protobuf.Timestamp create_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getCreateTimein interfaceModelDeploymentMonitoringJobOrBuilder- Returns:
- The createTime.
-
getCreateTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Timestamp when this ModelDeploymentMonitoringJob was created.
.google.protobuf.Timestamp create_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getCreateTimeOrBuilderin interfaceModelDeploymentMonitoringJobOrBuilder
-
hasUpdateTime
public boolean hasUpdateTime()
Output only. Timestamp when this ModelDeploymentMonitoringJob was updated most recently.
.google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
hasUpdateTimein interfaceModelDeploymentMonitoringJobOrBuilder- Returns:
- Whether the updateTime field is set.
-
getUpdateTime
public com.google.protobuf.Timestamp getUpdateTime()
Output only. Timestamp when this ModelDeploymentMonitoringJob was updated most recently.
.google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getUpdateTimein interfaceModelDeploymentMonitoringJobOrBuilder- Returns:
- The updateTime.
-
getUpdateTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. Timestamp when this ModelDeploymentMonitoringJob was updated most recently.
.google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getUpdateTimeOrBuilderin interfaceModelDeploymentMonitoringJobOrBuilder
-
hasNextScheduleTime
public boolean hasNextScheduleTime()
Output only. Timestamp when this monitoring pipeline will be scheduled to run for the next round.
.google.protobuf.Timestamp next_schedule_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
hasNextScheduleTimein interfaceModelDeploymentMonitoringJobOrBuilder- Returns:
- Whether the nextScheduleTime field is set.
-
getNextScheduleTime
public com.google.protobuf.Timestamp getNextScheduleTime()
Output only. Timestamp when this monitoring pipeline will be scheduled to run for the next round.
.google.protobuf.Timestamp next_schedule_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getNextScheduleTimein interfaceModelDeploymentMonitoringJobOrBuilder- Returns:
- The nextScheduleTime.
-
getNextScheduleTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getNextScheduleTimeOrBuilder()
Output only. Timestamp when this monitoring pipeline will be scheduled to run for the next round.
.google.protobuf.Timestamp next_schedule_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getNextScheduleTimeOrBuilderin interfaceModelDeploymentMonitoringJobOrBuilder
-
hasStatsAnomaliesBaseDirectory
public boolean hasStatsAnomaliesBaseDirectory()
Stats anomalies base folder path.
.google.cloud.aiplatform.v1beta1.GcsDestination stats_anomalies_base_directory = 20;- Specified by:
hasStatsAnomaliesBaseDirectoryin interfaceModelDeploymentMonitoringJobOrBuilder- Returns:
- Whether the statsAnomaliesBaseDirectory field is set.
-
getStatsAnomaliesBaseDirectory
public GcsDestination getStatsAnomaliesBaseDirectory()
Stats anomalies base folder path.
.google.cloud.aiplatform.v1beta1.GcsDestination stats_anomalies_base_directory = 20;- Specified by:
getStatsAnomaliesBaseDirectoryin interfaceModelDeploymentMonitoringJobOrBuilder- Returns:
- The statsAnomaliesBaseDirectory.
-
getStatsAnomaliesBaseDirectoryOrBuilder
public GcsDestinationOrBuilder getStatsAnomaliesBaseDirectoryOrBuilder()
Stats anomalies base folder path.
.google.cloud.aiplatform.v1beta1.GcsDestination stats_anomalies_base_directory = 20;- Specified by:
getStatsAnomaliesBaseDirectoryOrBuilderin interfaceModelDeploymentMonitoringJobOrBuilder
-
hasEncryptionSpec
public boolean hasEncryptionSpec()
Customer-managed encryption key spec for a ModelDeploymentMonitoringJob. If set, this ModelDeploymentMonitoringJob and all sub-resources of this ModelDeploymentMonitoringJob will be secured by this key.
.google.cloud.aiplatform.v1beta1.EncryptionSpec encryption_spec = 21;- Specified by:
hasEncryptionSpecin interfaceModelDeploymentMonitoringJobOrBuilder- Returns:
- Whether the encryptionSpec field is set.
-
getEncryptionSpec
public EncryptionSpec getEncryptionSpec()
Customer-managed encryption key spec for a ModelDeploymentMonitoringJob. If set, this ModelDeploymentMonitoringJob and all sub-resources of this ModelDeploymentMonitoringJob will be secured by this key.
.google.cloud.aiplatform.v1beta1.EncryptionSpec encryption_spec = 21;- Specified by:
getEncryptionSpecin interfaceModelDeploymentMonitoringJobOrBuilder- Returns:
- The encryptionSpec.
-
getEncryptionSpecOrBuilder
public EncryptionSpecOrBuilder getEncryptionSpecOrBuilder()
Customer-managed encryption key spec for a ModelDeploymentMonitoringJob. If set, this ModelDeploymentMonitoringJob and all sub-resources of this ModelDeploymentMonitoringJob will be secured by this key.
.google.cloud.aiplatform.v1beta1.EncryptionSpec encryption_spec = 21;- Specified by:
getEncryptionSpecOrBuilderin interfaceModelDeploymentMonitoringJobOrBuilder
-
getEnableMonitoringPipelineLogs
public boolean getEnableMonitoringPipelineLogs()
If true, the scheduled monitoring pipeline logs are sent to Google Cloud Logging, including pipeline status and anomalies detected. Please note the logs incur cost, which are subject to [Cloud Logging pricing](https://cloud.google.com/logging#pricing).
bool enable_monitoring_pipeline_logs = 22;- Specified by:
getEnableMonitoringPipelineLogsin interfaceModelDeploymentMonitoringJobOrBuilder- Returns:
- The enableMonitoringPipelineLogs.
-
hasError
public boolean hasError()
Output only. Only populated when the job's state is `JOB_STATE_FAILED` or `JOB_STATE_CANCELLED`.
.google.rpc.Status error = 23 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
hasErrorin interfaceModelDeploymentMonitoringJobOrBuilder- Returns:
- Whether the error field is set.
-
getError
public com.google.rpc.Status getError()
Output only. Only populated when the job's state is `JOB_STATE_FAILED` or `JOB_STATE_CANCELLED`.
.google.rpc.Status error = 23 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getErrorin interfaceModelDeploymentMonitoringJobOrBuilder- Returns:
- The error.
-
getErrorOrBuilder
public com.google.rpc.StatusOrBuilder getErrorOrBuilder()
Output only. Only populated when the job's state is `JOB_STATE_FAILED` or `JOB_STATE_CANCELLED`.
.google.rpc.Status error = 23 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getErrorOrBuilderin interfaceModelDeploymentMonitoringJobOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static ModelDeploymentMonitoringJob parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ModelDeploymentMonitoringJob parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ModelDeploymentMonitoringJob parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ModelDeploymentMonitoringJob parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ModelDeploymentMonitoringJob parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ModelDeploymentMonitoringJob parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ModelDeploymentMonitoringJob parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static ModelDeploymentMonitoringJob parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static ModelDeploymentMonitoringJob parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static ModelDeploymentMonitoringJob parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static ModelDeploymentMonitoringJob parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static ModelDeploymentMonitoringJob parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public ModelDeploymentMonitoringJob.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static ModelDeploymentMonitoringJob.Builder newBuilder()
-
newBuilder
public static ModelDeploymentMonitoringJob.Builder newBuilder(ModelDeploymentMonitoringJob prototype)
-
toBuilder
public ModelDeploymentMonitoringJob.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected ModelDeploymentMonitoringJob.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static ModelDeploymentMonitoringJob getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<ModelDeploymentMonitoringJob> parser()
-
getParserForType
public com.google.protobuf.Parser<ModelDeploymentMonitoringJob> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public ModelDeploymentMonitoringJob getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-