Struct aws_sdk_lookoutvision::operation::describe_dataset::builders::DescribeDatasetInputBuilder
source · #[non_exhaustive]pub struct DescribeDatasetInputBuilder { /* private fields */ }Expand description
A builder for DescribeDatasetInput.
Implementations§
source§impl DescribeDatasetInputBuilder
impl DescribeDatasetInputBuilder
sourcepub fn project_name(self, input: impl Into<String>) -> Self
pub fn project_name(self, input: impl Into<String>) -> Self
The name of the project that contains the dataset that you want to describe.
This field is required.sourcepub fn set_project_name(self, input: Option<String>) -> Self
pub fn set_project_name(self, input: Option<String>) -> Self
The name of the project that contains the dataset that you want to describe.
sourcepub fn get_project_name(&self) -> &Option<String>
pub fn get_project_name(&self) -> &Option<String>
The name of the project that contains the dataset that you want to describe.
sourcepub fn dataset_type(self, input: impl Into<String>) -> Self
pub fn dataset_type(self, input: impl Into<String>) -> Self
The type of the dataset to describe. Specify train to describe the training dataset. Specify test to describe the test dataset. If you have a single dataset project, specify train
sourcepub fn set_dataset_type(self, input: Option<String>) -> Self
pub fn set_dataset_type(self, input: Option<String>) -> Self
The type of the dataset to describe. Specify train to describe the training dataset. Specify test to describe the test dataset. If you have a single dataset project, specify train
sourcepub fn get_dataset_type(&self) -> &Option<String>
pub fn get_dataset_type(&self) -> &Option<String>
The type of the dataset to describe. Specify train to describe the training dataset. Specify test to describe the test dataset. If you have a single dataset project, specify train
sourcepub fn build(self) -> Result<DescribeDatasetInput, BuildError>
pub fn build(self) -> Result<DescribeDatasetInput, BuildError>
Consumes the builder and constructs a DescribeDatasetInput.
source§impl DescribeDatasetInputBuilder
impl DescribeDatasetInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DescribeDatasetOutput, SdkError<DescribeDatasetError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DescribeDatasetOutput, SdkError<DescribeDatasetError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DescribeDatasetInputBuilder
impl Clone for DescribeDatasetInputBuilder
source§fn clone(&self) -> DescribeDatasetInputBuilder
fn clone(&self) -> DescribeDatasetInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for DescribeDatasetInputBuilder
impl Debug for DescribeDatasetInputBuilder
source§impl Default for DescribeDatasetInputBuilder
impl Default for DescribeDatasetInputBuilder
source§fn default() -> DescribeDatasetInputBuilder
fn default() -> DescribeDatasetInputBuilder
source§impl PartialEq for DescribeDatasetInputBuilder
impl PartialEq for DescribeDatasetInputBuilder
source§fn eq(&self, other: &DescribeDatasetInputBuilder) -> bool
fn eq(&self, other: &DescribeDatasetInputBuilder) -> bool
self and other values to be equal, and is used
by ==.