We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6850f5f commit 91874c7Copy full SHA for 91874c7
swift/example_code/bedrock-runtime/models/amazon-nova/amazon_nova_reel/Sources/main.swift
@@ -75,7 +75,7 @@ func main() async throws {
75
prompt: "A pomegranate juice in a railway station",
76
outputS3Uri: bucket
77
)
78
- print(f"Job started with invocation ARN: {invocation_arn}")
+ print("Job started with invocation ARN: \(String(describing:invocationArn))")
79
80
// Poll for job completion
81
var status: BedrockRuntimeClientTypes.AsyncInvokeStatus?
0 commit comments