Interface CfnModelInvocationJob.ModelInvocationJobS3InputDataConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnModelInvocationJob.ModelInvocationJobS3InputDataConfigProperty.Jsii$Proxy
- Enclosing class:
CfnModelInvocationJob
@Stability(Stable)
public static interface CfnModelInvocationJob.ModelInvocationJobS3InputDataConfigProperty
extends software.amazon.jsii.JsiiSerializable
Contains the configuration of the S3 location of the input data.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.bedrock.*;
ModelInvocationJobS3InputDataConfigProperty modelInvocationJobS3InputDataConfigProperty = ModelInvocationJobS3InputDataConfigProperty.builder()
.s3Uri("s3Uri")
// the properties below are optional
.s3BucketOwner("s3BucketOwner")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnModelInvocationJob.ModelInvocationJobS3InputDataConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getS3Uri
The S3 location of the input data.- See Also:
-
getS3BucketOwner
The ID of the AWS account that owns the S3 bucket containing the input data.- See Also:
-
builder
@Stability(Stable) static CfnModelInvocationJob.ModelInvocationJobS3InputDataConfigProperty.Builder builder()
-