| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| Modifier and Type | Method and Description |
|---|---|
default DescribeTrialComponentResponse |
SageMakerClient.describeTrialComponent(Consumer<DescribeTrialComponentRequest.Builder> describeTrialComponentRequest)
Provides a list of a trials component's properties.
|
default DescribeTrialComponentResponse |
SageMakerClient.describeTrialComponent(DescribeTrialComponentRequest describeTrialComponentRequest)
Provides a list of a trials component's properties.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeTrialComponentResponse> |
SageMakerAsyncClient.describeTrialComponent(Consumer<DescribeTrialComponentRequest.Builder> describeTrialComponentRequest)
Provides a list of a trials component's properties.
|
default CompletableFuture<DescribeTrialComponentResponse> |
SageMakerAsyncClient.describeTrialComponent(DescribeTrialComponentRequest describeTrialComponentRequest)
Provides a list of a trials component's properties.
|
Copyright © 2023. All rights reserved.