@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InferenceInputConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
> Specifies configuration information for the input data for the inference, including S3 location of input data..
| Constructor and Description |
|---|
InferenceInputConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
InferenceInputConfiguration |
clone() |
boolean |
equals(Object obj) |
InferenceInputNameConfiguration |
getInferenceInputNameConfiguration()
> Specifies configuration information for the input data for the inference, including timestamp format and
delimiter.
|
String |
getInputTimeZoneOffset()
Indicates the difference between your time zone and Greenwich Mean Time (GMT).
|
InferenceS3InputConfiguration |
getS3InputConfiguration()
Specifies configuration information for the input data for the inference, including S3 location of input data..
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setInferenceInputNameConfiguration(InferenceInputNameConfiguration inferenceInputNameConfiguration)
> Specifies configuration information for the input data for the inference, including timestamp format and
delimiter.
|
void |
setInputTimeZoneOffset(String inputTimeZoneOffset)
Indicates the difference between your time zone and Greenwich Mean Time (GMT).
|
void |
setS3InputConfiguration(InferenceS3InputConfiguration s3InputConfiguration)
Specifies configuration information for the input data for the inference, including S3 location of input data..
|
String |
toString()
Returns a string representation of this object.
|
InferenceInputConfiguration |
withInferenceInputNameConfiguration(InferenceInputNameConfiguration inferenceInputNameConfiguration)
> Specifies configuration information for the input data for the inference, including timestamp format and
delimiter.
|
InferenceInputConfiguration |
withInputTimeZoneOffset(String inputTimeZoneOffset)
Indicates the difference between your time zone and Greenwich Mean Time (GMT).
|
InferenceInputConfiguration |
withS3InputConfiguration(InferenceS3InputConfiguration s3InputConfiguration)
Specifies configuration information for the input data for the inference, including S3 location of input data..
|
public void setS3InputConfiguration(InferenceS3InputConfiguration s3InputConfiguration)
Specifies configuration information for the input data for the inference, including S3 location of input data..
s3InputConfiguration - Specifies configuration information for the input data for the inference, including S3 location of input
data..public InferenceS3InputConfiguration getS3InputConfiguration()
Specifies configuration information for the input data for the inference, including S3 location of input data..
public InferenceInputConfiguration withS3InputConfiguration(InferenceS3InputConfiguration s3InputConfiguration)
Specifies configuration information for the input data for the inference, including S3 location of input data..
s3InputConfiguration - Specifies configuration information for the input data for the inference, including S3 location of input
data..public void setInputTimeZoneOffset(String inputTimeZoneOffset)
Indicates the difference between your time zone and Greenwich Mean Time (GMT).
inputTimeZoneOffset - Indicates the difference between your time zone and Greenwich Mean Time (GMT).public String getInputTimeZoneOffset()
Indicates the difference between your time zone and Greenwich Mean Time (GMT).
public InferenceInputConfiguration withInputTimeZoneOffset(String inputTimeZoneOffset)
Indicates the difference between your time zone and Greenwich Mean Time (GMT).
inputTimeZoneOffset - Indicates the difference between your time zone and Greenwich Mean Time (GMT).public void setInferenceInputNameConfiguration(InferenceInputNameConfiguration inferenceInputNameConfiguration)
> Specifies configuration information for the input data for the inference, including timestamp format and delimiter.
inferenceInputNameConfiguration - > Specifies configuration information for the input data for the inference, including timestamp format
and delimiter.public InferenceInputNameConfiguration getInferenceInputNameConfiguration()
> Specifies configuration information for the input data for the inference, including timestamp format and delimiter.
public InferenceInputConfiguration withInferenceInputNameConfiguration(InferenceInputNameConfiguration inferenceInputNameConfiguration)
> Specifies configuration information for the input data for the inference, including timestamp format and delimiter.
inferenceInputNameConfiguration - > Specifies configuration information for the input data for the inference, including timestamp format
and delimiter.public String toString()
toString in class ObjectObject.toString()public InferenceInputConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.