Package org.mlflow.api.proto
Interface Service.ListGatewayEndpoints.ResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.ListGatewayEndpoints.Response,Service.ListGatewayEndpoints.Response.Builder
- Enclosing class:
- Service.ListGatewayEndpoints
public static interface Service.ListGatewayEndpoints.ResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Service.GatewayEndpointgetEndpoints(int index)List of endpoints with their model configurationsintgetEndpointsCount()List of endpoints with their model configurationsjava.util.List<Service.GatewayEndpoint>getEndpointsList()List of endpoints with their model configurationsService.GatewayEndpointOrBuildergetEndpointsOrBuilder(int index)List of endpoints with their model configurationsjava.util.List<? extends Service.GatewayEndpointOrBuilder>getEndpointsOrBuilderList()List of endpoints with their model configurations-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getEndpointsList
java.util.List<Service.GatewayEndpoint> getEndpointsList()
List of endpoints with their model configurations
repeated .mlflow.GatewayEndpoint endpoints = 1;
-
getEndpoints
Service.GatewayEndpoint getEndpoints(int index)
List of endpoints with their model configurations
repeated .mlflow.GatewayEndpoint endpoints = 1;
-
getEndpointsCount
int getEndpointsCount()
List of endpoints with their model configurations
repeated .mlflow.GatewayEndpoint endpoints = 1;
-
getEndpointsOrBuilderList
java.util.List<? extends Service.GatewayEndpointOrBuilder> getEndpointsOrBuilderList()
List of endpoints with their model configurations
repeated .mlflow.GatewayEndpoint endpoints = 1;
-
getEndpointsOrBuilder
Service.GatewayEndpointOrBuilder getEndpointsOrBuilder(int index)
List of endpoints with their model configurations
repeated .mlflow.GatewayEndpoint endpoints = 1;
-
-