Interface CfnInferenceSchedulerPropsMixin.S3InputConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnInferenceSchedulerPropsMixin.S3InputConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnInferenceSchedulerPropsMixin
@Stability(Stable)
public static interface CfnInferenceSchedulerPropsMixin.S3InputConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Specifies configuration information for the input data for the inference, including input data S3 location.
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.lookoutequipment.*;
S3InputConfigurationProperty s3InputConfigurationProperty = S3InputConfigurationProperty.builder()
.bucket("bucket")
.prefix("prefix")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnInferenceSchedulerPropsMixin.S3InputConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBucket
- See Also:
-
getPrefix
- See Also:
-
builder
@Stability(Stable) static CfnInferenceSchedulerPropsMixin.S3InputConfigurationProperty.Builder builder()
-