| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model | |
| software.amazon.awssdk.services.sagemaker.paginators |
| Modifier and Type | Method and Description |
|---|---|
AutoMLCandidate |
DescribeAutoMlJobResponse.bestCandidate()
Returns the job's best
AutoMLCandidate. |
| Modifier and Type | Method and Description |
|---|---|
List<AutoMLCandidate> |
ListCandidatesForAutoMlJobResponse.candidates()
Summaries about the
AutoMLCandidates. |
| Modifier and Type | Method and Description |
|---|---|
DescribeAutoMlJobResponse.Builder |
DescribeAutoMlJobResponse.Builder.bestCandidate(AutoMLCandidate bestCandidate)
Returns the job's best
AutoMLCandidate. |
ListCandidatesForAutoMlJobResponse.Builder |
ListCandidatesForAutoMlJobResponse.Builder.candidates(AutoMLCandidate... candidates)
Summaries about the
AutoMLCandidates. |
| Modifier and Type | Method and Description |
|---|---|
ListCandidatesForAutoMlJobResponse.Builder |
ListCandidatesForAutoMlJobResponse.Builder.candidates(Collection<AutoMLCandidate> candidates)
Summaries about the
AutoMLCandidates. |
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<AutoMLCandidate> |
ListCandidatesForAutoMLJobPublisher.candidates()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<AutoMLCandidate> |
ListCandidatesForAutoMLJobIterable.candidates()
Returns an iterable to iterate through the paginated
ListCandidatesForAutoMlJobResponse.candidates()
member. |
Copyright © 2022. All rights reserved.