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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInferenceExecutionSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InferenceExecutionSummary.Builderbuilder()S3ObjectcustomerResultObject()The S3 object that the inference execution results were uploaded to.InstantdataEndTime()Indicates the time reference in the dataset at which the inference execution stopped.InferenceInputConfigurationdataInputConfiguration()Specifies configuration information for the input data for the inference scheduler, including delimiter, format, and dataset location.InferenceOutputConfigurationdataOutputConfiguration()Specifies configuration information for the output results from for the inference execution, including the output Amazon S3 location.InstantdataStartTime()Indicates the time reference in the dataset at which the inference execution began.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfailedReason()Specifies the reason for failure when an inference execution has failed.<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 execution.StringinferenceSchedulerName()The name of the inference scheduler being used for the inference execution.StringmodelArn()The Amazon Resource Name (ARN) of the machine learning model used for the inference execution.StringmodelName()The name of the machine learning model being used for the inference execution.LongmodelVersion()The model version used for the inference execution.StringmodelVersionArn()The Amazon Resource Number (ARN) of the model version used for the inference execution.InstantscheduledStartTime()Indicates the start time at which the inference scheduler began the specific inference execution.List<SdkField<?>>sdkFields()static Class<? extends InferenceExecutionSummary.Builder>serializableBuilderClass()InferenceExecutionStatusstatus()Indicates the status of the inference execution.StringstatusAsString()Indicates the status of the inference execution.InferenceExecutionSummary.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
-
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,
statuswill returnInferenceExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Indicates the status of the inference execution.
- See Also:
InferenceExecutionStatus
-
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,
statuswill returnInferenceExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Indicates the status of the inference execution.
- See Also:
InferenceExecutionStatus
-
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
public InferenceExecutionSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<InferenceExecutionSummary.Builder,InferenceExecutionSummary>
-
builder
public static InferenceExecutionSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends InferenceExecutionSummary.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.
-
-