Class InferenceExecutionSummary

java.lang.Object
software.amazon.awssdk.services.lookoutequipment.model.InferenceExecutionSummary
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<InferenceExecutionSummary.Builder,InferenceExecutionSummary>

@Generated("software.amazon.awssdk:codegen") public final class InferenceExecutionSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InferenceExecutionSummary.Builder,InferenceExecutionSummary>

Contains information about the specific inference execution, including input and output data configuration, inference scheduling information, status, and so on.

See Also:
  • Method Details

    • 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.
    • status

      public final InferenceExecutionStatus status()

      Indicates the status of the inference execution.

      If the service returns an enum value that is not available in the current SDK version, status will return InferenceExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

      Returns:
      Indicates the status of the inference execution.
      See Also:
    • statusAsString

      public final String statusAsString()

      Indicates the status of the inference execution.

      If the service returns an enum value that is not available in the current SDK version, status will return InferenceExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

      Returns:
      Indicates the status of the inference execution.
      See Also:
    • 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.
    • toBuilder

      Description copied from interface: ToCopyableBuilder
      Take this object and create a builder that contains all of the current property values of this object.
      Specified by:
      toBuilder in interface ToCopyableBuilder<InferenceExecutionSummary.Builder,InferenceExecutionSummary>
      Returns:
      a builder for type T
    • builder

      public static InferenceExecutionSummary.Builder builder()
    • serializableBuilderClass

      public static Class<? extends InferenceExecutionSummary.Builder> serializableBuilderClass()
    • hashCode

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

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

      public final boolean equalsBySdkFields(Object obj)
      Description copied from interface: SdkPojo
      Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in an SdkPojo class, and is generated based on a service model.

      If an SdkPojo class does not have any inherited fields, equalsBySdkFields and equals are essentially the same.

      Specified by:
      equalsBySdkFields in interface SdkPojo
      Parameters:
      obj - the object to be compared with
      Returns:
      true if the other object equals to this object by sdk fields, false otherwise.
    • 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)
    • sdkFields

      public final List<SdkField<?>> sdkFields()
      Specified by:
      sdkFields in interface SdkPojo
      Returns:
      List of SdkField in this POJO. May be empty list but should never be null.