@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProcessingInput extends Object implements Serializable, Cloneable, StructuredPojo
The inputs for a processing job. The processing input must specify exactly one of either S3Input
or
DatasetDefinition
types.
Constructor and Description |
---|
ProcessingInput() |
Modifier and Type | Method and Description |
---|---|
ProcessingInput |
clone() |
boolean |
equals(Object obj) |
Boolean |
getAppManaged()
When
True , input operations such as data download are managed natively by the processing job
application. |
DatasetDefinition |
getDatasetDefinition()
Configuration for a Dataset Definition input.
|
String |
getInputName()
The name of the inputs for the processing job.
|
ProcessingS3Input |
getS3Input()
Configuration for processing job inputs in Amazon S3.
|
int |
hashCode() |
Boolean |
isAppManaged()
When
True , input operations such as data download are managed natively by the processing job
application. |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAppManaged(Boolean appManaged)
When
True , input operations such as data download are managed natively by the processing job
application. |
void |
setDatasetDefinition(DatasetDefinition datasetDefinition)
Configuration for a Dataset Definition input.
|
void |
setInputName(String inputName)
The name of the inputs for the processing job.
|
void |
setS3Input(ProcessingS3Input s3Input)
Configuration for processing job inputs in Amazon S3.
|
String |
toString()
Returns a string representation of this object.
|
ProcessingInput |
withAppManaged(Boolean appManaged)
When
True , input operations such as data download are managed natively by the processing job
application. |
ProcessingInput |
withDatasetDefinition(DatasetDefinition datasetDefinition)
Configuration for a Dataset Definition input.
|
ProcessingInput |
withInputName(String inputName)
The name of the inputs for the processing job.
|
ProcessingInput |
withS3Input(ProcessingS3Input s3Input)
Configuration for processing job inputs in Amazon S3.
|
public void setInputName(String inputName)
The name of the inputs for the processing job.
inputName
- The name of the inputs for the processing job.public String getInputName()
The name of the inputs for the processing job.
public ProcessingInput withInputName(String inputName)
The name of the inputs for the processing job.
inputName
- The name of the inputs for the processing job.public void setAppManaged(Boolean appManaged)
When True
, input operations such as data download are managed natively by the processing job
application. When False
(default), input operations are managed by Amazon SageMaker.
appManaged
- When True
, input operations such as data download are managed natively by the processing job
application. When False
(default), input operations are managed by Amazon SageMaker.public Boolean getAppManaged()
When True
, input operations such as data download are managed natively by the processing job
application. When False
(default), input operations are managed by Amazon SageMaker.
True
, input operations such as data download are managed natively by the processing job
application. When False
(default), input operations are managed by Amazon SageMaker.public ProcessingInput withAppManaged(Boolean appManaged)
When True
, input operations such as data download are managed natively by the processing job
application. When False
(default), input operations are managed by Amazon SageMaker.
appManaged
- When True
, input operations such as data download are managed natively by the processing job
application. When False
(default), input operations are managed by Amazon SageMaker.public Boolean isAppManaged()
When True
, input operations such as data download are managed natively by the processing job
application. When False
(default), input operations are managed by Amazon SageMaker.
True
, input operations such as data download are managed natively by the processing job
application. When False
(default), input operations are managed by Amazon SageMaker.public void setS3Input(ProcessingS3Input s3Input)
Configuration for processing job inputs in Amazon S3.
s3Input
- Configuration for processing job inputs in Amazon S3.public ProcessingS3Input getS3Input()
Configuration for processing job inputs in Amazon S3.
public ProcessingInput withS3Input(ProcessingS3Input s3Input)
Configuration for processing job inputs in Amazon S3.
s3Input
- Configuration for processing job inputs in Amazon S3.public void setDatasetDefinition(DatasetDefinition datasetDefinition)
Configuration for a Dataset Definition input.
datasetDefinition
- Configuration for a Dataset Definition input.public DatasetDefinition getDatasetDefinition()
Configuration for a Dataset Definition input.
public ProcessingInput withDatasetDefinition(DatasetDefinition datasetDefinition)
Configuration for a Dataset Definition input.
datasetDefinition
- Configuration for a Dataset Definition input.public String toString()
toString
in class Object
Object.toString()
public ProcessingInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.