Interface InferenceExecutionSummary.Builder

    • Method Detail

      • modelName

        InferenceExecutionSummary.Builder modelName​(String modelName)

        The name of the machine learning model being used for the inference execution.

        Parameters:
        modelName - The name of the machine learning model being used for the inference execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modelArn

        InferenceExecutionSummary.Builder modelArn​(String modelArn)

        The Amazon Resource Name (ARN) of the machine learning model used for the inference execution.

        Parameters:
        modelArn - The Amazon Resource Name (ARN) of the machine learning model used for the inference execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • inferenceSchedulerName

        InferenceExecutionSummary.Builder inferenceSchedulerName​(String inferenceSchedulerName)

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

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

        InferenceExecutionSummary.Builder inferenceSchedulerArn​(String inferenceSchedulerArn)

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

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

        InferenceExecutionSummary.Builder scheduledStartTime​(Instant scheduledStartTime)

        Indicates the start time at which the inference scheduler began the specific inference execution.

        Parameters:
        scheduledStartTime - Indicates the start time at which the inference scheduler began the specific inference execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataStartTime

        InferenceExecutionSummary.Builder dataStartTime​(Instant dataStartTime)

        Indicates the time reference in the dataset at which the inference execution began.

        Parameters:
        dataStartTime - Indicates the time reference in the dataset at which the inference execution began.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataEndTime

        InferenceExecutionSummary.Builder dataEndTime​(Instant dataEndTime)

        Indicates the time reference in the dataset at which the inference execution stopped.

        Parameters:
        dataEndTime - Indicates the time reference in the dataset at which the inference execution stopped.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataInputConfiguration

        InferenceExecutionSummary.Builder dataInputConfiguration​(InferenceInputConfiguration dataInputConfiguration)

        Specifies configuration information for the input data for the inference scheduler, including delimiter, format, and dataset location.

        Parameters:
        dataInputConfiguration - Specifies configuration information for the input data for the inference scheduler, including delimiter, format, and dataset location.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataOutputConfiguration

        InferenceExecutionSummary.Builder dataOutputConfiguration​(InferenceOutputConfiguration dataOutputConfiguration)

        Specifies configuration information for the output results from for the inference execution, including the output Amazon S3 location.

        Parameters:
        dataOutputConfiguration - Specifies configuration information for the output results from for the inference execution, including the output Amazon S3 location.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • customerResultObject

        InferenceExecutionSummary.Builder customerResultObject​(S3Object customerResultObject)

        The S3 object that the inference execution results were uploaded to.

        Parameters:
        customerResultObject - The S3 object that the inference execution results were uploaded to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failedReason

        InferenceExecutionSummary.Builder failedReason​(String failedReason)

        Specifies the reason for failure when an inference execution has failed.

        Parameters:
        failedReason - Specifies the reason for failure when an inference execution has failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modelVersion

        InferenceExecutionSummary.Builder modelVersion​(Long modelVersion)

        The model version used for the inference execution.

        Parameters:
        modelVersion - The model version used for the inference execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modelVersionArn

        InferenceExecutionSummary.Builder modelVersionArn​(String modelVersionArn)

        The Amazon Resource Number (ARN) of the model version used for the inference execution.

        Parameters:
        modelVersionArn - The Amazon Resource Number (ARN) of the model version used for the inference execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.