| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ActionSource |
ActionSource.clone() |
ActionSource |
ActionSummary.getSource()
The source of the action.
|
ActionSource |
DescribeActionResult.getSource()
The source of the action.
|
ActionSource |
CreateActionRequest.getSource()
The source type, ID, and URI.
|
ActionSource |
ActionSource.withSourceId(String sourceId)
The ID of the source.
|
ActionSource |
ActionSource.withSourceType(String sourceType)
The type of the source.
|
ActionSource |
ActionSource.withSourceUri(String sourceUri)
The URI of the source.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActionSummary.setSource(ActionSource source)
The source of the action.
|
void |
DescribeActionResult.setSource(ActionSource source)
The source of the action.
|
void |
CreateActionRequest.setSource(ActionSource source)
The source type, ID, and URI.
|
ActionSummary |
ActionSummary.withSource(ActionSource source)
The source of the action.
|
DescribeActionResult |
DescribeActionResult.withSource(ActionSource source)
The source of the action.
|
CreateActionRequest |
CreateActionRequest.withSource(ActionSource source)
The source type, ID, and URI.
|
Copyright © 2024. All rights reserved.