Class TrialSummary
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.TrialSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TrialSummary.Builder,TrialSummary>
@Generated("software.amazon.awssdk:codegen") public final class TrialSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TrialSummary.Builder,TrialSummary>
A summary of the properties of a trial. To get the complete set of properties, call the DescribeTrial API and provide the
TrialName.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTrialSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TrialSummary.Builderbuilder()InstantcreationTime()When the trial was created.StringdisplayName()The name of the trial as displayed.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastModifiedTime()When the trial was last modified.List<SdkField<?>>sdkFields()static Class<? extends TrialSummary.Builder>serializableBuilderClass()TrialSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringtrialArn()The Amazon Resource Name (ARN) of the trial.StringtrialName()The name of the trial.TrialSourcetrialSource()Returns the value of the TrialSource property for 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
-
trialArn
public final String trialArn()
The Amazon Resource Name (ARN) of the trial.
- Returns:
- The Amazon Resource Name (ARN) of the trial.
-
trialName
public final String trialName()
The name of the trial.
- Returns:
- The name of the trial.
-
displayName
public final String displayName()
The name of the trial as displayed. If
DisplayNameisn't specified,TrialNameis displayed.- Returns:
- The name of the trial as displayed. If
DisplayNameisn't specified,TrialNameis displayed.
-
trialSource
public final TrialSource trialSource()
Returns the value of the TrialSource property for this object.- Returns:
- The value of the TrialSource property for this object.
-
creationTime
public final Instant creationTime()
When the trial was created.
- Returns:
- When the trial was created.
-
lastModifiedTime
public final Instant lastModifiedTime()
When the trial was last modified.
- Returns:
- When the trial was last modified.
-
toBuilder
public TrialSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TrialSummary.Builder,TrialSummary>
-
builder
public static TrialSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends TrialSummary.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.
-
-