types

package
v1.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 21, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccessForbidden

type AccessForbidden struct {
	Message *string
	// contains filtered or unexported fields
}

You do not have permission to perform an action.

func (*AccessForbidden) Error

func (e *AccessForbidden) Error() string

func (*AccessForbidden) ErrorCode

func (e *AccessForbidden) ErrorCode() string

func (*AccessForbidden) ErrorFault

func (e *AccessForbidden) ErrorFault() smithy.ErrorFault

func (*AccessForbidden) ErrorMessage

func (e *AccessForbidden) ErrorMessage() string

type BatchGetRecordError added in v1.4.0

type BatchGetRecordError struct {

	// The error code of an error that has occured when attempting to retrieve a batch
	// of Records. For more information on errors, see  Errors
	// (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_feature_store_GetRecord.html#API_feature_store_GetRecord_Errors).
	//
	// This member is required.
	ErrorCode *string

	// The error message of an error that has occured when attempting to retrieve a
	// record in the batch.
	//
	// This member is required.
	ErrorMessage *string

	// The name of the feature group that the record belongs to.
	//
	// This member is required.
	FeatureGroupName *string

	// The value for the RecordIdentifier in string format of a Record from a
	// FeatureGroup that is causing an error when attempting to be retrieved.
	//
	// This member is required.
	RecordIdentifierValueAsString *string
	// contains filtered or unexported fields
}

The error that has occurred when attempting to retrieve a batch of Records.

type BatchGetRecordIdentifier added in v1.4.0

type BatchGetRecordIdentifier struct {

	// A FeatureGroupName containing Records you are retrieving in a batch.
	//
	// This member is required.
	FeatureGroupName *string

	// The value for a list of record identifiers in string format.
	//
	// This member is required.
	RecordIdentifiersValueAsString []string

	// List of names of Features to be retrieved. If not specified, the latest value
	// for all the Features are returned.
	FeatureNames []string
	// contains filtered or unexported fields
}

The identifier that identifies the batch of Records you are retrieving in a batch.

type BatchGetRecordResultDetail added in v1.4.0

type BatchGetRecordResultDetail struct {

	// The FeatureGroupName containing Records you retrieved in a batch.
	//
	// This member is required.
	FeatureGroupName *string

	// The Record retrieved.
	//
	// This member is required.
	Record []FeatureValue

	// The value of the record identifer in string format.
	//
	// This member is required.
	RecordIdentifierValueAsString *string
	// contains filtered or unexported fields
}

The output of Records that have been retrieved in a batch.

type FeatureValue

type FeatureValue struct {

	// The name of a feature that a feature value corresponds to.
	//
	// This member is required.
	FeatureName *string

	// The value associated with a feature, in string format. Note that features types
	// can be String, Integral, or Fractional. This value represents all three types as
	// a string.
	//
	// This member is required.
	ValueAsString *string
	// contains filtered or unexported fields
}

The value associated with a feature.

type InternalFailure

type InternalFailure struct {
	Message *string
	// contains filtered or unexported fields
}

An internal failure occurred. Try your request again. If the problem persists, contact AWS customer support.

func (*InternalFailure) Error

func (e *InternalFailure) Error() string

func (*InternalFailure) ErrorCode

func (e *InternalFailure) ErrorCode() string

func (*InternalFailure) ErrorFault

func (e *InternalFailure) ErrorFault() smithy.ErrorFault

func (*InternalFailure) ErrorMessage

func (e *InternalFailure) ErrorMessage() string

type ResourceNotFound

type ResourceNotFound struct {
	Message *string
	// contains filtered or unexported fields
}

A resource that is required to perform an action was not found.

func (*ResourceNotFound) Error

func (e *ResourceNotFound) Error() string

func (*ResourceNotFound) ErrorCode

func (e *ResourceNotFound) ErrorCode() string

func (*ResourceNotFound) ErrorFault

func (e *ResourceNotFound) ErrorFault() smithy.ErrorFault

func (*ResourceNotFound) ErrorMessage

func (e *ResourceNotFound) ErrorMessage() string

type ServiceUnavailable

type ServiceUnavailable struct {
	Message *string
	// contains filtered or unexported fields
}

The service is currently unavailable.

func (*ServiceUnavailable) Error

func (e *ServiceUnavailable) Error() string

func (*ServiceUnavailable) ErrorCode

func (e *ServiceUnavailable) ErrorCode() string

func (*ServiceUnavailable) ErrorFault

func (e *ServiceUnavailable) ErrorFault() smithy.ErrorFault

func (*ServiceUnavailable) ErrorMessage

func (e *ServiceUnavailable) ErrorMessage() string

type ValidationError

type ValidationError struct {
	Message *string
	// contains filtered or unexported fields
}

There was an error validating your request.

func (*ValidationError) Error

func (e *ValidationError) Error() string

func (*ValidationError) ErrorCode

func (e *ValidationError) ErrorCode() string

func (*ValidationError) ErrorFault

func (e *ValidationError) ErrorFault() smithy.ErrorFault

func (*ValidationError) ErrorMessage

func (e *ValidationError) ErrorMessage() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL