Package

io.hydrosphere.serving.monitoring

monitoring

Permalink

package monitoring

Visibility
  1. Public
  2. All

Type Members

  1. final case class ExecutionError(errorMessage: String = "") extends GeneratedMessage with Message[ExecutionError] with Updatable[ExecutionError] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  2. final case class ExecutionInformation(request: Option[PredictRequest] = None, metadata: Option[ExecutionMetadata] = None, responseOrError: ResponseOrError = ...) extends GeneratedMessage with Message[ExecutionInformation] with Updatable[ExecutionInformation] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  3. final case class ExecutionMetadata(applicationId: Long = 0L, stageId: String = "", modelVersionId: Long = 0L, signatureName: String = "", requestId: String = "", applicationRequestId: String = "", applicationNamespace: String = "", modelName: String = "") extends GeneratedMessage with Message[ExecutionMetadata] with Updatable[ExecutionMetadata] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()

Value Members

  1. object ExecutionError extends GeneratedMessageCompanion[ExecutionError] with Serializable

    Permalink
  2. object ExecutionInformation extends GeneratedMessageCompanion[ExecutionInformation] with Serializable

    Permalink
  3. object ExecutionMetadata extends GeneratedMessageCompanion[ExecutionMetadata] with Serializable

    Permalink
  4. object MonitoringProto extends GeneratedFileObject

    Permalink
  5. object MonitoringServiceGrpc

    Permalink

Ungrouped