Struct aws_sdk_sagemaker::types::TensorBoardAppSettings
source · #[non_exhaustive]pub struct TensorBoardAppSettings { /* private fields */ }
Expand description
The TensorBoard app settings.
Implementations§
source§impl TensorBoardAppSettings
impl TensorBoardAppSettings
sourcepub fn default_resource_spec(&self) -> Option<&ResourceSpec>
pub fn default_resource_spec(&self) -> Option<&ResourceSpec>
The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
source§impl TensorBoardAppSettings
impl TensorBoardAppSettings
sourcepub fn builder() -> TensorBoardAppSettingsBuilder
pub fn builder() -> TensorBoardAppSettingsBuilder
Creates a new builder-style object to manufacture TensorBoardAppSettings
.
Trait Implementations§
source§impl Clone for TensorBoardAppSettings
impl Clone for TensorBoardAppSettings
source§fn clone(&self) -> TensorBoardAppSettings
fn clone(&self) -> TensorBoardAppSettings
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for TensorBoardAppSettings
impl Debug for TensorBoardAppSettings
source§impl PartialEq<TensorBoardAppSettings> for TensorBoardAppSettings
impl PartialEq<TensorBoardAppSettings> for TensorBoardAppSettings
source§fn eq(&self, other: &TensorBoardAppSettings) -> bool
fn eq(&self, other: &TensorBoardAppSettings) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.