Versions in this module Expand all Collapse all v1 v1.48.2 Nov 21, 2023 Changes in this version + const DeletionModeHardDelete + const DeletionModeSoftDelete + const EndpointsID + const ErrCodeAccessForbidden + const ErrCodeInternalFailure + const ErrCodeResourceNotFound + const ErrCodeServiceUnavailable + const ErrCodeValidationError + const ExpirationTimeResponseDisabled + const ExpirationTimeResponseEnabled + const ServiceID + const ServiceName + const TargetStoreOfflineStore + const TargetStoreOnlineStore + const TtlDurationUnitDays + const TtlDurationUnitHours + const TtlDurationUnitMinutes + const TtlDurationUnitSeconds + const TtlDurationUnitWeeks + func DeletionMode_Values() []string + func ExpirationTimeResponse_Values() []string + func TargetStore_Values() []string + func TtlDurationUnit_Values() []string + type AccessForbidden struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *AccessForbidden) Code() string + func (s *AccessForbidden) Error() string + func (s *AccessForbidden) Message() string + func (s *AccessForbidden) OrigErr() error + func (s *AccessForbidden) RequestID() string + func (s *AccessForbidden) StatusCode() int + func (s AccessForbidden) GoString() string + func (s AccessForbidden) String() string + type BatchGetRecordError struct + ErrorCode *string + ErrorMessage *string + FeatureGroupName *string + RecordIdentifierValueAsString *string + func (s *BatchGetRecordError) SetErrorCode(v string) *BatchGetRecordError + func (s *BatchGetRecordError) SetErrorMessage(v string) *BatchGetRecordError + func (s *BatchGetRecordError) SetFeatureGroupName(v string) *BatchGetRecordError + func (s *BatchGetRecordError) SetRecordIdentifierValueAsString(v string) *BatchGetRecordError + func (s BatchGetRecordError) GoString() string + func (s BatchGetRecordError) String() string + type BatchGetRecordIdentifier struct + FeatureGroupName *string + FeatureNames []*string + RecordIdentifiersValueAsString []*string + func (s *BatchGetRecordIdentifier) SetFeatureGroupName(v string) *BatchGetRecordIdentifier + func (s *BatchGetRecordIdentifier) SetFeatureNames(v []*string) *BatchGetRecordIdentifier + func (s *BatchGetRecordIdentifier) SetRecordIdentifiersValueAsString(v []*string) *BatchGetRecordIdentifier + func (s *BatchGetRecordIdentifier) Validate() error + func (s BatchGetRecordIdentifier) GoString() string + func (s BatchGetRecordIdentifier) String() string + type BatchGetRecordInput struct + ExpirationTimeResponse *string + Identifiers []*BatchGetRecordIdentifier + func (s *BatchGetRecordInput) SetExpirationTimeResponse(v string) *BatchGetRecordInput + func (s *BatchGetRecordInput) SetIdentifiers(v []*BatchGetRecordIdentifier) *BatchGetRecordInput + func (s *BatchGetRecordInput) Validate() error + func (s BatchGetRecordInput) GoString() string + func (s BatchGetRecordInput) String() string + type BatchGetRecordOutput struct + Errors []*BatchGetRecordError + Records []*BatchGetRecordResultDetail + UnprocessedIdentifiers []*BatchGetRecordIdentifier + func (s *BatchGetRecordOutput) SetErrors(v []*BatchGetRecordError) *BatchGetRecordOutput + func (s *BatchGetRecordOutput) SetRecords(v []*BatchGetRecordResultDetail) *BatchGetRecordOutput + func (s *BatchGetRecordOutput) SetUnprocessedIdentifiers(v []*BatchGetRecordIdentifier) *BatchGetRecordOutput + func (s BatchGetRecordOutput) GoString() string + func (s BatchGetRecordOutput) String() string + type BatchGetRecordResultDetail struct + ExpiresAt *string + FeatureGroupName *string + Record []*FeatureValue + RecordIdentifierValueAsString *string + func (s *BatchGetRecordResultDetail) SetExpiresAt(v string) *BatchGetRecordResultDetail + func (s *BatchGetRecordResultDetail) SetFeatureGroupName(v string) *BatchGetRecordResultDetail + func (s *BatchGetRecordResultDetail) SetRecord(v []*FeatureValue) *BatchGetRecordResultDetail + func (s *BatchGetRecordResultDetail) SetRecordIdentifierValueAsString(v string) *BatchGetRecordResultDetail + func (s BatchGetRecordResultDetail) GoString() string + func (s BatchGetRecordResultDetail) String() string + type DeleteRecordInput struct + DeletionMode *string + EventTime *string + FeatureGroupName *string + RecordIdentifierValueAsString *string + TargetStores []*string + func (s *DeleteRecordInput) SetDeletionMode(v string) *DeleteRecordInput + func (s *DeleteRecordInput) SetEventTime(v string) *DeleteRecordInput + func (s *DeleteRecordInput) SetFeatureGroupName(v string) *DeleteRecordInput + func (s *DeleteRecordInput) SetRecordIdentifierValueAsString(v string) *DeleteRecordInput + func (s *DeleteRecordInput) SetTargetStores(v []*string) *DeleteRecordInput + func (s *DeleteRecordInput) Validate() error + func (s DeleteRecordInput) GoString() string + func (s DeleteRecordInput) String() string + type DeleteRecordOutput struct + func (s DeleteRecordOutput) GoString() string + func (s DeleteRecordOutput) String() string + type FeatureValue struct + FeatureName *string + ValueAsString *string + ValueAsStringList []*string + func (s *FeatureValue) SetFeatureName(v string) *FeatureValue + func (s *FeatureValue) SetValueAsString(v string) *FeatureValue + func (s *FeatureValue) SetValueAsStringList(v []*string) *FeatureValue + func (s *FeatureValue) Validate() error + func (s FeatureValue) GoString() string + func (s FeatureValue) String() string + type GetRecordInput struct + ExpirationTimeResponse *string + FeatureGroupName *string + FeatureNames []*string + RecordIdentifierValueAsString *string + func (s *GetRecordInput) SetExpirationTimeResponse(v string) *GetRecordInput + func (s *GetRecordInput) SetFeatureGroupName(v string) *GetRecordInput + func (s *GetRecordInput) SetFeatureNames(v []*string) *GetRecordInput + func (s *GetRecordInput) SetRecordIdentifierValueAsString(v string) *GetRecordInput + func (s *GetRecordInput) Validate() error + func (s GetRecordInput) GoString() string + func (s GetRecordInput) String() string + type GetRecordOutput struct + ExpiresAt *string + Record []*FeatureValue + func (s *GetRecordOutput) SetExpiresAt(v string) *GetRecordOutput + func (s *GetRecordOutput) SetRecord(v []*FeatureValue) *GetRecordOutput + func (s GetRecordOutput) GoString() string + func (s GetRecordOutput) String() string + type InternalFailure struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InternalFailure) Code() string + func (s *InternalFailure) Error() string + func (s *InternalFailure) Message() string + func (s *InternalFailure) OrigErr() error + func (s *InternalFailure) RequestID() string + func (s *InternalFailure) StatusCode() int + func (s InternalFailure) GoString() string + func (s InternalFailure) String() string + type PutRecordInput struct + FeatureGroupName *string + Record []*FeatureValue + TargetStores []*string + TtlDuration *TtlDuration + func (s *PutRecordInput) SetFeatureGroupName(v string) *PutRecordInput + func (s *PutRecordInput) SetRecord(v []*FeatureValue) *PutRecordInput + func (s *PutRecordInput) SetTargetStores(v []*string) *PutRecordInput + func (s *PutRecordInput) SetTtlDuration(v *TtlDuration) *PutRecordInput + func (s *PutRecordInput) Validate() error + func (s PutRecordInput) GoString() string + func (s PutRecordInput) String() string + type PutRecordOutput struct + func (s PutRecordOutput) GoString() string + func (s PutRecordOutput) String() string + type ResourceNotFound struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ResourceNotFound) Code() string + func (s *ResourceNotFound) Error() string + func (s *ResourceNotFound) Message() string + func (s *ResourceNotFound) OrigErr() error + func (s *ResourceNotFound) RequestID() string + func (s *ResourceNotFound) StatusCode() int + func (s ResourceNotFound) GoString() string + func (s ResourceNotFound) String() string + type SageMakerFeatureStoreRuntime struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *SageMakerFeatureStoreRuntime + func (c *SageMakerFeatureStoreRuntime) BatchGetRecord(input *BatchGetRecordInput) (*BatchGetRecordOutput, error) + func (c *SageMakerFeatureStoreRuntime) BatchGetRecordRequest(input *BatchGetRecordInput) (req *request.Request, output *BatchGetRecordOutput) + func (c *SageMakerFeatureStoreRuntime) BatchGetRecordWithContext(ctx aws.Context, input *BatchGetRecordInput, opts ...request.Option) (*BatchGetRecordOutput, error) + func (c *SageMakerFeatureStoreRuntime) DeleteRecord(input *DeleteRecordInput) (*DeleteRecordOutput, error) + func (c *SageMakerFeatureStoreRuntime) DeleteRecordRequest(input *DeleteRecordInput) (req *request.Request, output *DeleteRecordOutput) + func (c *SageMakerFeatureStoreRuntime) DeleteRecordWithContext(ctx aws.Context, input *DeleteRecordInput, opts ...request.Option) (*DeleteRecordOutput, error) + func (c *SageMakerFeatureStoreRuntime) GetRecord(input *GetRecordInput) (*GetRecordOutput, error) + func (c *SageMakerFeatureStoreRuntime) GetRecordRequest(input *GetRecordInput) (req *request.Request, output *GetRecordOutput) + func (c *SageMakerFeatureStoreRuntime) GetRecordWithContext(ctx aws.Context, input *GetRecordInput, opts ...request.Option) (*GetRecordOutput, error) + func (c *SageMakerFeatureStoreRuntime) PutRecord(input *PutRecordInput) (*PutRecordOutput, error) + func (c *SageMakerFeatureStoreRuntime) PutRecordRequest(input *PutRecordInput) (req *request.Request, output *PutRecordOutput) + func (c *SageMakerFeatureStoreRuntime) PutRecordWithContext(ctx aws.Context, input *PutRecordInput, opts ...request.Option) (*PutRecordOutput, error) + type ServiceUnavailable struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ServiceUnavailable) Code() string + func (s *ServiceUnavailable) Error() string + func (s *ServiceUnavailable) Message() string + func (s *ServiceUnavailable) OrigErr() error + func (s *ServiceUnavailable) RequestID() string + func (s *ServiceUnavailable) StatusCode() int + func (s ServiceUnavailable) GoString() string + func (s ServiceUnavailable) String() string + type TtlDuration struct + Unit *string + Value *int64 + func (s *TtlDuration) SetUnit(v string) *TtlDuration + func (s *TtlDuration) SetValue(v int64) *TtlDuration + func (s *TtlDuration) Validate() error + func (s TtlDuration) GoString() string + func (s TtlDuration) String() string + type ValidationError struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ValidationError) Code() string + func (s *ValidationError) Error() string + func (s *ValidationError) Message() string + func (s *ValidationError) OrigErr() error + func (s *ValidationError) RequestID() string + func (s *ValidationError) StatusCode() int + func (s ValidationError) GoString() string + func (s ValidationError) String() string