#[non_exhaustive]pub struct DistributeDatasetEntriesInput { /* private fields */ }Implementations
sourceimpl DistributeDatasetEntriesInput
impl DistributeDatasetEntriesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DistributeDatasetEntries, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DistributeDatasetEntries, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DistributeDatasetEntries>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DistributeDatasetEntriesInput.
sourceimpl DistributeDatasetEntriesInput
impl DistributeDatasetEntriesInput
sourcepub fn datasets(&self) -> Option<&[DistributeDataset]>
pub fn datasets(&self) -> Option<&[DistributeDataset]>
The ARNS for the training dataset and test dataset that you want to use. The datasets must belong to the same project. The test dataset must be empty.
Trait Implementations
sourceimpl Clone for DistributeDatasetEntriesInput
impl Clone for DistributeDatasetEntriesInput
sourcefn clone(&self) -> DistributeDatasetEntriesInput
fn clone(&self) -> DistributeDatasetEntriesInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DistributeDatasetEntriesInput
impl Debug for DistributeDatasetEntriesInput
sourceimpl PartialEq<DistributeDatasetEntriesInput> for DistributeDatasetEntriesInput
impl PartialEq<DistributeDatasetEntriesInput> for DistributeDatasetEntriesInput
sourcefn eq(&self, other: &DistributeDatasetEntriesInput) -> bool
fn eq(&self, other: &DistributeDatasetEntriesInput) -> bool
impl StructuralPartialEq for DistributeDatasetEntriesInput
Auto Trait Implementations
impl RefUnwindSafe for DistributeDatasetEntriesInput
impl Send for DistributeDatasetEntriesInput
impl Sync for DistributeDatasetEntriesInput
impl Unpin for DistributeDatasetEntriesInput
impl UnwindSafe for DistributeDatasetEntriesInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more