Class ConfiguredModelAlgorithmSummary
- java.lang.Object
-
- software.amazon.awssdk.services.cleanroomsml.model.ConfiguredModelAlgorithmSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ConfiguredModelAlgorithmSummary.Builder,ConfiguredModelAlgorithmSummary>
@Generated("software.amazon.awssdk:codegen") public final class ConfiguredModelAlgorithmSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConfiguredModelAlgorithmSummary.Builder,ConfiguredModelAlgorithmSummary>
Provides summary information about a configured model algorithm.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceConfiguredModelAlgorithmSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConfiguredModelAlgorithmSummary.Builderbuilder()StringconfiguredModelAlgorithmArn()The Amazon Resource Name (ARN) of the configured model algorithm.InstantcreateTime()The time at which the configured model algorithm was created.Stringdescription()The description of the configured model algorithm.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name of the configured model algorithm.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ConfiguredModelAlgorithmSummary.Builder>serializableBuilderClass()ConfiguredModelAlgorithmSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdateTime()The most recent time at which the configured model algorithm was updated.-
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
-
createTime
public final Instant createTime()
The time at which the configured model algorithm was created.
- Returns:
- The time at which the configured model algorithm was created.
-
updateTime
public final Instant updateTime()
The most recent time at which the configured model algorithm was updated.
- Returns:
- The most recent time at which the configured model algorithm was updated.
-
configuredModelAlgorithmArn
public final String configuredModelAlgorithmArn()
The Amazon Resource Name (ARN) of the configured model algorithm.
- Returns:
- The Amazon Resource Name (ARN) of the configured model algorithm.
-
name
public final String name()
The name of the configured model algorithm.
- Returns:
- The name of the configured model algorithm.
-
description
public final String description()
The description of the configured model algorithm.
- Returns:
- The description of the configured model algorithm.
-
toBuilder
public ConfiguredModelAlgorithmSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ConfiguredModelAlgorithmSummary.Builder,ConfiguredModelAlgorithmSummary>
-
builder
public static ConfiguredModelAlgorithmSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends ConfiguredModelAlgorithmSummary.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
-
-