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
Modifier and TypeMethodDescriptiongetEndpoints(int index) List of endpoints with their model configurationsintList of endpoints with their model configurationsList of endpoints with their model configurationsgetEndpointsOrBuilder(int index) List of endpoints with their model configurationsList<? extends Service.GatewayEndpointOrBuilder>List of endpoints with their 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
-
getEndpointsList
List<Service.GatewayEndpoint> getEndpointsList()List of endpoints with their model configurations
repeated .mlflow.GatewayEndpoint endpoints = 1; -
getEndpoints
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
List<? extends Service.GatewayEndpointOrBuilder> getEndpointsOrBuilderList()List of endpoints with their model configurations
repeated .mlflow.GatewayEndpoint endpoints = 1; -
getEndpointsOrBuilder
List of endpoints with their model configurations
repeated .mlflow.GatewayEndpoint endpoints = 1;
-