Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { DeleteRecord(ctx workflow.Context, input *sagemakerfeaturestoreruntime.DeleteRecordInput) (*sagemakerfeaturestoreruntime.DeleteRecordOutput, error) DeleteRecordAsync(ctx workflow.Context, input *sagemakerfeaturestoreruntime.DeleteRecordInput) *DeleteRecordFuture GetRecord(ctx workflow.Context, input *sagemakerfeaturestoreruntime.GetRecordInput) (*sagemakerfeaturestoreruntime.GetRecordOutput, error) GetRecordAsync(ctx workflow.Context, input *sagemakerfeaturestoreruntime.GetRecordInput) *GetRecordFuture PutRecord(ctx workflow.Context, input *sagemakerfeaturestoreruntime.PutRecordInput) (*sagemakerfeaturestoreruntime.PutRecordOutput, error) PutRecordAsync(ctx workflow.Context, input *sagemakerfeaturestoreruntime.PutRecordInput) *PutRecordFuture }
type DeleteRecordFuture ¶
func (*DeleteRecordFuture) Get ¶
func (r *DeleteRecordFuture) Get(ctx workflow.Context) (*sagemakerfeaturestoreruntime.DeleteRecordOutput, error)
type GetRecordFuture ¶
func (*GetRecordFuture) Get ¶
func (r *GetRecordFuture) Get(ctx workflow.Context) (*sagemakerfeaturestoreruntime.GetRecordOutput, error)
type PutRecordFuture ¶
func (*PutRecordFuture) Get ¶
func (r *PutRecordFuture) Get(ctx workflow.Context) (*sagemakerfeaturestoreruntime.PutRecordOutput, error)
Click to show internal directories.
Click to hide internal directories.