Send feedback
Class ModelDeploymentMonitoringObjectiveConfig.Builder (2.9.6)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.9.6 keyboard_arrow_down
public static final class ModelDeploymentMonitoringObjectiveConfig . Builder extends GeneratedMessageV3 . Builder<ModelDeploymentMonitoringObjectiveConfig . Builder > implements ModelDeploymentMonitoringObjectiveConfigOrBuilder
ModelDeploymentMonitoringObjectiveConfig contains the pair of
deployed_model_id to ModelMonitoringObjectiveConfig.
Protobuf type google.cloud.aiplatform.v1.ModelDeploymentMonitoringObjectiveConfig
Static Methods
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
public ModelDeploymentMonitoringObjectiveConfig . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
public ModelDeploymentMonitoringObjectiveConfig build ()
Returns
public ModelDeploymentMonitoringObjectiveConfig buildPartial ()
Returns
public ModelDeploymentMonitoringObjectiveConfig . Builder clear ()
Returns
Overrides
public ModelDeploymentMonitoringObjectiveConfig . Builder clearDeployedModelId ()
The DeployedModel ID of the objective config.
string deployed_model_id = 1;
Returns
public ModelDeploymentMonitoringObjectiveConfig . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
public ModelDeploymentMonitoringObjectiveConfig . Builder clearObjectiveConfig ()
The objective config of for the modelmonitoring job of this deployed model.
.google.cloud.aiplatform.v1.ModelMonitoringObjectiveConfig objective_config = 2;
Returns
public ModelDeploymentMonitoringObjectiveConfig . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
public ModelDeploymentMonitoringObjectiveConfig . Builder clone ()
Returns
Overrides
public ModelDeploymentMonitoringObjectiveConfig getDefaultInstanceForType ()
Returns
public String getDeployedModelId ()
The DeployedModel ID of the objective config.
string deployed_model_id = 1;
Returns
Type Description String The deployedModelId.
public ByteString getDeployedModelIdBytes ()
The DeployedModel ID of the objective config.
string deployed_model_id = 1;
Returns
Type Description ByteString The bytes for deployedModelId.
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
public ModelMonitoringObjectiveConfig getObjectiveConfig ()
The objective config of for the modelmonitoring job of this deployed model.
.google.cloud.aiplatform.v1.ModelMonitoringObjectiveConfig objective_config = 2;
Returns
public ModelMonitoringObjectiveConfig . Builder getObjectiveConfigBuilder ()
The objective config of for the modelmonitoring job of this deployed model.
.google.cloud.aiplatform.v1.ModelMonitoringObjectiveConfig objective_config = 2;
Returns
public ModelMonitoringObjectiveConfigOrBuilder getObjectiveConfigOrBuilder ()
The objective config of for the modelmonitoring job of this deployed model.
.google.cloud.aiplatform.v1.ModelMonitoringObjectiveConfig objective_config = 2;
Returns
public boolean hasObjectiveConfig ()
The objective config of for the modelmonitoring job of this deployed model.
.google.cloud.aiplatform.v1.ModelMonitoringObjectiveConfig objective_config = 2;
Returns
Type Description boolean Whether the objectiveConfig field is set.
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
public final boolean isInitialized ()
Returns
Overrides
public ModelDeploymentMonitoringObjectiveConfig . Builder mergeFrom ( ModelDeploymentMonitoringObjectiveConfig other )
Parameter
Returns
public ModelDeploymentMonitoringObjectiveConfig . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
public ModelDeploymentMonitoringObjectiveConfig . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
public ModelDeploymentMonitoringObjectiveConfig . Builder mergeObjectiveConfig ( ModelMonitoringObjectiveConfig value )
The objective config of for the modelmonitoring job of this deployed model.
.google.cloud.aiplatform.v1.ModelMonitoringObjectiveConfig objective_config = 2;
Parameter
Returns
public final ModelDeploymentMonitoringObjectiveConfig . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
public ModelDeploymentMonitoringObjectiveConfig . Builder setDeployedModelId ( String value )
The DeployedModel ID of the objective config.
string deployed_model_id = 1;
Parameter
Name Description value String
The deployedModelId to set.
Returns
public ModelDeploymentMonitoringObjectiveConfig . Builder setDeployedModelIdBytes ( ByteString value )
The DeployedModel ID of the objective config.
string deployed_model_id = 1;
Parameter
Name Description value ByteString
The bytes for deployedModelId to set.
Returns
public ModelDeploymentMonitoringObjectiveConfig . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
public ModelDeploymentMonitoringObjectiveConfig . Builder setObjectiveConfig ( ModelMonitoringObjectiveConfig value )
The objective config of for the modelmonitoring job of this deployed model.
.google.cloud.aiplatform.v1.ModelMonitoringObjectiveConfig objective_config = 2;
Parameter
Returns
public ModelDeploymentMonitoringObjectiveConfig . Builder setObjectiveConfig ( ModelMonitoringObjectiveConfig . Builder builderForValue )
The objective config of for the modelmonitoring job of this deployed model.
.google.cloud.aiplatform.v1.ModelMonitoringObjectiveConfig objective_config = 2;
Parameter
Returns
public ModelDeploymentMonitoringObjectiveConfig . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
public final ModelDeploymentMonitoringObjectiveConfig . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]