| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
EdgePresetDeploymentOutput |
EdgePresetDeploymentOutput.clone() |
EdgePresetDeploymentOutput |
DescribeEdgePackagingJobResult.getPresetDeploymentOutput()
The output of a SageMaker Edge Manager deployable resource.
|
EdgePresetDeploymentOutput |
EdgePresetDeploymentOutput.withArtifact(String artifact)
The Amazon Resource Name (ARN) of the generated deployable resource.
|
EdgePresetDeploymentOutput |
EdgePresetDeploymentOutput.withStatus(EdgePresetDeploymentStatus status)
The status of the deployable resource.
|
EdgePresetDeploymentOutput |
EdgePresetDeploymentOutput.withStatus(String status)
The status of the deployable resource.
|
EdgePresetDeploymentOutput |
EdgePresetDeploymentOutput.withStatusMessage(String statusMessage)
Returns a message describing the status of the deployed resource.
|
EdgePresetDeploymentOutput |
EdgePresetDeploymentOutput.withType(EdgePresetDeploymentType type)
The deployment type created by SageMaker Edge Manager.
|
EdgePresetDeploymentOutput |
EdgePresetDeploymentOutput.withType(String type)
The deployment type created by SageMaker Edge Manager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeEdgePackagingJobResult.setPresetDeploymentOutput(EdgePresetDeploymentOutput presetDeploymentOutput)
The output of a SageMaker Edge Manager deployable resource.
|
DescribeEdgePackagingJobResult |
DescribeEdgePackagingJobResult.withPresetDeploymentOutput(EdgePresetDeploymentOutput presetDeploymentOutput)
The output of a SageMaker Edge Manager deployable resource.
|
Copyright © 2024. All rights reserved.