Package org.mlflow.api.proto
Interface Service.GetGatewayEndpoint.ResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.GetGatewayEndpoint.Response,Service.GetGatewayEndpoint.Response.Builder
- Enclosing class:
- Service.GetGatewayEndpoint
public static interface Service.GetGatewayEndpoint.ResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe endpoint with all model configurationsThe endpoint with all model configurationsbooleanThe endpoint with all model configurationsMethods 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
-
hasEndpoint
boolean hasEndpoint()The endpoint with all model configurations
optional .mlflow.GatewayEndpoint endpoint = 1;- Returns:
- Whether the endpoint field is set.
-
getEndpoint
Service.GatewayEndpoint getEndpoint()The endpoint with all model configurations
optional .mlflow.GatewayEndpoint endpoint = 1;- Returns:
- The endpoint.
-
getEndpointOrBuilder
Service.GatewayEndpointOrBuilder getEndpointOrBuilder()The endpoint with all model configurations
optional .mlflow.GatewayEndpoint endpoint = 1;
-