| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ContextSource |
ContextSource.clone() |
ContextSource |
ContextSummary.getSource()
The source of the context.
|
ContextSource |
DescribeContextResult.getSource()
The source of the context.
|
ContextSource |
CreateContextRequest.getSource()
The source type, ID, and URI.
|
ContextSource |
ContextSource.withSourceId(String sourceId)
The ID of the source.
|
ContextSource |
ContextSource.withSourceType(String sourceType)
The type of the source.
|
ContextSource |
ContextSource.withSourceUri(String sourceUri)
The URI of the source.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContextSummary.setSource(ContextSource source)
The source of the context.
|
void |
DescribeContextResult.setSource(ContextSource source)
The source of the context.
|
void |
CreateContextRequest.setSource(ContextSource source)
The source type, ID, and URI.
|
ContextSummary |
ContextSummary.withSource(ContextSource source)
The source of the context.
|
DescribeContextResult |
DescribeContextResult.withSource(ContextSource source)
The source of the context.
|
CreateContextRequest |
CreateContextRequest.withSource(ContextSource source)
The source type, ID, and URI.
|
Copyright © 2025. All rights reserved.