Struct aws_sdk_sagemaker::model::tensor_board_app_settings::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for TensorBoardAppSettings
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn default_resource_spec(self, input: ResourceSpec) -> Self
pub fn default_resource_spec(self, input: ResourceSpec) -> Self
The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
sourcepub fn set_default_resource_spec(self, input: Option<ResourceSpec>) -> Self
pub fn set_default_resource_spec(self, input: Option<ResourceSpec>) -> Self
The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
sourcepub fn build(self) -> TensorBoardAppSettings
pub fn build(self) -> TensorBoardAppSettings
Consumes the builder and constructs a TensorBoardAppSettings
.