Uses of Interface
software.amazon.awssdk.services.sagemaker.model.EdgePresetDeploymentOutput.Builder
-
Packages that use EdgePresetDeploymentOutput.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of EdgePresetDeploymentOutput.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return EdgePresetDeploymentOutput.Builder Modifier and Type Method Description EdgePresetDeploymentOutput.BuilderEdgePresetDeploymentOutput.Builder. artifact(String artifact)The Amazon Resource Name (ARN) of the generated deployable resource.static EdgePresetDeploymentOutput.BuilderEdgePresetDeploymentOutput. builder()EdgePresetDeploymentOutput.BuilderEdgePresetDeploymentOutput.Builder. status(String status)The status of the deployable resource.EdgePresetDeploymentOutput.BuilderEdgePresetDeploymentOutput.Builder. status(EdgePresetDeploymentStatus status)The status of the deployable resource.EdgePresetDeploymentOutput.BuilderEdgePresetDeploymentOutput.Builder. statusMessage(String statusMessage)Returns a message describing the status of the deployed resource.EdgePresetDeploymentOutput.BuilderEdgePresetDeploymentOutput. toBuilder()EdgePresetDeploymentOutput.BuilderEdgePresetDeploymentOutput.Builder. type(String type)The deployment type created by SageMaker Edge Manager.EdgePresetDeploymentOutput.BuilderEdgePresetDeploymentOutput.Builder. type(EdgePresetDeploymentType type)The deployment type created by SageMaker Edge Manager.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type EdgePresetDeploymentOutput.Builder Modifier and Type Method Description static Class<? extends EdgePresetDeploymentOutput.Builder>EdgePresetDeploymentOutput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type EdgePresetDeploymentOutput.Builder Modifier and Type Method Description default DescribeEdgePackagingJobResponse.BuilderDescribeEdgePackagingJobResponse.Builder. presetDeploymentOutput(Consumer<EdgePresetDeploymentOutput.Builder> presetDeploymentOutput)The output of a SageMaker Edge Manager deployable resource.
-