public final class UpdateModelRequest extends GeneratedMessageV3 implements UpdateModelRequestOrBuilder
Request message for ModelService.UpdateModel.
Protobuf type google.cloud.aiplatform.v1.UpdateModelRequest
Static Fields
public static final int MODEL_FIELD_NUMBER
Field Value
public static final int UPDATE_MASK_FIELD_NUMBER
Field Value
Static Methods
public static UpdateModelRequest getDefaultInstance()
Returns
public static final Descriptors.Descriptor getDescriptor()
Returns
public static UpdateModelRequest.Builder newBuilder()
Returns
public static UpdateModelRequest.Builder newBuilder(UpdateModelRequest prototype)
Parameter
Returns
public static UpdateModelRequest parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static UpdateModelRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static UpdateModelRequest parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
public static UpdateModelRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static UpdateModelRequest parseFrom(ByteString data)
Parameter
Returns
Exceptions
public static UpdateModelRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static UpdateModelRequest parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static UpdateModelRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static UpdateModelRequest parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static UpdateModelRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static UpdateModelRequest parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
public static UpdateModelRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Parser<UpdateModelRequest> parser()
Returns
Methods
public boolean equals(Object obj)
Parameter
Returns
Overrides
public UpdateModelRequest getDefaultInstanceForType()
Returns
Required. The Model which replaces the resource on the server.
When Model Versioning is enabled, the model.name will be used to determine
whether to update the model or model version.
- model.name with the @ value, e.g. models/123@1, refers to a version
specific update.
- model.name without the @ value, e.g. models/123, refers to a model
update.
- model.name with @-, e.g. models/123@-, refers to a model update.
- Supported model fields: display_name, description; supported
version-specific fields: version_description. Labels are supported in both
scenarios. Both the model labels and the version labels are merged when a
model is returned. When updating labels, if the request is for
model-specific update, model label gets updated. Otherwise, version labels
get updated.
- A model name or model version name fields update mismatch will cause a
precondition error.
- One request cannot update both the model and the version fields. You
must update them separately.
.google.cloud.aiplatform.v1.Model model = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
Model | The model.
|
public ModelOrBuilder getModelOrBuilder()
Required. The Model which replaces the resource on the server.
When Model Versioning is enabled, the model.name will be used to determine
whether to update the model or model version.
- model.name with the @ value, e.g. models/123@1, refers to a version
specific update.
- model.name without the @ value, e.g. models/123, refers to a model
update.
- model.name with @-, e.g. models/123@-, refers to a model update.
- Supported model fields: display_name, description; supported
version-specific fields: version_description. Labels are supported in both
scenarios. Both the model labels and the version labels are merged when a
model is returned. When updating labels, if the request is for
model-specific update, model label gets updated. Otherwise, version labels
get updated.
- A model name or model version name fields update mismatch will cause a
precondition error.
- One request cannot update both the model and the version fields. You
must update them separately.
.google.cloud.aiplatform.v1.Model model = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
public Parser<UpdateModelRequest> getParserForType()
Returns
Overrides
public int getSerializedSize()
Returns
Overrides
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
public FieldMask getUpdateMask()
Required. The update mask applies to the resource.
For the FieldMask
definition, see google.protobuf.FieldMask.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
public FieldMaskOrBuilder getUpdateMaskOrBuilder()
Required. The update mask applies to the resource.
For the FieldMask
definition, see google.protobuf.FieldMask.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
public boolean hasModel()
Required. The Model which replaces the resource on the server.
When Model Versioning is enabled, the model.name will be used to determine
whether to update the model or model version.
- model.name with the @ value, e.g. models/123@1, refers to a version
specific update.
- model.name without the @ value, e.g. models/123, refers to a model
update.
- model.name with @-, e.g. models/123@-, refers to a model update.
- Supported model fields: display_name, description; supported
version-specific fields: version_description. Labels are supported in both
scenarios. Both the model labels and the version labels are merged when a
model is returned. When updating labels, if the request is for
model-specific update, model label gets updated. Otherwise, version labels
get updated.
- A model name or model version name fields update mismatch will cause a
precondition error.
- One request cannot update both the model and the version fields. You
must update them separately.
.google.cloud.aiplatform.v1.Model model = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
boolean | Whether the model field is set.
|
public boolean hasUpdateMask()
Required. The update mask applies to the resource.
For the FieldMask
definition, see google.protobuf.FieldMask.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
boolean | Whether the updateMask field is set.
|
Returns
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public UpdateModelRequest.Builder newBuilderForType()
Returns
protected UpdateModelRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
public UpdateModelRequest.Builder toBuilder()
Returns
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions