Class CfnInferenceScheduler.DataInputConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lookoutequipment.CfnInferenceScheduler.DataInputConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnInferenceScheduler.DataInputConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnInferenceScheduler.DataInputConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnInferenceScheduler.DataInputConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnInferenceScheduler.DataInputConfigurationProperty
An implementation for
CfnInferenceScheduler.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.services.lookoutequipment.CfnInferenceScheduler.DataInputConfigurationProperty
CfnInferenceScheduler.DataInputConfigurationProperty.Builder, CfnInferenceScheduler.DataInputConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnInferenceScheduler.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
Constructor that initializes the object based on literal property values passed by theCfnInferenceScheduler.DataInputConfigurationProperty.Builder.
-
-
Method Details
-
getS3InputConfiguration
Description copied from interface:CfnInferenceScheduler.DataInputConfigurationPropertySpecifies configuration information for the input data for the inference, including input data S3 location.Returns union: either
IResolvableorCfnInferenceScheduler.S3InputConfigurationProperty- Specified by:
getS3InputConfigurationin interfaceCfnInferenceScheduler.DataInputConfigurationProperty- See Also:
-
getInferenceInputNameConfiguration
Description copied from interface:CfnInferenceScheduler.DataInputConfigurationPropertySpecifies configuration information for the input data for the inference, including timestamp format and delimiter.Returns union: either
IResolvableorCfnInferenceScheduler.InputNameConfigurationProperty- Specified by:
getInferenceInputNameConfigurationin interfaceCfnInferenceScheduler.DataInputConfigurationProperty- See Also:
-
getInputTimeZoneOffset
Description copied from interface:CfnInferenceScheduler.DataInputConfigurationPropertyIndicates the difference between your time zone and Greenwich Mean Time (GMT).- Specified by:
getInputTimeZoneOffsetin interfaceCfnInferenceScheduler.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()
-