| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
EdgePresetDeploymentOutput.Builder |
EdgePresetDeploymentOutput.Builder.artifact(String artifact)
The Amazon Resource Name (ARN) of the generated deployable resource.
|
static EdgePresetDeploymentOutput.Builder |
EdgePresetDeploymentOutput.builder() |
EdgePresetDeploymentOutput.Builder |
EdgePresetDeploymentOutput.Builder.status(EdgePresetDeploymentStatus status)
The status of the deployable resource.
|
EdgePresetDeploymentOutput.Builder |
EdgePresetDeploymentOutput.Builder.status(String status)
The status of the deployable resource.
|
EdgePresetDeploymentOutput.Builder |
EdgePresetDeploymentOutput.Builder.statusMessage(String statusMessage)
Returns a message describing the status of the deployed resource.
|
EdgePresetDeploymentOutput.Builder |
EdgePresetDeploymentOutput.toBuilder() |
EdgePresetDeploymentOutput.Builder |
EdgePresetDeploymentOutput.Builder.type(EdgePresetDeploymentType type)
The deployment type created by SageMaker Edge Manager.
|
EdgePresetDeploymentOutput.Builder |
EdgePresetDeploymentOutput.Builder.type(String type)
The deployment type created by SageMaker Edge Manager.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EdgePresetDeploymentOutput.Builder> |
EdgePresetDeploymentOutput.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeEdgePackagingJobResponse.Builder |
DescribeEdgePackagingJobResponse.Builder.presetDeploymentOutput(Consumer<EdgePresetDeploymentOutput.Builder> presetDeploymentOutput)
The output of a SageMaker Edge Manager deployable resource.
|
Copyright © 2021. All rights reserved.