Package org.mlflow.api.proto
Interface Service.AttachModelToGatewayEndpointOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.AttachModelToGatewayEndpoint,Service.AttachModelToGatewayEndpoint.Builder
- Enclosing class:
- Service
public static interface Service.AttachModelToGatewayEndpointOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionUsername of the creatorcom.google.protobuf.ByteStringUsername of the creatorID of the endpoint to attach the model tocom.google.protobuf.ByteStringID of the endpoint to attach the model toConfiguration for the model to attachConfiguration for the model to attachbooleanUsername of the creatorbooleanID of the endpoint to attach the model tobooleanConfiguration for the model to attachMethods 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
-
hasEndpointId
boolean hasEndpointId()ID of the endpoint to attach the model to
optional string endpoint_id = 1;- Returns:
- Whether the endpointId field is set.
-
getEndpointId
String getEndpointId()ID of the endpoint to attach the model to
optional string endpoint_id = 1;- Returns:
- The endpointId.
-
getEndpointIdBytes
com.google.protobuf.ByteString getEndpointIdBytes()ID of the endpoint to attach the model to
optional string endpoint_id = 1;- Returns:
- The bytes for endpointId.
-
hasModelConfig
boolean hasModelConfig()Configuration for the model to attach
optional .mlflow.GatewayEndpointModelConfig model_config = 2;- Returns:
- Whether the modelConfig field is set.
-
getModelConfig
Service.GatewayEndpointModelConfig getModelConfig()Configuration for the model to attach
optional .mlflow.GatewayEndpointModelConfig model_config = 2;- Returns:
- The modelConfig.
-
getModelConfigOrBuilder
Service.GatewayEndpointModelConfigOrBuilder getModelConfigOrBuilder()Configuration for the model to attach
optional .mlflow.GatewayEndpointModelConfig model_config = 2; -
hasCreatedBy
boolean hasCreatedBy()Username of the creator
optional string created_by = 3;- Returns:
- Whether the createdBy field is set.
-
getCreatedBy
String getCreatedBy()Username of the creator
optional string created_by = 3;- Returns:
- The createdBy.
-
getCreatedByBytes
com.google.protobuf.ByteString getCreatedByBytes()Username of the creator
optional string created_by = 3;- Returns:
- The bytes for createdBy.
-