Class ExperimentSummary
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.ExperimentSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ExperimentSummary.Builder,ExperimentSummary>
@Generated("software.amazon.awssdk:codegen") public final class ExperimentSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExperimentSummary.Builder,ExperimentSummary>
A summary of the properties of an experiment. To get the complete set of properties, call the DescribeExperiment API and provide the
ExperimentName.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceExperimentSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExperimentSummary.Builderbuilder()InstantcreationTime()When the experiment was created.StringdisplayName()The name of the experiment as displayed.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringexperimentArn()The Amazon Resource Name (ARN) of the experiment.StringexperimentName()The name of the experiment.ExperimentSourceexperimentSource()Returns the value of the ExperimentSource property for this object.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastModifiedTime()When the experiment was last modified.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ExperimentSummary.Builder>serializableBuilderClass()ExperimentSummary.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
-
experimentArn
public final String experimentArn()
The Amazon Resource Name (ARN) of the experiment.
- Returns:
- The Amazon Resource Name (ARN) of the experiment.
-
experimentName
public final String experimentName()
The name of the experiment.
- Returns:
- The name of the experiment.
-
displayName
public final String displayName()
The name of the experiment as displayed. If
DisplayNameisn't specified,ExperimentNameis displayed.- Returns:
- The name of the experiment as displayed. If
DisplayNameisn't specified,ExperimentNameis displayed.
-
experimentSource
public final ExperimentSource experimentSource()
Returns the value of the ExperimentSource property for this object.- Returns:
- The value of the ExperimentSource property for this object.
-
creationTime
public final Instant creationTime()
When the experiment was created.
- Returns:
- When the experiment was created.
-
lastModifiedTime
public final Instant lastModifiedTime()
When the experiment was last modified.
- Returns:
- When the experiment was last modified.
-
toBuilder
public ExperimentSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ExperimentSummary.Builder,ExperimentSummary>
-
builder
public static ExperimentSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends ExperimentSummary.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
-
-