@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchTransformInput extends Object implements Serializable, Cloneable, StructuredPojo
Input object for the batch transform job.
Constructor and Description |
---|
BatchTransformInput() |
Modifier and Type | Method and Description |
---|---|
BatchTransformInput |
clone() |
boolean |
equals(Object obj) |
String |
getDataCapturedDestinationS3Uri()
The Amazon S3 location being used to capture the data.
|
MonitoringDatasetFormat |
getDatasetFormat()
The dataset format for your batch transform job.
|
String |
getEndTimeOffset()
If specified, monitoring jobs subtract this time from the end time.
|
String |
getExcludeFeaturesAttribute()
The attributes of the input data to exclude from the analysis.
|
String |
getFeaturesAttribute()
The attributes of the input data that are the input features.
|
String |
getInferenceAttribute()
The attribute of the input data that represents the ground truth label.
|
String |
getLocalPath()
Path to the filesystem where the batch transform data is available to the container.
|
String |
getProbabilityAttribute()
In a classification problem, the attribute that represents the class probability.
|
Double |
getProbabilityThresholdAttribute()
The threshold for the class probability to be evaluated as a positive result.
|
String |
getS3DataDistributionType()
Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key.
|
String |
getS3InputMode()
Whether the
Pipe or File is used as the input mode for transferring data for the
monitoring job. |
String |
getStartTimeOffset()
If specified, monitoring jobs substract this time from the start time.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDataCapturedDestinationS3Uri(String dataCapturedDestinationS3Uri)
The Amazon S3 location being used to capture the data.
|
void |
setDatasetFormat(MonitoringDatasetFormat datasetFormat)
The dataset format for your batch transform job.
|
void |
setEndTimeOffset(String endTimeOffset)
If specified, monitoring jobs subtract this time from the end time.
|
void |
setExcludeFeaturesAttribute(String excludeFeaturesAttribute)
The attributes of the input data to exclude from the analysis.
|
void |
setFeaturesAttribute(String featuresAttribute)
The attributes of the input data that are the input features.
|
void |
setInferenceAttribute(String inferenceAttribute)
The attribute of the input data that represents the ground truth label.
|
void |
setLocalPath(String localPath)
Path to the filesystem where the batch transform data is available to the container.
|
void |
setProbabilityAttribute(String probabilityAttribute)
In a classification problem, the attribute that represents the class probability.
|
void |
setProbabilityThresholdAttribute(Double probabilityThresholdAttribute)
The threshold for the class probability to be evaluated as a positive result.
|
void |
setS3DataDistributionType(String s3DataDistributionType)
Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key.
|
void |
setS3InputMode(String s3InputMode)
Whether the
Pipe or File is used as the input mode for transferring data for the
monitoring job. |
void |
setStartTimeOffset(String startTimeOffset)
If specified, monitoring jobs substract this time from the start time.
|
String |
toString()
Returns a string representation of this object.
|
BatchTransformInput |
withDataCapturedDestinationS3Uri(String dataCapturedDestinationS3Uri)
The Amazon S3 location being used to capture the data.
|
BatchTransformInput |
withDatasetFormat(MonitoringDatasetFormat datasetFormat)
The dataset format for your batch transform job.
|
BatchTransformInput |
withEndTimeOffset(String endTimeOffset)
If specified, monitoring jobs subtract this time from the end time.
|
BatchTransformInput |
withExcludeFeaturesAttribute(String excludeFeaturesAttribute)
The attributes of the input data to exclude from the analysis.
|
BatchTransformInput |
withFeaturesAttribute(String featuresAttribute)
The attributes of the input data that are the input features.
|
BatchTransformInput |
withInferenceAttribute(String inferenceAttribute)
The attribute of the input data that represents the ground truth label.
|
BatchTransformInput |
withLocalPath(String localPath)
Path to the filesystem where the batch transform data is available to the container.
|
BatchTransformInput |
withProbabilityAttribute(String probabilityAttribute)
In a classification problem, the attribute that represents the class probability.
|
BatchTransformInput |
withProbabilityThresholdAttribute(Double probabilityThresholdAttribute)
The threshold for the class probability to be evaluated as a positive result.
|
BatchTransformInput |
withS3DataDistributionType(ProcessingS3DataDistributionType s3DataDistributionType)
Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key.
|
BatchTransformInput |
withS3DataDistributionType(String s3DataDistributionType)
Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key.
|
BatchTransformInput |
withS3InputMode(ProcessingS3InputMode s3InputMode)
Whether the
Pipe or File is used as the input mode for transferring data for the
monitoring job. |
BatchTransformInput |
withS3InputMode(String s3InputMode)
Whether the
Pipe or File is used as the input mode for transferring data for the
monitoring job. |
BatchTransformInput |
withStartTimeOffset(String startTimeOffset)
If specified, monitoring jobs substract this time from the start time.
|
public void setDataCapturedDestinationS3Uri(String dataCapturedDestinationS3Uri)
The Amazon S3 location being used to capture the data.
dataCapturedDestinationS3Uri
- The Amazon S3 location being used to capture the data.public String getDataCapturedDestinationS3Uri()
The Amazon S3 location being used to capture the data.
public BatchTransformInput withDataCapturedDestinationS3Uri(String dataCapturedDestinationS3Uri)
The Amazon S3 location being used to capture the data.
dataCapturedDestinationS3Uri
- The Amazon S3 location being used to capture the data.public void setDatasetFormat(MonitoringDatasetFormat datasetFormat)
The dataset format for your batch transform job.
datasetFormat
- The dataset format for your batch transform job.public MonitoringDatasetFormat getDatasetFormat()
The dataset format for your batch transform job.
public BatchTransformInput withDatasetFormat(MonitoringDatasetFormat datasetFormat)
The dataset format for your batch transform job.
datasetFormat
- The dataset format for your batch transform job.public void setLocalPath(String localPath)
Path to the filesystem where the batch transform data is available to the container.
localPath
- Path to the filesystem where the batch transform data is available to the container.public String getLocalPath()
Path to the filesystem where the batch transform data is available to the container.
public BatchTransformInput withLocalPath(String localPath)
Path to the filesystem where the batch transform data is available to the container.
localPath
- Path to the filesystem where the batch transform data is available to the container.public void setS3InputMode(String s3InputMode)
Whether the Pipe
or File
is used as the input mode for transferring data for the
monitoring job. Pipe
mode is recommended for large datasets. File
mode is useful for
small files that fit in memory. Defaults to File
.
s3InputMode
- Whether the Pipe
or File
is used as the input mode for transferring data for the
monitoring job. Pipe
mode is recommended for large datasets. File
mode is useful
for small files that fit in memory. Defaults to File
.ProcessingS3InputMode
public String getS3InputMode()
Whether the Pipe
or File
is used as the input mode for transferring data for the
monitoring job. Pipe
mode is recommended for large datasets. File
mode is useful for
small files that fit in memory. Defaults to File
.
Pipe
or File
is used as the input mode for transferring data for
the monitoring job. Pipe
mode is recommended for large datasets. File
mode is
useful for small files that fit in memory. Defaults to File
.ProcessingS3InputMode
public BatchTransformInput withS3InputMode(String s3InputMode)
Whether the Pipe
or File
is used as the input mode for transferring data for the
monitoring job. Pipe
mode is recommended for large datasets. File
mode is useful for
small files that fit in memory. Defaults to File
.
s3InputMode
- Whether the Pipe
or File
is used as the input mode for transferring data for the
monitoring job. Pipe
mode is recommended for large datasets. File
mode is useful
for small files that fit in memory. Defaults to File
.ProcessingS3InputMode
public BatchTransformInput withS3InputMode(ProcessingS3InputMode s3InputMode)
Whether the Pipe
or File
is used as the input mode for transferring data for the
monitoring job. Pipe
mode is recommended for large datasets. File
mode is useful for
small files that fit in memory. Defaults to File
.
s3InputMode
- Whether the Pipe
or File
is used as the input mode for transferring data for the
monitoring job. Pipe
mode is recommended for large datasets. File
mode is useful
for small files that fit in memory. Defaults to File
.ProcessingS3InputMode
public void setS3DataDistributionType(String s3DataDistributionType)
Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Defaults to
FullyReplicated
s3DataDistributionType
- Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Defaults to
FullyReplicated
ProcessingS3DataDistributionType
public String getS3DataDistributionType()
Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Defaults to
FullyReplicated
FullyReplicated
ProcessingS3DataDistributionType
public BatchTransformInput withS3DataDistributionType(String s3DataDistributionType)
Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Defaults to
FullyReplicated
s3DataDistributionType
- Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Defaults to
FullyReplicated
ProcessingS3DataDistributionType
public BatchTransformInput withS3DataDistributionType(ProcessingS3DataDistributionType s3DataDistributionType)
Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Defaults to
FullyReplicated
s3DataDistributionType
- Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Defaults to
FullyReplicated
ProcessingS3DataDistributionType
public void setFeaturesAttribute(String featuresAttribute)
The attributes of the input data that are the input features.
featuresAttribute
- The attributes of the input data that are the input features.public String getFeaturesAttribute()
The attributes of the input data that are the input features.
public BatchTransformInput withFeaturesAttribute(String featuresAttribute)
The attributes of the input data that are the input features.
featuresAttribute
- The attributes of the input data that are the input features.public void setInferenceAttribute(String inferenceAttribute)
The attribute of the input data that represents the ground truth label.
inferenceAttribute
- The attribute of the input data that represents the ground truth label.public String getInferenceAttribute()
The attribute of the input data that represents the ground truth label.
public BatchTransformInput withInferenceAttribute(String inferenceAttribute)
The attribute of the input data that represents the ground truth label.
inferenceAttribute
- The attribute of the input data that represents the ground truth label.public void setProbabilityAttribute(String probabilityAttribute)
In a classification problem, the attribute that represents the class probability.
probabilityAttribute
- In a classification problem, the attribute that represents the class probability.public String getProbabilityAttribute()
In a classification problem, the attribute that represents the class probability.
public BatchTransformInput withProbabilityAttribute(String probabilityAttribute)
In a classification problem, the attribute that represents the class probability.
probabilityAttribute
- In a classification problem, the attribute that represents the class probability.public void setProbabilityThresholdAttribute(Double probabilityThresholdAttribute)
The threshold for the class probability to be evaluated as a positive result.
probabilityThresholdAttribute
- The threshold for the class probability to be evaluated as a positive result.public Double getProbabilityThresholdAttribute()
The threshold for the class probability to be evaluated as a positive result.
public BatchTransformInput withProbabilityThresholdAttribute(Double probabilityThresholdAttribute)
The threshold for the class probability to be evaluated as a positive result.
probabilityThresholdAttribute
- The threshold for the class probability to be evaluated as a positive result.public void setStartTimeOffset(String startTimeOffset)
If specified, monitoring jobs substract this time from the start time. For information about using offsets for scheduling monitoring jobs, see Schedule Model Quality Monitoring Jobs.
startTimeOffset
- If specified, monitoring jobs substract this time from the start time. For information about using offsets
for scheduling monitoring jobs, see Schedule
Model Quality Monitoring Jobs.public String getStartTimeOffset()
If specified, monitoring jobs substract this time from the start time. For information about using offsets for scheduling monitoring jobs, see Schedule Model Quality Monitoring Jobs.
public BatchTransformInput withStartTimeOffset(String startTimeOffset)
If specified, monitoring jobs substract this time from the start time. For information about using offsets for scheduling monitoring jobs, see Schedule Model Quality Monitoring Jobs.
startTimeOffset
- If specified, monitoring jobs substract this time from the start time. For information about using offsets
for scheduling monitoring jobs, see Schedule
Model Quality Monitoring Jobs.public void setEndTimeOffset(String endTimeOffset)
If specified, monitoring jobs subtract this time from the end time. For information about using offsets for scheduling monitoring jobs, see Schedule Model Quality Monitoring Jobs.
endTimeOffset
- If specified, monitoring jobs subtract this time from the end time. For information about using offsets
for scheduling monitoring jobs, see Schedule
Model Quality Monitoring Jobs.public String getEndTimeOffset()
If specified, monitoring jobs subtract this time from the end time. For information about using offsets for scheduling monitoring jobs, see Schedule Model Quality Monitoring Jobs.
public BatchTransformInput withEndTimeOffset(String endTimeOffset)
If specified, monitoring jobs subtract this time from the end time. For information about using offsets for scheduling monitoring jobs, see Schedule Model Quality Monitoring Jobs.
endTimeOffset
- If specified, monitoring jobs subtract this time from the end time. For information about using offsets
for scheduling monitoring jobs, see Schedule
Model Quality Monitoring Jobs.public void setExcludeFeaturesAttribute(String excludeFeaturesAttribute)
The attributes of the input data to exclude from the analysis.
excludeFeaturesAttribute
- The attributes of the input data to exclude from the analysis.public String getExcludeFeaturesAttribute()
The attributes of the input data to exclude from the analysis.
public BatchTransformInput withExcludeFeaturesAttribute(String excludeFeaturesAttribute)
The attributes of the input data to exclude from the analysis.
excludeFeaturesAttribute
- The attributes of the input data to exclude from the analysis.public String toString()
toString
in class Object
Object.toString()
public BatchTransformInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.