| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
LineageGroupSummary |
LineageGroupSummary.clone() |
LineageGroupSummary |
LineageGroupSummary.withCreationTime(Date creationTime)
The creation time of the lineage group summary.
|
LineageGroupSummary |
LineageGroupSummary.withDisplayName(String displayName)
The display name of the lineage group summary.
|
LineageGroupSummary |
LineageGroupSummary.withLastModifiedTime(Date lastModifiedTime)
The last modified time of the lineage group summary.
|
LineageGroupSummary |
LineageGroupSummary.withLineageGroupArn(String lineageGroupArn)
The Amazon Resource Name (ARN) of the lineage group resource.
|
LineageGroupSummary |
LineageGroupSummary.withLineageGroupName(String lineageGroupName)
The name or Amazon Resource Name (ARN) of the lineage group.
|
| Modifier and Type | Method and Description |
|---|---|
List<LineageGroupSummary> |
ListLineageGroupsResult.getLineageGroupSummaries()
A list of lineage groups and their properties.
|
| Modifier and Type | Method and Description |
|---|---|
ListLineageGroupsResult |
ListLineageGroupsResult.withLineageGroupSummaries(LineageGroupSummary... lineageGroupSummaries)
A list of lineage groups and their properties.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListLineageGroupsResult.setLineageGroupSummaries(Collection<LineageGroupSummary> lineageGroupSummaries)
A list of lineage groups and their properties.
|
ListLineageGroupsResult |
ListLineageGroupsResult.withLineageGroupSummaries(Collection<LineageGroupSummary> lineageGroupSummaries)
A list of lineage groups and their properties.
|
Copyright © 2024. All rights reserved.