@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TensorBoardAppSettings extends Object implements Serializable, Cloneable, StructuredPojo
The TensorBoard app settings.
| Constructor and Description |
|---|
TensorBoardAppSettings() |
| Modifier and Type | Method and Description |
|---|---|
TensorBoardAppSettings |
clone() |
boolean |
equals(Object obj) |
ResourceSpec |
getDefaultResourceSpec()
The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDefaultResourceSpec(ResourceSpec defaultResourceSpec)
The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
|
String |
toString()
Returns a string representation of this object.
|
TensorBoardAppSettings |
withDefaultResourceSpec(ResourceSpec defaultResourceSpec)
The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
|
public void setDefaultResourceSpec(ResourceSpec defaultResourceSpec)
The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
defaultResourceSpec - The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the
instance.public ResourceSpec getDefaultResourceSpec()
The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
public TensorBoardAppSettings withDefaultResourceSpec(ResourceSpec defaultResourceSpec)
The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
defaultResourceSpec - The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the
instance.public String toString()
toString in class ObjectObject.toString()public TensorBoardAppSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.