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