Class InferenceExperimentSummary
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.InferenceExperimentSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InferenceExperimentSummary.Builder,InferenceExperimentSummary>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInferenceExperimentSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InferenceExperimentSummary.Builderbuilder()InstantcompletionTime()The timestamp at which the inference experiment was completed.InstantcreationTime()The timestamp at which the inference experiment was created.Stringdescription()The description of the inference experiment.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastModifiedTime()The timestamp when you last modified the inference experiment.Stringname()The name of the inference experiment.StringroleArn()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.InferenceExperimentScheduleschedule()The duration for which the inference experiment ran or will run.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends InferenceExperimentSummary.Builder>serializableBuilderClass()InferenceExperimentStatusstatus()The status of the inference experiment.StringstatusAsString()The status of the inference experiment.StringstatusReason()The error message for the inference experiment status result.InferenceExperimentSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.InferenceExperimentTypetype()The type of the inference experiment.StringtypeAsString()The type of the inference experiment.-
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
-
name
public final String name()
The name of the inference experiment.
- Returns:
- The name of the inference experiment.
-
type
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,
typewill returnInferenceExperimentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of the inference experiment.
- See Also:
InferenceExperimentType
-
typeAsString
public 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,
typewill returnInferenceExperimentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of the inference experiment.
- See Also:
InferenceExperimentType
-
schedule
public 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.
- Returns:
- 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.
-
status
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,
statuswill returnInferenceExperimentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the inference experiment.
- See Also:
InferenceExperimentStatus
-
statusAsString
public 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,
statuswill returnInferenceExperimentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the inference experiment.
- See Also:
InferenceExperimentStatus
-
statusReason
public final String statusReason()
The error message for the inference experiment status result.
- Returns:
- The error message for the inference experiment status result.
-
description
public final String description()
The description of the inference experiment.
- Returns:
- The description of the inference experiment.
-
creationTime
public final Instant creationTime()
The timestamp at which the inference experiment was created.
- Returns:
- The timestamp at which the inference experiment was created.
-
completionTime
public final Instant completionTime()
The timestamp at which the inference experiment was completed.
- Returns:
- The timestamp at which the inference experiment was completed.
-
lastModifiedTime
public final Instant lastModifiedTime()
The timestamp when you last modified the inference experiment.
- Returns:
- The timestamp when you last modified the inference experiment.
-
roleArn
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.
- Returns:
- 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.
-
toBuilder
public InferenceExperimentSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<InferenceExperimentSummary.Builder,InferenceExperimentSummary>
-
builder
public static InferenceExperimentSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends InferenceExperimentSummary.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-