@Generated(value="software.amazon.awssdk:codegen") public final class InferenceExperimentSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InferenceExperimentSummary.Builder,InferenceExperimentSummary>
Lists a summary of properties of an inference experiment.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InferenceExperimentSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InferenceExperimentSummary.Builder |
builder() |
Instant |
completionTime()
The timestamp at which the inference experiment was completed.
|
Instant |
creationTime()
The timestamp at which the inference experiment was created.
|
String |
description()
The description of the inference experiment.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModifiedTime()
The timestamp when you last modified the inference experiment.
|
String |
name()
The name of the inference experiment.
|
String |
roleArn()
The ARN of the IAM role that Amazon SageMaker can assume to access model artifacts and container images, and
manage Amazon SageMaker Inference endpoints for model deployment.
|
InferenceExperimentSchedule |
schedule()
The duration for which the inference experiment ran or will run.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InferenceExperimentSummary.Builder> |
serializableBuilderClass() |
InferenceExperimentStatus |
status()
The status of the inference experiment.
|
String |
statusAsString()
The status of the inference experiment.
|
String |
statusReason()
The error message for the inference experiment status result.
|
InferenceExperimentSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
InferenceExperimentType |
type()
The type of the inference experiment.
|
String |
typeAsString()
The type of the inference experiment.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the inference experiment.
public final InferenceExperimentType type()
The type of the inference experiment.
If the service returns an enum value that is not available in the current SDK version, type will return
InferenceExperimentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
InferenceExperimentTypepublic final String typeAsString()
The type of the inference experiment.
If the service returns an enum value that is not available in the current SDK version, type will return
InferenceExperimentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
InferenceExperimentTypepublic final InferenceExperimentSchedule schedule()
The duration for which the inference experiment ran or will run.
The maximum duration that you can set for an inference experiment is 30 days.
The maximum duration that you can set for an inference experiment is 30 days.
public final InferenceExperimentStatus status()
The status of the inference experiment.
If the service returns an enum value that is not available in the current SDK version, status will
return InferenceExperimentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
InferenceExperimentStatuspublic final String statusAsString()
The status of the inference experiment.
If the service returns an enum value that is not available in the current SDK version, status will
return InferenceExperimentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
InferenceExperimentStatuspublic final String statusReason()
The error message for the inference experiment status result.
public final String description()
The description of the inference experiment.
public final Instant creationTime()
The timestamp at which the inference experiment was created.
public final Instant completionTime()
The timestamp at which the inference experiment was completed.
public final Instant lastModifiedTime()
The timestamp when you last modified the inference experiment.
public final String roleArn()
The ARN of the IAM role that Amazon SageMaker can assume to access model artifacts and container images, and manage Amazon SageMaker Inference endpoints for model deployment.
public InferenceExperimentSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InferenceExperimentSummary.Builder,InferenceExperimentSummary>public static InferenceExperimentSummary.Builder builder()
public static Class<? extends InferenceExperimentSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.