| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model | |
| software.amazon.awssdk.services.sagemaker.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<TrialComponentSummary> |
ListTrialComponentsResponse.trialComponentSummaries()
A list of the summaries of your trial components.
|
| Modifier and Type | Method and Description |
|---|---|
ListTrialComponentsResponse.Builder |
ListTrialComponentsResponse.Builder.trialComponentSummaries(TrialComponentSummary... trialComponentSummaries)
A list of the summaries of your trial components.
|
| Modifier and Type | Method and Description |
|---|---|
ListTrialComponentsResponse.Builder |
ListTrialComponentsResponse.Builder.trialComponentSummaries(Collection<TrialComponentSummary> trialComponentSummaries)
A list of the summaries of your trial components.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<TrialComponentSummary> |
ListTrialComponentsPublisher.trialComponentSummaries()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<TrialComponentSummary> |
ListTrialComponentsIterable.trialComponentSummaries()
Returns an iterable to iterate through the paginated
ListTrialComponentsResponse.trialComponentSummaries() member. |
Copyright © 2021. All rights reserved.