Interface AlgorithmReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AlgorithmReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.138.0 (build 0ca7ee8)",
date="2026-07-24T11:46:57.520Z")
@Stability(Stable)
public interface AlgorithmReference
extends software.amazon.jsii.JsiiSerializable
A reference to a Algorithm resource.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.interfaces.sagemaker.*;
AlgorithmReference algorithmReference = AlgorithmReference.builder()
.algorithmArn("algorithmArn")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forAlgorithmReferencestatic final classAn implementation forAlgorithmReference -
Method Summary
Modifier and TypeMethodDescriptionstatic AlgorithmReference.Builderbuilder()The AlgorithmArn of the Algorithm resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAlgorithmArn
The AlgorithmArn of the Algorithm resource. -
builder
- Returns:
- a
AlgorithmReference.BuilderofAlgorithmReference
-