| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model | |
| software.amazon.awssdk.services.sagemaker.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<FlowDefinitionSummary> |
ListFlowDefinitionsResponse.flowDefinitionSummaries()
An array of objects describing the flow definitions.
|
| Modifier and Type | Method and Description |
|---|---|
ListFlowDefinitionsResponse.Builder |
ListFlowDefinitionsResponse.Builder.flowDefinitionSummaries(FlowDefinitionSummary... flowDefinitionSummaries)
An array of objects describing the flow definitions.
|
| Modifier and Type | Method and Description |
|---|---|
ListFlowDefinitionsResponse.Builder |
ListFlowDefinitionsResponse.Builder.flowDefinitionSummaries(Collection<FlowDefinitionSummary> flowDefinitionSummaries)
An array of objects describing the flow definitions.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<FlowDefinitionSummary> |
ListFlowDefinitionsIterable.flowDefinitionSummaries()
Returns an iterable to iterate through the paginated
ListFlowDefinitionsResponse.flowDefinitionSummaries() member. |
SdkPublisher<FlowDefinitionSummary> |
ListFlowDefinitionsPublisher.flowDefinitionSummaries()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2021. All rights reserved.