Interface CfnModelInvocationJobPropsMixin.ModelInvocationJobInputDataConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnModelInvocationJobPropsMixin.ModelInvocationJobInputDataConfigProperty.Jsii$Proxy
- Enclosing class:
CfnModelInvocationJobPropsMixin
@Stability(Stable)
public static interface CfnModelInvocationJobPropsMixin.ModelInvocationJobInputDataConfigProperty
extends software.amazon.jsii.JsiiSerializable
Details about the location of the input to the batch inference job.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.bedrock.*;
ModelInvocationJobInputDataConfigProperty modelInvocationJobInputDataConfigProperty = ModelInvocationJobInputDataConfigProperty.builder()
.s3InputDataConfig(ModelInvocationJobS3InputDataConfigProperty.builder()
.s3BucketOwner("s3BucketOwner")
.s3Uri("s3Uri")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnModelInvocationJobPropsMixin.ModelInvocationJobInputDataConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getS3InputDataConfig
Contains the configuration of the S3 location of the input data.Returns union: either
IResolvableorCfnModelInvocationJobPropsMixin.ModelInvocationJobS3InputDataConfigProperty- See Also:
-
builder
@Stability(Stable) static CfnModelInvocationJobPropsMixin.ModelInvocationJobInputDataConfigProperty.Builder builder()
-