| Package | Description |
|---|---|
| com.amazonaws.services.cleanroomsml.model |
| Modifier and Type | Method and Description |
|---|---|
AudienceModelSummary |
AudienceModelSummary.clone() |
AudienceModelSummary |
AudienceModelSummary.withAudienceModelArn(String audienceModelArn)
The Amazon Resource Name (ARN) of the audience model.
|
AudienceModelSummary |
AudienceModelSummary.withCreateTime(Date createTime)
The time at which the audience model was created.
|
AudienceModelSummary |
AudienceModelSummary.withDescription(String description)
The description of the audience model.
|
AudienceModelSummary |
AudienceModelSummary.withName(String name)
The name of the audience model.
|
AudienceModelSummary |
AudienceModelSummary.withStatus(AudienceModelStatus status)
The status of the audience model.
|
AudienceModelSummary |
AudienceModelSummary.withStatus(String status)
The status of the audience model.
|
AudienceModelSummary |
AudienceModelSummary.withTrainingDatasetArn(String trainingDatasetArn)
The Amazon Resource Name (ARN) of the training dataset that was used for the audience model.
|
AudienceModelSummary |
AudienceModelSummary.withUpdateTime(Date updateTime)
The most recent time at which the audience model was updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<AudienceModelSummary> |
ListAudienceModelsResult.getAudienceModels()
The audience models that match the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListAudienceModelsResult |
ListAudienceModelsResult.withAudienceModels(AudienceModelSummary... audienceModels)
The audience models that match the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAudienceModelsResult.setAudienceModels(Collection<AudienceModelSummary> audienceModels)
The audience models that match the request.
|
ListAudienceModelsResult |
ListAudienceModelsResult.withAudienceModels(Collection<AudienceModelSummary> audienceModels)
The audience models that match the request.
|
Copyright © 2024. All rights reserved.