Interface Service.ListGatewayEndpoints.ResponseOrBuilder

    • 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;