aws-native.sagemaker.getFeatureGroup
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:
- Feature
Group stringName The Name of the FeatureGroup.
- Feature
Group stringName The Name of the FeatureGroup.
- feature
Group StringName The Name of the FeatureGroup.
- feature
Group stringName The Name of the FeatureGroup.
- feature_
group_ strname The Name of the FeatureGroup.
- feature
Group StringName The Name of the FeatureGroup.
getFeatureGroup Result
The following output properties are available:
- Feature
Definitions List<Pulumi.Aws Native. Sage Maker. Outputs. Feature Group Feature Definition> An Array of Feature Definition
- Feature
Definitions []FeatureGroup Feature Definition An Array of Feature Definition
- feature
Definitions List<FeatureGroup Feature Definition> An Array of Feature Definition
- feature
Definitions FeatureGroup Feature Definition[] An Array of Feature Definition
- feature_
definitions Sequence[FeatureGroup Feature Definition] An Array of Feature Definition
- feature
Definitions List<Property Map> An Array of Feature Definition
Supporting Types
FeatureGroupFeatureDefinition
FeatureGroupFeatureDefinitionFeatureType
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0