Interface InferenceEventSummary.Builder

    • Method Detail

      • inferenceSchedulerArn

        InferenceEventSummary.Builder inferenceSchedulerArn​(String inferenceSchedulerArn)

        The Amazon Resource Name (ARN) of the inference scheduler being used for the inference event.

        Parameters:
        inferenceSchedulerArn - The Amazon Resource Name (ARN) of the inference scheduler being used for the inference event.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • inferenceSchedulerName

        InferenceEventSummary.Builder inferenceSchedulerName​(String inferenceSchedulerName)

        The name of the inference scheduler being used for the inference events.

        Parameters:
        inferenceSchedulerName - The name of the inference scheduler being used for the inference events.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eventStartTime

        InferenceEventSummary.Builder eventStartTime​(Instant eventStartTime)

        Indicates the starting time of an inference event.

        Parameters:
        eventStartTime - Indicates the starting time of an inference event.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eventEndTime

        InferenceEventSummary.Builder eventEndTime​(Instant eventEndTime)

        Indicates the ending time of an inference event.

        Parameters:
        eventEndTime - Indicates the ending time of an inference event.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • diagnostics

        InferenceEventSummary.Builder diagnostics​(String diagnostics)

        An array which specifies the names and values of all sensors contributing to an inference event.

        Parameters:
        diagnostics - An array which specifies the names and values of all sensors contributing to an inference event.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eventDurationInSeconds

        InferenceEventSummary.Builder eventDurationInSeconds​(Long eventDurationInSeconds)

        Indicates the size of an inference event in seconds.

        Parameters:
        eventDurationInSeconds - Indicates the size of an inference event in seconds.
        Returns:
        Returns a reference to this object so that method calls can be chained together.