Struct aws_sdk_personalize::input::CreateDatasetGroupInput [−][src]
#[non_exhaustive]pub struct CreateDatasetGroupInput {
pub name: Option<String>,
pub role_arn: Option<String>,
pub kms_key_arn: Option<String>,
pub domain: Option<Domain>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.name: Option<String>The name for the new dataset group.
role_arn: Option<String>The ARN of the Identity and Access Management (IAM) role that has permissions to access the Key Management Service (KMS) key. Supplying an IAM role is only valid when also specifying a KMS key.
kms_key_arn: Option<String>The Amazon Resource Name (ARN) of a Key Management Service (KMS) key used to encrypt the datasets.
domain: Option<Domain>The domain of the dataset group. Specify a domain to create a Domain dataset group. The domain you specify determines the default schemas for datasets and the use cases available for recommenders. If you don't specify a domain, you create a Custom dataset group with solution versions that you deploy with a campaign.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateDatasetGroup, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateDatasetGroup, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateDatasetGroup>
Creates a new builder-style object to manufacture CreateDatasetGroupInput
The ARN of the Identity and Access Management (IAM) role that has permissions to access the Key Management Service (KMS) key. Supplying an IAM role is only valid when also specifying a KMS key.
The Amazon Resource Name (ARN) of a Key Management Service (KMS) key used to encrypt the datasets.
The domain of the dataset group. Specify a domain to create a Domain dataset group. The domain you specify determines the default schemas for datasets and the use cases available for recommenders. If you don't specify a domain, you create a Custom dataset group with solution versions that you deploy with a campaign.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for CreateDatasetGroupInput
impl Send for CreateDatasetGroupInput
impl Sync for CreateDatasetGroupInput
impl Unpin for CreateDatasetGroupInput
impl UnwindSafe for CreateDatasetGroupInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
