public final class ModelDeploymentMonitoringObjectiveConfig extends GeneratedMessage implements ModelDeploymentMonitoringObjectiveConfigOrBuilderModelDeploymentMonitoringObjectiveConfig contains the pair of deployed_model_id to ModelMonitoringObjectiveConfig.
Protobuf type google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringObjectiveConfig
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > ModelDeploymentMonitoringObjectiveConfigStatic Fields
DEPLOYED_MODEL_ID_FIELD_NUMBER
public static final int DEPLOYED_MODEL_ID_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
OBJECTIVE_CONFIG_FIELD_NUMBER
public static final int OBJECTIVE_CONFIG_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static ModelDeploymentMonitoringObjectiveConfig getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
ModelDeploymentMonitoringObjectiveConfig |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static ModelDeploymentMonitoringObjectiveConfig.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
ModelDeploymentMonitoringObjectiveConfig.Builder |
|
newBuilder(ModelDeploymentMonitoringObjectiveConfig prototype)
public static ModelDeploymentMonitoringObjectiveConfig.Builder newBuilder(ModelDeploymentMonitoringObjectiveConfig prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
ModelDeploymentMonitoringObjectiveConfig |
| Returns | |
|---|---|
| Type | Description |
ModelDeploymentMonitoringObjectiveConfig.Builder |
|
parseDelimitedFrom(InputStream input)
public static ModelDeploymentMonitoringObjectiveConfig parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ModelDeploymentMonitoringObjectiveConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ModelDeploymentMonitoringObjectiveConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ModelDeploymentMonitoringObjectiveConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static ModelDeploymentMonitoringObjectiveConfig parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
ModelDeploymentMonitoringObjectiveConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ModelDeploymentMonitoringObjectiveConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ModelDeploymentMonitoringObjectiveConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static ModelDeploymentMonitoringObjectiveConfig parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
ModelDeploymentMonitoringObjectiveConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ModelDeploymentMonitoringObjectiveConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ModelDeploymentMonitoringObjectiveConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static ModelDeploymentMonitoringObjectiveConfig parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
ModelDeploymentMonitoringObjectiveConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ModelDeploymentMonitoringObjectiveConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ModelDeploymentMonitoringObjectiveConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static ModelDeploymentMonitoringObjectiveConfig parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ModelDeploymentMonitoringObjectiveConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ModelDeploymentMonitoringObjectiveConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ModelDeploymentMonitoringObjectiveConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static ModelDeploymentMonitoringObjectiveConfig parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
ModelDeploymentMonitoringObjectiveConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ModelDeploymentMonitoringObjectiveConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ModelDeploymentMonitoringObjectiveConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<ModelDeploymentMonitoringObjectiveConfig> parser()| Returns | |
|---|---|
| Type | Description |
Parser<ModelDeploymentMonitoringObjectiveConfig> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public ModelDeploymentMonitoringObjectiveConfig getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ModelDeploymentMonitoringObjectiveConfig |
|
getDeployedModelId()
public String getDeployedModelId()The DeployedModel ID of the objective config.
string deployed_model_id = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The deployedModelId. |
getDeployedModelIdBytes()
public ByteString getDeployedModelIdBytes()The DeployedModel ID of the objective config.
string deployed_model_id = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for deployedModelId. |
getObjectiveConfig()
public ModelMonitoringObjectiveConfig getObjectiveConfig()The objective config of for the modelmonitoring job of this deployed model.
.google.cloud.aiplatform.v1beta1.ModelMonitoringObjectiveConfig objective_config = 2;
| Returns | |
|---|---|
| Type | Description |
ModelMonitoringObjectiveConfig |
The objectiveConfig. |
getObjectiveConfigOrBuilder()
public ModelMonitoringObjectiveConfigOrBuilder getObjectiveConfigOrBuilder()The objective config of for the modelmonitoring job of this deployed model.
.google.cloud.aiplatform.v1beta1.ModelMonitoringObjectiveConfig objective_config = 2;
| Returns | |
|---|---|
| Type | Description |
ModelMonitoringObjectiveConfigOrBuilder |
|
getParserForType()
public Parser<ModelDeploymentMonitoringObjectiveConfig> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<ModelDeploymentMonitoringObjectiveConfig> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hasObjectiveConfig()
public boolean hasObjectiveConfig()The objective config of for the modelmonitoring job of this deployed model.
.google.cloud.aiplatform.v1beta1.ModelMonitoringObjectiveConfig objective_config = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the objectiveConfig field is set. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public ModelDeploymentMonitoringObjectiveConfig.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
ModelDeploymentMonitoringObjectiveConfig.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected ModelDeploymentMonitoringObjectiveConfig.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
ModelDeploymentMonitoringObjectiveConfig.Builder |
|
toBuilder()
public ModelDeploymentMonitoringObjectiveConfig.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
ModelDeploymentMonitoringObjectiveConfig.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|