Versions in this module Expand all Collapse all v1 v1.0.1 Jul 4, 2024 v1.0.0 Jul 4, 2024 Changes in this version + const DataUploadFrequencyPt10m + const DataUploadFrequencyPt15m + const DataUploadFrequencyPt1h + const DataUploadFrequencyPt30m + const DataUploadFrequencyPt5m + const DatasetStatusActive + const DatasetStatusCreated + const DatasetStatusImportInProgress + const DatasetStatusIngestionInProgress + const EndpointsID + const ErrCodeAccessDeniedException + const ErrCodeConflictException + const ErrCodeInternalServerException + const ErrCodeResourceNotFoundException + const ErrCodeServiceQuotaExceededException + const ErrCodeThrottlingException + const ErrCodeValidationException + const InferenceExecutionStatusFailed + const InferenceExecutionStatusInProgress + const InferenceExecutionStatusSuccess + const InferenceSchedulerStatusPending + const InferenceSchedulerStatusRunning + const InferenceSchedulerStatusStopped + const InferenceSchedulerStatusStopping + const IngestionJobStatusFailed + const IngestionJobStatusImportInProgress + const IngestionJobStatusInProgress + const IngestionJobStatusSuccess + const LabelRatingAnomaly + const LabelRatingNeutral + const LabelRatingNoAnomaly + const LatestInferenceResultAnomalous + const LatestInferenceResultNormal + const ModelStatusFailed + const ModelStatusImportInProgress + const ModelStatusInProgress + const ModelStatusSuccess + const ModelVersionSourceTypeImport + const ModelVersionSourceTypeRetraining + const ModelVersionSourceTypeTraining + const ModelVersionStatusCanceled + const ModelVersionStatusFailed + const ModelVersionStatusImportInProgress + const ModelVersionStatusInProgress + const ModelVersionStatusSuccess + const MonotonicityDecreasing + const MonotonicityIncreasing + const MonotonicityStatic + const ServiceID + const ServiceName + const StatisticalIssueStatusNoIssueDetected + const StatisticalIssueStatusPotentialIssueDetected + const TargetSamplingRatePt10m + const TargetSamplingRatePt10s + const TargetSamplingRatePt15m + const TargetSamplingRatePt15s + const TargetSamplingRatePt1h + const TargetSamplingRatePt1m + const TargetSamplingRatePt1s + const TargetSamplingRatePt30m + const TargetSamplingRatePt30s + const TargetSamplingRatePt5m + const TargetSamplingRatePt5s + func DataUploadFrequency_Values() []string + func DatasetStatus_Values() []string + func InferenceExecutionStatus_Values() []string + func InferenceSchedulerStatus_Values() []string + func IngestionJobStatus_Values() []string + func LabelRating_Values() []string + func LatestInferenceResult_Values() []string + func ModelStatus_Values() []string + func ModelVersionSourceType_Values() []string + func ModelVersionStatus_Values() []string + func Monotonicity_Values() []string + func StatisticalIssueStatus_Values() []string + func TargetSamplingRate_Values() []string + type AccessDeniedException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *AccessDeniedException) Code() string + func (s *AccessDeniedException) Error() string + func (s *AccessDeniedException) Message() string + func (s *AccessDeniedException) OrigErr() error + func (s *AccessDeniedException) RequestID() string + func (s *AccessDeniedException) StatusCode() int + func (s AccessDeniedException) GoString() string + func (s AccessDeniedException) String() string + type CategoricalValues struct + NumberOfCategory *int64 + Status *string + func (s *CategoricalValues) SetNumberOfCategory(v int64) *CategoricalValues + func (s *CategoricalValues) SetStatus(v string) *CategoricalValues + func (s CategoricalValues) GoString() string + func (s CategoricalValues) String() string + type ConflictException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ConflictException) Code() string + func (s *ConflictException) Error() string + func (s *ConflictException) Message() string + func (s *ConflictException) OrigErr() error + func (s *ConflictException) RequestID() string + func (s *ConflictException) StatusCode() int + func (s ConflictException) GoString() string + func (s ConflictException) String() string + type CountPercent struct + Count *int64 + Percentage *float64 + func (s *CountPercent) SetCount(v int64) *CountPercent + func (s *CountPercent) SetPercentage(v float64) *CountPercent + func (s CountPercent) GoString() string + func (s CountPercent) String() string + type CreateDatasetInput struct + ClientToken *string + DatasetName *string + DatasetSchema *DatasetSchema + ServerSideKmsKeyId *string + Tags []*Tag + func (s *CreateDatasetInput) SetClientToken(v string) *CreateDatasetInput + func (s *CreateDatasetInput) SetDatasetName(v string) *CreateDatasetInput + func (s *CreateDatasetInput) SetDatasetSchema(v *DatasetSchema) *CreateDatasetInput + func (s *CreateDatasetInput) SetServerSideKmsKeyId(v string) *CreateDatasetInput + func (s *CreateDatasetInput) SetTags(v []*Tag) *CreateDatasetInput + func (s *CreateDatasetInput) Validate() error + func (s CreateDatasetInput) GoString() string + func (s CreateDatasetInput) String() string + type CreateDatasetOutput struct + DatasetArn *string + DatasetName *string + Status *string + func (s *CreateDatasetOutput) SetDatasetArn(v string) *CreateDatasetOutput + func (s *CreateDatasetOutput) SetDatasetName(v string) *CreateDatasetOutput + func (s *CreateDatasetOutput) SetStatus(v string) *CreateDatasetOutput + func (s CreateDatasetOutput) GoString() string + func (s CreateDatasetOutput) String() string + type CreateInferenceSchedulerInput struct + ClientToken *string + DataDelayOffsetInMinutes *int64 + DataInputConfiguration *InferenceInputConfiguration + DataOutputConfiguration *InferenceOutputConfiguration + DataUploadFrequency *string + InferenceSchedulerName *string + ModelName *string + RoleArn *string + ServerSideKmsKeyId *string + Tags []*Tag + func (s *CreateInferenceSchedulerInput) SetClientToken(v string) *CreateInferenceSchedulerInput + func (s *CreateInferenceSchedulerInput) SetDataDelayOffsetInMinutes(v int64) *CreateInferenceSchedulerInput + func (s *CreateInferenceSchedulerInput) SetDataInputConfiguration(v *InferenceInputConfiguration) *CreateInferenceSchedulerInput + func (s *CreateInferenceSchedulerInput) SetDataOutputConfiguration(v *InferenceOutputConfiguration) *CreateInferenceSchedulerInput + func (s *CreateInferenceSchedulerInput) SetDataUploadFrequency(v string) *CreateInferenceSchedulerInput + func (s *CreateInferenceSchedulerInput) SetInferenceSchedulerName(v string) *CreateInferenceSchedulerInput + func (s *CreateInferenceSchedulerInput) SetModelName(v string) *CreateInferenceSchedulerInput + func (s *CreateInferenceSchedulerInput) SetRoleArn(v string) *CreateInferenceSchedulerInput + func (s *CreateInferenceSchedulerInput) SetServerSideKmsKeyId(v string) *CreateInferenceSchedulerInput + func (s *CreateInferenceSchedulerInput) SetTags(v []*Tag) *CreateInferenceSchedulerInput + func (s *CreateInferenceSchedulerInput) Validate() error + func (s CreateInferenceSchedulerInput) GoString() string + func (s CreateInferenceSchedulerInput) String() string + type CreateInferenceSchedulerOutput struct + InferenceSchedulerArn *string + InferenceSchedulerName *string + Status *string + func (s *CreateInferenceSchedulerOutput) SetInferenceSchedulerArn(v string) *CreateInferenceSchedulerOutput + func (s *CreateInferenceSchedulerOutput) SetInferenceSchedulerName(v string) *CreateInferenceSchedulerOutput + func (s *CreateInferenceSchedulerOutput) SetStatus(v string) *CreateInferenceSchedulerOutput + func (s CreateInferenceSchedulerOutput) GoString() string + func (s CreateInferenceSchedulerOutput) String() string + type CreateLabelGroupInput struct + ClientToken *string + FaultCodes []*string + LabelGroupName *string + Tags []*Tag + func (s *CreateLabelGroupInput) SetClientToken(v string) *CreateLabelGroupInput + func (s *CreateLabelGroupInput) SetFaultCodes(v []*string) *CreateLabelGroupInput + func (s *CreateLabelGroupInput) SetLabelGroupName(v string) *CreateLabelGroupInput + func (s *CreateLabelGroupInput) SetTags(v []*Tag) *CreateLabelGroupInput + func (s *CreateLabelGroupInput) Validate() error + func (s CreateLabelGroupInput) GoString() string + func (s CreateLabelGroupInput) String() string + type CreateLabelGroupOutput struct + LabelGroupArn *string + LabelGroupName *string + func (s *CreateLabelGroupOutput) SetLabelGroupArn(v string) *CreateLabelGroupOutput + func (s *CreateLabelGroupOutput) SetLabelGroupName(v string) *CreateLabelGroupOutput + func (s CreateLabelGroupOutput) GoString() string + func (s CreateLabelGroupOutput) String() string + type CreateLabelInput struct + ClientToken *string + EndTime *time.Time + Equipment *string + FaultCode *string + LabelGroupName *string + Notes *string + Rating *string + StartTime *time.Time + func (s *CreateLabelInput) SetClientToken(v string) *CreateLabelInput + func (s *CreateLabelInput) SetEndTime(v time.Time) *CreateLabelInput + func (s *CreateLabelInput) SetEquipment(v string) *CreateLabelInput + func (s *CreateLabelInput) SetFaultCode(v string) *CreateLabelInput + func (s *CreateLabelInput) SetLabelGroupName(v string) *CreateLabelInput + func (s *CreateLabelInput) SetNotes(v string) *CreateLabelInput + func (s *CreateLabelInput) SetRating(v string) *CreateLabelInput + func (s *CreateLabelInput) SetStartTime(v time.Time) *CreateLabelInput + func (s *CreateLabelInput) Validate() error + func (s CreateLabelInput) GoString() string + func (s CreateLabelInput) String() string + type CreateLabelOutput struct + LabelId *string + func (s *CreateLabelOutput) SetLabelId(v string) *CreateLabelOutput + func (s CreateLabelOutput) GoString() string + func (s CreateLabelOutput) String() string + type CreateModelInput struct + ClientToken *string + DataPreProcessingConfiguration *DataPreProcessingConfiguration + DatasetName *string + DatasetSchema *DatasetSchema + EvaluationDataEndTime *time.Time + EvaluationDataStartTime *time.Time + LabelsInputConfiguration *LabelsInputConfiguration + ModelName *string + OffCondition *string + RoleArn *string + ServerSideKmsKeyId *string + Tags []*Tag + TrainingDataEndTime *time.Time + TrainingDataStartTime *time.Time + func (s *CreateModelInput) SetClientToken(v string) *CreateModelInput + func (s *CreateModelInput) SetDataPreProcessingConfiguration(v *DataPreProcessingConfiguration) *CreateModelInput + func (s *CreateModelInput) SetDatasetName(v string) *CreateModelInput + func (s *CreateModelInput) SetDatasetSchema(v *DatasetSchema) *CreateModelInput + func (s *CreateModelInput) SetEvaluationDataEndTime(v time.Time) *CreateModelInput + func (s *CreateModelInput) SetEvaluationDataStartTime(v time.Time) *CreateModelInput + func (s *CreateModelInput) SetLabelsInputConfiguration(v *LabelsInputConfiguration) *CreateModelInput + func (s *CreateModelInput) SetModelName(v string) *CreateModelInput + func (s *CreateModelInput) SetOffCondition(v string) *CreateModelInput + func (s *CreateModelInput) SetRoleArn(v string) *CreateModelInput + func (s *CreateModelInput) SetServerSideKmsKeyId(v string) *CreateModelInput + func (s *CreateModelInput) SetTags(v []*Tag) *CreateModelInput + func (s *CreateModelInput) SetTrainingDataEndTime(v time.Time) *CreateModelInput + func (s *CreateModelInput) SetTrainingDataStartTime(v time.Time) *CreateModelInput + func (s *CreateModelInput) Validate() error + func (s CreateModelInput) GoString() string + func (s CreateModelInput) String() string + type CreateModelOutput struct + ModelArn *string + Status *string + func (s *CreateModelOutput) SetModelArn(v string) *CreateModelOutput + func (s *CreateModelOutput) SetStatus(v string) *CreateModelOutput + func (s CreateModelOutput) GoString() string + func (s CreateModelOutput) String() string + type DataIngestionJobSummary struct + DatasetArn *string + DatasetName *string + IngestionInputConfiguration *IngestionInputConfiguration + JobId *string + Status *string + func (s *DataIngestionJobSummary) SetDatasetArn(v string) *DataIngestionJobSummary + func (s *DataIngestionJobSummary) SetDatasetName(v string) *DataIngestionJobSummary + func (s *DataIngestionJobSummary) SetIngestionInputConfiguration(v *IngestionInputConfiguration) *DataIngestionJobSummary + func (s *DataIngestionJobSummary) SetJobId(v string) *DataIngestionJobSummary + func (s *DataIngestionJobSummary) SetStatus(v string) *DataIngestionJobSummary + func (s DataIngestionJobSummary) GoString() string + func (s DataIngestionJobSummary) String() string + type DataPreProcessingConfiguration struct + TargetSamplingRate *string + func (s *DataPreProcessingConfiguration) SetTargetSamplingRate(v string) *DataPreProcessingConfiguration + func (s DataPreProcessingConfiguration) GoString() string + func (s DataPreProcessingConfiguration) String() string + type DataQualitySummary struct + DuplicateTimestamps *DuplicateTimestamps + InsufficientSensorData *InsufficientSensorData + InvalidSensorData *InvalidSensorData + MissingSensorData *MissingSensorData + UnsupportedTimestamps *UnsupportedTimestamps + func (s *DataQualitySummary) SetDuplicateTimestamps(v *DuplicateTimestamps) *DataQualitySummary + func (s *DataQualitySummary) SetInsufficientSensorData(v *InsufficientSensorData) *DataQualitySummary + func (s *DataQualitySummary) SetInvalidSensorData(v *InvalidSensorData) *DataQualitySummary + func (s *DataQualitySummary) SetMissingSensorData(v *MissingSensorData) *DataQualitySummary + func (s *DataQualitySummary) SetUnsupportedTimestamps(v *UnsupportedTimestamps) *DataQualitySummary + func (s DataQualitySummary) GoString() string + func (s DataQualitySummary) String() string + type DatasetSchema struct + InlineDataSchema aws.JSONValue + func (s *DatasetSchema) SetInlineDataSchema(v aws.JSONValue) *DatasetSchema + func (s DatasetSchema) GoString() string + func (s DatasetSchema) String() string + type DatasetSummary struct + CreatedAt *time.Time + DatasetArn *string + DatasetName *string + Status *string + func (s *DatasetSummary) SetCreatedAt(v time.Time) *DatasetSummary + func (s *DatasetSummary) SetDatasetArn(v string) *DatasetSummary + func (s *DatasetSummary) SetDatasetName(v string) *DatasetSummary + func (s *DatasetSummary) SetStatus(v string) *DatasetSummary + func (s DatasetSummary) GoString() string + func (s DatasetSummary) String() string + type DeleteDatasetInput struct + DatasetName *string + func (s *DeleteDatasetInput) SetDatasetName(v string) *DeleteDatasetInput + func (s *DeleteDatasetInput) Validate() error + func (s DeleteDatasetInput) GoString() string + func (s DeleteDatasetInput) String() string + type DeleteDatasetOutput struct + func (s DeleteDatasetOutput) GoString() string + func (s DeleteDatasetOutput) String() string + type DeleteInferenceSchedulerInput struct + InferenceSchedulerName *string + func (s *DeleteInferenceSchedulerInput) SetInferenceSchedulerName(v string) *DeleteInferenceSchedulerInput + func (s *DeleteInferenceSchedulerInput) Validate() error + func (s DeleteInferenceSchedulerInput) GoString() string + func (s DeleteInferenceSchedulerInput) String() string + type DeleteInferenceSchedulerOutput struct + func (s DeleteInferenceSchedulerOutput) GoString() string + func (s DeleteInferenceSchedulerOutput) String() string + type DeleteLabelGroupInput struct + LabelGroupName *string + func (s *DeleteLabelGroupInput) SetLabelGroupName(v string) *DeleteLabelGroupInput + func (s *DeleteLabelGroupInput) Validate() error + func (s DeleteLabelGroupInput) GoString() string + func (s DeleteLabelGroupInput) String() string + type DeleteLabelGroupOutput struct + func (s DeleteLabelGroupOutput) GoString() string + func (s DeleteLabelGroupOutput) String() string + type DeleteLabelInput struct + LabelGroupName *string + LabelId *string + func (s *DeleteLabelInput) SetLabelGroupName(v string) *DeleteLabelInput + func (s *DeleteLabelInput) SetLabelId(v string) *DeleteLabelInput + func (s *DeleteLabelInput) Validate() error + func (s DeleteLabelInput) GoString() string + func (s DeleteLabelInput) String() string + type DeleteLabelOutput struct + func (s DeleteLabelOutput) GoString() string + func (s DeleteLabelOutput) String() string + type DeleteModelInput struct + ModelName *string + func (s *DeleteModelInput) SetModelName(v string) *DeleteModelInput + func (s *DeleteModelInput) Validate() error + func (s DeleteModelInput) GoString() string + func (s DeleteModelInput) String() string + type DeleteModelOutput struct + func (s DeleteModelOutput) GoString() string + func (s DeleteModelOutput) String() string + type DeleteResourcePolicyInput struct + ResourceArn *string + func (s *DeleteResourcePolicyInput) SetResourceArn(v string) *DeleteResourcePolicyInput + func (s *DeleteResourcePolicyInput) Validate() error + func (s DeleteResourcePolicyInput) GoString() string + func (s DeleteResourcePolicyInput) String() string + type DeleteResourcePolicyOutput struct + func (s DeleteResourcePolicyOutput) GoString() string + func (s DeleteResourcePolicyOutput) String() string + type DescribeDataIngestionJobInput struct + JobId *string + func (s *DescribeDataIngestionJobInput) SetJobId(v string) *DescribeDataIngestionJobInput + func (s *DescribeDataIngestionJobInput) Validate() error + func (s DescribeDataIngestionJobInput) GoString() string + func (s DescribeDataIngestionJobInput) String() string + type DescribeDataIngestionJobOutput struct + CreatedAt *time.Time + DataEndTime *time.Time + DataQualitySummary *DataQualitySummary + DataStartTime *time.Time + DatasetArn *string + FailedReason *string + IngestedDataSize *int64 + IngestedFilesSummary *IngestedFilesSummary + IngestionInputConfiguration *IngestionInputConfiguration + JobId *string + RoleArn *string + SourceDatasetArn *string + Status *string + StatusDetail *string + func (s *DescribeDataIngestionJobOutput) SetCreatedAt(v time.Time) *DescribeDataIngestionJobOutput + func (s *DescribeDataIngestionJobOutput) SetDataEndTime(v time.Time) *DescribeDataIngestionJobOutput + func (s *DescribeDataIngestionJobOutput) SetDataQualitySummary(v *DataQualitySummary) *DescribeDataIngestionJobOutput + func (s *DescribeDataIngestionJobOutput) SetDataStartTime(v time.Time) *DescribeDataIngestionJobOutput + func (s *DescribeDataIngestionJobOutput) SetDatasetArn(v string) *DescribeDataIngestionJobOutput + func (s *DescribeDataIngestionJobOutput) SetFailedReason(v string) *DescribeDataIngestionJobOutput + func (s *DescribeDataIngestionJobOutput) SetIngestedDataSize(v int64) *DescribeDataIngestionJobOutput + func (s *DescribeDataIngestionJobOutput) SetIngestedFilesSummary(v *IngestedFilesSummary) *DescribeDataIngestionJobOutput + func (s *DescribeDataIngestionJobOutput) SetIngestionInputConfiguration(v *IngestionInputConfiguration) *DescribeDataIngestionJobOutput + func (s *DescribeDataIngestionJobOutput) SetJobId(v string) *DescribeDataIngestionJobOutput + func (s *DescribeDataIngestionJobOutput) SetRoleArn(v string) *DescribeDataIngestionJobOutput + func (s *DescribeDataIngestionJobOutput) SetSourceDatasetArn(v string) *DescribeDataIngestionJobOutput + func (s *DescribeDataIngestionJobOutput) SetStatus(v string) *DescribeDataIngestionJobOutput + func (s *DescribeDataIngestionJobOutput) SetStatusDetail(v string) *DescribeDataIngestionJobOutput + func (s DescribeDataIngestionJobOutput) GoString() string + func (s DescribeDataIngestionJobOutput) String() string + type DescribeDatasetInput struct + DatasetName *string + func (s *DescribeDatasetInput) SetDatasetName(v string) *DescribeDatasetInput + func (s *DescribeDatasetInput) Validate() error + func (s DescribeDatasetInput) GoString() string + func (s DescribeDatasetInput) String() string + type DescribeDatasetOutput struct + CreatedAt *time.Time + DataEndTime *time.Time + DataQualitySummary *DataQualitySummary + DataStartTime *time.Time + DatasetArn *string + DatasetName *string + IngestedFilesSummary *IngestedFilesSummary + IngestionInputConfiguration *IngestionInputConfiguration + LastUpdatedAt *time.Time + RoleArn *string + Schema aws.JSONValue + ServerSideKmsKeyId *string + SourceDatasetArn *string + Status *string + func (s *DescribeDatasetOutput) SetCreatedAt(v time.Time) *DescribeDatasetOutput + func (s *DescribeDatasetOutput) SetDataEndTime(v time.Time) *DescribeDatasetOutput + func (s *DescribeDatasetOutput) SetDataQualitySummary(v *DataQualitySummary) *DescribeDatasetOutput + func (s *DescribeDatasetOutput) SetDataStartTime(v time.Time) *DescribeDatasetOutput + func (s *DescribeDatasetOutput) SetDatasetArn(v string) *DescribeDatasetOutput + func (s *DescribeDatasetOutput) SetDatasetName(v string) *DescribeDatasetOutput + func (s *DescribeDatasetOutput) SetIngestedFilesSummary(v *IngestedFilesSummary) *DescribeDatasetOutput + func (s *DescribeDatasetOutput) SetIngestionInputConfiguration(v *IngestionInputConfiguration) *DescribeDatasetOutput + func (s *DescribeDatasetOutput) SetLastUpdatedAt(v time.Time) *DescribeDatasetOutput + func (s *DescribeDatasetOutput) SetRoleArn(v string) *DescribeDatasetOutput + func (s *DescribeDatasetOutput) SetSchema(v aws.JSONValue) *DescribeDatasetOutput + func (s *DescribeDatasetOutput) SetServerSideKmsKeyId(v string) *DescribeDatasetOutput + func (s *DescribeDatasetOutput) SetSourceDatasetArn(v string) *DescribeDatasetOutput + func (s *DescribeDatasetOutput) SetStatus(v string) *DescribeDatasetOutput + func (s DescribeDatasetOutput) GoString() string + func (s DescribeDatasetOutput) String() string + type DescribeInferenceSchedulerInput struct + InferenceSchedulerName *string + func (s *DescribeInferenceSchedulerInput) SetInferenceSchedulerName(v string) *DescribeInferenceSchedulerInput + func (s *DescribeInferenceSchedulerInput) Validate() error + func (s DescribeInferenceSchedulerInput) GoString() string + func (s DescribeInferenceSchedulerInput) String() string + type DescribeInferenceSchedulerOutput struct + CreatedAt *time.Time + DataDelayOffsetInMinutes *int64 + DataInputConfiguration *InferenceInputConfiguration + DataOutputConfiguration *InferenceOutputConfiguration + DataUploadFrequency *string + InferenceSchedulerArn *string + InferenceSchedulerName *string + LatestInferenceResult *string + ModelArn *string + ModelName *string + RoleArn *string + ServerSideKmsKeyId *string + Status *string + UpdatedAt *time.Time + func (s *DescribeInferenceSchedulerOutput) SetCreatedAt(v time.Time) *DescribeInferenceSchedulerOutput + func (s *DescribeInferenceSchedulerOutput) SetDataDelayOffsetInMinutes(v int64) *DescribeInferenceSchedulerOutput + func (s *DescribeInferenceSchedulerOutput) SetDataInputConfiguration(v *InferenceInputConfiguration) *DescribeInferenceSchedulerOutput + func (s *DescribeInferenceSchedulerOutput) SetDataOutputConfiguration(v *InferenceOutputConfiguration) *DescribeInferenceSchedulerOutput + func (s *DescribeInferenceSchedulerOutput) SetDataUploadFrequency(v string) *DescribeInferenceSchedulerOutput + func (s *DescribeInferenceSchedulerOutput) SetInferenceSchedulerArn(v string) *DescribeInferenceSchedulerOutput + func (s *DescribeInferenceSchedulerOutput) SetInferenceSchedulerName(v string) *DescribeInferenceSchedulerOutput + func (s *DescribeInferenceSchedulerOutput) SetLatestInferenceResult(v string) *DescribeInferenceSchedulerOutput + func (s *DescribeInferenceSchedulerOutput) SetModelArn(v string) *DescribeInferenceSchedulerOutput + func (s *DescribeInferenceSchedulerOutput) SetModelName(v string) *DescribeInferenceSchedulerOutput + func (s *DescribeInferenceSchedulerOutput) SetRoleArn(v string) *DescribeInferenceSchedulerOutput + func (s *DescribeInferenceSchedulerOutput) SetServerSideKmsKeyId(v string) *DescribeInferenceSchedulerOutput + func (s *DescribeInferenceSchedulerOutput) SetStatus(v string) *DescribeInferenceSchedulerOutput + func (s *DescribeInferenceSchedulerOutput) SetUpdatedAt(v time.Time) *DescribeInferenceSchedulerOutput + func (s DescribeInferenceSchedulerOutput) GoString() string + func (s DescribeInferenceSchedulerOutput) String() string + type DescribeLabelGroupInput struct + LabelGroupName *string + func (s *DescribeLabelGroupInput) SetLabelGroupName(v string) *DescribeLabelGroupInput + func (s *DescribeLabelGroupInput) Validate() error + func (s DescribeLabelGroupInput) GoString() string + func (s DescribeLabelGroupInput) String() string + type DescribeLabelGroupOutput struct + CreatedAt *time.Time + FaultCodes []*string + LabelGroupArn *string + LabelGroupName *string + UpdatedAt *time.Time + func (s *DescribeLabelGroupOutput) SetCreatedAt(v time.Time) *DescribeLabelGroupOutput + func (s *DescribeLabelGroupOutput) SetFaultCodes(v []*string) *DescribeLabelGroupOutput + func (s *DescribeLabelGroupOutput) SetLabelGroupArn(v string) *DescribeLabelGroupOutput + func (s *DescribeLabelGroupOutput) SetLabelGroupName(v string) *DescribeLabelGroupOutput + func (s *DescribeLabelGroupOutput) SetUpdatedAt(v time.Time) *DescribeLabelGroupOutput + func (s DescribeLabelGroupOutput) GoString() string + func (s DescribeLabelGroupOutput) String() string + type DescribeLabelInput struct + LabelGroupName *string + LabelId *string + func (s *DescribeLabelInput) SetLabelGroupName(v string) *DescribeLabelInput + func (s *DescribeLabelInput) SetLabelId(v string) *DescribeLabelInput + func (s *DescribeLabelInput) Validate() error + func (s DescribeLabelInput) GoString() string + func (s DescribeLabelInput) String() string + type DescribeLabelOutput struct + CreatedAt *time.Time + EndTime *time.Time + Equipment *string + FaultCode *string + LabelGroupArn *string + LabelGroupName *string + LabelId *string + Notes *string + Rating *string + StartTime *time.Time + func (s *DescribeLabelOutput) SetCreatedAt(v time.Time) *DescribeLabelOutput + func (s *DescribeLabelOutput) SetEndTime(v time.Time) *DescribeLabelOutput + func (s *DescribeLabelOutput) SetEquipment(v string) *DescribeLabelOutput + func (s *DescribeLabelOutput) SetFaultCode(v string) *DescribeLabelOutput + func (s *DescribeLabelOutput) SetLabelGroupArn(v string) *DescribeLabelOutput + func (s *DescribeLabelOutput) SetLabelGroupName(v string) *DescribeLabelOutput + func (s *DescribeLabelOutput) SetLabelId(v string) *DescribeLabelOutput + func (s *DescribeLabelOutput) SetNotes(v string) *DescribeLabelOutput + func (s *DescribeLabelOutput) SetRating(v string) *DescribeLabelOutput + func (s *DescribeLabelOutput) SetStartTime(v time.Time) *DescribeLabelOutput + func (s DescribeLabelOutput) GoString() string + func (s DescribeLabelOutput) String() string + type DescribeModelInput struct + ModelName *string + func (s *DescribeModelInput) SetModelName(v string) *DescribeModelInput + func (s *DescribeModelInput) Validate() error + func (s DescribeModelInput) GoString() string + func (s DescribeModelInput) String() string + type DescribeModelOutput struct + ActiveModelVersion *int64 + ActiveModelVersionArn *string + CreatedAt *time.Time + DataPreProcessingConfiguration *DataPreProcessingConfiguration + DatasetArn *string + DatasetName *string + EvaluationDataEndTime *time.Time + EvaluationDataStartTime *time.Time + FailedReason *string + ImportJobEndTime *time.Time + ImportJobStartTime *time.Time + LabelsInputConfiguration *LabelsInputConfiguration + LastUpdatedTime *time.Time + ModelArn *string + ModelMetrics aws.JSONValue + ModelName *string + ModelVersionActivatedAt *time.Time + OffCondition *string + PreviousActiveModelVersion *int64 + PreviousActiveModelVersionArn *string + PreviousModelVersionActivatedAt *time.Time + RoleArn *string + Schema aws.JSONValue + ServerSideKmsKeyId *string + SourceModelVersionArn *string + Status *string + TrainingDataEndTime *time.Time + TrainingDataStartTime *time.Time + TrainingExecutionEndTime *time.Time + TrainingExecutionStartTime *time.Time + func (s *DescribeModelOutput) SetActiveModelVersion(v int64) *DescribeModelOutput + func (s *DescribeModelOutput) SetActiveModelVersionArn(v string) *DescribeModelOutput + func (s *DescribeModelOutput) SetCreatedAt(v time.Time) *DescribeModelOutput + func (s *DescribeModelOutput) SetDataPreProcessingConfiguration(v *DataPreProcessingConfiguration) *DescribeModelOutput + func (s *DescribeModelOutput) SetDatasetArn(v string) *DescribeModelOutput + func (s *DescribeModelOutput) SetDatasetName(v string) *DescribeModelOutput + func (s *DescribeModelOutput) SetEvaluationDataEndTime(v time.Time) *DescribeModelOutput + func (s *DescribeModelOutput) SetEvaluationDataStartTime(v time.Time) *DescribeModelOutput + func (s *DescribeModelOutput) SetFailedReason(v string) *DescribeModelOutput + func (s *DescribeModelOutput) SetImportJobEndTime(v time.Time) *DescribeModelOutput + func (s *DescribeModelOutput) SetImportJobStartTime(v time.Time) *DescribeModelOutput + func (s *DescribeModelOutput) SetLabelsInputConfiguration(v *LabelsInputConfiguration) *DescribeModelOutput + func (s *DescribeModelOutput) SetLastUpdatedTime(v time.Time) *DescribeModelOutput + func (s *DescribeModelOutput) SetModelArn(v string) *DescribeModelOutput + func (s *DescribeModelOutput) SetModelMetrics(v aws.JSONValue) *DescribeModelOutput + func (s *DescribeModelOutput) SetModelName(v string) *DescribeModelOutput + func (s *DescribeModelOutput) SetModelVersionActivatedAt(v time.Time) *DescribeModelOutput + func (s *DescribeModelOutput) SetOffCondition(v string) *DescribeModelOutput + func (s *DescribeModelOutput) SetPreviousActiveModelVersion(v int64) *DescribeModelOutput + func (s *DescribeModelOutput) SetPreviousActiveModelVersionArn(v string) *DescribeModelOutput + func (s *DescribeModelOutput) SetPreviousModelVersionActivatedAt(v time.Time) *DescribeModelOutput + func (s *DescribeModelOutput) SetRoleArn(v string) *DescribeModelOutput + func (s *DescribeModelOutput) SetSchema(v aws.JSONValue) *DescribeModelOutput + func (s *DescribeModelOutput) SetServerSideKmsKeyId(v string) *DescribeModelOutput + func (s *DescribeModelOutput) SetSourceModelVersionArn(v string) *DescribeModelOutput + func (s *DescribeModelOutput) SetStatus(v string) *DescribeModelOutput + func (s *DescribeModelOutput) SetTrainingDataEndTime(v time.Time) *DescribeModelOutput + func (s *DescribeModelOutput) SetTrainingDataStartTime(v time.Time) *DescribeModelOutput + func (s *DescribeModelOutput) SetTrainingExecutionEndTime(v time.Time) *DescribeModelOutput + func (s *DescribeModelOutput) SetTrainingExecutionStartTime(v time.Time) *DescribeModelOutput + func (s DescribeModelOutput) GoString() string + func (s DescribeModelOutput) String() string + type DescribeModelVersionInput struct + ModelName *string + ModelVersion *int64 + func (s *DescribeModelVersionInput) SetModelName(v string) *DescribeModelVersionInput + func (s *DescribeModelVersionInput) SetModelVersion(v int64) *DescribeModelVersionInput + func (s *DescribeModelVersionInput) Validate() error + func (s DescribeModelVersionInput) GoString() string + func (s DescribeModelVersionInput) String() string + type DescribeModelVersionOutput struct + CreatedAt *time.Time + DataPreProcessingConfiguration *DataPreProcessingConfiguration + DatasetArn *string + DatasetName *string + EvaluationDataEndTime *time.Time + EvaluationDataStartTime *time.Time + FailedReason *string + ImportJobEndTime *time.Time + ImportJobStartTime *time.Time + ImportedDataSizeInBytes *int64 + LabelsInputConfiguration *LabelsInputConfiguration + LastUpdatedTime *time.Time + ModelArn *string + ModelMetrics *string + ModelName *string + ModelVersion *int64 + ModelVersionArn *string + OffCondition *string + RoleArn *string + Schema *string + ServerSideKmsKeyId *string + SourceModelVersionArn *string + SourceType *string + Status *string + TrainingDataEndTime *time.Time + TrainingDataStartTime *time.Time + TrainingExecutionEndTime *time.Time + TrainingExecutionStartTime *time.Time + func (s *DescribeModelVersionOutput) SetCreatedAt(v time.Time) *DescribeModelVersionOutput + func (s *DescribeModelVersionOutput) SetDataPreProcessingConfiguration(v *DataPreProcessingConfiguration) *DescribeModelVersionOutput + func (s *DescribeModelVersionOutput) SetDatasetArn(v string) *DescribeModelVersionOutput + func (s *DescribeModelVersionOutput) SetDatasetName(v string) *DescribeModelVersionOutput + func (s *DescribeModelVersionOutput) SetEvaluationDataEndTime(v time.Time) *DescribeModelVersionOutput + func (s *DescribeModelVersionOutput) SetEvaluationDataStartTime(v time.Time) *DescribeModelVersionOutput + func (s *DescribeModelVersionOutput) SetFailedReason(v string) *DescribeModelVersionOutput + func (s *DescribeModelVersionOutput) SetImportJobEndTime(v time.Time) *DescribeModelVersionOutput + func (s *DescribeModelVersionOutput) SetImportJobStartTime(v time.Time) *DescribeModelVersionOutput + func (s *DescribeModelVersionOutput) SetImportedDataSizeInBytes(v int64) *DescribeModelVersionOutput + func (s *DescribeModelVersionOutput) SetLabelsInputConfiguration(v *LabelsInputConfiguration) *DescribeModelVersionOutput + func (s *DescribeModelVersionOutput) SetLastUpdatedTime(v time.Time) *DescribeModelVersionOutput + func (s *DescribeModelVersionOutput) SetModelArn(v string) *DescribeModelVersionOutput + func (s *DescribeModelVersionOutput) SetModelMetrics(v string) *DescribeModelVersionOutput + func (s *DescribeModelVersionOutput) SetModelName(v string) *DescribeModelVersionOutput + func (s *DescribeModelVersionOutput) SetModelVersion(v int64) *DescribeModelVersionOutput + func (s *DescribeModelVersionOutput) SetModelVersionArn(v string) *DescribeModelVersionOutput + func (s *DescribeModelVersionOutput) SetOffCondition(v string) *DescribeModelVersionOutput + func (s *DescribeModelVersionOutput) SetRoleArn(v string) *DescribeModelVersionOutput + func (s *DescribeModelVersionOutput) SetSchema(v string) *DescribeModelVersionOutput + func (s *DescribeModelVersionOutput) SetServerSideKmsKeyId(v string) *DescribeModelVersionOutput + func (s *DescribeModelVersionOutput) SetSourceModelVersionArn(v string) *DescribeModelVersionOutput + func (s *DescribeModelVersionOutput) SetSourceType(v string) *DescribeModelVersionOutput + func (s *DescribeModelVersionOutput) SetStatus(v string) *DescribeModelVersionOutput + func (s *DescribeModelVersionOutput) SetTrainingDataEndTime(v time.Time) *DescribeModelVersionOutput + func (s *DescribeModelVersionOutput) SetTrainingDataStartTime(v time.Time) *DescribeModelVersionOutput + func (s *DescribeModelVersionOutput) SetTrainingExecutionEndTime(v time.Time) *DescribeModelVersionOutput + func (s *DescribeModelVersionOutput) SetTrainingExecutionStartTime(v time.Time) *DescribeModelVersionOutput + func (s DescribeModelVersionOutput) GoString() string + func (s DescribeModelVersionOutput) String() string + type DescribeResourcePolicyInput struct + ResourceArn *string + func (s *DescribeResourcePolicyInput) SetResourceArn(v string) *DescribeResourcePolicyInput + func (s *DescribeResourcePolicyInput) Validate() error + func (s DescribeResourcePolicyInput) GoString() string + func (s DescribeResourcePolicyInput) String() string + type DescribeResourcePolicyOutput struct + CreationTime *time.Time + LastModifiedTime *time.Time + PolicyRevisionId *string + ResourcePolicy *string + func (s *DescribeResourcePolicyOutput) SetCreationTime(v time.Time) *DescribeResourcePolicyOutput + func (s *DescribeResourcePolicyOutput) SetLastModifiedTime(v time.Time) *DescribeResourcePolicyOutput + func (s *DescribeResourcePolicyOutput) SetPolicyRevisionId(v string) *DescribeResourcePolicyOutput + func (s *DescribeResourcePolicyOutput) SetResourcePolicy(v string) *DescribeResourcePolicyOutput + func (s DescribeResourcePolicyOutput) GoString() string + func (s DescribeResourcePolicyOutput) String() string + type DuplicateTimestamps struct + TotalNumberOfDuplicateTimestamps *int64 + func (s *DuplicateTimestamps) SetTotalNumberOfDuplicateTimestamps(v int64) *DuplicateTimestamps + func (s DuplicateTimestamps) GoString() string + func (s DuplicateTimestamps) String() string + type ImportDatasetInput struct + ClientToken *string + DatasetName *string + ServerSideKmsKeyId *string + SourceDatasetArn *string + Tags []*Tag + func (s *ImportDatasetInput) SetClientToken(v string) *ImportDatasetInput + func (s *ImportDatasetInput) SetDatasetName(v string) *ImportDatasetInput + func (s *ImportDatasetInput) SetServerSideKmsKeyId(v string) *ImportDatasetInput + func (s *ImportDatasetInput) SetSourceDatasetArn(v string) *ImportDatasetInput + func (s *ImportDatasetInput) SetTags(v []*Tag) *ImportDatasetInput + func (s *ImportDatasetInput) Validate() error + func (s ImportDatasetInput) GoString() string + func (s ImportDatasetInput) String() string + type ImportDatasetOutput struct + DatasetArn *string + DatasetName *string + JobId *string + Status *string + func (s *ImportDatasetOutput) SetDatasetArn(v string) *ImportDatasetOutput + func (s *ImportDatasetOutput) SetDatasetName(v string) *ImportDatasetOutput + func (s *ImportDatasetOutput) SetJobId(v string) *ImportDatasetOutput + func (s *ImportDatasetOutput) SetStatus(v string) *ImportDatasetOutput + func (s ImportDatasetOutput) GoString() string + func (s ImportDatasetOutput) String() string + type ImportModelVersionInput struct + ClientToken *string + DatasetName *string + LabelsInputConfiguration *LabelsInputConfiguration + ModelName *string + RoleArn *string + ServerSideKmsKeyId *string + SourceModelVersionArn *string + Tags []*Tag + func (s *ImportModelVersionInput) SetClientToken(v string) *ImportModelVersionInput + func (s *ImportModelVersionInput) SetDatasetName(v string) *ImportModelVersionInput + func (s *ImportModelVersionInput) SetLabelsInputConfiguration(v *LabelsInputConfiguration) *ImportModelVersionInput + func (s *ImportModelVersionInput) SetModelName(v string) *ImportModelVersionInput + func (s *ImportModelVersionInput) SetRoleArn(v string) *ImportModelVersionInput + func (s *ImportModelVersionInput) SetServerSideKmsKeyId(v string) *ImportModelVersionInput + func (s *ImportModelVersionInput) SetSourceModelVersionArn(v string) *ImportModelVersionInput + func (s *ImportModelVersionInput) SetTags(v []*Tag) *ImportModelVersionInput + func (s *ImportModelVersionInput) Validate() error + func (s ImportModelVersionInput) GoString() string + func (s ImportModelVersionInput) String() string + type ImportModelVersionOutput struct + ModelArn *string + ModelName *string + ModelVersion *int64 + ModelVersionArn *string + Status *string + func (s *ImportModelVersionOutput) SetModelArn(v string) *ImportModelVersionOutput + func (s *ImportModelVersionOutput) SetModelName(v string) *ImportModelVersionOutput + func (s *ImportModelVersionOutput) SetModelVersion(v int64) *ImportModelVersionOutput + func (s *ImportModelVersionOutput) SetModelVersionArn(v string) *ImportModelVersionOutput + func (s *ImportModelVersionOutput) SetStatus(v string) *ImportModelVersionOutput + func (s ImportModelVersionOutput) GoString() string + func (s ImportModelVersionOutput) String() string + type InferenceEventSummary struct + Diagnostics *string + EventDurationInSeconds *int64 + EventEndTime *time.Time + EventStartTime *time.Time + InferenceSchedulerArn *string + InferenceSchedulerName *string + func (s *InferenceEventSummary) SetDiagnostics(v string) *InferenceEventSummary + func (s *InferenceEventSummary) SetEventDurationInSeconds(v int64) *InferenceEventSummary + func (s *InferenceEventSummary) SetEventEndTime(v time.Time) *InferenceEventSummary + func (s *InferenceEventSummary) SetEventStartTime(v time.Time) *InferenceEventSummary + func (s *InferenceEventSummary) SetInferenceSchedulerArn(v string) *InferenceEventSummary + func (s *InferenceEventSummary) SetInferenceSchedulerName(v string) *InferenceEventSummary + func (s InferenceEventSummary) GoString() string + func (s InferenceEventSummary) String() string + type InferenceExecutionSummary struct + CustomerResultObject *S3Object + DataEndTime *time.Time + DataInputConfiguration *InferenceInputConfiguration + DataOutputConfiguration *InferenceOutputConfiguration + DataStartTime *time.Time + FailedReason *string + InferenceSchedulerArn *string + InferenceSchedulerName *string + ModelArn *string + ModelName *string + ScheduledStartTime *time.Time + Status *string + func (s *InferenceExecutionSummary) SetCustomerResultObject(v *S3Object) *InferenceExecutionSummary + func (s *InferenceExecutionSummary) SetDataEndTime(v time.Time) *InferenceExecutionSummary + func (s *InferenceExecutionSummary) SetDataInputConfiguration(v *InferenceInputConfiguration) *InferenceExecutionSummary + func (s *InferenceExecutionSummary) SetDataOutputConfiguration(v *InferenceOutputConfiguration) *InferenceExecutionSummary + func (s *InferenceExecutionSummary) SetDataStartTime(v time.Time) *InferenceExecutionSummary + func (s *InferenceExecutionSummary) SetFailedReason(v string) *InferenceExecutionSummary + func (s *InferenceExecutionSummary) SetInferenceSchedulerArn(v string) *InferenceExecutionSummary + func (s *InferenceExecutionSummary) SetInferenceSchedulerName(v string) *InferenceExecutionSummary + func (s *InferenceExecutionSummary) SetModelArn(v string) *InferenceExecutionSummary + func (s *InferenceExecutionSummary) SetModelName(v string) *InferenceExecutionSummary + func (s *InferenceExecutionSummary) SetScheduledStartTime(v time.Time) *InferenceExecutionSummary + func (s *InferenceExecutionSummary) SetStatus(v string) *InferenceExecutionSummary + func (s InferenceExecutionSummary) GoString() string + func (s InferenceExecutionSummary) String() string + type InferenceInputConfiguration struct + InferenceInputNameConfiguration *InferenceInputNameConfiguration + InputTimeZoneOffset *string + S3InputConfiguration *InferenceS3InputConfiguration + func (s *InferenceInputConfiguration) SetInferenceInputNameConfiguration(v *InferenceInputNameConfiguration) *InferenceInputConfiguration + func (s *InferenceInputConfiguration) SetInputTimeZoneOffset(v string) *InferenceInputConfiguration + func (s *InferenceInputConfiguration) SetS3InputConfiguration(v *InferenceS3InputConfiguration) *InferenceInputConfiguration + func (s *InferenceInputConfiguration) Validate() error + func (s InferenceInputConfiguration) GoString() string + func (s InferenceInputConfiguration) String() string + type InferenceInputNameConfiguration struct + ComponentTimestampDelimiter *string + TimestampFormat *string + func (s *InferenceInputNameConfiguration) SetComponentTimestampDelimiter(v string) *InferenceInputNameConfiguration + func (s *InferenceInputNameConfiguration) SetTimestampFormat(v string) *InferenceInputNameConfiguration + func (s InferenceInputNameConfiguration) GoString() string + func (s InferenceInputNameConfiguration) String() string + type InferenceOutputConfiguration struct + KmsKeyId *string + S3OutputConfiguration *InferenceS3OutputConfiguration + func (s *InferenceOutputConfiguration) SetKmsKeyId(v string) *InferenceOutputConfiguration + func (s *InferenceOutputConfiguration) SetS3OutputConfiguration(v *InferenceS3OutputConfiguration) *InferenceOutputConfiguration + func (s *InferenceOutputConfiguration) Validate() error + func (s InferenceOutputConfiguration) GoString() string + func (s InferenceOutputConfiguration) String() string + type InferenceS3InputConfiguration struct + Bucket *string + Prefix *string + func (s *InferenceS3InputConfiguration) SetBucket(v string) *InferenceS3InputConfiguration + func (s *InferenceS3InputConfiguration) SetPrefix(v string) *InferenceS3InputConfiguration + func (s *InferenceS3InputConfiguration) Validate() error + func (s InferenceS3InputConfiguration) GoString() string + func (s InferenceS3InputConfiguration) String() string + type InferenceS3OutputConfiguration struct + Bucket *string + Prefix *string + func (s *InferenceS3OutputConfiguration) SetBucket(v string) *InferenceS3OutputConfiguration + func (s *InferenceS3OutputConfiguration) SetPrefix(v string) *InferenceS3OutputConfiguration + func (s *InferenceS3OutputConfiguration) Validate() error + func (s InferenceS3OutputConfiguration) GoString() string + func (s InferenceS3OutputConfiguration) String() string + type InferenceSchedulerSummary struct + DataDelayOffsetInMinutes *int64 + DataUploadFrequency *string + InferenceSchedulerArn *string + InferenceSchedulerName *string + LatestInferenceResult *string + ModelArn *string + ModelName *string + Status *string + func (s *InferenceSchedulerSummary) SetDataDelayOffsetInMinutes(v int64) *InferenceSchedulerSummary + func (s *InferenceSchedulerSummary) SetDataUploadFrequency(v string) *InferenceSchedulerSummary + func (s *InferenceSchedulerSummary) SetInferenceSchedulerArn(v string) *InferenceSchedulerSummary + func (s *InferenceSchedulerSummary) SetInferenceSchedulerName(v string) *InferenceSchedulerSummary + func (s *InferenceSchedulerSummary) SetLatestInferenceResult(v string) *InferenceSchedulerSummary + func (s *InferenceSchedulerSummary) SetModelArn(v string) *InferenceSchedulerSummary + func (s *InferenceSchedulerSummary) SetModelName(v string) *InferenceSchedulerSummary + func (s *InferenceSchedulerSummary) SetStatus(v string) *InferenceSchedulerSummary + func (s InferenceSchedulerSummary) GoString() string + func (s InferenceSchedulerSummary) String() string + type IngestedFilesSummary struct + DiscardedFiles []*S3Object + IngestedNumberOfFiles *int64 + TotalNumberOfFiles *int64 + func (s *IngestedFilesSummary) SetDiscardedFiles(v []*S3Object) *IngestedFilesSummary + func (s *IngestedFilesSummary) SetIngestedNumberOfFiles(v int64) *IngestedFilesSummary + func (s *IngestedFilesSummary) SetTotalNumberOfFiles(v int64) *IngestedFilesSummary + func (s IngestedFilesSummary) GoString() string + func (s IngestedFilesSummary) String() string + type IngestionInputConfiguration struct + S3InputConfiguration *IngestionS3InputConfiguration + func (s *IngestionInputConfiguration) SetS3InputConfiguration(v *IngestionS3InputConfiguration) *IngestionInputConfiguration + func (s *IngestionInputConfiguration) Validate() error + func (s IngestionInputConfiguration) GoString() string + func (s IngestionInputConfiguration) String() string + type IngestionS3InputConfiguration struct + Bucket *string + KeyPattern *string + Prefix *string + func (s *IngestionS3InputConfiguration) SetBucket(v string) *IngestionS3InputConfiguration + func (s *IngestionS3InputConfiguration) SetKeyPattern(v string) *IngestionS3InputConfiguration + func (s *IngestionS3InputConfiguration) SetPrefix(v string) *IngestionS3InputConfiguration + func (s *IngestionS3InputConfiguration) Validate() error + func (s IngestionS3InputConfiguration) GoString() string + func (s IngestionS3InputConfiguration) String() string + type InsufficientSensorData struct + MissingCompleteSensorData *MissingCompleteSensorData + SensorsWithShortDateRange *SensorsWithShortDateRange + func (s *InsufficientSensorData) SetMissingCompleteSensorData(v *MissingCompleteSensorData) *InsufficientSensorData + func (s *InsufficientSensorData) SetSensorsWithShortDateRange(v *SensorsWithShortDateRange) *InsufficientSensorData + func (s InsufficientSensorData) GoString() string + func (s InsufficientSensorData) String() string + type InternalServerException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InternalServerException) Code() string + func (s *InternalServerException) Error() string + func (s *InternalServerException) Message() string + func (s *InternalServerException) OrigErr() error + func (s *InternalServerException) RequestID() string + func (s *InternalServerException) StatusCode() int + func (s InternalServerException) GoString() string + func (s InternalServerException) String() string + type InvalidSensorData struct + AffectedSensorCount *int64 + TotalNumberOfInvalidValues *int64 + func (s *InvalidSensorData) SetAffectedSensorCount(v int64) *InvalidSensorData + func (s *InvalidSensorData) SetTotalNumberOfInvalidValues(v int64) *InvalidSensorData + func (s InvalidSensorData) GoString() string + func (s InvalidSensorData) String() string + type LabelGroupSummary struct + CreatedAt *time.Time + LabelGroupArn *string + LabelGroupName *string + UpdatedAt *time.Time + func (s *LabelGroupSummary) SetCreatedAt(v time.Time) *LabelGroupSummary + func (s *LabelGroupSummary) SetLabelGroupArn(v string) *LabelGroupSummary + func (s *LabelGroupSummary) SetLabelGroupName(v string) *LabelGroupSummary + func (s *LabelGroupSummary) SetUpdatedAt(v time.Time) *LabelGroupSummary + func (s LabelGroupSummary) GoString() string + func (s LabelGroupSummary) String() string + type LabelSummary struct + CreatedAt *time.Time + EndTime *time.Time + Equipment *string + FaultCode *string + LabelGroupArn *string + LabelGroupName *string + LabelId *string + Rating *string + StartTime *time.Time + func (s *LabelSummary) SetCreatedAt(v time.Time) *LabelSummary + func (s *LabelSummary) SetEndTime(v time.Time) *LabelSummary + func (s *LabelSummary) SetEquipment(v string) *LabelSummary + func (s *LabelSummary) SetFaultCode(v string) *LabelSummary + func (s *LabelSummary) SetLabelGroupArn(v string) *LabelSummary + func (s *LabelSummary) SetLabelGroupName(v string) *LabelSummary + func (s *LabelSummary) SetLabelId(v string) *LabelSummary + func (s *LabelSummary) SetRating(v string) *LabelSummary + func (s *LabelSummary) SetStartTime(v time.Time) *LabelSummary + func (s LabelSummary) GoString() string + func (s LabelSummary) String() string + type LabelsInputConfiguration struct + LabelGroupName *string + S3InputConfiguration *LabelsS3InputConfiguration + func (s *LabelsInputConfiguration) SetLabelGroupName(v string) *LabelsInputConfiguration + func (s *LabelsInputConfiguration) SetS3InputConfiguration(v *LabelsS3InputConfiguration) *LabelsInputConfiguration + func (s *LabelsInputConfiguration) Validate() error + func (s LabelsInputConfiguration) GoString() string + func (s LabelsInputConfiguration) String() string + type LabelsS3InputConfiguration struct + Bucket *string + Prefix *string + func (s *LabelsS3InputConfiguration) SetBucket(v string) *LabelsS3InputConfiguration + func (s *LabelsS3InputConfiguration) SetPrefix(v string) *LabelsS3InputConfiguration + func (s *LabelsS3InputConfiguration) Validate() error + func (s LabelsS3InputConfiguration) GoString() string + func (s LabelsS3InputConfiguration) String() string + type LargeTimestampGaps struct + MaxTimestampGapInDays *int64 + NumberOfLargeTimestampGaps *int64 + Status *string + func (s *LargeTimestampGaps) SetMaxTimestampGapInDays(v int64) *LargeTimestampGaps + func (s *LargeTimestampGaps) SetNumberOfLargeTimestampGaps(v int64) *LargeTimestampGaps + func (s *LargeTimestampGaps) SetStatus(v string) *LargeTimestampGaps + func (s LargeTimestampGaps) GoString() string + func (s LargeTimestampGaps) String() string + type ListDataIngestionJobsInput struct + DatasetName *string + MaxResults *int64 + NextToken *string + Status *string + func (s *ListDataIngestionJobsInput) SetDatasetName(v string) *ListDataIngestionJobsInput + func (s *ListDataIngestionJobsInput) SetMaxResults(v int64) *ListDataIngestionJobsInput + func (s *ListDataIngestionJobsInput) SetNextToken(v string) *ListDataIngestionJobsInput + func (s *ListDataIngestionJobsInput) SetStatus(v string) *ListDataIngestionJobsInput + func (s *ListDataIngestionJobsInput) Validate() error + func (s ListDataIngestionJobsInput) GoString() string + func (s ListDataIngestionJobsInput) String() string + type ListDataIngestionJobsOutput struct + DataIngestionJobSummaries []*DataIngestionJobSummary + NextToken *string + func (s *ListDataIngestionJobsOutput) SetDataIngestionJobSummaries(v []*DataIngestionJobSummary) *ListDataIngestionJobsOutput + func (s *ListDataIngestionJobsOutput) SetNextToken(v string) *ListDataIngestionJobsOutput + func (s ListDataIngestionJobsOutput) GoString() string + func (s ListDataIngestionJobsOutput) String() string + type ListDatasetsInput struct + DatasetNameBeginsWith *string + MaxResults *int64 + NextToken *string + func (s *ListDatasetsInput) SetDatasetNameBeginsWith(v string) *ListDatasetsInput + func (s *ListDatasetsInput) SetMaxResults(v int64) *ListDatasetsInput + func (s *ListDatasetsInput) SetNextToken(v string) *ListDatasetsInput + func (s *ListDatasetsInput) Validate() error + func (s ListDatasetsInput) GoString() string + func (s ListDatasetsInput) String() string + type ListDatasetsOutput struct + DatasetSummaries []*DatasetSummary + NextToken *string + func (s *ListDatasetsOutput) SetDatasetSummaries(v []*DatasetSummary) *ListDatasetsOutput + func (s *ListDatasetsOutput) SetNextToken(v string) *ListDatasetsOutput + func (s ListDatasetsOutput) GoString() string + func (s ListDatasetsOutput) String() string + type ListInferenceEventsInput struct + InferenceSchedulerName *string + IntervalEndTime *time.Time + IntervalStartTime *time.Time + MaxResults *int64 + NextToken *string + func (s *ListInferenceEventsInput) SetInferenceSchedulerName(v string) *ListInferenceEventsInput + func (s *ListInferenceEventsInput) SetIntervalEndTime(v time.Time) *ListInferenceEventsInput + func (s *ListInferenceEventsInput) SetIntervalStartTime(v time.Time) *ListInferenceEventsInput + func (s *ListInferenceEventsInput) SetMaxResults(v int64) *ListInferenceEventsInput + func (s *ListInferenceEventsInput) SetNextToken(v string) *ListInferenceEventsInput + func (s *ListInferenceEventsInput) Validate() error + func (s ListInferenceEventsInput) GoString() string + func (s ListInferenceEventsInput) String() string + type ListInferenceEventsOutput struct + InferenceEventSummaries []*InferenceEventSummary + NextToken *string + func (s *ListInferenceEventsOutput) SetInferenceEventSummaries(v []*InferenceEventSummary) *ListInferenceEventsOutput + func (s *ListInferenceEventsOutput) SetNextToken(v string) *ListInferenceEventsOutput + func (s ListInferenceEventsOutput) GoString() string + func (s ListInferenceEventsOutput) String() string + type ListInferenceExecutionsInput struct + DataEndTimeBefore *time.Time + DataStartTimeAfter *time.Time + InferenceSchedulerName *string + MaxResults *int64 + NextToken *string + Status *string + func (s *ListInferenceExecutionsInput) SetDataEndTimeBefore(v time.Time) *ListInferenceExecutionsInput + func (s *ListInferenceExecutionsInput) SetDataStartTimeAfter(v time.Time) *ListInferenceExecutionsInput + func (s *ListInferenceExecutionsInput) SetInferenceSchedulerName(v string) *ListInferenceExecutionsInput + func (s *ListInferenceExecutionsInput) SetMaxResults(v int64) *ListInferenceExecutionsInput + func (s *ListInferenceExecutionsInput) SetNextToken(v string) *ListInferenceExecutionsInput + func (s *ListInferenceExecutionsInput) SetStatus(v string) *ListInferenceExecutionsInput + func (s *ListInferenceExecutionsInput) Validate() error + func (s ListInferenceExecutionsInput) GoString() string + func (s ListInferenceExecutionsInput) String() string + type ListInferenceExecutionsOutput struct + InferenceExecutionSummaries []*InferenceExecutionSummary + NextToken *string + func (s *ListInferenceExecutionsOutput) SetInferenceExecutionSummaries(v []*InferenceExecutionSummary) *ListInferenceExecutionsOutput + func (s *ListInferenceExecutionsOutput) SetNextToken(v string) *ListInferenceExecutionsOutput + func (s ListInferenceExecutionsOutput) GoString() string + func (s ListInferenceExecutionsOutput) String() string + type ListInferenceSchedulersInput struct + InferenceSchedulerNameBeginsWith *string + MaxResults *int64 + ModelName *string + NextToken *string + Status *string + func (s *ListInferenceSchedulersInput) SetInferenceSchedulerNameBeginsWith(v string) *ListInferenceSchedulersInput + func (s *ListInferenceSchedulersInput) SetMaxResults(v int64) *ListInferenceSchedulersInput + func (s *ListInferenceSchedulersInput) SetModelName(v string) *ListInferenceSchedulersInput + func (s *ListInferenceSchedulersInput) SetNextToken(v string) *ListInferenceSchedulersInput + func (s *ListInferenceSchedulersInput) SetStatus(v string) *ListInferenceSchedulersInput + func (s *ListInferenceSchedulersInput) Validate() error + func (s ListInferenceSchedulersInput) GoString() string + func (s ListInferenceSchedulersInput) String() string + type ListInferenceSchedulersOutput struct + InferenceSchedulerSummaries []*InferenceSchedulerSummary + NextToken *string + func (s *ListInferenceSchedulersOutput) SetInferenceSchedulerSummaries(v []*InferenceSchedulerSummary) *ListInferenceSchedulersOutput + func (s *ListInferenceSchedulersOutput) SetNextToken(v string) *ListInferenceSchedulersOutput + func (s ListInferenceSchedulersOutput) GoString() string + func (s ListInferenceSchedulersOutput) String() string + type ListLabelGroupsInput struct + LabelGroupNameBeginsWith *string + MaxResults *int64 + NextToken *string + func (s *ListLabelGroupsInput) SetLabelGroupNameBeginsWith(v string) *ListLabelGroupsInput + func (s *ListLabelGroupsInput) SetMaxResults(v int64) *ListLabelGroupsInput + func (s *ListLabelGroupsInput) SetNextToken(v string) *ListLabelGroupsInput + func (s *ListLabelGroupsInput) Validate() error + func (s ListLabelGroupsInput) GoString() string + func (s ListLabelGroupsInput) String() string + type ListLabelGroupsOutput struct + LabelGroupSummaries []*LabelGroupSummary + NextToken *string + func (s *ListLabelGroupsOutput) SetLabelGroupSummaries(v []*LabelGroupSummary) *ListLabelGroupsOutput + func (s *ListLabelGroupsOutput) SetNextToken(v string) *ListLabelGroupsOutput + func (s ListLabelGroupsOutput) GoString() string + func (s ListLabelGroupsOutput) String() string + type ListLabelsInput struct + Equipment *string + FaultCode *string + IntervalEndTime *time.Time + IntervalStartTime *time.Time + LabelGroupName *string + MaxResults *int64 + NextToken *string + func (s *ListLabelsInput) SetEquipment(v string) *ListLabelsInput + func (s *ListLabelsInput) SetFaultCode(v string) *ListLabelsInput + func (s *ListLabelsInput) SetIntervalEndTime(v time.Time) *ListLabelsInput + func (s *ListLabelsInput) SetIntervalStartTime(v time.Time) *ListLabelsInput + func (s *ListLabelsInput) SetLabelGroupName(v string) *ListLabelsInput + func (s *ListLabelsInput) SetMaxResults(v int64) *ListLabelsInput + func (s *ListLabelsInput) SetNextToken(v string) *ListLabelsInput + func (s *ListLabelsInput) Validate() error + func (s ListLabelsInput) GoString() string + func (s ListLabelsInput) String() string + type ListLabelsOutput struct + LabelSummaries []*LabelSummary + NextToken *string + func (s *ListLabelsOutput) SetLabelSummaries(v []*LabelSummary) *ListLabelsOutput + func (s *ListLabelsOutput) SetNextToken(v string) *ListLabelsOutput + func (s ListLabelsOutput) GoString() string + func (s ListLabelsOutput) String() string + type ListModelVersionsInput struct + CreatedAtEndTime *time.Time + CreatedAtStartTime *time.Time + MaxModelVersion *int64 + MaxResults *int64 + MinModelVersion *int64 + ModelName *string + NextToken *string + SourceType *string + Status *string + func (s *ListModelVersionsInput) SetCreatedAtEndTime(v time.Time) *ListModelVersionsInput + func (s *ListModelVersionsInput) SetCreatedAtStartTime(v time.Time) *ListModelVersionsInput + func (s *ListModelVersionsInput) SetMaxModelVersion(v int64) *ListModelVersionsInput + func (s *ListModelVersionsInput) SetMaxResults(v int64) *ListModelVersionsInput + func (s *ListModelVersionsInput) SetMinModelVersion(v int64) *ListModelVersionsInput + func (s *ListModelVersionsInput) SetModelName(v string) *ListModelVersionsInput + func (s *ListModelVersionsInput) SetNextToken(v string) *ListModelVersionsInput + func (s *ListModelVersionsInput) SetSourceType(v string) *ListModelVersionsInput + func (s *ListModelVersionsInput) SetStatus(v string) *ListModelVersionsInput + func (s *ListModelVersionsInput) Validate() error + func (s ListModelVersionsInput) GoString() string + func (s ListModelVersionsInput) String() string + type ListModelVersionsOutput struct + ModelVersionSummaries []*ModelVersionSummary + NextToken *string + func (s *ListModelVersionsOutput) SetModelVersionSummaries(v []*ModelVersionSummary) *ListModelVersionsOutput + func (s *ListModelVersionsOutput) SetNextToken(v string) *ListModelVersionsOutput + func (s ListModelVersionsOutput) GoString() string + func (s ListModelVersionsOutput) String() string + type ListModelsInput struct + DatasetNameBeginsWith *string + MaxResults *int64 + ModelNameBeginsWith *string + NextToken *string + Status *string + func (s *ListModelsInput) SetDatasetNameBeginsWith(v string) *ListModelsInput + func (s *ListModelsInput) SetMaxResults(v int64) *ListModelsInput + func (s *ListModelsInput) SetModelNameBeginsWith(v string) *ListModelsInput + func (s *ListModelsInput) SetNextToken(v string) *ListModelsInput + func (s *ListModelsInput) SetStatus(v string) *ListModelsInput + func (s *ListModelsInput) Validate() error + func (s ListModelsInput) GoString() string + func (s ListModelsInput) String() string + type ListModelsOutput struct + ModelSummaries []*ModelSummary + NextToken *string + func (s *ListModelsOutput) SetModelSummaries(v []*ModelSummary) *ListModelsOutput + func (s *ListModelsOutput) SetNextToken(v string) *ListModelsOutput + func (s ListModelsOutput) GoString() string + func (s ListModelsOutput) String() string + type ListSensorStatisticsInput struct + DatasetName *string + IngestionJobId *string + MaxResults *int64 + NextToken *string + func (s *ListSensorStatisticsInput) SetDatasetName(v string) *ListSensorStatisticsInput + func (s *ListSensorStatisticsInput) SetIngestionJobId(v string) *ListSensorStatisticsInput + func (s *ListSensorStatisticsInput) SetMaxResults(v int64) *ListSensorStatisticsInput + func (s *ListSensorStatisticsInput) SetNextToken(v string) *ListSensorStatisticsInput + func (s *ListSensorStatisticsInput) Validate() error + func (s ListSensorStatisticsInput) GoString() string + func (s ListSensorStatisticsInput) String() string + type ListSensorStatisticsOutput struct + NextToken *string + SensorStatisticsSummaries []*SensorStatisticsSummary + func (s *ListSensorStatisticsOutput) SetNextToken(v string) *ListSensorStatisticsOutput + func (s *ListSensorStatisticsOutput) SetSensorStatisticsSummaries(v []*SensorStatisticsSummary) *ListSensorStatisticsOutput + func (s ListSensorStatisticsOutput) GoString() string + func (s ListSensorStatisticsOutput) String() string + type ListTagsForResourceInput struct + ResourceArn *string + func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput + func (s *ListTagsForResourceInput) Validate() error + func (s ListTagsForResourceInput) GoString() string + func (s ListTagsForResourceInput) String() string + type ListTagsForResourceOutput struct + Tags []*Tag + func (s *ListTagsForResourceOutput) SetTags(v []*Tag) *ListTagsForResourceOutput + func (s ListTagsForResourceOutput) GoString() string + func (s ListTagsForResourceOutput) String() string + type LookoutEquipment struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *LookoutEquipment + func (c *LookoutEquipment) CreateDataset(input *CreateDatasetInput) (*CreateDatasetOutput, error) + func (c *LookoutEquipment) CreateDatasetRequest(input *CreateDatasetInput) (req *request.Request, output *CreateDatasetOutput) + func (c *LookoutEquipment) CreateDatasetWithContext(ctx aws.Context, input *CreateDatasetInput, opts ...request.Option) (*CreateDatasetOutput, error) + func (c *LookoutEquipment) CreateInferenceScheduler(input *CreateInferenceSchedulerInput) (*CreateInferenceSchedulerOutput, error) + func (c *LookoutEquipment) CreateInferenceSchedulerRequest(input *CreateInferenceSchedulerInput) (req *request.Request, output *CreateInferenceSchedulerOutput) + func (c *LookoutEquipment) CreateInferenceSchedulerWithContext(ctx aws.Context, input *CreateInferenceSchedulerInput, opts ...request.Option) (*CreateInferenceSchedulerOutput, error) + func (c *LookoutEquipment) CreateLabel(input *CreateLabelInput) (*CreateLabelOutput, error) + func (c *LookoutEquipment) CreateLabelGroup(input *CreateLabelGroupInput) (*CreateLabelGroupOutput, error) + func (c *LookoutEquipment) CreateLabelGroupRequest(input *CreateLabelGroupInput) (req *request.Request, output *CreateLabelGroupOutput) + func (c *LookoutEquipment) CreateLabelGroupWithContext(ctx aws.Context, input *CreateLabelGroupInput, opts ...request.Option) (*CreateLabelGroupOutput, error) + func (c *LookoutEquipment) CreateLabelRequest(input *CreateLabelInput) (req *request.Request, output *CreateLabelOutput) + func (c *LookoutEquipment) CreateLabelWithContext(ctx aws.Context, input *CreateLabelInput, opts ...request.Option) (*CreateLabelOutput, error) + func (c *LookoutEquipment) CreateModel(input *CreateModelInput) (*CreateModelOutput, error) + func (c *LookoutEquipment) CreateModelRequest(input *CreateModelInput) (req *request.Request, output *CreateModelOutput) + func (c *LookoutEquipment) CreateModelWithContext(ctx aws.Context, input *CreateModelInput, opts ...request.Option) (*CreateModelOutput, error) + func (c *LookoutEquipment) DeleteDataset(input *DeleteDatasetInput) (*DeleteDatasetOutput, error) + func (c *LookoutEquipment) DeleteDatasetRequest(input *DeleteDatasetInput) (req *request.Request, output *DeleteDatasetOutput) + func (c *LookoutEquipment) DeleteDatasetWithContext(ctx aws.Context, input *DeleteDatasetInput, opts ...request.Option) (*DeleteDatasetOutput, error) + func (c *LookoutEquipment) DeleteInferenceScheduler(input *DeleteInferenceSchedulerInput) (*DeleteInferenceSchedulerOutput, error) + func (c *LookoutEquipment) DeleteInferenceSchedulerRequest(input *DeleteInferenceSchedulerInput) (req *request.Request, output *DeleteInferenceSchedulerOutput) + func (c *LookoutEquipment) DeleteInferenceSchedulerWithContext(ctx aws.Context, input *DeleteInferenceSchedulerInput, opts ...request.Option) (*DeleteInferenceSchedulerOutput, error) + func (c *LookoutEquipment) DeleteLabel(input *DeleteLabelInput) (*DeleteLabelOutput, error) + func (c *LookoutEquipment) DeleteLabelGroup(input *DeleteLabelGroupInput) (*DeleteLabelGroupOutput, error) + func (c *LookoutEquipment) DeleteLabelGroupRequest(input *DeleteLabelGroupInput) (req *request.Request, output *DeleteLabelGroupOutput) + func (c *LookoutEquipment) DeleteLabelGroupWithContext(ctx aws.Context, input *DeleteLabelGroupInput, opts ...request.Option) (*DeleteLabelGroupOutput, error) + func (c *LookoutEquipment) DeleteLabelRequest(input *DeleteLabelInput) (req *request.Request, output *DeleteLabelOutput) + func (c *LookoutEquipment) DeleteLabelWithContext(ctx aws.Context, input *DeleteLabelInput, opts ...request.Option) (*DeleteLabelOutput, error) + func (c *LookoutEquipment) DeleteModel(input *DeleteModelInput) (*DeleteModelOutput, error) + func (c *LookoutEquipment) DeleteModelRequest(input *DeleteModelInput) (req *request.Request, output *DeleteModelOutput) + func (c *LookoutEquipment) DeleteModelWithContext(ctx aws.Context, input *DeleteModelInput, opts ...request.Option) (*DeleteModelOutput, error) + func (c *LookoutEquipment) DeleteResourcePolicy(input *DeleteResourcePolicyInput) (*DeleteResourcePolicyOutput, error) + func (c *LookoutEquipment) DeleteResourcePolicyRequest(input *DeleteResourcePolicyInput) (req *request.Request, output *DeleteResourcePolicyOutput) + func (c *LookoutEquipment) DeleteResourcePolicyWithContext(ctx aws.Context, input *DeleteResourcePolicyInput, opts ...request.Option) (*DeleteResourcePolicyOutput, error) + func (c *LookoutEquipment) DescribeDataIngestionJob(input *DescribeDataIngestionJobInput) (*DescribeDataIngestionJobOutput, error) + func (c *LookoutEquipment) DescribeDataIngestionJobRequest(input *DescribeDataIngestionJobInput) (req *request.Request, output *DescribeDataIngestionJobOutput) + func (c *LookoutEquipment) DescribeDataIngestionJobWithContext(ctx aws.Context, input *DescribeDataIngestionJobInput, opts ...request.Option) (*DescribeDataIngestionJobOutput, error) + func (c *LookoutEquipment) DescribeDataset(input *DescribeDatasetInput) (*DescribeDatasetOutput, error) + func (c *LookoutEquipment) DescribeDatasetRequest(input *DescribeDatasetInput) (req *request.Request, output *DescribeDatasetOutput) + func (c *LookoutEquipment) DescribeDatasetWithContext(ctx aws.Context, input *DescribeDatasetInput, opts ...request.Option) (*DescribeDatasetOutput, error) + func (c *LookoutEquipment) DescribeInferenceScheduler(input *DescribeInferenceSchedulerInput) (*DescribeInferenceSchedulerOutput, error) + func (c *LookoutEquipment) DescribeInferenceSchedulerRequest(input *DescribeInferenceSchedulerInput) (req *request.Request, output *DescribeInferenceSchedulerOutput) + func (c *LookoutEquipment) DescribeInferenceSchedulerWithContext(ctx aws.Context, input *DescribeInferenceSchedulerInput, ...) (*DescribeInferenceSchedulerOutput, error) + func (c *LookoutEquipment) DescribeLabel(input *DescribeLabelInput) (*DescribeLabelOutput, error) + func (c *LookoutEquipment) DescribeLabelGroup(input *DescribeLabelGroupInput) (*DescribeLabelGroupOutput, error) + func (c *LookoutEquipment) DescribeLabelGroupRequest(input *DescribeLabelGroupInput) (req *request.Request, output *DescribeLabelGroupOutput) + func (c *LookoutEquipment) DescribeLabelGroupWithContext(ctx aws.Context, input *DescribeLabelGroupInput, opts ...request.Option) (*DescribeLabelGroupOutput, error) + func (c *LookoutEquipment) DescribeLabelRequest(input *DescribeLabelInput) (req *request.Request, output *DescribeLabelOutput) + func (c *LookoutEquipment) DescribeLabelWithContext(ctx aws.Context, input *DescribeLabelInput, opts ...request.Option) (*DescribeLabelOutput, error) + func (c *LookoutEquipment) DescribeModel(input *DescribeModelInput) (*DescribeModelOutput, error) + func (c *LookoutEquipment) DescribeModelRequest(input *DescribeModelInput) (req *request.Request, output *DescribeModelOutput) + func (c *LookoutEquipment) DescribeModelVersion(input *DescribeModelVersionInput) (*DescribeModelVersionOutput, error) + func (c *LookoutEquipment) DescribeModelVersionRequest(input *DescribeModelVersionInput) (req *request.Request, output *DescribeModelVersionOutput) + func (c *LookoutEquipment) DescribeModelVersionWithContext(ctx aws.Context, input *DescribeModelVersionInput, opts ...request.Option) (*DescribeModelVersionOutput, error) + func (c *LookoutEquipment) DescribeModelWithContext(ctx aws.Context, input *DescribeModelInput, opts ...request.Option) (*DescribeModelOutput, error) + func (c *LookoutEquipment) DescribeResourcePolicy(input *DescribeResourcePolicyInput) (*DescribeResourcePolicyOutput, error) + func (c *LookoutEquipment) DescribeResourcePolicyRequest(input *DescribeResourcePolicyInput) (req *request.Request, output *DescribeResourcePolicyOutput) + func (c *LookoutEquipment) DescribeResourcePolicyWithContext(ctx aws.Context, input *DescribeResourcePolicyInput, opts ...request.Option) (*DescribeResourcePolicyOutput, error) + func (c *LookoutEquipment) ImportDataset(input *ImportDatasetInput) (*ImportDatasetOutput, error) + func (c *LookoutEquipment) ImportDatasetRequest(input *ImportDatasetInput) (req *request.Request, output *ImportDatasetOutput) + func (c *LookoutEquipment) ImportDatasetWithContext(ctx aws.Context, input *ImportDatasetInput, opts ...request.Option) (*ImportDatasetOutput, error) + func (c *LookoutEquipment) ImportModelVersion(input *ImportModelVersionInput) (*ImportModelVersionOutput, error) + func (c *LookoutEquipment) ImportModelVersionRequest(input *ImportModelVersionInput) (req *request.Request, output *ImportModelVersionOutput) + func (c *LookoutEquipment) ImportModelVersionWithContext(ctx aws.Context, input *ImportModelVersionInput, opts ...request.Option) (*ImportModelVersionOutput, error) + func (c *LookoutEquipment) ListDataIngestionJobs(input *ListDataIngestionJobsInput) (*ListDataIngestionJobsOutput, error) + func (c *LookoutEquipment) ListDataIngestionJobsPages(input *ListDataIngestionJobsInput, ...) error + func (c *LookoutEquipment) ListDataIngestionJobsPagesWithContext(ctx aws.Context, input *ListDataIngestionJobsInput, ...) error + func (c *LookoutEquipment) ListDataIngestionJobsRequest(input *ListDataIngestionJobsInput) (req *request.Request, output *ListDataIngestionJobsOutput) + func (c *LookoutEquipment) ListDataIngestionJobsWithContext(ctx aws.Context, input *ListDataIngestionJobsInput, opts ...request.Option) (*ListDataIngestionJobsOutput, error) + func (c *LookoutEquipment) ListDatasets(input *ListDatasetsInput) (*ListDatasetsOutput, error) + func (c *LookoutEquipment) ListDatasetsPages(input *ListDatasetsInput, fn func(*ListDatasetsOutput, bool) bool) error + func (c *LookoutEquipment) ListDatasetsPagesWithContext(ctx aws.Context, input *ListDatasetsInput, ...) error + func (c *LookoutEquipment) ListDatasetsRequest(input *ListDatasetsInput) (req *request.Request, output *ListDatasetsOutput) + func (c *LookoutEquipment) ListDatasetsWithContext(ctx aws.Context, input *ListDatasetsInput, opts ...request.Option) (*ListDatasetsOutput, error) + func (c *LookoutEquipment) ListInferenceEvents(input *ListInferenceEventsInput) (*ListInferenceEventsOutput, error) + func (c *LookoutEquipment) ListInferenceEventsPages(input *ListInferenceEventsInput, ...) error + func (c *LookoutEquipment) ListInferenceEventsPagesWithContext(ctx aws.Context, input *ListInferenceEventsInput, ...) error + func (c *LookoutEquipment) ListInferenceEventsRequest(input *ListInferenceEventsInput) (req *request.Request, output *ListInferenceEventsOutput) + func (c *LookoutEquipment) ListInferenceEventsWithContext(ctx aws.Context, input *ListInferenceEventsInput, opts ...request.Option) (*ListInferenceEventsOutput, error) + func (c *LookoutEquipment) ListInferenceExecutions(input *ListInferenceExecutionsInput) (*ListInferenceExecutionsOutput, error) + func (c *LookoutEquipment) ListInferenceExecutionsPages(input *ListInferenceExecutionsInput, ...) error + func (c *LookoutEquipment) ListInferenceExecutionsPagesWithContext(ctx aws.Context, input *ListInferenceExecutionsInput, ...) error + func (c *LookoutEquipment) ListInferenceExecutionsRequest(input *ListInferenceExecutionsInput) (req *request.Request, output *ListInferenceExecutionsOutput) + func (c *LookoutEquipment) ListInferenceExecutionsWithContext(ctx aws.Context, input *ListInferenceExecutionsInput, opts ...request.Option) (*ListInferenceExecutionsOutput, error) + func (c *LookoutEquipment) ListInferenceSchedulers(input *ListInferenceSchedulersInput) (*ListInferenceSchedulersOutput, error) + func (c *LookoutEquipment) ListInferenceSchedulersPages(input *ListInferenceSchedulersInput, ...) error + func (c *LookoutEquipment) ListInferenceSchedulersPagesWithContext(ctx aws.Context, input *ListInferenceSchedulersInput, ...) error + func (c *LookoutEquipment) ListInferenceSchedulersRequest(input *ListInferenceSchedulersInput) (req *request.Request, output *ListInferenceSchedulersOutput) + func (c *LookoutEquipment) ListInferenceSchedulersWithContext(ctx aws.Context, input *ListInferenceSchedulersInput, opts ...request.Option) (*ListInferenceSchedulersOutput, error) + func (c *LookoutEquipment) ListLabelGroups(input *ListLabelGroupsInput) (*ListLabelGroupsOutput, error) + func (c *LookoutEquipment) ListLabelGroupsPages(input *ListLabelGroupsInput, fn func(*ListLabelGroupsOutput, bool) bool) error + func (c *LookoutEquipment) ListLabelGroupsPagesWithContext(ctx aws.Context, input *ListLabelGroupsInput, ...) error + func (c *LookoutEquipment) ListLabelGroupsRequest(input *ListLabelGroupsInput) (req *request.Request, output *ListLabelGroupsOutput) + func (c *LookoutEquipment) ListLabelGroupsWithContext(ctx aws.Context, input *ListLabelGroupsInput, opts ...request.Option) (*ListLabelGroupsOutput, error) + func (c *LookoutEquipment) ListLabels(input *ListLabelsInput) (*ListLabelsOutput, error) + func (c *LookoutEquipment) ListLabelsPages(input *ListLabelsInput, fn func(*ListLabelsOutput, bool) bool) error + func (c *LookoutEquipment) ListLabelsPagesWithContext(ctx aws.Context, input *ListLabelsInput, fn func(*ListLabelsOutput, bool) bool, ...) error + func (c *LookoutEquipment) ListLabelsRequest(input *ListLabelsInput) (req *request.Request, output *ListLabelsOutput) + func (c *LookoutEquipment) ListLabelsWithContext(ctx aws.Context, input *ListLabelsInput, opts ...request.Option) (*ListLabelsOutput, error) + func (c *LookoutEquipment) ListModelVersions(input *ListModelVersionsInput) (*ListModelVersionsOutput, error) + func (c *LookoutEquipment) ListModelVersionsPages(input *ListModelVersionsInput, fn func(*ListModelVersionsOutput, bool) bool) error + func (c *LookoutEquipment) ListModelVersionsPagesWithContext(ctx aws.Context, input *ListModelVersionsInput, ...) error + func (c *LookoutEquipment) ListModelVersionsRequest(input *ListModelVersionsInput) (req *request.Request, output *ListModelVersionsOutput) + func (c *LookoutEquipment) ListModelVersionsWithContext(ctx aws.Context, input *ListModelVersionsInput, opts ...request.Option) (*ListModelVersionsOutput, error) + func (c *LookoutEquipment) ListModels(input *ListModelsInput) (*ListModelsOutput, error) + func (c *LookoutEquipment) ListModelsPages(input *ListModelsInput, fn func(*ListModelsOutput, bool) bool) error + func (c *LookoutEquipment) ListModelsPagesWithContext(ctx aws.Context, input *ListModelsInput, fn func(*ListModelsOutput, bool) bool, ...) error + func (c *LookoutEquipment) ListModelsRequest(input *ListModelsInput) (req *request.Request, output *ListModelsOutput) + func (c *LookoutEquipment) ListModelsWithContext(ctx aws.Context, input *ListModelsInput, opts ...request.Option) (*ListModelsOutput, error) + func (c *LookoutEquipment) ListSensorStatistics(input *ListSensorStatisticsInput) (*ListSensorStatisticsOutput, error) + func (c *LookoutEquipment) ListSensorStatisticsPages(input *ListSensorStatisticsInput, ...) error + func (c *LookoutEquipment) ListSensorStatisticsPagesWithContext(ctx aws.Context, input *ListSensorStatisticsInput, ...) error + func (c *LookoutEquipment) ListSensorStatisticsRequest(input *ListSensorStatisticsInput) (req *request.Request, output *ListSensorStatisticsOutput) + func (c *LookoutEquipment) ListSensorStatisticsWithContext(ctx aws.Context, input *ListSensorStatisticsInput, opts ...request.Option) (*ListSensorStatisticsOutput, error) + func (c *LookoutEquipment) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error) + func (c *LookoutEquipment) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput) + func (c *LookoutEquipment) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error) + func (c *LookoutEquipment) PutResourcePolicy(input *PutResourcePolicyInput) (*PutResourcePolicyOutput, error) + func (c *LookoutEquipment) PutResourcePolicyRequest(input *PutResourcePolicyInput) (req *request.Request, output *PutResourcePolicyOutput) + func (c *LookoutEquipment) PutResourcePolicyWithContext(ctx aws.Context, input *PutResourcePolicyInput, opts ...request.Option) (*PutResourcePolicyOutput, error) + func (c *LookoutEquipment) StartDataIngestionJob(input *StartDataIngestionJobInput) (*StartDataIngestionJobOutput, error) + func (c *LookoutEquipment) StartDataIngestionJobRequest(input *StartDataIngestionJobInput) (req *request.Request, output *StartDataIngestionJobOutput) + func (c *LookoutEquipment) StartDataIngestionJobWithContext(ctx aws.Context, input *StartDataIngestionJobInput, opts ...request.Option) (*StartDataIngestionJobOutput, error) + func (c *LookoutEquipment) StartInferenceScheduler(input *StartInferenceSchedulerInput) (*StartInferenceSchedulerOutput, error) + func (c *LookoutEquipment) StartInferenceSchedulerRequest(input *StartInferenceSchedulerInput) (req *request.Request, output *StartInferenceSchedulerOutput) + func (c *LookoutEquipment) StartInferenceSchedulerWithContext(ctx aws.Context, input *StartInferenceSchedulerInput, opts ...request.Option) (*StartInferenceSchedulerOutput, error) + func (c *LookoutEquipment) StopInferenceScheduler(input *StopInferenceSchedulerInput) (*StopInferenceSchedulerOutput, error) + func (c *LookoutEquipment) StopInferenceSchedulerRequest(input *StopInferenceSchedulerInput) (req *request.Request, output *StopInferenceSchedulerOutput) + func (c *LookoutEquipment) StopInferenceSchedulerWithContext(ctx aws.Context, input *StopInferenceSchedulerInput, opts ...request.Option) (*StopInferenceSchedulerOutput, error) + func (c *LookoutEquipment) TagResource(input *TagResourceInput) (*TagResourceOutput, error) + func (c *LookoutEquipment) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput) + func (c *LookoutEquipment) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error) + func (c *LookoutEquipment) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error) + func (c *LookoutEquipment) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput) + func (c *LookoutEquipment) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error) + func (c *LookoutEquipment) UpdateActiveModelVersion(input *UpdateActiveModelVersionInput) (*UpdateActiveModelVersionOutput, error) + func (c *LookoutEquipment) UpdateActiveModelVersionRequest(input *UpdateActiveModelVersionInput) (req *request.Request, output *UpdateActiveModelVersionOutput) + func (c *LookoutEquipment) UpdateActiveModelVersionWithContext(ctx aws.Context, input *UpdateActiveModelVersionInput, opts ...request.Option) (*UpdateActiveModelVersionOutput, error) + func (c *LookoutEquipment) UpdateInferenceScheduler(input *UpdateInferenceSchedulerInput) (*UpdateInferenceSchedulerOutput, error) + func (c *LookoutEquipment) UpdateInferenceSchedulerRequest(input *UpdateInferenceSchedulerInput) (req *request.Request, output *UpdateInferenceSchedulerOutput) + func (c *LookoutEquipment) UpdateInferenceSchedulerWithContext(ctx aws.Context, input *UpdateInferenceSchedulerInput, opts ...request.Option) (*UpdateInferenceSchedulerOutput, error) + func (c *LookoutEquipment) UpdateLabelGroup(input *UpdateLabelGroupInput) (*UpdateLabelGroupOutput, error) + func (c *LookoutEquipment) UpdateLabelGroupRequest(input *UpdateLabelGroupInput) (req *request.Request, output *UpdateLabelGroupOutput) + func (c *LookoutEquipment) UpdateLabelGroupWithContext(ctx aws.Context, input *UpdateLabelGroupInput, opts ...request.Option) (*UpdateLabelGroupOutput, error) + type MissingCompleteSensorData struct + AffectedSensorCount *int64 + func (s *MissingCompleteSensorData) SetAffectedSensorCount(v int64) *MissingCompleteSensorData + func (s MissingCompleteSensorData) GoString() string + func (s MissingCompleteSensorData) String() string + type MissingSensorData struct + AffectedSensorCount *int64 + TotalNumberOfMissingValues *int64 + func (s *MissingSensorData) SetAffectedSensorCount(v int64) *MissingSensorData + func (s *MissingSensorData) SetTotalNumberOfMissingValues(v int64) *MissingSensorData + func (s MissingSensorData) GoString() string + func (s MissingSensorData) String() string + type ModelSummary struct + ActiveModelVersion *int64 + ActiveModelVersionArn *string + CreatedAt *time.Time + DatasetArn *string + DatasetName *string + ModelArn *string + ModelName *string + Status *string + func (s *ModelSummary) SetActiveModelVersion(v int64) *ModelSummary + func (s *ModelSummary) SetActiveModelVersionArn(v string) *ModelSummary + func (s *ModelSummary) SetCreatedAt(v time.Time) *ModelSummary + func (s *ModelSummary) SetDatasetArn(v string) *ModelSummary + func (s *ModelSummary) SetDatasetName(v string) *ModelSummary + func (s *ModelSummary) SetModelArn(v string) *ModelSummary + func (s *ModelSummary) SetModelName(v string) *ModelSummary + func (s *ModelSummary) SetStatus(v string) *ModelSummary + func (s ModelSummary) GoString() string + func (s ModelSummary) String() string + type ModelVersionSummary struct + CreatedAt *time.Time + ModelArn *string + ModelName *string + ModelVersion *int64 + ModelVersionArn *string + SourceType *string + Status *string + func (s *ModelVersionSummary) SetCreatedAt(v time.Time) *ModelVersionSummary + func (s *ModelVersionSummary) SetModelArn(v string) *ModelVersionSummary + func (s *ModelVersionSummary) SetModelName(v string) *ModelVersionSummary + func (s *ModelVersionSummary) SetModelVersion(v int64) *ModelVersionSummary + func (s *ModelVersionSummary) SetModelVersionArn(v string) *ModelVersionSummary + func (s *ModelVersionSummary) SetSourceType(v string) *ModelVersionSummary + func (s *ModelVersionSummary) SetStatus(v string) *ModelVersionSummary + func (s ModelVersionSummary) GoString() string + func (s ModelVersionSummary) String() string + type MonotonicValues struct + Monotonicity *string + Status *string + func (s *MonotonicValues) SetMonotonicity(v string) *MonotonicValues + func (s *MonotonicValues) SetStatus(v string) *MonotonicValues + func (s MonotonicValues) GoString() string + func (s MonotonicValues) String() string + type MultipleOperatingModes struct + Status *string + func (s *MultipleOperatingModes) SetStatus(v string) *MultipleOperatingModes + func (s MultipleOperatingModes) GoString() string + func (s MultipleOperatingModes) String() string + type PutResourcePolicyInput struct + ClientToken *string + PolicyRevisionId *string + ResourceArn *string + ResourcePolicy *string + func (s *PutResourcePolicyInput) SetClientToken(v string) *PutResourcePolicyInput + func (s *PutResourcePolicyInput) SetPolicyRevisionId(v string) *PutResourcePolicyInput + func (s *PutResourcePolicyInput) SetResourceArn(v string) *PutResourcePolicyInput + func (s *PutResourcePolicyInput) SetResourcePolicy(v string) *PutResourcePolicyInput + func (s *PutResourcePolicyInput) Validate() error + func (s PutResourcePolicyInput) GoString() string + func (s PutResourcePolicyInput) String() string + type PutResourcePolicyOutput struct + PolicyRevisionId *string + ResourceArn *string + func (s *PutResourcePolicyOutput) SetPolicyRevisionId(v string) *PutResourcePolicyOutput + func (s *PutResourcePolicyOutput) SetResourceArn(v string) *PutResourcePolicyOutput + func (s PutResourcePolicyOutput) GoString() string + func (s PutResourcePolicyOutput) String() string + type ResourceNotFoundException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ResourceNotFoundException) Code() string + func (s *ResourceNotFoundException) Error() string + func (s *ResourceNotFoundException) Message() string + func (s *ResourceNotFoundException) OrigErr() error + func (s *ResourceNotFoundException) RequestID() string + func (s *ResourceNotFoundException) StatusCode() int + func (s ResourceNotFoundException) GoString() string + func (s ResourceNotFoundException) String() string + type S3Object struct + Bucket *string + Key *string + func (s *S3Object) SetBucket(v string) *S3Object + func (s *S3Object) SetKey(v string) *S3Object + func (s S3Object) GoString() string + func (s S3Object) String() string + type SensorStatisticsSummary struct + CategoricalValues *CategoricalValues + ComponentName *string + DataEndTime *time.Time + DataExists *bool + DataStartTime *time.Time + DuplicateTimestamps *CountPercent + InvalidDateEntries *CountPercent + InvalidValues *CountPercent + LargeTimestampGaps *LargeTimestampGaps + MissingValues *CountPercent + MonotonicValues *MonotonicValues + MultipleOperatingModes *MultipleOperatingModes + SensorName *string + func (s *SensorStatisticsSummary) SetCategoricalValues(v *CategoricalValues) *SensorStatisticsSummary + func (s *SensorStatisticsSummary) SetComponentName(v string) *SensorStatisticsSummary + func (s *SensorStatisticsSummary) SetDataEndTime(v time.Time) *SensorStatisticsSummary + func (s *SensorStatisticsSummary) SetDataExists(v bool) *SensorStatisticsSummary + func (s *SensorStatisticsSummary) SetDataStartTime(v time.Time) *SensorStatisticsSummary + func (s *SensorStatisticsSummary) SetDuplicateTimestamps(v *CountPercent) *SensorStatisticsSummary + func (s *SensorStatisticsSummary) SetInvalidDateEntries(v *CountPercent) *SensorStatisticsSummary + func (s *SensorStatisticsSummary) SetInvalidValues(v *CountPercent) *SensorStatisticsSummary + func (s *SensorStatisticsSummary) SetLargeTimestampGaps(v *LargeTimestampGaps) *SensorStatisticsSummary + func (s *SensorStatisticsSummary) SetMissingValues(v *CountPercent) *SensorStatisticsSummary + func (s *SensorStatisticsSummary) SetMonotonicValues(v *MonotonicValues) *SensorStatisticsSummary + func (s *SensorStatisticsSummary) SetMultipleOperatingModes(v *MultipleOperatingModes) *SensorStatisticsSummary + func (s *SensorStatisticsSummary) SetSensorName(v string) *SensorStatisticsSummary + func (s SensorStatisticsSummary) GoString() string + func (s SensorStatisticsSummary) String() string + type SensorsWithShortDateRange struct + AffectedSensorCount *int64 + func (s *SensorsWithShortDateRange) SetAffectedSensorCount(v int64) *SensorsWithShortDateRange + func (s SensorsWithShortDateRange) GoString() string + func (s SensorsWithShortDateRange) String() string + type ServiceQuotaExceededException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ServiceQuotaExceededException) Code() string + func (s *ServiceQuotaExceededException) Error() string + func (s *ServiceQuotaExceededException) Message() string + func (s *ServiceQuotaExceededException) OrigErr() error + func (s *ServiceQuotaExceededException) RequestID() string + func (s *ServiceQuotaExceededException) StatusCode() int + func (s ServiceQuotaExceededException) GoString() string + func (s ServiceQuotaExceededException) String() string + type StartDataIngestionJobInput struct + ClientToken *string + DatasetName *string + IngestionInputConfiguration *IngestionInputConfiguration + RoleArn *string + func (s *StartDataIngestionJobInput) SetClientToken(v string) *StartDataIngestionJobInput + func (s *StartDataIngestionJobInput) SetDatasetName(v string) *StartDataIngestionJobInput + func (s *StartDataIngestionJobInput) SetIngestionInputConfiguration(v *IngestionInputConfiguration) *StartDataIngestionJobInput + func (s *StartDataIngestionJobInput) SetRoleArn(v string) *StartDataIngestionJobInput + func (s *StartDataIngestionJobInput) Validate() error + func (s StartDataIngestionJobInput) GoString() string + func (s StartDataIngestionJobInput) String() string + type StartDataIngestionJobOutput struct + JobId *string + Status *string + func (s *StartDataIngestionJobOutput) SetJobId(v string) *StartDataIngestionJobOutput + func (s *StartDataIngestionJobOutput) SetStatus(v string) *StartDataIngestionJobOutput + func (s StartDataIngestionJobOutput) GoString() string + func (s StartDataIngestionJobOutput) String() string + type StartInferenceSchedulerInput struct + InferenceSchedulerName *string + func (s *StartInferenceSchedulerInput) SetInferenceSchedulerName(v string) *StartInferenceSchedulerInput + func (s *StartInferenceSchedulerInput) Validate() error + func (s StartInferenceSchedulerInput) GoString() string + func (s StartInferenceSchedulerInput) String() string + type StartInferenceSchedulerOutput struct + InferenceSchedulerArn *string + InferenceSchedulerName *string + ModelArn *string + ModelName *string + Status *string + func (s *StartInferenceSchedulerOutput) SetInferenceSchedulerArn(v string) *StartInferenceSchedulerOutput + func (s *StartInferenceSchedulerOutput) SetInferenceSchedulerName(v string) *StartInferenceSchedulerOutput + func (s *StartInferenceSchedulerOutput) SetModelArn(v string) *StartInferenceSchedulerOutput + func (s *StartInferenceSchedulerOutput) SetModelName(v string) *StartInferenceSchedulerOutput + func (s *StartInferenceSchedulerOutput) SetStatus(v string) *StartInferenceSchedulerOutput + func (s StartInferenceSchedulerOutput) GoString() string + func (s StartInferenceSchedulerOutput) String() string + type StopInferenceSchedulerInput struct + InferenceSchedulerName *string + func (s *StopInferenceSchedulerInput) SetInferenceSchedulerName(v string) *StopInferenceSchedulerInput + func (s *StopInferenceSchedulerInput) Validate() error + func (s StopInferenceSchedulerInput) GoString() string + func (s StopInferenceSchedulerInput) String() string + type StopInferenceSchedulerOutput struct + InferenceSchedulerArn *string + InferenceSchedulerName *string + ModelArn *string + ModelName *string + Status *string + func (s *StopInferenceSchedulerOutput) SetInferenceSchedulerArn(v string) *StopInferenceSchedulerOutput + func (s *StopInferenceSchedulerOutput) SetInferenceSchedulerName(v string) *StopInferenceSchedulerOutput + func (s *StopInferenceSchedulerOutput) SetModelArn(v string) *StopInferenceSchedulerOutput + func (s *StopInferenceSchedulerOutput) SetModelName(v string) *StopInferenceSchedulerOutput + func (s *StopInferenceSchedulerOutput) SetStatus(v string) *StopInferenceSchedulerOutput + func (s StopInferenceSchedulerOutput) GoString() string + func (s StopInferenceSchedulerOutput) String() string + type Tag struct + Key *string + Value *string + func (s *Tag) SetKey(v string) *Tag + func (s *Tag) SetValue(v string) *Tag + func (s *Tag) Validate() error + func (s Tag) GoString() string + func (s Tag) String() string + type TagResourceInput struct + ResourceArn *string + Tags []*Tag + func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput + func (s *TagResourceInput) SetTags(v []*Tag) *TagResourceInput + func (s *TagResourceInput) Validate() error + func (s TagResourceInput) GoString() string + func (s TagResourceInput) String() string + type TagResourceOutput struct + func (s TagResourceOutput) GoString() string + func (s TagResourceOutput) String() string + type ThrottlingException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ThrottlingException) Code() string + func (s *ThrottlingException) Error() string + func (s *ThrottlingException) Message() string + func (s *ThrottlingException) OrigErr() error + func (s *ThrottlingException) RequestID() string + func (s *ThrottlingException) StatusCode() int + func (s ThrottlingException) GoString() string + func (s ThrottlingException) String() string + type UnsupportedTimestamps struct + TotalNumberOfUnsupportedTimestamps *int64 + func (s *UnsupportedTimestamps) SetTotalNumberOfUnsupportedTimestamps(v int64) *UnsupportedTimestamps + func (s UnsupportedTimestamps) GoString() string + func (s UnsupportedTimestamps) String() string + type UntagResourceInput struct + ResourceArn *string + TagKeys []*string + func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput + func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput + func (s *UntagResourceInput) Validate() error + func (s UntagResourceInput) GoString() string + func (s UntagResourceInput) String() string + type UntagResourceOutput struct + func (s UntagResourceOutput) GoString() string + func (s UntagResourceOutput) String() string + type UpdateActiveModelVersionInput struct + ModelName *string + ModelVersion *int64 + func (s *UpdateActiveModelVersionInput) SetModelName(v string) *UpdateActiveModelVersionInput + func (s *UpdateActiveModelVersionInput) SetModelVersion(v int64) *UpdateActiveModelVersionInput + func (s *UpdateActiveModelVersionInput) Validate() error + func (s UpdateActiveModelVersionInput) GoString() string + func (s UpdateActiveModelVersionInput) String() string + type UpdateActiveModelVersionOutput struct + CurrentActiveVersion *int64 + CurrentActiveVersionArn *string + ModelArn *string + ModelName *string + PreviousActiveVersion *int64 + PreviousActiveVersionArn *string + func (s *UpdateActiveModelVersionOutput) SetCurrentActiveVersion(v int64) *UpdateActiveModelVersionOutput + func (s *UpdateActiveModelVersionOutput) SetCurrentActiveVersionArn(v string) *UpdateActiveModelVersionOutput + func (s *UpdateActiveModelVersionOutput) SetModelArn(v string) *UpdateActiveModelVersionOutput + func (s *UpdateActiveModelVersionOutput) SetModelName(v string) *UpdateActiveModelVersionOutput + func (s *UpdateActiveModelVersionOutput) SetPreviousActiveVersion(v int64) *UpdateActiveModelVersionOutput + func (s *UpdateActiveModelVersionOutput) SetPreviousActiveVersionArn(v string) *UpdateActiveModelVersionOutput + func (s UpdateActiveModelVersionOutput) GoString() string + func (s UpdateActiveModelVersionOutput) String() string + type UpdateInferenceSchedulerInput struct + DataDelayOffsetInMinutes *int64 + DataInputConfiguration *InferenceInputConfiguration + DataOutputConfiguration *InferenceOutputConfiguration + DataUploadFrequency *string + InferenceSchedulerName *string + RoleArn *string + func (s *UpdateInferenceSchedulerInput) SetDataDelayOffsetInMinutes(v int64) *UpdateInferenceSchedulerInput + func (s *UpdateInferenceSchedulerInput) SetDataInputConfiguration(v *InferenceInputConfiguration) *UpdateInferenceSchedulerInput + func (s *UpdateInferenceSchedulerInput) SetDataOutputConfiguration(v *InferenceOutputConfiguration) *UpdateInferenceSchedulerInput + func (s *UpdateInferenceSchedulerInput) SetDataUploadFrequency(v string) *UpdateInferenceSchedulerInput + func (s *UpdateInferenceSchedulerInput) SetInferenceSchedulerName(v string) *UpdateInferenceSchedulerInput + func (s *UpdateInferenceSchedulerInput) SetRoleArn(v string) *UpdateInferenceSchedulerInput + func (s *UpdateInferenceSchedulerInput) Validate() error + func (s UpdateInferenceSchedulerInput) GoString() string + func (s UpdateInferenceSchedulerInput) String() string + type UpdateInferenceSchedulerOutput struct + func (s UpdateInferenceSchedulerOutput) GoString() string + func (s UpdateInferenceSchedulerOutput) String() string + type UpdateLabelGroupInput struct + FaultCodes []*string + LabelGroupName *string + func (s *UpdateLabelGroupInput) SetFaultCodes(v []*string) *UpdateLabelGroupInput + func (s *UpdateLabelGroupInput) SetLabelGroupName(v string) *UpdateLabelGroupInput + func (s *UpdateLabelGroupInput) Validate() error + func (s UpdateLabelGroupInput) GoString() string + func (s UpdateLabelGroupInput) String() string + type UpdateLabelGroupOutput struct + func (s UpdateLabelGroupOutput) GoString() string + func (s UpdateLabelGroupOutput) String() string + type ValidationException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ValidationException) Code() string + func (s *ValidationException) Error() string + func (s *ValidationException) Message() string + func (s *ValidationException) OrigErr() error + func (s *ValidationException) RequestID() string + func (s *ValidationException) StatusCode() int + func (s ValidationException) GoString() string + func (s ValidationException) String() string