Class InferenceExecutionSummary

    • Method Detail

      • modelName

        public final String modelName()

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

        Returns:
        The name of the machine learning model being used for the inference execution.
      • modelArn

        public final String modelArn()

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

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

        public final String inferenceSchedulerName()

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

        Returns:
        The name of the inference scheduler being used for the inference execution.
      • inferenceSchedulerArn

        public final String inferenceSchedulerArn()

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

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

        public final Instant scheduledStartTime()

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

        Returns:
        Indicates the start time at which the inference scheduler began the specific inference execution.
      • dataStartTime

        public final Instant dataStartTime()

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

        Returns:
        Indicates the time reference in the dataset at which the inference execution began.
      • dataEndTime

        public final Instant dataEndTime()

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

        Returns:
        Indicates the time reference in the dataset at which the inference execution stopped.
      • dataInputConfiguration

        public final InferenceInputConfiguration dataInputConfiguration()

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

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

        public final InferenceOutputConfiguration dataOutputConfiguration()

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

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

        public final S3Object customerResultObject()

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

        Returns:
        The S3 object that the inference execution results were uploaded to.
      • failedReason

        public final String failedReason()

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

        Returns:
        Specifies the reason for failure when an inference execution has failed.
      • modelVersion

        public final Long modelVersion()

        The model version used for the inference execution.

        Returns:
        The model version used for the inference execution.
      • modelVersionArn

        public final String modelVersionArn()

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

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

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)