@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ClusterInstancePlacement extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the placement details for the node in the SageMaker HyperPod cluster, including the Availability Zone and the unique identifier (ID) of the Availability Zone.
Constructor and Description |
---|
ClusterInstancePlacement() |
Modifier and Type | Method and Description |
---|---|
ClusterInstancePlacement |
clone() |
boolean |
equals(Object obj) |
String |
getAvailabilityZone()
The Availability Zone where the node in the SageMaker HyperPod cluster is launched.
|
String |
getAvailabilityZoneId()
The unique identifier (ID) of the Availability Zone where the node in the SageMaker HyperPod cluster is launched.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAvailabilityZone(String availabilityZone)
The Availability Zone where the node in the SageMaker HyperPod cluster is launched.
|
void |
setAvailabilityZoneId(String availabilityZoneId)
The unique identifier (ID) of the Availability Zone where the node in the SageMaker HyperPod cluster is launched.
|
String |
toString()
Returns a string representation of this object.
|
ClusterInstancePlacement |
withAvailabilityZone(String availabilityZone)
The Availability Zone where the node in the SageMaker HyperPod cluster is launched.
|
ClusterInstancePlacement |
withAvailabilityZoneId(String availabilityZoneId)
The unique identifier (ID) of the Availability Zone where the node in the SageMaker HyperPod cluster is launched.
|
public void setAvailabilityZone(String availabilityZone)
The Availability Zone where the node in the SageMaker HyperPod cluster is launched.
availabilityZone
- The Availability Zone where the node in the SageMaker HyperPod cluster is launched.public String getAvailabilityZone()
The Availability Zone where the node in the SageMaker HyperPod cluster is launched.
public ClusterInstancePlacement withAvailabilityZone(String availabilityZone)
The Availability Zone where the node in the SageMaker HyperPod cluster is launched.
availabilityZone
- The Availability Zone where the node in the SageMaker HyperPod cluster is launched.public void setAvailabilityZoneId(String availabilityZoneId)
The unique identifier (ID) of the Availability Zone where the node in the SageMaker HyperPod cluster is launched.
availabilityZoneId
- The unique identifier (ID) of the Availability Zone where the node in the SageMaker HyperPod cluster is
launched.public String getAvailabilityZoneId()
The unique identifier (ID) of the Availability Zone where the node in the SageMaker HyperPod cluster is launched.
public ClusterInstancePlacement withAvailabilityZoneId(String availabilityZoneId)
The unique identifier (ID) of the Availability Zone where the node in the SageMaker HyperPod cluster is launched.
availabilityZoneId
- The unique identifier (ID) of the Availability Zone where the node in the SageMaker HyperPod cluster is
launched.public String toString()
toString
in class Object
Object.toString()
public ClusterInstancePlacement clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.