Struct aws_sdk_sagemaker::model::metadata_properties::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for MetadataProperties
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_commit_id(self, input: Option<String>) -> Self
pub fn set_commit_id(self, input: Option<String>) -> Self
The commit ID.
sourcepub fn repository(self, input: impl Into<String>) -> Self
pub fn repository(self, input: impl Into<String>) -> Self
The repository.
sourcepub fn set_repository(self, input: Option<String>) -> Self
pub fn set_repository(self, input: Option<String>) -> Self
The repository.
sourcepub fn generated_by(self, input: impl Into<String>) -> Self
pub fn generated_by(self, input: impl Into<String>) -> Self
The entity this entity was generated by.
sourcepub fn set_generated_by(self, input: Option<String>) -> Self
pub fn set_generated_by(self, input: Option<String>) -> Self
The entity this entity was generated by.
sourcepub fn project_id(self, input: impl Into<String>) -> Self
pub fn project_id(self, input: impl Into<String>) -> Self
The project ID.
sourcepub fn set_project_id(self, input: Option<String>) -> Self
pub fn set_project_id(self, input: Option<String>) -> Self
The project ID.
sourcepub fn build(self) -> MetadataProperties
pub fn build(self) -> MetadataProperties
Consumes the builder and constructs a MetadataProperties
.