| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ContextSummary |
ContextSummary.clone() |
ContextSummary |
ContextSummary.withContextArn(String contextArn)
The Amazon Resource Name (ARN) of the context.
|
ContextSummary |
ContextSummary.withContextName(String contextName)
The name of the context.
|
ContextSummary |
ContextSummary.withContextType(String contextType)
The type of the context.
|
ContextSummary |
ContextSummary.withCreationTime(Date creationTime)
When the context was created.
|
ContextSummary |
ContextSummary.withLastModifiedTime(Date lastModifiedTime)
When the context was last modified.
|
ContextSummary |
ContextSummary.withSource(ContextSource source)
The source of the context.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContextSummary> |
ListContextsResult.getContextSummaries()
A list of contexts and their properties.
|
| Modifier and Type | Method and Description |
|---|---|
ListContextsResult |
ListContextsResult.withContextSummaries(ContextSummary... contextSummaries)
A list of contexts and their properties.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListContextsResult.setContextSummaries(Collection<ContextSummary> contextSummaries)
A list of contexts and their properties.
|
ListContextsResult |
ListContextsResult.withContextSummaries(Collection<ContextSummary> contextSummaries)
A list of contexts and their properties.
|
Copyright © 2024. All rights reserved.