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 interface
ExperimentSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExperimentSummary.Builder
builder()
Instant
creationTime()
When the experiment was created.String
displayName()
The name of the experiment as displayed.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
String
experimentArn()
The Amazon Resource Name (ARN) of the experiment.String
experimentName()
The name of the experiment.ExperimentSource
experimentSource()
Returns the value of the ExperimentSource property for this object.<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
Instant
lastModifiedTime()
When the experiment was last modified.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends ExperimentSummary.Builder>
serializableBuilderClass()
ExperimentSummary.Builder
toBuilder()
String
toString()
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
DisplayName
isn't specified,ExperimentName
is displayed.- Returns:
- The name of the experiment as displayed. If
DisplayName
isn't specified,ExperimentName
is 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:
toBuilder
in 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:
equalsBySdkFields
in 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:
sdkFieldNameToField
in interfaceSdkPojo
-
-