Uses of Class
software.amazon.awssdk.services.sagemaker.model.FlowDefinitionSummary
-
Packages that use FlowDefinitionSummary Package Description software.amazon.awssdk.services.sagemaker.model software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of FlowDefinitionSummary in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type FlowDefinitionSummary Modifier and Type Method Description List<FlowDefinitionSummary>ListFlowDefinitionsResponse. flowDefinitionSummaries()An array of objects describing the flow definitions.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type FlowDefinitionSummary Modifier and Type Method Description ListFlowDefinitionsResponse.BuilderListFlowDefinitionsResponse.Builder. flowDefinitionSummaries(FlowDefinitionSummary... flowDefinitionSummaries)An array of objects describing the flow definitions.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type FlowDefinitionSummary Modifier and Type Method Description ListFlowDefinitionsResponse.BuilderListFlowDefinitionsResponse.Builder. flowDefinitionSummaries(Collection<FlowDefinitionSummary> flowDefinitionSummaries)An array of objects describing the flow definitions. -
Uses of FlowDefinitionSummary in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type FlowDefinitionSummary Modifier and Type Method Description SdkIterable<FlowDefinitionSummary>ListFlowDefinitionsIterable. flowDefinitionSummaries()Returns an iterable to iterate through the paginatedListFlowDefinitionsResponse.flowDefinitionSummaries()member.SdkPublisher<FlowDefinitionSummary>ListFlowDefinitionsPublisher. flowDefinitionSummaries()Returns a publisher that can be used to get a stream of data.
-