Class InferenceEventSummary
- java.lang.Object
-
- software.amazon.awssdk.services.lookoutequipment.model.InferenceEventSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InferenceEventSummary.Builder,InferenceEventSummary>
@Generated("software.amazon.awssdk:codegen") public final class InferenceEventSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InferenceEventSummary.Builder,InferenceEventSummary>
Contains information about the specific inference event, including start and end time, diagnostics information, event duration and so on.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInferenceEventSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InferenceEventSummary.Builderbuilder()Stringdiagnostics()An array which specifies the names and values of all sensors contributing to an inference event.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)LongeventDurationInSeconds()Indicates the size of an inference event in seconds.InstanteventEndTime()Indicates the ending time of an inference event.InstanteventStartTime()Indicates the starting time of an inference event.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringinferenceSchedulerArn()The Amazon Resource Name (ARN) of the inference scheduler being used for the inference event.StringinferenceSchedulerName()The name of the inference scheduler being used for the inference events.List<SdkField<?>>sdkFields()static Class<? extends InferenceEventSummary.Builder>serializableBuilderClass()InferenceEventSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
inferenceSchedulerArn
public final String inferenceSchedulerArn()
The Amazon Resource Name (ARN) of the inference scheduler being used for the inference event.
- Returns:
- The Amazon Resource Name (ARN) of the inference scheduler being used for the inference event.
-
inferenceSchedulerName
public final String inferenceSchedulerName()
The name of the inference scheduler being used for the inference events.
- Returns:
- The name of the inference scheduler being used for the inference events.
-
eventStartTime
public final Instant eventStartTime()
Indicates the starting time of an inference event.
- Returns:
- Indicates the starting time of an inference event.
-
eventEndTime
public final Instant eventEndTime()
Indicates the ending time of an inference event.
- Returns:
- Indicates the ending time of an inference event.
-
diagnostics
public final String diagnostics()
An array which specifies the names and values of all sensors contributing to an inference event.
- Returns:
- An array which specifies the names and values of all sensors contributing to an inference event.
-
eventDurationInSeconds
public final Long eventDurationInSeconds()
Indicates the size of an inference event in seconds.
- Returns:
- Indicates the size of an inference event in seconds.
-
toBuilder
public InferenceEventSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<InferenceEventSummary.Builder,InferenceEventSummary>
-
builder
public static InferenceEventSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends InferenceEventSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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.
-
-