@Generated(value="software.amazon.awssdk:codegen") public final class BatchTransformInput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchTransformInput.Builder,BatchTransformInput>
Input object for the batch transform job.
Modifier and Type | Class and Description |
---|---|
static interface |
BatchTransformInput.Builder |
Modifier and Type | Method and Description |
---|---|
static BatchTransformInput.Builder |
builder() |
String |
dataCapturedDestinationS3Uri()
The Amazon S3 location being used to capture the data.
|
MonitoringDatasetFormat |
datasetFormat()
The dataset format for your batch transform job.
|
String |
endTimeOffset()
If specified, monitoring jobs substract this time from the end time.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
featuresAttribute()
The attributes of the input data that are the input features.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
inferenceAttribute()
The attribute of the input data that represents the ground truth label.
|
String |
localPath()
Path to the filesystem where the batch transform data is available to the container.
|
String |
probabilityAttribute()
In a classification problem, the attribute that represents the class probability.
|
Double |
probabilityThresholdAttribute()
The threshold for the class probability to be evaluated as a positive result.
|
ProcessingS3DataDistributionType |
s3DataDistributionType()
Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key.
|
String |
s3DataDistributionTypeAsString()
Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key.
|
ProcessingS3InputMode |
s3InputMode()
Whether the
Pipe or File is used as the input mode for transferring data for the
monitoring job. |
String |
s3InputModeAsString()
Whether the
Pipe or File is used as the input mode for transferring data for the
monitoring job. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchTransformInput.Builder> |
serializableBuilderClass() |
String |
startTimeOffset()
If specified, monitoring jobs substract this time from the start time.
|
BatchTransformInput.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String dataCapturedDestinationS3Uri()
The Amazon S3 location being used to capture the data.
public final MonitoringDatasetFormat datasetFormat()
The dataset format for your batch transform job.
public final String localPath()
Path to the filesystem where the batch transform data is available to the container.
public final 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
.
If the service returns an enum value that is not available in the current SDK version, s3InputMode
will
return ProcessingS3InputMode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from s3InputModeAsString()
.
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 final String s3InputModeAsString()
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
.
If the service returns an enum value that is not available in the current SDK version, s3InputMode
will
return ProcessingS3InputMode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from s3InputModeAsString()
.
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 final ProcessingS3DataDistributionType s3DataDistributionType()
Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Defaults to
FullyReplicated
If the service returns an enum value that is not available in the current SDK version,
s3DataDistributionType
will return ProcessingS3DataDistributionType.UNKNOWN_TO_SDK_VERSION
. The
raw value returned by the service is available from s3DataDistributionTypeAsString()
.
FullyReplicated
ProcessingS3DataDistributionType
public final String s3DataDistributionTypeAsString()
Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Defaults to
FullyReplicated
If the service returns an enum value that is not available in the current SDK version,
s3DataDistributionType
will return ProcessingS3DataDistributionType.UNKNOWN_TO_SDK_VERSION
. The
raw value returned by the service is available from s3DataDistributionTypeAsString()
.
FullyReplicated
ProcessingS3DataDistributionType
public final String featuresAttribute()
The attributes of the input data that are the input features.
public final String inferenceAttribute()
The attribute of the input data that represents the ground truth label.
public final String probabilityAttribute()
In a classification problem, the attribute that represents the class probability.
public final Double probabilityThresholdAttribute()
The threshold for the class probability to be evaluated as a positive result.
public final 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.
public final String endTimeOffset()
If specified, monitoring jobs substract this time from the end time. For information about using offsets for scheduling monitoring jobs, see Schedule Model Quality Monitoring Jobs.
public BatchTransformInput.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<BatchTransformInput.Builder,BatchTransformInput>
public static BatchTransformInput.Builder builder()
public static Class<? extends BatchTransformInput.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.