| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model | |
| software.amazon.awssdk.services.sagemaker.paginators |
| Modifier and Type | Method and Description |
|---|---|
AutoMLCandidate |
DescribeAutoMlJobV2Response.bestCandidate()
Information about the candidate produced by an AutoML training job V2, including its status, steps, and other
properties.
|
AutoMLCandidate |
DescribeAutoMlJobResponse.bestCandidate()
The best model candidate selected by SageMaker Autopilot using both the best objective metric and lowest InferenceLatency for
an experiment.
|
| Modifier and Type | Method and Description |
|---|---|
List<AutoMLCandidate> |
ListCandidatesForAutoMlJobResponse.candidates()
Summaries about the
AutoMLCandidates. |
| Modifier and Type | Method and Description |
|---|---|
DescribeAutoMlJobV2Response.Builder |
DescribeAutoMlJobV2Response.Builder.bestCandidate(AutoMLCandidate bestCandidate)
Information about the candidate produced by an AutoML training job V2, including its status, steps, and other
properties.
|
DescribeAutoMlJobResponse.Builder |
DescribeAutoMlJobResponse.Builder.bestCandidate(AutoMLCandidate bestCandidate)
The best model candidate selected by SageMaker Autopilot using both the best objective metric and lowest InferenceLatency
for an experiment.
|
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 © 2023. All rights reserved.