| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
TrialComponentStatus |
CreateTrialComponentRequest.status()
The status of the component.
|
TrialComponentStatus |
TrialComponentSummary.status()
The status of the component.
|
TrialComponentStatus |
UpdateTrialComponentRequest.status()
The new status of the component.
|
TrialComponentStatus |
TrialComponent.status()
Returns the value of the Status property for this object.
|
TrialComponentStatus |
DescribeTrialComponentResponse.status()
The status of the component.
|
| Modifier and Type | Method and Description |
|---|---|
CreateTrialComponentRequest.Builder |
CreateTrialComponentRequest.Builder.status(TrialComponentStatus status)
The status of the component.
|
TrialComponentSummary.Builder |
TrialComponentSummary.Builder.status(TrialComponentStatus status)
The status of the component.
|
UpdateTrialComponentRequest.Builder |
UpdateTrialComponentRequest.Builder.status(TrialComponentStatus status)
The new status of the component.
|
TrialComponent.Builder |
TrialComponent.Builder.status(TrialComponentStatus status)
Sets the value of the Status property for this object.
|
DescribeTrialComponentResponse.Builder |
DescribeTrialComponentResponse.Builder.status(TrialComponentStatus status)
The status of the component.
|
Copyright © 2021. All rights reserved.