# Functions
NewGetEMetrics creates a new http.Handler for the get e metrics operation.
NewGetEMetricsOK creates GetEMetricsOK with default headers values.
NewGetEMetricsParams creates a new GetEMetricsParams object with the default values initialized.
NewGetEMetricsUnauthorized creates GetEMetricsUnauthorized with default headers values.
NewGetLoglines creates a new http.Handler for the get loglines operation.
NewGetLoglinesOK creates GetLoglinesOK with default headers values.
NewGetLoglinesParams creates a new GetLoglinesParams object with the default values initialized.
NewGetLoglinesUnauthorized creates GetLoglinesUnauthorized with default headers values.
# Constants
GetEMetricsOKCode is the HTTP code returned for type GetEMetricsOK.
GetEMetricsUnauthorizedCode is the HTTP code returned for type GetEMetricsUnauthorized.
GetLoglinesOKCode is the HTTP code returned for type GetLoglinesOK.
GetLoglinesUnauthorizedCode is the HTTP code returned for type GetLoglinesUnauthorized.
# Structs
GetEMetrics swagger:route GET /v1/logs/{model_id}/emetrics TrainingData getEMetrics
Get evaluation metrics records, based on query
*/.
GetEMetricsOK (streaming responses)
swagger:response getEMetricsOK
*/.
GetEMetricsParams contains all the bound params for the get e metrics operation typically these are obtained from a http.Request
swagger:parameters getEMetrics.
GetEMetricsUnauthorized Unauthorized
swagger:response getEMetricsUnauthorized
*/.
GetEMetricsURL generates an URL for the get e metrics operation.
GetLoglines swagger:route GET /v1/logs/{model_id}/loglines TrainingData getLoglines
Get loglines, based on query
*/.
GetLoglinesOK (streaming responses)
swagger:response getLoglinesOK
*/.
GetLoglinesParams contains all the bound params for the get loglines operation typically these are obtained from a http.Request
swagger:parameters getLoglines.
GetLoglinesUnauthorized Unauthorized
swagger:response getLoglinesUnauthorized
*/.
GetLoglinesURL generates an URL for the get loglines operation.
# Interfaces
GetEMetricsHandler interface for that can handle valid get e metrics params.
GetLoglinesHandler interface for that can handle valid get loglines params.
# Type aliases
GetEMetricsHandlerFunc turns a function with the right signature into a get e metrics handler.
GetLoglinesHandlerFunc turns a function with the right signature into a get loglines handler.