Package org.mlflow.api.proto
Interface Service.ModelInputOrBuilder
- 
- All Superinterfaces:
 com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
 Service.ModelInput,Service.ModelInput.Builder
- Enclosing class:
 - Service
 
public static interface Service.ModelInputOrBuilder extends com.google.protobuf.MessageOrBuilder 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetModelId()The unique identifier of the model.com.google.protobuf.ByteStringgetModelIdBytes()The unique identifier of the model.booleanhasModelId()The unique identifier of the model.- 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof 
 - 
 
 - 
 
- 
- 
Method Detail
- 
hasModelId
boolean hasModelId()
The unique identifier of the model.
optional string model_id = 1 [(.mlflow.validate_required) = true];- Returns:
 - Whether the modelId field is set.
 
 
- 
getModelId
java.lang.String getModelId()
The unique identifier of the model.
optional string model_id = 1 [(.mlflow.validate_required) = true];- Returns:
 - The modelId.
 
 
- 
getModelIdBytes
com.google.protobuf.ByteString getModelIdBytes()
The unique identifier of the model.
optional string model_id = 1 [(.mlflow.validate_required) = true];- Returns:
 - The bytes for modelId.
 
 
 - 
 
 -