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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getFullTableName()
Full inference table name in the form of catalog.schema.table_namecom.google.protobuf.ByteString
getFullTableNameBytes()
Full inference table name in the form of catalog.schema.table_nameboolean
hasFullTableName()
Full inference table name in the form of catalog.schema.table_name-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasFullTableName
boolean 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.
-
getFullTableName
java.lang.String getFullTableName()
Full inference table name in the form of catalog.schema.table_name
optional string full_table_name = 1;
- Returns:
- The fullTableName.
-
getFullTableNameBytes
com.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.
-
-