Class CfnInferenceSchedulerPropsMixin.DataInputConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.lookoutequipment.CfnInferenceSchedulerPropsMixin.DataInputConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnInferenceSchedulerPropsMixin.DataInputConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnInferenceSchedulerPropsMixin.DataInputConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnInferenceSchedulerPropsMixin.DataInputConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnInferenceSchedulerPropsMixin.DataInputConfigurationProperty
An implementation for
CfnInferenceSchedulerPropsMixin.DataInputConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.lookoutequipment.CfnInferenceSchedulerPropsMixin.DataInputConfigurationProperty
CfnInferenceSchedulerPropsMixin.DataInputConfigurationProperty.Builder, CfnInferenceSchedulerPropsMixin.DataInputConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnInferenceSchedulerPropsMixin.DataInputConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectSpecifies configuration information for the input data for the inference, including timestamp format and delimiter.final StringIndicates the difference between your time zone and Greenwich Mean Time (GMT).final ObjectSpecifies configuration information for the input data for the inference, including input data S3 location.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(CfnInferenceSchedulerPropsMixin.DataInputConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnInferenceSchedulerPropsMixin.DataInputConfigurationProperty.Builder.
-
-
Method Details
-
getInferenceInputNameConfiguration
Description copied from interface:CfnInferenceSchedulerPropsMixin.DataInputConfigurationPropertySpecifies configuration information for the input data for the inference, including timestamp format and delimiter.Returns union: either
IResolvableorCfnInferenceSchedulerPropsMixin.InputNameConfigurationProperty- Specified by:
getInferenceInputNameConfigurationin interfaceCfnInferenceSchedulerPropsMixin.DataInputConfigurationProperty- See Also:
-
getInputTimeZoneOffset
Description copied from interface:CfnInferenceSchedulerPropsMixin.DataInputConfigurationPropertyIndicates the difference between your time zone and Greenwich Mean Time (GMT).- Specified by:
getInputTimeZoneOffsetin interfaceCfnInferenceSchedulerPropsMixin.DataInputConfigurationProperty- See Also:
-
getS3InputConfiguration
Description copied from interface:CfnInferenceSchedulerPropsMixin.DataInputConfigurationPropertySpecifies configuration information for the input data for the inference, including input data S3 location.Returns union: either
IResolvableorCfnInferenceSchedulerPropsMixin.S3InputConfigurationProperty- Specified by:
getS3InputConfigurationin interfaceCfnInferenceSchedulerPropsMixin.DataInputConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-