| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeFeatureGroupResult |
AbstractAmazonSageMaker.describeFeatureGroup(DescribeFeatureGroupRequest request) |
DescribeFeatureGroupResult |
AmazonSageMakerClient.describeFeatureGroup(DescribeFeatureGroupRequest request)
Use this operation to describe a
FeatureGroup. |
DescribeFeatureGroupResult |
AmazonSageMaker.describeFeatureGroup(DescribeFeatureGroupRequest describeFeatureGroupRequest)
Use this operation to describe a
FeatureGroup. |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeFeatureGroupResult> |
AmazonSageMakerAsyncClient.describeFeatureGroupAsync(DescribeFeatureGroupRequest request,
AsyncHandler<DescribeFeatureGroupRequest,DescribeFeatureGroupResult> asyncHandler) |
Future<DescribeFeatureGroupResult> |
AmazonSageMakerAsync.describeFeatureGroupAsync(DescribeFeatureGroupRequest describeFeatureGroupRequest,
AsyncHandler<DescribeFeatureGroupRequest,DescribeFeatureGroupResult> asyncHandler)
Use this operation to describe a
FeatureGroup. |
Future<DescribeFeatureGroupResult> |
AbstractAmazonSageMakerAsync.describeFeatureGroupAsync(DescribeFeatureGroupRequest request,
AsyncHandler<DescribeFeatureGroupRequest,DescribeFeatureGroupResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeFeatureGroupResult |
DescribeFeatureGroupResult.clone() |
DescribeFeatureGroupResult |
DescribeFeatureGroupResult.withCreationTime(Date creationTime)
A timestamp indicating when SageMaker created the
FeatureGroup. |
DescribeFeatureGroupResult |
DescribeFeatureGroupResult.withDescription(String description)
A free form description of the feature group.
|
DescribeFeatureGroupResult |
DescribeFeatureGroupResult.withEventTimeFeatureName(String eventTimeFeatureName)
The name of the feature that stores the
EventTime of a Record in a FeatureGroup. |
DescribeFeatureGroupResult |
DescribeFeatureGroupResult.withFailureReason(String failureReason)
The reason that the
FeatureGroup failed to be replicated in the OfflineStore. |
DescribeFeatureGroupResult |
DescribeFeatureGroupResult.withFeatureDefinitions(Collection<FeatureDefinition> featureDefinitions)
A list of the
Features in the FeatureGroup. |
DescribeFeatureGroupResult |
DescribeFeatureGroupResult.withFeatureDefinitions(FeatureDefinition... featureDefinitions)
A list of the
Features in the FeatureGroup. |
DescribeFeatureGroupResult |
DescribeFeatureGroupResult.withFeatureGroupArn(String featureGroupArn)
The Amazon Resource Name (ARN) of the
FeatureGroup. |
DescribeFeatureGroupResult |
DescribeFeatureGroupResult.withFeatureGroupName(String featureGroupName)
he name of the
FeatureGroup. |
DescribeFeatureGroupResult |
DescribeFeatureGroupResult.withFeatureGroupStatus(FeatureGroupStatus featureGroupStatus)
The status of the feature group.
|
DescribeFeatureGroupResult |
DescribeFeatureGroupResult.withFeatureGroupStatus(String featureGroupStatus)
The status of the feature group.
|
DescribeFeatureGroupResult |
DescribeFeatureGroupResult.withNextToken(String nextToken)
A token to resume pagination of the list of
Features (FeatureDefinitions). |
DescribeFeatureGroupResult |
DescribeFeatureGroupResult.withOfflineStoreConfig(OfflineStoreConfig offlineStoreConfig)
The configuration of the
OfflineStore, inducing the S3 location of the OfflineStore,
Amazon Web Services Glue or Amazon Web Services Hive data catalogue configurations, and the security
configuration. |
DescribeFeatureGroupResult |
DescribeFeatureGroupResult.withOfflineStoreStatus(OfflineStoreStatus offlineStoreStatus)
The status of the
OfflineStore. |
DescribeFeatureGroupResult |
DescribeFeatureGroupResult.withOnlineStoreConfig(OnlineStoreConfig onlineStoreConfig)
The configuration for the
OnlineStore. |
DescribeFeatureGroupResult |
DescribeFeatureGroupResult.withRecordIdentifierFeatureName(String recordIdentifierFeatureName)
The name of the
Feature used for RecordIdentifier, whose value uniquely identifies a
record stored in the feature store. |
DescribeFeatureGroupResult |
DescribeFeatureGroupResult.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM execution role used to persist data into the
OfflineStore
if an OfflineStoreConfig is provided. |
Copyright © 2022. All rights reserved.