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
Modifier and TypeMethodDescriptionID of the model definition to updatecom.google.protobuf.ByteStringID of the model definition to updateOptional new model namecom.google.protobuf.ByteStringOptional new model namegetName()Optional new namecom.google.protobuf.ByteStringOptional new nameOptional new providercom.google.protobuf.ByteStringOptional new providerOptional new secret IDcom.google.protobuf.ByteStringOptional new secret IDUsername of the updatercom.google.protobuf.ByteStringUsername of the updaterbooleanID of the model definition to updatebooleanOptional new model namebooleanhasName()Optional new namebooleanOptional new providerbooleanOptional new secret IDbooleanUsername of the updaterMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasModelDefinitionId
boolean hasModelDefinitionId()ID of the model definition to update
optional string model_definition_id = 1;- Returns:
- Whether the modelDefinitionId field is set.
-
getModelDefinitionId
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
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
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
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
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.
-
hasProvider
boolean hasProvider()Optional new provider
optional string provider = 6;- Returns:
- Whether the provider field is set.
-
getProvider
String getProvider()Optional new provider
optional string provider = 6;- Returns:
- The provider.
-
getProviderBytes
com.google.protobuf.ByteString getProviderBytes()Optional new provider
optional string provider = 6;- Returns:
- The bytes for provider.
-