Interface Service.GetGatewayEndpoint.ResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Service.GatewayEndpoint getEndpoint()
      The endpoint with all model configurations
      Service.GatewayEndpointOrBuilder getEndpointOrBuilder()
      The endpoint with all model configurations
      boolean hasEndpoint()
      The endpoint with all model configurations
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasEndpoint

        boolean hasEndpoint()
         The endpoint with all model configurations
         
        optional .mlflow.GatewayEndpoint endpoint = 1;
        Returns:
        Whether the endpoint field is set.
      • getEndpoint

        Service.GatewayEndpoint getEndpoint()
         The endpoint with all model configurations
         
        optional .mlflow.GatewayEndpoint endpoint = 1;
        Returns:
        The endpoint.
      • getEndpointOrBuilder

        Service.GatewayEndpointOrBuilder getEndpointOrBuilder()
         The endpoint with all model configurations
         
        optional .mlflow.GatewayEndpoint endpoint = 1;