1. Packages
  2. AWS Native
  3. API Docs
  4. sagemaker
  5. getFeatureGroup

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

aws-native.sagemaker.getFeatureGroup

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

    Resource Type definition for AWS::SageMaker::FeatureGroup

    Using getFeatureGroup

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getFeatureGroup(args: GetFeatureGroupArgs, opts?: InvokeOptions): Promise<GetFeatureGroupResult>
    function getFeatureGroupOutput(args: GetFeatureGroupOutputArgs, opts?: InvokeOptions): Output<GetFeatureGroupResult>
    def get_feature_group(feature_group_name: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetFeatureGroupResult
    def get_feature_group_output(feature_group_name: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetFeatureGroupResult]
    func LookupFeatureGroup(ctx *Context, args *LookupFeatureGroupArgs, opts ...InvokeOption) (*LookupFeatureGroupResult, error)
    func LookupFeatureGroupOutput(ctx *Context, args *LookupFeatureGroupOutputArgs, opts ...InvokeOption) LookupFeatureGroupResultOutput

    > Note: This function is named LookupFeatureGroup in the Go SDK.

    public static class GetFeatureGroup 
    {
        public static Task<GetFeatureGroupResult> InvokeAsync(GetFeatureGroupArgs args, InvokeOptions? opts = null)
        public static Output<GetFeatureGroupResult> Invoke(GetFeatureGroupInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetFeatureGroupResult> getFeatureGroup(GetFeatureGroupArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:sagemaker:getFeatureGroup
      arguments:
        # arguments dictionary

    The following arguments are supported:

    FeatureGroupName string
    The Name of the FeatureGroup.
    FeatureGroupName string
    The Name of the FeatureGroup.
    featureGroupName String
    The Name of the FeatureGroup.
    featureGroupName string
    The Name of the FeatureGroup.
    feature_group_name str
    The Name of the FeatureGroup.
    featureGroupName String
    The Name of the FeatureGroup.

    getFeatureGroup Result

    The following output properties are available:

    CreationTime string
    A timestamp of FeatureGroup creation time.
    FeatureDefinitions []FeatureGroupFeatureDefinition
    An Array of Feature Definition
    FeatureGroupStatus string
    The status of the feature group.
    OnlineStoreConfig OnlineStoreConfigProperties
    ThroughputConfig FeatureGroupThroughputConfig
    creationTime String
    A timestamp of FeatureGroup creation time.
    featureDefinitions List<FeatureGroupFeatureDefinition>
    An Array of Feature Definition
    featureGroupStatus String
    The status of the feature group.
    onlineStoreConfig OnlineStoreConfigProperties
    throughputConfig FeatureGroupThroughputConfig
    creationTime string
    A timestamp of FeatureGroup creation time.
    featureDefinitions FeatureGroupFeatureDefinition[]
    An Array of Feature Definition
    featureGroupStatus string
    The status of the feature group.
    onlineStoreConfig OnlineStoreConfigProperties
    throughputConfig FeatureGroupThroughputConfig
    creationTime String
    A timestamp of FeatureGroup creation time.
    featureDefinitions List<Property Map>
    An Array of Feature Definition
    featureGroupStatus String
    The status of the feature group.
    onlineStoreConfig Property Map
    throughputConfig Property Map

    Supporting Types

    FeatureGroupFeatureDefinition

    FeatureGroupFeatureDefinitionFeatureType

    FeatureGroupOnlineStoreSecurityConfig

    KmsKeyId string
    KmsKeyId string
    kmsKeyId String
    kmsKeyId string
    kmsKeyId String

    FeatureGroupStorageType

    FeatureGroupThroughputConfig

    ThroughputMode Pulumi.AwsNative.SageMaker.FeatureGroupThroughputMode
    ProvisionedReadCapacityUnits int
    For provisioned feature groups with online store enabled, this indicates the read throughput you are billed for and can consume without throttling.
    ProvisionedWriteCapacityUnits int
    For provisioned feature groups, this indicates the write throughput you are billed for and can consume without throttling.
    ThroughputMode FeatureGroupThroughputMode
    ProvisionedReadCapacityUnits int
    For provisioned feature groups with online store enabled, this indicates the read throughput you are billed for and can consume without throttling.
    ProvisionedWriteCapacityUnits int
    For provisioned feature groups, this indicates the write throughput you are billed for and can consume without throttling.
    throughputMode FeatureGroupThroughputMode
    provisionedReadCapacityUnits Integer
    For provisioned feature groups with online store enabled, this indicates the read throughput you are billed for and can consume without throttling.
    provisionedWriteCapacityUnits Integer
    For provisioned feature groups, this indicates the write throughput you are billed for and can consume without throttling.
    throughputMode FeatureGroupThroughputMode
    provisionedReadCapacityUnits number
    For provisioned feature groups with online store enabled, this indicates the read throughput you are billed for and can consume without throttling.
    provisionedWriteCapacityUnits number
    For provisioned feature groups, this indicates the write throughput you are billed for and can consume without throttling.
    throughput_mode FeatureGroupThroughputMode
    provisioned_read_capacity_units int
    For provisioned feature groups with online store enabled, this indicates the read throughput you are billed for and can consume without throttling.
    provisioned_write_capacity_units int
    For provisioned feature groups, this indicates the write throughput you are billed for and can consume without throttling.
    throughputMode "OnDemand" | "Provisioned"
    provisionedReadCapacityUnits Number
    For provisioned feature groups with online store enabled, this indicates the read throughput you are billed for and can consume without throttling.
    provisionedWriteCapacityUnits Number
    For provisioned feature groups, this indicates the write throughput you are billed for and can consume without throttling.

    FeatureGroupThroughputMode

    FeatureGroupTtlDuration

    FeatureGroupUnit

    OnlineStoreConfigProperties

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi