@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProcessingResources extends Object implements Serializable, Cloneable, StructuredPojo
Identifies the resources, ML compute instances, and ML storage volumes to deploy for a processing job. In distributed training, you specify more than one instance.
| Constructor and Description | 
|---|
| ProcessingResources() | 
| Modifier and Type | Method and Description | 
|---|---|
| ProcessingResources | clone() | 
| boolean | equals(Object obj) | 
| ProcessingClusterConfig | getClusterConfig()
 The configuration for the resources in a cluster used to run the processing job. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setClusterConfig(ProcessingClusterConfig clusterConfig)
 The configuration for the resources in a cluster used to run the processing job. | 
| String | toString()Returns a string representation of this object. | 
| ProcessingResources | withClusterConfig(ProcessingClusterConfig clusterConfig)
 The configuration for the resources in a cluster used to run the processing job. | 
public void setClusterConfig(ProcessingClusterConfig clusterConfig)
The configuration for the resources in a cluster used to run the processing job.
clusterConfig - The configuration for the resources in a cluster used to run the processing job.public ProcessingClusterConfig getClusterConfig()
The configuration for the resources in a cluster used to run the processing job.
public ProcessingResources withClusterConfig(ProcessingClusterConfig clusterConfig)
The configuration for the resources in a cluster used to run the processing job.
clusterConfig - The configuration for the resources in a cluster used to run the processing job.public String toString()
toString in class ObjectObject.toString()public ProcessingResources clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.