Class EdgeDeploymentStatus
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.EdgeDeploymentStatus
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EdgeDeploymentStatus.Builder,EdgeDeploymentStatus>
@Generated("software.amazon.awssdk:codegen") public final class EdgeDeploymentStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EdgeDeploymentStatus.Builder,EdgeDeploymentStatus>
Contains information summarizing the deployment stage results.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEdgeDeploymentStatus.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EdgeDeploymentStatus.Builderbuilder()IntegeredgeDeploymentFailedInStage()The number of edge devices that failed the deployment in current stage.IntegeredgeDeploymentPendingInStage()The number of edge devices yet to pick up the deployment in current stage, or in progress.InstantedgeDeploymentStageStartTime()The time when the deployment API started.StringedgeDeploymentStatusMessage()A detailed message about deployment status in current stage.IntegeredgeDeploymentSuccessInStage()The number of edge devices with the successful deployment in the current stage.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends EdgeDeploymentStatus.Builder>serializableBuilderClass()StageStatusstageStatus()The general status of the current stage.StringstageStatusAsString()The general status of the current stage.EdgeDeploymentStatus.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
stageStatus
public final StageStatus stageStatus()
The general status of the current stage.
If the service returns an enum value that is not available in the current SDK version,
stageStatuswill returnStageStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstageStatusAsString().- Returns:
- The general status of the current stage.
- See Also:
StageStatus
-
stageStatusAsString
public final String stageStatusAsString()
The general status of the current stage.
If the service returns an enum value that is not available in the current SDK version,
stageStatuswill returnStageStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstageStatusAsString().- Returns:
- The general status of the current stage.
- See Also:
StageStatus
-
edgeDeploymentSuccessInStage
public final Integer edgeDeploymentSuccessInStage()
The number of edge devices with the successful deployment in the current stage.
- Returns:
- The number of edge devices with the successful deployment in the current stage.
-
edgeDeploymentPendingInStage
public final Integer edgeDeploymentPendingInStage()
The number of edge devices yet to pick up the deployment in current stage, or in progress.
- Returns:
- The number of edge devices yet to pick up the deployment in current stage, or in progress.
-
edgeDeploymentFailedInStage
public final Integer edgeDeploymentFailedInStage()
The number of edge devices that failed the deployment in current stage.
- Returns:
- The number of edge devices that failed the deployment in current stage.
-
edgeDeploymentStatusMessage
public final String edgeDeploymentStatusMessage()
A detailed message about deployment status in current stage.
- Returns:
- A detailed message about deployment status in current stage.
-
edgeDeploymentStageStartTime
public final Instant edgeDeploymentStageStartTime()
The time when the deployment API started.
- Returns:
- The time when the deployment API started.
-
toBuilder
public EdgeDeploymentStatus.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EdgeDeploymentStatus.Builder,EdgeDeploymentStatus>
-
builder
public static EdgeDeploymentStatus.Builder builder()
-
serializableBuilderClass
public static Class<? extends EdgeDeploymentStatus.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-