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.112.0 published on Wednesday, Jul 24, 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.112.0 published on Wednesday, Jul 24, 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 List<Pulumi.AwsNative.SageMaker.Outputs.FeatureGroupFeatureDefinition>
    An Array of Feature Definition
    FeatureGroupStatus string
    The status of the feature group.
    OnlineStoreConfig Pulumi.AwsNative.SageMaker.Outputs.OnlineStoreConfigProperties
    The configuration of an OnlineStore .
    ThroughputConfig Pulumi.AwsNative.SageMaker.Outputs.FeatureGroupThroughputConfig

    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.

    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
    The configuration of an OnlineStore .
    ThroughputConfig FeatureGroupThroughputConfig

    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.

    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
    The configuration of an OnlineStore .
    throughputConfig FeatureGroupThroughputConfig

    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.

    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
    The configuration of an OnlineStore .
    throughputConfig FeatureGroupThroughputConfig

    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.

    creation_time str
    A timestamp of FeatureGroup creation time.
    feature_definitions Sequence[FeatureGroupFeatureDefinition]
    An Array of Feature Definition
    feature_group_status str
    The status of the feature group.
    online_store_config OnlineStoreConfigProperties
    The configuration of an OnlineStore .
    throughput_config FeatureGroupThroughputConfig

    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.

    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
    The configuration of an OnlineStore .
    throughputConfig Property Map

    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.

    Supporting Types

    FeatureGroupFeatureDefinition

    FeatureName string

    The name of a feature. The type must be a string. FeatureName cannot be any of the following: is_deleted , write_time , api_invocation_time .

    The name:

    • Must start with an alphanumeric character.
    • Can only include alphanumeric characters, underscores, and hyphens. Spaces are not allowed.
    FeatureType Pulumi.AwsNative.SageMaker.FeatureGroupFeatureDefinitionFeatureType
    The value type of a feature. Valid values are Integral, Fractional, or String.
    FeatureName string

    The name of a feature. The type must be a string. FeatureName cannot be any of the following: is_deleted , write_time , api_invocation_time .

    The name:

    • Must start with an alphanumeric character.
    • Can only include alphanumeric characters, underscores, and hyphens. Spaces are not allowed.
    FeatureType FeatureGroupFeatureDefinitionFeatureType
    The value type of a feature. Valid values are Integral, Fractional, or String.
    featureName String

    The name of a feature. The type must be a string. FeatureName cannot be any of the following: is_deleted , write_time , api_invocation_time .

    The name:

    • Must start with an alphanumeric character.
    • Can only include alphanumeric characters, underscores, and hyphens. Spaces are not allowed.
    featureType FeatureGroupFeatureDefinitionFeatureType
    The value type of a feature. Valid values are Integral, Fractional, or String.
    featureName string

    The name of a feature. The type must be a string. FeatureName cannot be any of the following: is_deleted , write_time , api_invocation_time .

    The name:

    • Must start with an alphanumeric character.
    • Can only include alphanumeric characters, underscores, and hyphens. Spaces are not allowed.
    featureType FeatureGroupFeatureDefinitionFeatureType
    The value type of a feature. Valid values are Integral, Fractional, or String.
    feature_name str

    The name of a feature. The type must be a string. FeatureName cannot be any of the following: is_deleted , write_time , api_invocation_time .

    The name:

    • Must start with an alphanumeric character.
    • Can only include alphanumeric characters, underscores, and hyphens. Spaces are not allowed.
    feature_type FeatureGroupFeatureDefinitionFeatureType
    The value type of a feature. Valid values are Integral, Fractional, or String.
    featureName String

    The name of a feature. The type must be a string. FeatureName cannot be any of the following: is_deleted , write_time , api_invocation_time .

    The name:

    • Must start with an alphanumeric character.
    • Can only include alphanumeric characters, underscores, and hyphens. Spaces are not allowed.
    featureType "Integral" | "Fractional" | "String"
    The value type of a feature. Valid values are Integral, Fractional, or String.

    FeatureGroupFeatureDefinitionFeatureType

    FeatureGroupOnlineStoreSecurityConfig

    KmsKeyId string

    The AWS Key Management Service (KMS) key ARN that SageMaker Feature Store uses to encrypt the Amazon S3 objects at rest using Amazon S3 server-side encryption.

    The caller (either user or IAM role) of CreateFeatureGroup must have below permissions to the OnlineStore KmsKeyId :

    • "kms:Encrypt"
    • "kms:Decrypt"
    • "kms:DescribeKey"
    • "kms:CreateGrant"
    • "kms:RetireGrant"
    • "kms:ReEncryptFrom"
    • "kms:ReEncryptTo"
    • "kms:GenerateDataKey"
    • "kms:ListAliases"
    • "kms:ListGrants"
    • "kms:RevokeGrant"

    The caller (either user or IAM role) to all DataPlane operations ( PutRecord , GetRecord , DeleteRecord ) must have the following permissions to the KmsKeyId :

    • "kms:Decrypt"
    KmsKeyId string

    The AWS Key Management Service (KMS) key ARN that SageMaker Feature Store uses to encrypt the Amazon S3 objects at rest using Amazon S3 server-side encryption.

    The caller (either user or IAM role) of CreateFeatureGroup must have below permissions to the OnlineStore KmsKeyId :

    • "kms:Encrypt"
    • "kms:Decrypt"
    • "kms:DescribeKey"
    • "kms:CreateGrant"
    • "kms:RetireGrant"
    • "kms:ReEncryptFrom"
    • "kms:ReEncryptTo"
    • "kms:GenerateDataKey"
    • "kms:ListAliases"
    • "kms:ListGrants"
    • "kms:RevokeGrant"

    The caller (either user or IAM role) to all DataPlane operations ( PutRecord , GetRecord , DeleteRecord ) must have the following permissions to the KmsKeyId :

    • "kms:Decrypt"
    kmsKeyId String

    The AWS Key Management Service (KMS) key ARN that SageMaker Feature Store uses to encrypt the Amazon S3 objects at rest using Amazon S3 server-side encryption.

    The caller (either user or IAM role) of CreateFeatureGroup must have below permissions to the OnlineStore KmsKeyId :

    • "kms:Encrypt"
    • "kms:Decrypt"
    • "kms:DescribeKey"
    • "kms:CreateGrant"
    • "kms:RetireGrant"
    • "kms:ReEncryptFrom"
    • "kms:ReEncryptTo"
    • "kms:GenerateDataKey"
    • "kms:ListAliases"
    • "kms:ListGrants"
    • "kms:RevokeGrant"

    The caller (either user or IAM role) to all DataPlane operations ( PutRecord , GetRecord , DeleteRecord ) must have the following permissions to the KmsKeyId :

    • "kms:Decrypt"
    kmsKeyId string

    The AWS Key Management Service (KMS) key ARN that SageMaker Feature Store uses to encrypt the Amazon S3 objects at rest using Amazon S3 server-side encryption.

    The caller (either user or IAM role) of CreateFeatureGroup must have below permissions to the OnlineStore KmsKeyId :

    • "kms:Encrypt"
    • "kms:Decrypt"
    • "kms:DescribeKey"
    • "kms:CreateGrant"
    • "kms:RetireGrant"
    • "kms:ReEncryptFrom"
    • "kms:ReEncryptTo"
    • "kms:GenerateDataKey"
    • "kms:ListAliases"
    • "kms:ListGrants"
    • "kms:RevokeGrant"

    The caller (either user or IAM role) to all DataPlane operations ( PutRecord , GetRecord , DeleteRecord ) must have the following permissions to the KmsKeyId :

    • "kms:Decrypt"
    kms_key_id str

    The AWS Key Management Service (KMS) key ARN that SageMaker Feature Store uses to encrypt the Amazon S3 objects at rest using Amazon S3 server-side encryption.

    The caller (either user or IAM role) of CreateFeatureGroup must have below permissions to the OnlineStore KmsKeyId :

    • "kms:Encrypt"
    • "kms:Decrypt"
    • "kms:DescribeKey"
    • "kms:CreateGrant"
    • "kms:RetireGrant"
    • "kms:ReEncryptFrom"
    • "kms:ReEncryptTo"
    • "kms:GenerateDataKey"
    • "kms:ListAliases"
    • "kms:ListGrants"
    • "kms:RevokeGrant"

    The caller (either user or IAM role) to all DataPlane operations ( PutRecord , GetRecord , DeleteRecord ) must have the following permissions to the KmsKeyId :

    • "kms:Decrypt"
    kmsKeyId String

    The AWS Key Management Service (KMS) key ARN that SageMaker Feature Store uses to encrypt the Amazon S3 objects at rest using Amazon S3 server-side encryption.

    The caller (either user or IAM role) of CreateFeatureGroup must have below permissions to the OnlineStore KmsKeyId :

    • "kms:Encrypt"
    • "kms:Decrypt"
    • "kms:DescribeKey"
    • "kms:CreateGrant"
    • "kms:RetireGrant"
    • "kms:ReEncryptFrom"
    • "kms:ReEncryptTo"
    • "kms:GenerateDataKey"
    • "kms:ListAliases"
    • "kms:ListGrants"
    • "kms:RevokeGrant"

    The caller (either user or IAM role) to all DataPlane operations ( PutRecord , GetRecord , DeleteRecord ) must have the following permissions to the KmsKeyId :

    • "kms:Decrypt"

    FeatureGroupStorageType

    FeatureGroupThroughputConfig

    ThroughputMode Pulumi.AwsNative.SageMaker.FeatureGroupThroughputMode
    The mode used for your feature group throughput: ON_DEMAND or PROVISIONED .
    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
    The mode used for your feature group throughput: ON_DEMAND or PROVISIONED .
    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
    The mode used for your feature group throughput: ON_DEMAND or PROVISIONED .
    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
    The mode used for your feature group throughput: ON_DEMAND or 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.
    throughput_mode FeatureGroupThroughputMode
    The mode used for your feature group throughput: ON_DEMAND or PROVISIONED .
    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"
    The mode used for your feature group throughput: ON_DEMAND or 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

    Unit Pulumi.AwsNative.SageMaker.FeatureGroupUnit
    TtlDuration time unit.
    Value int
    TtlDuration time value.
    Unit FeatureGroupUnit
    TtlDuration time unit.
    Value int
    TtlDuration time value.
    unit FeatureGroupUnit
    TtlDuration time unit.
    value Integer
    TtlDuration time value.
    unit FeatureGroupUnit
    TtlDuration time unit.
    value number
    TtlDuration time value.
    unit FeatureGroupUnit
    TtlDuration time unit.
    value int
    TtlDuration time value.
    unit "Seconds" | "Minutes" | "Hours" | "Days" | "Weeks"
    TtlDuration time unit.
    value Number
    TtlDuration time value.

    FeatureGroupUnit

    OnlineStoreConfigProperties

    EnableOnlineStore bool

    Turn OnlineStore off by specifying False for the EnableOnlineStore flag. Turn OnlineStore on by specifying True for the EnableOnlineStore flag.

    The default value is False .

    SecurityConfig Pulumi.AwsNative.SageMaker.Inputs.FeatureGroupOnlineStoreSecurityConfig
    Use to specify KMS Key ID ( KMSKeyId ) for at-rest encryption of your OnlineStore .
    StorageType Pulumi.AwsNative.SageMaker.FeatureGroupStorageType
    Option for different tiers of low latency storage for real-time data retrieval.

    • Standard : A managed low latency data store for feature groups.
    • InMemory : A managed data store for feature groups that supports very low latency retrieval.
    TtlDuration Pulumi.AwsNative.SageMaker.Inputs.FeatureGroupTtlDuration
    Time to live duration, where the record is hard deleted after the expiration time is reached; ExpiresAt = EventTime + TtlDuration . For information on HardDelete, see the DeleteRecord API in the Amazon SageMaker API Reference guide.
    EnableOnlineStore bool

    Turn OnlineStore off by specifying False for the EnableOnlineStore flag. Turn OnlineStore on by specifying True for the EnableOnlineStore flag.

    The default value is False .

    SecurityConfig FeatureGroupOnlineStoreSecurityConfig
    Use to specify KMS Key ID ( KMSKeyId ) for at-rest encryption of your OnlineStore .
    StorageType FeatureGroupStorageType
    Option for different tiers of low latency storage for real-time data retrieval.

    • Standard : A managed low latency data store for feature groups.
    • InMemory : A managed data store for feature groups that supports very low latency retrieval.
    TtlDuration FeatureGroupTtlDuration
    Time to live duration, where the record is hard deleted after the expiration time is reached; ExpiresAt = EventTime + TtlDuration . For information on HardDelete, see the DeleteRecord API in the Amazon SageMaker API Reference guide.
    enableOnlineStore Boolean

    Turn OnlineStore off by specifying False for the EnableOnlineStore flag. Turn OnlineStore on by specifying True for the EnableOnlineStore flag.

    The default value is False .

    securityConfig FeatureGroupOnlineStoreSecurityConfig
    Use to specify KMS Key ID ( KMSKeyId ) for at-rest encryption of your OnlineStore .
    storageType FeatureGroupStorageType
    Option for different tiers of low latency storage for real-time data retrieval.

    • Standard : A managed low latency data store for feature groups.
    • InMemory : A managed data store for feature groups that supports very low latency retrieval.
    ttlDuration FeatureGroupTtlDuration
    Time to live duration, where the record is hard deleted after the expiration time is reached; ExpiresAt = EventTime + TtlDuration . For information on HardDelete, see the DeleteRecord API in the Amazon SageMaker API Reference guide.
    enableOnlineStore boolean

    Turn OnlineStore off by specifying False for the EnableOnlineStore flag. Turn OnlineStore on by specifying True for the EnableOnlineStore flag.

    The default value is False .

    securityConfig FeatureGroupOnlineStoreSecurityConfig
    Use to specify KMS Key ID ( KMSKeyId ) for at-rest encryption of your OnlineStore .
    storageType FeatureGroupStorageType
    Option for different tiers of low latency storage for real-time data retrieval.

    • Standard : A managed low latency data store for feature groups.
    • InMemory : A managed data store for feature groups that supports very low latency retrieval.
    ttlDuration FeatureGroupTtlDuration
    Time to live duration, where the record is hard deleted after the expiration time is reached; ExpiresAt = EventTime + TtlDuration . For information on HardDelete, see the DeleteRecord API in the Amazon SageMaker API Reference guide.
    enable_online_store bool

    Turn OnlineStore off by specifying False for the EnableOnlineStore flag. Turn OnlineStore on by specifying True for the EnableOnlineStore flag.

    The default value is False .

    security_config FeatureGroupOnlineStoreSecurityConfig
    Use to specify KMS Key ID ( KMSKeyId ) for at-rest encryption of your OnlineStore .
    storage_type FeatureGroupStorageType
    Option for different tiers of low latency storage for real-time data retrieval.

    • Standard : A managed low latency data store for feature groups.
    • InMemory : A managed data store for feature groups that supports very low latency retrieval.
    ttl_duration FeatureGroupTtlDuration
    Time to live duration, where the record is hard deleted after the expiration time is reached; ExpiresAt = EventTime + TtlDuration . For information on HardDelete, see the DeleteRecord API in the Amazon SageMaker API Reference guide.
    enableOnlineStore Boolean

    Turn OnlineStore off by specifying False for the EnableOnlineStore flag. Turn OnlineStore on by specifying True for the EnableOnlineStore flag.

    The default value is False .

    securityConfig Property Map
    Use to specify KMS Key ID ( KMSKeyId ) for at-rest encryption of your OnlineStore .
    storageType "Standard" | "InMemory"
    Option for different tiers of low latency storage for real-time data retrieval.

    • Standard : A managed low latency data store for feature groups.
    • InMemory : A managed data store for feature groups that supports very low latency retrieval.
    ttlDuration Property Map
    Time to live duration, where the record is hard deleted after the expiration time is reached; ExpiresAt = EventTime + TtlDuration . For information on HardDelete, see the DeleteRecord API in the Amazon SageMaker API Reference guide.

    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.112.0 published on Wednesday, Jul 24, 2024 by Pulumi