Interface Service.CreateGatewayEndpointBinding.ResponseOrBuilder

    • Method Detail

      • hasBinding

        boolean hasBinding()
         The created binding
         
        optional .mlflow.GatewayEndpointBinding binding = 1;
        Returns:
        Whether the binding field is set.
      • getBinding

        Service.GatewayEndpointBinding getBinding()
         The created binding
         
        optional .mlflow.GatewayEndpointBinding binding = 1;
        Returns:
        The binding.