Package org.mlflow.api.proto
Interface Service.TraceLocation.InferenceTableLocationOrBuilder
- 
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
 - All Known Implementing Classes:
- Service.TraceLocation.InferenceTableLocation,- Service.TraceLocation.InferenceTableLocation.Builder
 - Enclosing class:
- Service.TraceLocation
 
 public static interface Service.TraceLocation.InferenceTableLocationOrBuilder extends com.google.protobuf.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetFullTableName()Full inference table name in the form of catalog.schema.table_namecom.google.protobuf.ByteStringgetFullTableNameBytes()Full inference table name in the form of catalog.schema.table_namebooleanhasFullTableName()Full inference table name in the form of catalog.schema.table_name- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasFullTableNameboolean hasFullTableName() Full inference table name in the form of catalog.schema.table_name optional string full_table_name = 1;- Returns:
- Whether the fullTableName field is set.
 
 - 
getFullTableNamejava.lang.String getFullTableName() Full inference table name in the form of catalog.schema.table_name optional string full_table_name = 1;- Returns:
- The fullTableName.
 
 - 
getFullTableNameBytescom.google.protobuf.ByteString getFullTableNameBytes() Full inference table name in the form of catalog.schema.table_name optional string full_table_name = 1;- Returns:
- The bytes for fullTableName.
 
 
- 
 
-