Class AudienceModelSummary
- java.lang.Object
-
- software.amazon.awssdk.services.cleanroomsml.model.AudienceModelSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AudienceModelSummary.Builder,AudienceModelSummary>
@Generated("software.amazon.awssdk:codegen") public final class AudienceModelSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AudienceModelSummary.Builder,AudienceModelSummary>
Information about the audience model.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAudienceModelSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaudienceModelArn()The Amazon Resource Name (ARN) of the audience model.static AudienceModelSummary.Builderbuilder()InstantcreateTime()The time at which the audience model was created.Stringdescription()The description of the audience model.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name of the audience model.List<SdkField<?>>sdkFields()static Class<? extends AudienceModelSummary.Builder>serializableBuilderClass()AudienceModelStatusstatus()The status of the audience model.StringstatusAsString()The status of the audience model.AudienceModelSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringtrainingDatasetArn()The Amazon Resource Name (ARN) of the training dataset that was used for the audience model.InstantupdateTime()The most recent time at which the audience model 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
-
audienceModelArn
public final String audienceModelArn()
The Amazon Resource Name (ARN) of the audience model.
- Returns:
- The Amazon Resource Name (ARN) of the audience model.
-
createTime
public final Instant createTime()
The time at which the audience model was created.
- Returns:
- The time at which the audience model was created.
-
description
public final String description()
The description of the audience model.
- Returns:
- The description of the audience model.
-
name
public final String name()
The name of the audience model.
- Returns:
- The name of the audience model.
-
status
public final AudienceModelStatus status()
The status of the audience model.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnAudienceModelStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the audience model.
- See Also:
AudienceModelStatus
-
statusAsString
public final String statusAsString()
The status of the audience model.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnAudienceModelStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the audience model.
- See Also:
AudienceModelStatus
-
trainingDatasetArn
public final String trainingDatasetArn()
The Amazon Resource Name (ARN) of the training dataset that was used for the audience model.
- Returns:
- The Amazon Resource Name (ARN) of the training dataset that was used for the audience model.
-
updateTime
public final Instant updateTime()
The most recent time at which the audience model was updated.
- Returns:
- The most recent time at which the audience model was updated.
-
toBuilder
public AudienceModelSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AudienceModelSummary.Builder,AudienceModelSummary>
-
builder
public static AudienceModelSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends AudienceModelSummary.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.
-
-