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 Details

    • getEndpointsList

      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

      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;