Package org.mlflow.api.proto
Interface Service.UpdateGatewayModelDefinitionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.UpdateGatewayModelDefinition,Service.UpdateGatewayModelDefinition.Builder
- Enclosing class:
- Service
public static interface Service.UpdateGatewayModelDefinitionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetModelDefinitionId()ID of the model definition to updatecom.google.protobuf.ByteStringgetModelDefinitionIdBytes()ID of the model definition to updatejava.lang.StringgetModelName()Optional new model namecom.google.protobuf.ByteStringgetModelNameBytes()Optional new model namejava.lang.StringgetName()Optional new namecom.google.protobuf.ByteStringgetNameBytes()Optional new namejava.lang.StringgetSecretId()Optional new secret IDcom.google.protobuf.ByteStringgetSecretIdBytes()Optional new secret IDjava.lang.StringgetUpdatedBy()Username of the updatercom.google.protobuf.ByteStringgetUpdatedByBytes()Username of the updaterbooleanhasModelDefinitionId()ID of the model definition to updatebooleanhasModelName()Optional new model namebooleanhasName()Optional new namebooleanhasSecretId()Optional new secret IDbooleanhasUpdatedBy()Username of the updater-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasModelDefinitionId
boolean hasModelDefinitionId()
ID of the model definition to update
optional string model_definition_id = 1;- Returns:
- Whether the modelDefinitionId field is set.
-
getModelDefinitionId
java.lang.String getModelDefinitionId()
ID of the model definition to update
optional string model_definition_id = 1;- Returns:
- The modelDefinitionId.
-
getModelDefinitionIdBytes
com.google.protobuf.ByteString getModelDefinitionIdBytes()
ID of the model definition to update
optional string model_definition_id = 1;- Returns:
- The bytes for modelDefinitionId.
-
hasName
boolean hasName()
Optional new name
optional string name = 2;- Returns:
- Whether the name field is set.
-
getName
java.lang.String getName()
Optional new name
optional string name = 2;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Optional new name
optional string name = 2;- Returns:
- The bytes for name.
-
hasSecretId
boolean hasSecretId()
Optional new secret ID
optional string secret_id = 3;- Returns:
- Whether the secretId field is set.
-
getSecretId
java.lang.String getSecretId()
Optional new secret ID
optional string secret_id = 3;- Returns:
- The secretId.
-
getSecretIdBytes
com.google.protobuf.ByteString getSecretIdBytes()
Optional new secret ID
optional string secret_id = 3;- Returns:
- The bytes for secretId.
-
hasModelName
boolean hasModelName()
Optional new model name
optional string model_name = 4;- Returns:
- Whether the modelName field is set.
-
getModelName
java.lang.String getModelName()
Optional new model name
optional string model_name = 4;- Returns:
- The modelName.
-
getModelNameBytes
com.google.protobuf.ByteString getModelNameBytes()
Optional new model name
optional string model_name = 4;- Returns:
- The bytes for modelName.
-
hasUpdatedBy
boolean hasUpdatedBy()
Username of the updater
optional string updated_by = 5;- Returns:
- Whether the updatedBy field is set.
-
getUpdatedBy
java.lang.String getUpdatedBy()
Username of the updater
optional string updated_by = 5;- Returns:
- The updatedBy.
-
getUpdatedByBytes
com.google.protobuf.ByteString getUpdatedByBytes()
Username of the updater
optional string updated_by = 5;- Returns:
- The bytes for updatedBy.
-
-