Package org.mlflow.api.proto
Interface Service.LogLoggedModelParamsRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.LogLoggedModelParamsRequest
,Service.LogLoggedModelParamsRequest.Builder
- Enclosing class:
- Service
public static interface Service.LogLoggedModelParamsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the logged model to log params for.com.google.protobuf.ByteString
The ID of the logged model to log params for.getParams
(int index) Parameters attached to the model.int
Parameters attached to the model.Parameters attached to the model.getParamsOrBuilder
(int index) Parameters attached to the model.List<? extends Service.LoggedModelParameterOrBuilder>
Parameters attached to the model.boolean
The ID of the logged model to log params for.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasModelId
boolean hasModelId()The ID of the logged model to log params for.
optional string model_id = 1 [(.mlflow.validate_required) = true];
- Returns:
- Whether the modelId field is set.
-
getModelId
String getModelId()The ID of the logged model to log params for.
optional string model_id = 1 [(.mlflow.validate_required) = true];
- Returns:
- The modelId.
-
getModelIdBytes
com.google.protobuf.ByteString getModelIdBytes()The ID of the logged model to log params for.
optional string model_id = 1 [(.mlflow.validate_required) = true];
- Returns:
- The bytes for modelId.
-
getParamsList
List<Service.LoggedModelParameter> getParamsList()Parameters attached to the model.
repeated .mlflow.LoggedModelParameter params = 2;
-
getParams
Parameters attached to the model.
repeated .mlflow.LoggedModelParameter params = 2;
-
getParamsCount
int getParamsCount()Parameters attached to the model.
repeated .mlflow.LoggedModelParameter params = 2;
-
getParamsOrBuilderList
List<? extends Service.LoggedModelParameterOrBuilder> getParamsOrBuilderList()Parameters attached to the model.
repeated .mlflow.LoggedModelParameter params = 2;
-
getParamsOrBuilder
Parameters attached to the model.
repeated .mlflow.LoggedModelParameter params = 2;
-