| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ActionSummary |
ActionSummary.clone() |
ActionSummary |
ActionSummary.withActionArn(String actionArn)
The Amazon Resource Name (ARN) of the action.
|
ActionSummary |
ActionSummary.withActionName(String actionName)
The name of the action.
|
ActionSummary |
ActionSummary.withActionType(String actionType)
The type of the action.
|
ActionSummary |
ActionSummary.withCreationTime(Date creationTime)
When the action was created.
|
ActionSummary |
ActionSummary.withLastModifiedTime(Date lastModifiedTime)
When the action was last modified.
|
ActionSummary |
ActionSummary.withSource(ActionSource source)
The source of the action.
|
ActionSummary |
ActionSummary.withStatus(ActionStatus status)
The status of the action.
|
ActionSummary |
ActionSummary.withStatus(String status)
The status of the action.
|
| Modifier and Type | Method and Description |
|---|---|
List<ActionSummary> |
ListActionsResult.getActionSummaries()
A list of actions and their properties.
|
| Modifier and Type | Method and Description |
|---|---|
ListActionsResult |
ListActionsResult.withActionSummaries(ActionSummary... actionSummaries)
A list of actions and their properties.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListActionsResult.setActionSummaries(Collection<ActionSummary> actionSummaries)
A list of actions and their properties.
|
ListActionsResult |
ListActionsResult.withActionSummaries(Collection<ActionSummary> actionSummaries)
A list of actions and their properties.
|
Copyright © 2025. All rights reserved.