@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InferenceExecutionSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InferenceExecutionSummary.Builder |
builder() |
S3Object |
customerResultObject() |
Instant |
dataEndTime()
Indicates the time reference in the dataset at which the inference execution stopped.
|
InferenceInputConfiguration |
dataInputConfiguration()
Specifies configuration information for the input data for the inference scheduler, including delimiter, format,
and dataset location.
|
InferenceOutputConfiguration |
dataOutputConfiguration()
Specifies configuration information for the output results from for the inference execution, including the output
Amazon S3 location.
|
Instant |
dataStartTime()
Indicates the time reference in the dataset at which the inference execution began.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
failedReason()
Specifies the reason for failure when an inference execution has failed.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
inferenceSchedulerArn()
The Amazon Resource Name (ARN) of the inference scheduler being used for the inference execution.
|
String |
inferenceSchedulerName()
The name of the inference scheduler being used for the inference execution.
|
String |
modelArn()
The Amazon Resource Name (ARN) of the ML model used for the inference execution.
|
String |
modelName()
The name of the ML model being used for the inference execution.
|
Instant |
scheduledStartTime()
Indicates the start time at which the inference scheduler began the specific inference execution.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InferenceExecutionSummary.Builder> |
serializableBuilderClass() |
InferenceExecutionStatus |
status()
Indicates the status of the inference execution.
|
String |
statusAsString()
Indicates the status of the inference execution.
|
InferenceExecutionSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String modelName()
The name of the ML model being used for the inference execution.
public final String modelArn()
The Amazon Resource Name (ARN) of the ML model used for the inference execution.
public final String inferenceSchedulerName()
The name of the inference scheduler being used for the inference execution.
public final String inferenceSchedulerArn()
The Amazon Resource Name (ARN) of the inference scheduler being used for the inference execution.
public final Instant scheduledStartTime()
Indicates the start time at which the inference scheduler began the specific inference execution.
public final Instant dataStartTime()
Indicates the time reference in the dataset at which the inference execution began.
public final Instant dataEndTime()
Indicates the time reference in the dataset at which the inference execution stopped.
public final InferenceInputConfiguration dataInputConfiguration()
Specifies configuration information for the input data for the inference scheduler, including delimiter, format, and dataset location.
public final InferenceOutputConfiguration dataOutputConfiguration()
Specifies configuration information for the output results from for the inference execution, including the output Amazon S3 location.
public final S3Object customerResultObject()
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().
InferenceExecutionStatuspublic 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().
InferenceExecutionStatuspublic final String failedReason()
Specifies the reason for failure when an inference execution has failed.
public InferenceExecutionSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InferenceExecutionSummary.Builder,InferenceExecutionSummary>public static InferenceExecutionSummary.Builder builder()
public static Class<? extends InferenceExecutionSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.