FeatureGroup

class FeatureGroup : KotlinCustomResource

Resource Type definition for AWS::SageMaker::FeatureGroup

Properties

Link copied to clipboard
val creationTime: Output<String>

A timestamp of FeatureGroup creation time.

Link copied to clipboard
val description: Output<String>?

Description about the FeatureGroup.

Link copied to clipboard

The Event Time Feature Name.

Link copied to clipboard

An Array of Feature Definition

Link copied to clipboard

The Name of the FeatureGroup.

Link copied to clipboard

The status of the feature group.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

The configuration of an OfflineStore .

Link copied to clipboard

The configuration of an OnlineStore .

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The Record Identifier Feature Name.

Link copied to clipboard
val roleArn: Output<String>?

Role Arn

Link copied to clipboard
val tags: Output<List<CreateOnlyTag>>?

An array of key-value pair to apply to this resource.

Link copied to clipboard

Used to set feature group throughput configuration. There are two modes: ON_DEMAND and PROVISIONED . With on-demand mode, you are charged for data reads and writes that your application performs on your feature group. You do not need to specify read and write throughput because Feature Store accommodates your workloads as they ramp up and down. You can switch a feature group to on-demand only once in a 24 hour period. With provisioned throughput mode, you specify the read and write capacity per second that you expect your application to require, and you are billed based on those limits. Exceeding provisioned throughput will result in your requests being throttled. Note: PROVISIONED throughput mode is supported only for feature groups that are offline-only, or use the Standard tier online store.

Link copied to clipboard
val urn: Output<String>