| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ModelPackageGroupSummary |
ModelPackageGroupSummary.clone() |
ModelPackageGroupSummary |
ModelPackageGroupSummary.withCreationTime(Date creationTime)
The time that the model group was created.
|
ModelPackageGroupSummary |
ModelPackageGroupSummary.withModelPackageGroupArn(String modelPackageGroupArn)
The Amazon Resource Name (ARN) of the model group.
|
ModelPackageGroupSummary |
ModelPackageGroupSummary.withModelPackageGroupDescription(String modelPackageGroupDescription)
A description of the model group.
|
ModelPackageGroupSummary |
ModelPackageGroupSummary.withModelPackageGroupName(String modelPackageGroupName)
The name of the model group.
|
ModelPackageGroupSummary |
ModelPackageGroupSummary.withModelPackageGroupStatus(ModelPackageGroupStatus modelPackageGroupStatus)
The status of the model group.
|
ModelPackageGroupSummary |
ModelPackageGroupSummary.withModelPackageGroupStatus(String modelPackageGroupStatus)
The status of the model group.
|
| Modifier and Type | Method and Description |
|---|---|
List<ModelPackageGroupSummary> |
ListModelPackageGroupsResult.getModelPackageGroupSummaryList()
A list of summaries of the model groups in your Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
ListModelPackageGroupsResult |
ListModelPackageGroupsResult.withModelPackageGroupSummaryList(ModelPackageGroupSummary... modelPackageGroupSummaryList)
A list of summaries of the model groups in your Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListModelPackageGroupsResult.setModelPackageGroupSummaryList(Collection<ModelPackageGroupSummary> modelPackageGroupSummaryList)
A list of summaries of the model groups in your Amazon Web Services account.
|
ListModelPackageGroupsResult |
ListModelPackageGroupsResult.withModelPackageGroupSummaryList(Collection<ModelPackageGroupSummary> modelPackageGroupSummaryList)
A list of summaries of the model groups in your Amazon Web Services account.
|
Copyright © 2022. All rights reserved.