Class BatchTransformInput
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<BatchTransformInput.Builder,- BatchTransformInput> 
Input object for the batch transform job.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionstatic BatchTransformInput.Builderbuilder()final StringThe Amazon S3 location being used to capture the data.final MonitoringDatasetFormatThe dataset format for your batch transform job.final StringIf specified, monitoring jobs subtract this time from the end time.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final StringThe attributes of the input data to exclude from the analysis.final StringThe attributes of the input data that are the input features.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe attribute of the input data that represents the ground truth label.final StringPath to the filesystem where the batch transform data is available to the container.final StringIn a classification problem, the attribute that represents the class probability.final DoubleThe threshold for the class probability to be evaluated as a positive result.Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key.final StringWhether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key.final ProcessingS3InputModeWhether thePipeorFileis used as the input mode for transferring data for the monitoring job.final StringWhether thePipeorFileis used as the input mode for transferring data for the monitoring job.static Class<? extends BatchTransformInput.Builder> final StringIf specified, monitoring jobs substract this time from the start time.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
dataCapturedDestinationS3UriThe Amazon S3 location being used to capture the data. - Returns:
- The Amazon S3 location being used to capture the data.
 
- 
datasetFormatThe dataset format for your batch transform job. - Returns:
- The dataset format for your batch transform job.
 
- 
localPathPath to the filesystem where the batch transform data is available to the container. - Returns:
- Path to the filesystem where the batch transform data is available to the container.
 
- 
s3InputModeWhether the PipeorFileis used as the input mode for transferring data for the monitoring job.Pipemode is recommended for large datasets.Filemode is useful for small files that fit in memory. Defaults toFile.If the service returns an enum value that is not available in the current SDK version, s3InputModewill returnProcessingS3InputMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available froms3InputModeAsString().- Returns:
- Whether the PipeorFileis used as the input mode for transferring data for the monitoring job.Pipemode is recommended for large datasets.Filemode is useful for small files that fit in memory. Defaults toFile.
- See Also:
 
- 
s3InputModeAsStringWhether the PipeorFileis used as the input mode for transferring data for the monitoring job.Pipemode is recommended for large datasets.Filemode is useful for small files that fit in memory. Defaults toFile.If the service returns an enum value that is not available in the current SDK version, s3InputModewill returnProcessingS3InputMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available froms3InputModeAsString().- Returns:
- Whether the PipeorFileis used as the input mode for transferring data for the monitoring job.Pipemode is recommended for large datasets.Filemode is useful for small files that fit in memory. Defaults toFile.
- See Also:
 
- 
s3DataDistributionTypeWhether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Defaults to FullyReplicatedIf the service returns an enum value that is not available in the current SDK version, s3DataDistributionTypewill returnProcessingS3DataDistributionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available froms3DataDistributionTypeAsString().- Returns:
- Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Defaults to
         FullyReplicated
- See Also:
 
- 
s3DataDistributionTypeAsStringWhether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Defaults to FullyReplicatedIf the service returns an enum value that is not available in the current SDK version, s3DataDistributionTypewill returnProcessingS3DataDistributionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available froms3DataDistributionTypeAsString().- Returns:
- Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Defaults to
         FullyReplicated
- See Also:
 
- 
featuresAttributeThe attributes of the input data that are the input features. - Returns:
- The attributes of the input data that are the input features.
 
- 
inferenceAttributeThe attribute of the input data that represents the ground truth label. - Returns:
- The attribute of the input data that represents the ground truth label.
 
- 
probabilityAttributeIn a classification problem, the attribute that represents the class probability. - Returns:
- In a classification problem, the attribute that represents the class probability.
 
- 
probabilityThresholdAttributeThe threshold for the class probability to be evaluated as a positive result. - Returns:
- The threshold for the class probability to be evaluated as a positive result.
 
- 
startTimeOffsetIf 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. - Returns:
- 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.
 
- 
endTimeOffsetIf 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. - Returns:
- 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.
 
- 
excludeFeaturesAttributeThe attributes of the input data to exclude from the analysis. - Returns:
- The attributes of the input data to exclude from the analysis.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<BatchTransformInput.Builder,- BatchTransformInput> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-