Versions in this module Expand all Collapse all v1 v1.48.2 Nov 21, 2023 Changes in this version + const ChecksumTypeSha1 + const DeploymentStatusFail + const DeploymentStatusSuccess + const DeploymentTypeModel + const EndpointsID + const ErrCodeInternalServiceException + const FailureHandlingPolicyDoNothing + const FailureHandlingPolicyRollbackOnFailure + const ModelStateDeploy + const ModelStateUndeploy + const ServiceID + const ServiceName + func ChecksumType_Values() []string + func DeploymentStatus_Values() []string + func DeploymentType_Values() []string + func FailureHandlingPolicy_Values() []string + func ModelState_Values() []string + type Checksum struct + Sum *string + Type *string + func (s *Checksum) SetSum(v string) *Checksum + func (s *Checksum) SetType(v string) *Checksum + func (s Checksum) GoString() string + func (s Checksum) String() string + type Definition struct + Checksum *Checksum + ModelHandle *string + S3Url *string + State *string + func (s *Definition) SetChecksum(v *Checksum) *Definition + func (s *Definition) SetModelHandle(v string) *Definition + func (s *Definition) SetS3Url(v string) *Definition + func (s *Definition) SetState(v string) *Definition + func (s Definition) GoString() string + func (s Definition) String() string + type DeploymentModel struct + DesiredState *string + ModelHandle *string + ModelName *string + ModelVersion *string + RollbackFailureReason *string + State *string + Status *string + StatusReason *string + func (s *DeploymentModel) SetDesiredState(v string) *DeploymentModel + func (s *DeploymentModel) SetModelHandle(v string) *DeploymentModel + func (s *DeploymentModel) SetModelName(v string) *DeploymentModel + func (s *DeploymentModel) SetModelVersion(v string) *DeploymentModel + func (s *DeploymentModel) SetRollbackFailureReason(v string) *DeploymentModel + func (s *DeploymentModel) SetState(v string) *DeploymentModel + func (s *DeploymentModel) SetStatus(v string) *DeploymentModel + func (s *DeploymentModel) SetStatusReason(v string) *DeploymentModel + func (s *DeploymentModel) Validate() error + func (s DeploymentModel) GoString() string + func (s DeploymentModel) String() string + type DeploymentResult struct + DeploymentEndTime *time.Time + DeploymentModels []*DeploymentModel + DeploymentName *string + DeploymentStartTime *time.Time + DeploymentStatus *string + DeploymentStatusMessage *string + func (s *DeploymentResult) SetDeploymentEndTime(v time.Time) *DeploymentResult + func (s *DeploymentResult) SetDeploymentModels(v []*DeploymentModel) *DeploymentResult + func (s *DeploymentResult) SetDeploymentName(v string) *DeploymentResult + func (s *DeploymentResult) SetDeploymentStartTime(v time.Time) *DeploymentResult + func (s *DeploymentResult) SetDeploymentStatus(v string) *DeploymentResult + func (s *DeploymentResult) SetDeploymentStatusMessage(v string) *DeploymentResult + func (s *DeploymentResult) Validate() error + func (s DeploymentResult) GoString() string + func (s DeploymentResult) String() string + type EdgeDeployment struct + Definitions []*Definition + DeploymentName *string + FailureHandlingPolicy *string + Type *string + func (s *EdgeDeployment) SetDefinitions(v []*Definition) *EdgeDeployment + func (s *EdgeDeployment) SetDeploymentName(v string) *EdgeDeployment + func (s *EdgeDeployment) SetFailureHandlingPolicy(v string) *EdgeDeployment + func (s *EdgeDeployment) SetType(v string) *EdgeDeployment + func (s EdgeDeployment) GoString() string + func (s EdgeDeployment) String() string + type EdgeMetric struct + Dimension *string + MetricName *string + Timestamp *time.Time + Value *float64 + func (s *EdgeMetric) SetDimension(v string) *EdgeMetric + func (s *EdgeMetric) SetMetricName(v string) *EdgeMetric + func (s *EdgeMetric) SetTimestamp(v time.Time) *EdgeMetric + func (s *EdgeMetric) SetValue(v float64) *EdgeMetric + func (s *EdgeMetric) Validate() error + func (s EdgeMetric) GoString() string + func (s EdgeMetric) String() string + type GetDeploymentsInput struct + DeviceFleetName *string + DeviceName *string + func (s *GetDeploymentsInput) SetDeviceFleetName(v string) *GetDeploymentsInput + func (s *GetDeploymentsInput) SetDeviceName(v string) *GetDeploymentsInput + func (s *GetDeploymentsInput) Validate() error + func (s GetDeploymentsInput) GoString() string + func (s GetDeploymentsInput) String() string + type GetDeploymentsOutput struct + Deployments []*EdgeDeployment + func (s *GetDeploymentsOutput) SetDeployments(v []*EdgeDeployment) *GetDeploymentsOutput + func (s GetDeploymentsOutput) GoString() string + func (s GetDeploymentsOutput) String() string + type GetDeviceRegistrationInput struct + DeviceFleetName *string + DeviceName *string + func (s *GetDeviceRegistrationInput) SetDeviceFleetName(v string) *GetDeviceRegistrationInput + func (s *GetDeviceRegistrationInput) SetDeviceName(v string) *GetDeviceRegistrationInput + func (s *GetDeviceRegistrationInput) Validate() error + func (s GetDeviceRegistrationInput) GoString() string + func (s GetDeviceRegistrationInput) String() string + type GetDeviceRegistrationOutput struct + CacheTTL *string + DeviceRegistration *string + func (s *GetDeviceRegistrationOutput) SetCacheTTL(v string) *GetDeviceRegistrationOutput + func (s *GetDeviceRegistrationOutput) SetDeviceRegistration(v string) *GetDeviceRegistrationOutput + func (s GetDeviceRegistrationOutput) GoString() string + func (s GetDeviceRegistrationOutput) String() string + type InternalServiceException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InternalServiceException) Code() string + func (s *InternalServiceException) Error() string + func (s *InternalServiceException) Message() string + func (s *InternalServiceException) OrigErr() error + func (s *InternalServiceException) RequestID() string + func (s *InternalServiceException) StatusCode() int + func (s InternalServiceException) GoString() string + func (s InternalServiceException) String() string + type Model struct + LatestInference *time.Time + LatestSampleTime *time.Time + ModelMetrics []*EdgeMetric + ModelName *string + ModelVersion *string + func (s *Model) SetLatestInference(v time.Time) *Model + func (s *Model) SetLatestSampleTime(v time.Time) *Model + func (s *Model) SetModelMetrics(v []*EdgeMetric) *Model + func (s *Model) SetModelName(v string) *Model + func (s *Model) SetModelVersion(v string) *Model + func (s *Model) Validate() error + func (s Model) GoString() string + func (s Model) String() string + type SagemakerEdgeManager struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *SagemakerEdgeManager + func (c *SagemakerEdgeManager) GetDeployments(input *GetDeploymentsInput) (*GetDeploymentsOutput, error) + func (c *SagemakerEdgeManager) GetDeploymentsRequest(input *GetDeploymentsInput) (req *request.Request, output *GetDeploymentsOutput) + func (c *SagemakerEdgeManager) GetDeploymentsWithContext(ctx aws.Context, input *GetDeploymentsInput, opts ...request.Option) (*GetDeploymentsOutput, error) + func (c *SagemakerEdgeManager) GetDeviceRegistration(input *GetDeviceRegistrationInput) (*GetDeviceRegistrationOutput, error) + func (c *SagemakerEdgeManager) GetDeviceRegistrationRequest(input *GetDeviceRegistrationInput) (req *request.Request, output *GetDeviceRegistrationOutput) + func (c *SagemakerEdgeManager) GetDeviceRegistrationWithContext(ctx aws.Context, input *GetDeviceRegistrationInput, opts ...request.Option) (*GetDeviceRegistrationOutput, error) + func (c *SagemakerEdgeManager) SendHeartbeat(input *SendHeartbeatInput) (*SendHeartbeatOutput, error) + func (c *SagemakerEdgeManager) SendHeartbeatRequest(input *SendHeartbeatInput) (req *request.Request, output *SendHeartbeatOutput) + func (c *SagemakerEdgeManager) SendHeartbeatWithContext(ctx aws.Context, input *SendHeartbeatInput, opts ...request.Option) (*SendHeartbeatOutput, error) + type SendHeartbeatInput struct + AgentMetrics []*EdgeMetric + AgentVersion *string + DeploymentResult *DeploymentResult + DeviceFleetName *string + DeviceName *string + Models []*Model + func (s *SendHeartbeatInput) SetAgentMetrics(v []*EdgeMetric) *SendHeartbeatInput + func (s *SendHeartbeatInput) SetAgentVersion(v string) *SendHeartbeatInput + func (s *SendHeartbeatInput) SetDeploymentResult(v *DeploymentResult) *SendHeartbeatInput + func (s *SendHeartbeatInput) SetDeviceFleetName(v string) *SendHeartbeatInput + func (s *SendHeartbeatInput) SetDeviceName(v string) *SendHeartbeatInput + func (s *SendHeartbeatInput) SetModels(v []*Model) *SendHeartbeatInput + func (s *SendHeartbeatInput) Validate() error + func (s SendHeartbeatInput) GoString() string + func (s SendHeartbeatInput) String() string + type SendHeartbeatOutput struct + func (s SendHeartbeatOutput) GoString() string + func (s SendHeartbeatOutput) String() string