| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static ContextSource.Builder |
ContextSource.builder() |
ContextSource.Builder |
ContextSource.Builder.sourceId(String sourceId)
The ID of the source.
|
ContextSource.Builder |
ContextSource.Builder.sourceType(String sourceType)
The type of the source.
|
ContextSource.Builder |
ContextSource.Builder.sourceUri(String sourceUri)
The URI of the source.
|
ContextSource.Builder |
ContextSource.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ContextSource.Builder> |
ContextSource.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeContextResponse.Builder |
DescribeContextResponse.Builder.source(Consumer<ContextSource.Builder> source)
The source of the context.
|
default ContextSummary.Builder |
ContextSummary.Builder.source(Consumer<ContextSource.Builder> source)
The source of the context.
|
default CreateContextRequest.Builder |
CreateContextRequest.Builder.source(Consumer<ContextSource.Builder> source)
The source type, ID, and URI.
|
Copyright © 2020. All rights reserved.