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 AlgorithmSgd + const BatchPredictionFilterVariableCreatedAt + const BatchPredictionFilterVariableDataSourceId + const BatchPredictionFilterVariableDataUri + const BatchPredictionFilterVariableIamuser + const BatchPredictionFilterVariableLastUpdatedAt + const BatchPredictionFilterVariableMlmodelId + const BatchPredictionFilterVariableName + const BatchPredictionFilterVariableStatus + const DataSourceFilterVariableCreatedAt + const DataSourceFilterVariableDataLocationS3 + const DataSourceFilterVariableIamuser + const DataSourceFilterVariableLastUpdatedAt + const DataSourceFilterVariableName + const DataSourceFilterVariableStatus + const DetailsAttributesAlgorithm + const DetailsAttributesPredictiveModelType + const EndpointsID + const EntityStatusCompleted + const EntityStatusDeleted + const EntityStatusFailed + const EntityStatusInprogress + const EntityStatusPending + const ErrCodeIdempotentParameterMismatchException + const ErrCodeInternalServerException + const ErrCodeInvalidInputException + const ErrCodeInvalidTagException + const ErrCodeLimitExceededException + const ErrCodePredictorNotMountedException + const ErrCodeResourceNotFoundException + const ErrCodeTagLimitExceededException + const EvaluationFilterVariableCreatedAt + const EvaluationFilterVariableDataSourceId + const EvaluationFilterVariableDataUri + const EvaluationFilterVariableIamuser + const EvaluationFilterVariableLastUpdatedAt + const EvaluationFilterVariableMlmodelId + const EvaluationFilterVariableName + const EvaluationFilterVariableStatus + const MLModelFilterVariableAlgorithm + const MLModelFilterVariableCreatedAt + const MLModelFilterVariableIamuser + const MLModelFilterVariableLastUpdatedAt + const MLModelFilterVariableMlmodelType + const MLModelFilterVariableName + const MLModelFilterVariableRealtimeEndpointStatus + const MLModelFilterVariableStatus + const MLModelFilterVariableTrainingDataSourceId + const MLModelFilterVariableTrainingDataUri + const MLModelTypeBinary + const MLModelTypeMulticlass + const MLModelTypeRegression + const RealtimeEndpointStatusFailed + const RealtimeEndpointStatusNone + const RealtimeEndpointStatusReady + const RealtimeEndpointStatusUpdating + const ServiceID + const ServiceName + const SortOrderAsc + const SortOrderDsc + const TaggableResourceTypeBatchPrediction + const TaggableResourceTypeDataSource + const TaggableResourceTypeEvaluation + const TaggableResourceTypeMlmodel + func Algorithm_Values() []string + func BatchPredictionFilterVariable_Values() []string + func DataSourceFilterVariable_Values() []string + func DetailsAttributes_Values() []string + func EntityStatus_Values() []string + func EvaluationFilterVariable_Values() []string + func MLModelFilterVariable_Values() []string + func MLModelType_Values() []string + func RealtimeEndpointStatus_Values() []string + func SortOrder_Values() []string + func TaggableResourceType_Values() []string + type AddTagsInput struct + ResourceId *string + ResourceType *string + Tags []*Tag + func (s *AddTagsInput) SetResourceId(v string) *AddTagsInput + func (s *AddTagsInput) SetResourceType(v string) *AddTagsInput + func (s *AddTagsInput) SetTags(v []*Tag) *AddTagsInput + func (s *AddTagsInput) Validate() error + func (s AddTagsInput) GoString() string + func (s AddTagsInput) String() string + type AddTagsOutput struct + ResourceId *string + ResourceType *string + func (s *AddTagsOutput) SetResourceId(v string) *AddTagsOutput + func (s *AddTagsOutput) SetResourceType(v string) *AddTagsOutput + func (s AddTagsOutput) GoString() string + func (s AddTagsOutput) String() string + type BatchPrediction struct + BatchPredictionDataSourceId *string + BatchPredictionId *string + ComputeTime *int64 + CreatedAt *time.Time + CreatedByIamUser *string + FinishedAt *time.Time + InputDataLocationS3 *string + InvalidRecordCount *int64 + LastUpdatedAt *time.Time + MLModelId *string + Message *string + Name *string + OutputUri *string + StartedAt *time.Time + Status *string + TotalRecordCount *int64 + func (s *BatchPrediction) SetBatchPredictionDataSourceId(v string) *BatchPrediction + func (s *BatchPrediction) SetBatchPredictionId(v string) *BatchPrediction + func (s *BatchPrediction) SetComputeTime(v int64) *BatchPrediction + func (s *BatchPrediction) SetCreatedAt(v time.Time) *BatchPrediction + func (s *BatchPrediction) SetCreatedByIamUser(v string) *BatchPrediction + func (s *BatchPrediction) SetFinishedAt(v time.Time) *BatchPrediction + func (s *BatchPrediction) SetInputDataLocationS3(v string) *BatchPrediction + func (s *BatchPrediction) SetInvalidRecordCount(v int64) *BatchPrediction + func (s *BatchPrediction) SetLastUpdatedAt(v time.Time) *BatchPrediction + func (s *BatchPrediction) SetMLModelId(v string) *BatchPrediction + func (s *BatchPrediction) SetMessage(v string) *BatchPrediction + func (s *BatchPrediction) SetName(v string) *BatchPrediction + func (s *BatchPrediction) SetOutputUri(v string) *BatchPrediction + func (s *BatchPrediction) SetStartedAt(v time.Time) *BatchPrediction + func (s *BatchPrediction) SetStatus(v string) *BatchPrediction + func (s *BatchPrediction) SetTotalRecordCount(v int64) *BatchPrediction + func (s BatchPrediction) GoString() string + func (s BatchPrediction) String() string + type CreateBatchPredictionInput struct + BatchPredictionDataSourceId *string + BatchPredictionId *string + BatchPredictionName *string + MLModelId *string + OutputUri *string + func (s *CreateBatchPredictionInput) SetBatchPredictionDataSourceId(v string) *CreateBatchPredictionInput + func (s *CreateBatchPredictionInput) SetBatchPredictionId(v string) *CreateBatchPredictionInput + func (s *CreateBatchPredictionInput) SetBatchPredictionName(v string) *CreateBatchPredictionInput + func (s *CreateBatchPredictionInput) SetMLModelId(v string) *CreateBatchPredictionInput + func (s *CreateBatchPredictionInput) SetOutputUri(v string) *CreateBatchPredictionInput + func (s *CreateBatchPredictionInput) Validate() error + func (s CreateBatchPredictionInput) GoString() string + func (s CreateBatchPredictionInput) String() string + type CreateBatchPredictionOutput struct + BatchPredictionId *string + func (s *CreateBatchPredictionOutput) SetBatchPredictionId(v string) *CreateBatchPredictionOutput + func (s CreateBatchPredictionOutput) GoString() string + func (s CreateBatchPredictionOutput) String() string + type CreateDataSourceFromRDSInput struct + ComputeStatistics *bool + DataSourceId *string + DataSourceName *string + RDSData *RDSDataSpec + RoleARN *string + func (s *CreateDataSourceFromRDSInput) SetComputeStatistics(v bool) *CreateDataSourceFromRDSInput + func (s *CreateDataSourceFromRDSInput) SetDataSourceId(v string) *CreateDataSourceFromRDSInput + func (s *CreateDataSourceFromRDSInput) SetDataSourceName(v string) *CreateDataSourceFromRDSInput + func (s *CreateDataSourceFromRDSInput) SetRDSData(v *RDSDataSpec) *CreateDataSourceFromRDSInput + func (s *CreateDataSourceFromRDSInput) SetRoleARN(v string) *CreateDataSourceFromRDSInput + func (s *CreateDataSourceFromRDSInput) Validate() error + func (s CreateDataSourceFromRDSInput) GoString() string + func (s CreateDataSourceFromRDSInput) String() string + type CreateDataSourceFromRDSOutput struct + DataSourceId *string + func (s *CreateDataSourceFromRDSOutput) SetDataSourceId(v string) *CreateDataSourceFromRDSOutput + func (s CreateDataSourceFromRDSOutput) GoString() string + func (s CreateDataSourceFromRDSOutput) String() string + type CreateDataSourceFromRedshiftInput struct + ComputeStatistics *bool + DataSourceId *string + DataSourceName *string + DataSpec *RedshiftDataSpec + RoleARN *string + func (s *CreateDataSourceFromRedshiftInput) SetComputeStatistics(v bool) *CreateDataSourceFromRedshiftInput + func (s *CreateDataSourceFromRedshiftInput) SetDataSourceId(v string) *CreateDataSourceFromRedshiftInput + func (s *CreateDataSourceFromRedshiftInput) SetDataSourceName(v string) *CreateDataSourceFromRedshiftInput + func (s *CreateDataSourceFromRedshiftInput) SetDataSpec(v *RedshiftDataSpec) *CreateDataSourceFromRedshiftInput + func (s *CreateDataSourceFromRedshiftInput) SetRoleARN(v string) *CreateDataSourceFromRedshiftInput + func (s *CreateDataSourceFromRedshiftInput) Validate() error + func (s CreateDataSourceFromRedshiftInput) GoString() string + func (s CreateDataSourceFromRedshiftInput) String() string + type CreateDataSourceFromRedshiftOutput struct + DataSourceId *string + func (s *CreateDataSourceFromRedshiftOutput) SetDataSourceId(v string) *CreateDataSourceFromRedshiftOutput + func (s CreateDataSourceFromRedshiftOutput) GoString() string + func (s CreateDataSourceFromRedshiftOutput) String() string + type CreateDataSourceFromS3Input struct + ComputeStatistics *bool + DataSourceId *string + DataSourceName *string + DataSpec *S3DataSpec + func (s *CreateDataSourceFromS3Input) SetComputeStatistics(v bool) *CreateDataSourceFromS3Input + func (s *CreateDataSourceFromS3Input) SetDataSourceId(v string) *CreateDataSourceFromS3Input + func (s *CreateDataSourceFromS3Input) SetDataSourceName(v string) *CreateDataSourceFromS3Input + func (s *CreateDataSourceFromS3Input) SetDataSpec(v *S3DataSpec) *CreateDataSourceFromS3Input + func (s *CreateDataSourceFromS3Input) Validate() error + func (s CreateDataSourceFromS3Input) GoString() string + func (s CreateDataSourceFromS3Input) String() string + type CreateDataSourceFromS3Output struct + DataSourceId *string + func (s *CreateDataSourceFromS3Output) SetDataSourceId(v string) *CreateDataSourceFromS3Output + func (s CreateDataSourceFromS3Output) GoString() string + func (s CreateDataSourceFromS3Output) String() string + type CreateEvaluationInput struct + EvaluationDataSourceId *string + EvaluationId *string + EvaluationName *string + MLModelId *string + func (s *CreateEvaluationInput) SetEvaluationDataSourceId(v string) *CreateEvaluationInput + func (s *CreateEvaluationInput) SetEvaluationId(v string) *CreateEvaluationInput + func (s *CreateEvaluationInput) SetEvaluationName(v string) *CreateEvaluationInput + func (s *CreateEvaluationInput) SetMLModelId(v string) *CreateEvaluationInput + func (s *CreateEvaluationInput) Validate() error + func (s CreateEvaluationInput) GoString() string + func (s CreateEvaluationInput) String() string + type CreateEvaluationOutput struct + EvaluationId *string + func (s *CreateEvaluationOutput) SetEvaluationId(v string) *CreateEvaluationOutput + func (s CreateEvaluationOutput) GoString() string + func (s CreateEvaluationOutput) String() string + type CreateMLModelInput struct + MLModelId *string + MLModelName *string + MLModelType *string + Parameters map[string]*string + Recipe *string + RecipeUri *string + TrainingDataSourceId *string + func (s *CreateMLModelInput) SetMLModelId(v string) *CreateMLModelInput + func (s *CreateMLModelInput) SetMLModelName(v string) *CreateMLModelInput + func (s *CreateMLModelInput) SetMLModelType(v string) *CreateMLModelInput + func (s *CreateMLModelInput) SetParameters(v map[string]*string) *CreateMLModelInput + func (s *CreateMLModelInput) SetRecipe(v string) *CreateMLModelInput + func (s *CreateMLModelInput) SetRecipeUri(v string) *CreateMLModelInput + func (s *CreateMLModelInput) SetTrainingDataSourceId(v string) *CreateMLModelInput + func (s *CreateMLModelInput) Validate() error + func (s CreateMLModelInput) GoString() string + func (s CreateMLModelInput) String() string + type CreateMLModelOutput struct + MLModelId *string + func (s *CreateMLModelOutput) SetMLModelId(v string) *CreateMLModelOutput + func (s CreateMLModelOutput) GoString() string + func (s CreateMLModelOutput) String() string + type CreateRealtimeEndpointInput struct + MLModelId *string + func (s *CreateRealtimeEndpointInput) SetMLModelId(v string) *CreateRealtimeEndpointInput + func (s *CreateRealtimeEndpointInput) Validate() error + func (s CreateRealtimeEndpointInput) GoString() string + func (s CreateRealtimeEndpointInput) String() string + type CreateRealtimeEndpointOutput struct + MLModelId *string + RealtimeEndpointInfo *RealtimeEndpointInfo + func (s *CreateRealtimeEndpointOutput) SetMLModelId(v string) *CreateRealtimeEndpointOutput + func (s *CreateRealtimeEndpointOutput) SetRealtimeEndpointInfo(v *RealtimeEndpointInfo) *CreateRealtimeEndpointOutput + func (s CreateRealtimeEndpointOutput) GoString() string + func (s CreateRealtimeEndpointOutput) String() string + type DataSource struct + ComputeStatistics *bool + ComputeTime *int64 + CreatedAt *time.Time + CreatedByIamUser *string + DataLocationS3 *string + DataRearrangement *string + DataSizeInBytes *int64 + DataSourceId *string + FinishedAt *time.Time + LastUpdatedAt *time.Time + Message *string + Name *string + NumberOfFiles *int64 + RDSMetadata *RDSMetadata + RedshiftMetadata *RedshiftMetadata + RoleARN *string + StartedAt *time.Time + Status *string + func (s *DataSource) SetComputeStatistics(v bool) *DataSource + func (s *DataSource) SetComputeTime(v int64) *DataSource + func (s *DataSource) SetCreatedAt(v time.Time) *DataSource + func (s *DataSource) SetCreatedByIamUser(v string) *DataSource + func (s *DataSource) SetDataLocationS3(v string) *DataSource + func (s *DataSource) SetDataRearrangement(v string) *DataSource + func (s *DataSource) SetDataSizeInBytes(v int64) *DataSource + func (s *DataSource) SetDataSourceId(v string) *DataSource + func (s *DataSource) SetFinishedAt(v time.Time) *DataSource + func (s *DataSource) SetLastUpdatedAt(v time.Time) *DataSource + func (s *DataSource) SetMessage(v string) *DataSource + func (s *DataSource) SetName(v string) *DataSource + func (s *DataSource) SetNumberOfFiles(v int64) *DataSource + func (s *DataSource) SetRDSMetadata(v *RDSMetadata) *DataSource + func (s *DataSource) SetRedshiftMetadata(v *RedshiftMetadata) *DataSource + func (s *DataSource) SetRoleARN(v string) *DataSource + func (s *DataSource) SetStartedAt(v time.Time) *DataSource + func (s *DataSource) SetStatus(v string) *DataSource + func (s DataSource) GoString() string + func (s DataSource) String() string + type DeleteBatchPredictionInput struct + BatchPredictionId *string + func (s *DeleteBatchPredictionInput) SetBatchPredictionId(v string) *DeleteBatchPredictionInput + func (s *DeleteBatchPredictionInput) Validate() error + func (s DeleteBatchPredictionInput) GoString() string + func (s DeleteBatchPredictionInput) String() string + type DeleteBatchPredictionOutput struct + BatchPredictionId *string + func (s *DeleteBatchPredictionOutput) SetBatchPredictionId(v string) *DeleteBatchPredictionOutput + func (s DeleteBatchPredictionOutput) GoString() string + func (s DeleteBatchPredictionOutput) String() string + type DeleteDataSourceInput struct + DataSourceId *string + func (s *DeleteDataSourceInput) SetDataSourceId(v string) *DeleteDataSourceInput + func (s *DeleteDataSourceInput) Validate() error + func (s DeleteDataSourceInput) GoString() string + func (s DeleteDataSourceInput) String() string + type DeleteDataSourceOutput struct + DataSourceId *string + func (s *DeleteDataSourceOutput) SetDataSourceId(v string) *DeleteDataSourceOutput + func (s DeleteDataSourceOutput) GoString() string + func (s DeleteDataSourceOutput) String() string + type DeleteEvaluationInput struct + EvaluationId *string + func (s *DeleteEvaluationInput) SetEvaluationId(v string) *DeleteEvaluationInput + func (s *DeleteEvaluationInput) Validate() error + func (s DeleteEvaluationInput) GoString() string + func (s DeleteEvaluationInput) String() string + type DeleteEvaluationOutput struct + EvaluationId *string + func (s *DeleteEvaluationOutput) SetEvaluationId(v string) *DeleteEvaluationOutput + func (s DeleteEvaluationOutput) GoString() string + func (s DeleteEvaluationOutput) String() string + type DeleteMLModelInput struct + MLModelId *string + func (s *DeleteMLModelInput) SetMLModelId(v string) *DeleteMLModelInput + func (s *DeleteMLModelInput) Validate() error + func (s DeleteMLModelInput) GoString() string + func (s DeleteMLModelInput) String() string + type DeleteMLModelOutput struct + MLModelId *string + func (s *DeleteMLModelOutput) SetMLModelId(v string) *DeleteMLModelOutput + func (s DeleteMLModelOutput) GoString() string + func (s DeleteMLModelOutput) String() string + type DeleteRealtimeEndpointInput struct + MLModelId *string + func (s *DeleteRealtimeEndpointInput) SetMLModelId(v string) *DeleteRealtimeEndpointInput + func (s *DeleteRealtimeEndpointInput) Validate() error + func (s DeleteRealtimeEndpointInput) GoString() string + func (s DeleteRealtimeEndpointInput) String() string + type DeleteRealtimeEndpointOutput struct + MLModelId *string + RealtimeEndpointInfo *RealtimeEndpointInfo + func (s *DeleteRealtimeEndpointOutput) SetMLModelId(v string) *DeleteRealtimeEndpointOutput + func (s *DeleteRealtimeEndpointOutput) SetRealtimeEndpointInfo(v *RealtimeEndpointInfo) *DeleteRealtimeEndpointOutput + func (s DeleteRealtimeEndpointOutput) GoString() string + func (s DeleteRealtimeEndpointOutput) String() string + type DeleteTagsInput struct + ResourceId *string + ResourceType *string + TagKeys []*string + func (s *DeleteTagsInput) SetResourceId(v string) *DeleteTagsInput + func (s *DeleteTagsInput) SetResourceType(v string) *DeleteTagsInput + func (s *DeleteTagsInput) SetTagKeys(v []*string) *DeleteTagsInput + func (s *DeleteTagsInput) Validate() error + func (s DeleteTagsInput) GoString() string + func (s DeleteTagsInput) String() string + type DeleteTagsOutput struct + ResourceId *string + ResourceType *string + func (s *DeleteTagsOutput) SetResourceId(v string) *DeleteTagsOutput + func (s *DeleteTagsOutput) SetResourceType(v string) *DeleteTagsOutput + func (s DeleteTagsOutput) GoString() string + func (s DeleteTagsOutput) String() string + type DescribeBatchPredictionsInput struct + EQ *string + FilterVariable *string + GE *string + GT *string + LE *string + LT *string + Limit *int64 + NE *string + NextToken *string + Prefix *string + SortOrder *string + func (s *DescribeBatchPredictionsInput) SetEQ(v string) *DescribeBatchPredictionsInput + func (s *DescribeBatchPredictionsInput) SetFilterVariable(v string) *DescribeBatchPredictionsInput + func (s *DescribeBatchPredictionsInput) SetGE(v string) *DescribeBatchPredictionsInput + func (s *DescribeBatchPredictionsInput) SetGT(v string) *DescribeBatchPredictionsInput + func (s *DescribeBatchPredictionsInput) SetLE(v string) *DescribeBatchPredictionsInput + func (s *DescribeBatchPredictionsInput) SetLT(v string) *DescribeBatchPredictionsInput + func (s *DescribeBatchPredictionsInput) SetLimit(v int64) *DescribeBatchPredictionsInput + func (s *DescribeBatchPredictionsInput) SetNE(v string) *DescribeBatchPredictionsInput + func (s *DescribeBatchPredictionsInput) SetNextToken(v string) *DescribeBatchPredictionsInput + func (s *DescribeBatchPredictionsInput) SetPrefix(v string) *DescribeBatchPredictionsInput + func (s *DescribeBatchPredictionsInput) SetSortOrder(v string) *DescribeBatchPredictionsInput + func (s *DescribeBatchPredictionsInput) Validate() error + func (s DescribeBatchPredictionsInput) GoString() string + func (s DescribeBatchPredictionsInput) String() string + type DescribeBatchPredictionsOutput struct + NextToken *string + Results []*BatchPrediction + func (s *DescribeBatchPredictionsOutput) SetNextToken(v string) *DescribeBatchPredictionsOutput + func (s *DescribeBatchPredictionsOutput) SetResults(v []*BatchPrediction) *DescribeBatchPredictionsOutput + func (s DescribeBatchPredictionsOutput) GoString() string + func (s DescribeBatchPredictionsOutput) String() string + type DescribeDataSourcesInput struct + EQ *string + FilterVariable *string + GE *string + GT *string + LE *string + LT *string + Limit *int64 + NE *string + NextToken *string + Prefix *string + SortOrder *string + func (s *DescribeDataSourcesInput) SetEQ(v string) *DescribeDataSourcesInput + func (s *DescribeDataSourcesInput) SetFilterVariable(v string) *DescribeDataSourcesInput + func (s *DescribeDataSourcesInput) SetGE(v string) *DescribeDataSourcesInput + func (s *DescribeDataSourcesInput) SetGT(v string) *DescribeDataSourcesInput + func (s *DescribeDataSourcesInput) SetLE(v string) *DescribeDataSourcesInput + func (s *DescribeDataSourcesInput) SetLT(v string) *DescribeDataSourcesInput + func (s *DescribeDataSourcesInput) SetLimit(v int64) *DescribeDataSourcesInput + func (s *DescribeDataSourcesInput) SetNE(v string) *DescribeDataSourcesInput + func (s *DescribeDataSourcesInput) SetNextToken(v string) *DescribeDataSourcesInput + func (s *DescribeDataSourcesInput) SetPrefix(v string) *DescribeDataSourcesInput + func (s *DescribeDataSourcesInput) SetSortOrder(v string) *DescribeDataSourcesInput + func (s *DescribeDataSourcesInput) Validate() error + func (s DescribeDataSourcesInput) GoString() string + func (s DescribeDataSourcesInput) String() string + type DescribeDataSourcesOutput struct + NextToken *string + Results []*DataSource + func (s *DescribeDataSourcesOutput) SetNextToken(v string) *DescribeDataSourcesOutput + func (s *DescribeDataSourcesOutput) SetResults(v []*DataSource) *DescribeDataSourcesOutput + func (s DescribeDataSourcesOutput) GoString() string + func (s DescribeDataSourcesOutput) String() string + type DescribeEvaluationsInput struct + EQ *string + FilterVariable *string + GE *string + GT *string + LE *string + LT *string + Limit *int64 + NE *string + NextToken *string + Prefix *string + SortOrder *string + func (s *DescribeEvaluationsInput) SetEQ(v string) *DescribeEvaluationsInput + func (s *DescribeEvaluationsInput) SetFilterVariable(v string) *DescribeEvaluationsInput + func (s *DescribeEvaluationsInput) SetGE(v string) *DescribeEvaluationsInput + func (s *DescribeEvaluationsInput) SetGT(v string) *DescribeEvaluationsInput + func (s *DescribeEvaluationsInput) SetLE(v string) *DescribeEvaluationsInput + func (s *DescribeEvaluationsInput) SetLT(v string) *DescribeEvaluationsInput + func (s *DescribeEvaluationsInput) SetLimit(v int64) *DescribeEvaluationsInput + func (s *DescribeEvaluationsInput) SetNE(v string) *DescribeEvaluationsInput + func (s *DescribeEvaluationsInput) SetNextToken(v string) *DescribeEvaluationsInput + func (s *DescribeEvaluationsInput) SetPrefix(v string) *DescribeEvaluationsInput + func (s *DescribeEvaluationsInput) SetSortOrder(v string) *DescribeEvaluationsInput + func (s *DescribeEvaluationsInput) Validate() error + func (s DescribeEvaluationsInput) GoString() string + func (s DescribeEvaluationsInput) String() string + type DescribeEvaluationsOutput struct + NextToken *string + Results []*Evaluation + func (s *DescribeEvaluationsOutput) SetNextToken(v string) *DescribeEvaluationsOutput + func (s *DescribeEvaluationsOutput) SetResults(v []*Evaluation) *DescribeEvaluationsOutput + func (s DescribeEvaluationsOutput) GoString() string + func (s DescribeEvaluationsOutput) String() string + type DescribeMLModelsInput struct + EQ *string + FilterVariable *string + GE *string + GT *string + LE *string + LT *string + Limit *int64 + NE *string + NextToken *string + Prefix *string + SortOrder *string + func (s *DescribeMLModelsInput) SetEQ(v string) *DescribeMLModelsInput + func (s *DescribeMLModelsInput) SetFilterVariable(v string) *DescribeMLModelsInput + func (s *DescribeMLModelsInput) SetGE(v string) *DescribeMLModelsInput + func (s *DescribeMLModelsInput) SetGT(v string) *DescribeMLModelsInput + func (s *DescribeMLModelsInput) SetLE(v string) *DescribeMLModelsInput + func (s *DescribeMLModelsInput) SetLT(v string) *DescribeMLModelsInput + func (s *DescribeMLModelsInput) SetLimit(v int64) *DescribeMLModelsInput + func (s *DescribeMLModelsInput) SetNE(v string) *DescribeMLModelsInput + func (s *DescribeMLModelsInput) SetNextToken(v string) *DescribeMLModelsInput + func (s *DescribeMLModelsInput) SetPrefix(v string) *DescribeMLModelsInput + func (s *DescribeMLModelsInput) SetSortOrder(v string) *DescribeMLModelsInput + func (s *DescribeMLModelsInput) Validate() error + func (s DescribeMLModelsInput) GoString() string + func (s DescribeMLModelsInput) String() string + type DescribeMLModelsOutput struct + NextToken *string + Results []*MLModel + func (s *DescribeMLModelsOutput) SetNextToken(v string) *DescribeMLModelsOutput + func (s *DescribeMLModelsOutput) SetResults(v []*MLModel) *DescribeMLModelsOutput + func (s DescribeMLModelsOutput) GoString() string + func (s DescribeMLModelsOutput) String() string + type DescribeTagsInput struct + ResourceId *string + ResourceType *string + func (s *DescribeTagsInput) SetResourceId(v string) *DescribeTagsInput + func (s *DescribeTagsInput) SetResourceType(v string) *DescribeTagsInput + func (s *DescribeTagsInput) Validate() error + func (s DescribeTagsInput) GoString() string + func (s DescribeTagsInput) String() string + type DescribeTagsOutput struct + ResourceId *string + ResourceType *string + Tags []*Tag + func (s *DescribeTagsOutput) SetResourceId(v string) *DescribeTagsOutput + func (s *DescribeTagsOutput) SetResourceType(v string) *DescribeTagsOutput + func (s *DescribeTagsOutput) SetTags(v []*Tag) *DescribeTagsOutput + func (s DescribeTagsOutput) GoString() string + func (s DescribeTagsOutput) String() string + type Evaluation struct + ComputeTime *int64 + CreatedAt *time.Time + CreatedByIamUser *string + EvaluationDataSourceId *string + EvaluationId *string + FinishedAt *time.Time + InputDataLocationS3 *string + LastUpdatedAt *time.Time + MLModelId *string + Message *string + Name *string + PerformanceMetrics *PerformanceMetrics + StartedAt *time.Time + Status *string + func (s *Evaluation) SetComputeTime(v int64) *Evaluation + func (s *Evaluation) SetCreatedAt(v time.Time) *Evaluation + func (s *Evaluation) SetCreatedByIamUser(v string) *Evaluation + func (s *Evaluation) SetEvaluationDataSourceId(v string) *Evaluation + func (s *Evaluation) SetEvaluationId(v string) *Evaluation + func (s *Evaluation) SetFinishedAt(v time.Time) *Evaluation + func (s *Evaluation) SetInputDataLocationS3(v string) *Evaluation + func (s *Evaluation) SetLastUpdatedAt(v time.Time) *Evaluation + func (s *Evaluation) SetMLModelId(v string) *Evaluation + func (s *Evaluation) SetMessage(v string) *Evaluation + func (s *Evaluation) SetName(v string) *Evaluation + func (s *Evaluation) SetPerformanceMetrics(v *PerformanceMetrics) *Evaluation + func (s *Evaluation) SetStartedAt(v time.Time) *Evaluation + func (s *Evaluation) SetStatus(v string) *Evaluation + func (s Evaluation) GoString() string + func (s Evaluation) String() string + type GetBatchPredictionInput struct + BatchPredictionId *string + func (s *GetBatchPredictionInput) SetBatchPredictionId(v string) *GetBatchPredictionInput + func (s *GetBatchPredictionInput) Validate() error + func (s GetBatchPredictionInput) GoString() string + func (s GetBatchPredictionInput) String() string + type GetBatchPredictionOutput struct + BatchPredictionDataSourceId *string + BatchPredictionId *string + ComputeTime *int64 + CreatedAt *time.Time + CreatedByIamUser *string + FinishedAt *time.Time + InputDataLocationS3 *string + InvalidRecordCount *int64 + LastUpdatedAt *time.Time + LogUri *string + MLModelId *string + Message *string + Name *string + OutputUri *string + StartedAt *time.Time + Status *string + TotalRecordCount *int64 + func (s *GetBatchPredictionOutput) SetBatchPredictionDataSourceId(v string) *GetBatchPredictionOutput + func (s *GetBatchPredictionOutput) SetBatchPredictionId(v string) *GetBatchPredictionOutput + func (s *GetBatchPredictionOutput) SetComputeTime(v int64) *GetBatchPredictionOutput + func (s *GetBatchPredictionOutput) SetCreatedAt(v time.Time) *GetBatchPredictionOutput + func (s *GetBatchPredictionOutput) SetCreatedByIamUser(v string) *GetBatchPredictionOutput + func (s *GetBatchPredictionOutput) SetFinishedAt(v time.Time) *GetBatchPredictionOutput + func (s *GetBatchPredictionOutput) SetInputDataLocationS3(v string) *GetBatchPredictionOutput + func (s *GetBatchPredictionOutput) SetInvalidRecordCount(v int64) *GetBatchPredictionOutput + func (s *GetBatchPredictionOutput) SetLastUpdatedAt(v time.Time) *GetBatchPredictionOutput + func (s *GetBatchPredictionOutput) SetLogUri(v string) *GetBatchPredictionOutput + func (s *GetBatchPredictionOutput) SetMLModelId(v string) *GetBatchPredictionOutput + func (s *GetBatchPredictionOutput) SetMessage(v string) *GetBatchPredictionOutput + func (s *GetBatchPredictionOutput) SetName(v string) *GetBatchPredictionOutput + func (s *GetBatchPredictionOutput) SetOutputUri(v string) *GetBatchPredictionOutput + func (s *GetBatchPredictionOutput) SetStartedAt(v time.Time) *GetBatchPredictionOutput + func (s *GetBatchPredictionOutput) SetStatus(v string) *GetBatchPredictionOutput + func (s *GetBatchPredictionOutput) SetTotalRecordCount(v int64) *GetBatchPredictionOutput + func (s GetBatchPredictionOutput) GoString() string + func (s GetBatchPredictionOutput) String() string + type GetDataSourceInput struct + DataSourceId *string + Verbose *bool + func (s *GetDataSourceInput) SetDataSourceId(v string) *GetDataSourceInput + func (s *GetDataSourceInput) SetVerbose(v bool) *GetDataSourceInput + func (s *GetDataSourceInput) Validate() error + func (s GetDataSourceInput) GoString() string + func (s GetDataSourceInput) String() string + type GetDataSourceOutput struct + ComputeStatistics *bool + ComputeTime *int64 + CreatedAt *time.Time + CreatedByIamUser *string + DataLocationS3 *string + DataRearrangement *string + DataSizeInBytes *int64 + DataSourceId *string + DataSourceSchema *string + FinishedAt *time.Time + LastUpdatedAt *time.Time + LogUri *string + Message *string + Name *string + NumberOfFiles *int64 + RDSMetadata *RDSMetadata + RedshiftMetadata *RedshiftMetadata + RoleARN *string + StartedAt *time.Time + Status *string + func (s *GetDataSourceOutput) SetComputeStatistics(v bool) *GetDataSourceOutput + func (s *GetDataSourceOutput) SetComputeTime(v int64) *GetDataSourceOutput + func (s *GetDataSourceOutput) SetCreatedAt(v time.Time) *GetDataSourceOutput + func (s *GetDataSourceOutput) SetCreatedByIamUser(v string) *GetDataSourceOutput + func (s *GetDataSourceOutput) SetDataLocationS3(v string) *GetDataSourceOutput + func (s *GetDataSourceOutput) SetDataRearrangement(v string) *GetDataSourceOutput + func (s *GetDataSourceOutput) SetDataSizeInBytes(v int64) *GetDataSourceOutput + func (s *GetDataSourceOutput) SetDataSourceId(v string) *GetDataSourceOutput + func (s *GetDataSourceOutput) SetDataSourceSchema(v string) *GetDataSourceOutput + func (s *GetDataSourceOutput) SetFinishedAt(v time.Time) *GetDataSourceOutput + func (s *GetDataSourceOutput) SetLastUpdatedAt(v time.Time) *GetDataSourceOutput + func (s *GetDataSourceOutput) SetLogUri(v string) *GetDataSourceOutput + func (s *GetDataSourceOutput) SetMessage(v string) *GetDataSourceOutput + func (s *GetDataSourceOutput) SetName(v string) *GetDataSourceOutput + func (s *GetDataSourceOutput) SetNumberOfFiles(v int64) *GetDataSourceOutput + func (s *GetDataSourceOutput) SetRDSMetadata(v *RDSMetadata) *GetDataSourceOutput + func (s *GetDataSourceOutput) SetRedshiftMetadata(v *RedshiftMetadata) *GetDataSourceOutput + func (s *GetDataSourceOutput) SetRoleARN(v string) *GetDataSourceOutput + func (s *GetDataSourceOutput) SetStartedAt(v time.Time) *GetDataSourceOutput + func (s *GetDataSourceOutput) SetStatus(v string) *GetDataSourceOutput + func (s GetDataSourceOutput) GoString() string + func (s GetDataSourceOutput) String() string + type GetEvaluationInput struct + EvaluationId *string + func (s *GetEvaluationInput) SetEvaluationId(v string) *GetEvaluationInput + func (s *GetEvaluationInput) Validate() error + func (s GetEvaluationInput) GoString() string + func (s GetEvaluationInput) String() string + type GetEvaluationOutput struct + ComputeTime *int64 + CreatedAt *time.Time + CreatedByIamUser *string + EvaluationDataSourceId *string + EvaluationId *string + FinishedAt *time.Time + InputDataLocationS3 *string + LastUpdatedAt *time.Time + LogUri *string + MLModelId *string + Message *string + Name *string + PerformanceMetrics *PerformanceMetrics + StartedAt *time.Time + Status *string + func (s *GetEvaluationOutput) SetComputeTime(v int64) *GetEvaluationOutput + func (s *GetEvaluationOutput) SetCreatedAt(v time.Time) *GetEvaluationOutput + func (s *GetEvaluationOutput) SetCreatedByIamUser(v string) *GetEvaluationOutput + func (s *GetEvaluationOutput) SetEvaluationDataSourceId(v string) *GetEvaluationOutput + func (s *GetEvaluationOutput) SetEvaluationId(v string) *GetEvaluationOutput + func (s *GetEvaluationOutput) SetFinishedAt(v time.Time) *GetEvaluationOutput + func (s *GetEvaluationOutput) SetInputDataLocationS3(v string) *GetEvaluationOutput + func (s *GetEvaluationOutput) SetLastUpdatedAt(v time.Time) *GetEvaluationOutput + func (s *GetEvaluationOutput) SetLogUri(v string) *GetEvaluationOutput + func (s *GetEvaluationOutput) SetMLModelId(v string) *GetEvaluationOutput + func (s *GetEvaluationOutput) SetMessage(v string) *GetEvaluationOutput + func (s *GetEvaluationOutput) SetName(v string) *GetEvaluationOutput + func (s *GetEvaluationOutput) SetPerformanceMetrics(v *PerformanceMetrics) *GetEvaluationOutput + func (s *GetEvaluationOutput) SetStartedAt(v time.Time) *GetEvaluationOutput + func (s *GetEvaluationOutput) SetStatus(v string) *GetEvaluationOutput + func (s GetEvaluationOutput) GoString() string + func (s GetEvaluationOutput) String() string + type GetMLModelInput struct + MLModelId *string + Verbose *bool + func (s *GetMLModelInput) SetMLModelId(v string) *GetMLModelInput + func (s *GetMLModelInput) SetVerbose(v bool) *GetMLModelInput + func (s *GetMLModelInput) Validate() error + func (s GetMLModelInput) GoString() string + func (s GetMLModelInput) String() string + type GetMLModelOutput struct + ComputeTime *int64 + CreatedAt *time.Time + CreatedByIamUser *string + EndpointInfo *RealtimeEndpointInfo + FinishedAt *time.Time + InputDataLocationS3 *string + LastUpdatedAt *time.Time + LogUri *string + MLModelId *string + MLModelType *string + Message *string + Name *string + Recipe *string + Schema *string + ScoreThreshold *float64 + ScoreThresholdLastUpdatedAt *time.Time + SizeInBytes *int64 + StartedAt *time.Time + Status *string + TrainingDataSourceId *string + TrainingParameters map[string]*string + func (s *GetMLModelOutput) SetComputeTime(v int64) *GetMLModelOutput + func (s *GetMLModelOutput) SetCreatedAt(v time.Time) *GetMLModelOutput + func (s *GetMLModelOutput) SetCreatedByIamUser(v string) *GetMLModelOutput + func (s *GetMLModelOutput) SetEndpointInfo(v *RealtimeEndpointInfo) *GetMLModelOutput + func (s *GetMLModelOutput) SetFinishedAt(v time.Time) *GetMLModelOutput + func (s *GetMLModelOutput) SetInputDataLocationS3(v string) *GetMLModelOutput + func (s *GetMLModelOutput) SetLastUpdatedAt(v time.Time) *GetMLModelOutput + func (s *GetMLModelOutput) SetLogUri(v string) *GetMLModelOutput + func (s *GetMLModelOutput) SetMLModelId(v string) *GetMLModelOutput + func (s *GetMLModelOutput) SetMLModelType(v string) *GetMLModelOutput + func (s *GetMLModelOutput) SetMessage(v string) *GetMLModelOutput + func (s *GetMLModelOutput) SetName(v string) *GetMLModelOutput + func (s *GetMLModelOutput) SetRecipe(v string) *GetMLModelOutput + func (s *GetMLModelOutput) SetSchema(v string) *GetMLModelOutput + func (s *GetMLModelOutput) SetScoreThreshold(v float64) *GetMLModelOutput + func (s *GetMLModelOutput) SetScoreThresholdLastUpdatedAt(v time.Time) *GetMLModelOutput + func (s *GetMLModelOutput) SetSizeInBytes(v int64) *GetMLModelOutput + func (s *GetMLModelOutput) SetStartedAt(v time.Time) *GetMLModelOutput + func (s *GetMLModelOutput) SetStatus(v string) *GetMLModelOutput + func (s *GetMLModelOutput) SetTrainingDataSourceId(v string) *GetMLModelOutput + func (s *GetMLModelOutput) SetTrainingParameters(v map[string]*string) *GetMLModelOutput + func (s GetMLModelOutput) GoString() string + func (s GetMLModelOutput) String() string + type IdempotentParameterMismatchException struct + Code_ *int64 + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *IdempotentParameterMismatchException) Code() string + func (s *IdempotentParameterMismatchException) Error() string + func (s *IdempotentParameterMismatchException) Message() string + func (s *IdempotentParameterMismatchException) OrigErr() error + func (s *IdempotentParameterMismatchException) RequestID() string + func (s *IdempotentParameterMismatchException) StatusCode() int + func (s IdempotentParameterMismatchException) GoString() string + func (s IdempotentParameterMismatchException) String() string + type InternalServerException struct + Code_ *int64 + 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 InvalidInputException struct + Code_ *int64 + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidInputException) Code() string + func (s *InvalidInputException) Error() string + func (s *InvalidInputException) Message() string + func (s *InvalidInputException) OrigErr() error + func (s *InvalidInputException) RequestID() string + func (s *InvalidInputException) StatusCode() int + func (s InvalidInputException) GoString() string + func (s InvalidInputException) String() string + type InvalidTagException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidTagException) Code() string + func (s *InvalidTagException) Error() string + func (s *InvalidTagException) Message() string + func (s *InvalidTagException) OrigErr() error + func (s *InvalidTagException) RequestID() string + func (s *InvalidTagException) StatusCode() int + func (s InvalidTagException) GoString() string + func (s InvalidTagException) String() string + type LimitExceededException struct + Code_ *int64 + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *LimitExceededException) Code() string + func (s *LimitExceededException) Error() string + func (s *LimitExceededException) Message() string + func (s *LimitExceededException) OrigErr() error + func (s *LimitExceededException) RequestID() string + func (s *LimitExceededException) StatusCode() int + func (s LimitExceededException) GoString() string + func (s LimitExceededException) String() string + type MLModel struct + Algorithm *string + ComputeTime *int64 + CreatedAt *time.Time + CreatedByIamUser *string + EndpointInfo *RealtimeEndpointInfo + FinishedAt *time.Time + InputDataLocationS3 *string + LastUpdatedAt *time.Time + MLModelId *string + MLModelType *string + Message *string + Name *string + ScoreThreshold *float64 + ScoreThresholdLastUpdatedAt *time.Time + SizeInBytes *int64 + StartedAt *time.Time + Status *string + TrainingDataSourceId *string + TrainingParameters map[string]*string + func (s *MLModel) SetAlgorithm(v string) *MLModel + func (s *MLModel) SetComputeTime(v int64) *MLModel + func (s *MLModel) SetCreatedAt(v time.Time) *MLModel + func (s *MLModel) SetCreatedByIamUser(v string) *MLModel + func (s *MLModel) SetEndpointInfo(v *RealtimeEndpointInfo) *MLModel + func (s *MLModel) SetFinishedAt(v time.Time) *MLModel + func (s *MLModel) SetInputDataLocationS3(v string) *MLModel + func (s *MLModel) SetLastUpdatedAt(v time.Time) *MLModel + func (s *MLModel) SetMLModelId(v string) *MLModel + func (s *MLModel) SetMLModelType(v string) *MLModel + func (s *MLModel) SetMessage(v string) *MLModel + func (s *MLModel) SetName(v string) *MLModel + func (s *MLModel) SetScoreThreshold(v float64) *MLModel + func (s *MLModel) SetScoreThresholdLastUpdatedAt(v time.Time) *MLModel + func (s *MLModel) SetSizeInBytes(v int64) *MLModel + func (s *MLModel) SetStartedAt(v time.Time) *MLModel + func (s *MLModel) SetStatus(v string) *MLModel + func (s *MLModel) SetTrainingDataSourceId(v string) *MLModel + func (s *MLModel) SetTrainingParameters(v map[string]*string) *MLModel + func (s MLModel) GoString() string + func (s MLModel) String() string + type MachineLearning struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *MachineLearning + func (c *MachineLearning) AddTags(input *AddTagsInput) (*AddTagsOutput, error) + func (c *MachineLearning) AddTagsRequest(input *AddTagsInput) (req *request.Request, output *AddTagsOutput) + func (c *MachineLearning) AddTagsWithContext(ctx aws.Context, input *AddTagsInput, opts ...request.Option) (*AddTagsOutput, error) + func (c *MachineLearning) CreateBatchPrediction(input *CreateBatchPredictionInput) (*CreateBatchPredictionOutput, error) + func (c *MachineLearning) CreateBatchPredictionRequest(input *CreateBatchPredictionInput) (req *request.Request, output *CreateBatchPredictionOutput) + func (c *MachineLearning) CreateBatchPredictionWithContext(ctx aws.Context, input *CreateBatchPredictionInput, opts ...request.Option) (*CreateBatchPredictionOutput, error) + func (c *MachineLearning) CreateDataSourceFromRDS(input *CreateDataSourceFromRDSInput) (*CreateDataSourceFromRDSOutput, error) + func (c *MachineLearning) CreateDataSourceFromRDSRequest(input *CreateDataSourceFromRDSInput) (req *request.Request, output *CreateDataSourceFromRDSOutput) + func (c *MachineLearning) CreateDataSourceFromRDSWithContext(ctx aws.Context, input *CreateDataSourceFromRDSInput, opts ...request.Option) (*CreateDataSourceFromRDSOutput, error) + func (c *MachineLearning) CreateDataSourceFromRedshift(input *CreateDataSourceFromRedshiftInput) (*CreateDataSourceFromRedshiftOutput, error) + func (c *MachineLearning) CreateDataSourceFromRedshiftRequest(input *CreateDataSourceFromRedshiftInput) (req *request.Request, output *CreateDataSourceFromRedshiftOutput) + func (c *MachineLearning) CreateDataSourceFromRedshiftWithContext(ctx aws.Context, input *CreateDataSourceFromRedshiftInput, ...) (*CreateDataSourceFromRedshiftOutput, error) + func (c *MachineLearning) CreateDataSourceFromS3(input *CreateDataSourceFromS3Input) (*CreateDataSourceFromS3Output, error) + func (c *MachineLearning) CreateDataSourceFromS3Request(input *CreateDataSourceFromS3Input) (req *request.Request, output *CreateDataSourceFromS3Output) + func (c *MachineLearning) CreateDataSourceFromS3WithContext(ctx aws.Context, input *CreateDataSourceFromS3Input, opts ...request.Option) (*CreateDataSourceFromS3Output, error) + func (c *MachineLearning) CreateEvaluation(input *CreateEvaluationInput) (*CreateEvaluationOutput, error) + func (c *MachineLearning) CreateEvaluationRequest(input *CreateEvaluationInput) (req *request.Request, output *CreateEvaluationOutput) + func (c *MachineLearning) CreateEvaluationWithContext(ctx aws.Context, input *CreateEvaluationInput, opts ...request.Option) (*CreateEvaluationOutput, error) + func (c *MachineLearning) CreateMLModel(input *CreateMLModelInput) (*CreateMLModelOutput, error) + func (c *MachineLearning) CreateMLModelRequest(input *CreateMLModelInput) (req *request.Request, output *CreateMLModelOutput) + func (c *MachineLearning) CreateMLModelWithContext(ctx aws.Context, input *CreateMLModelInput, opts ...request.Option) (*CreateMLModelOutput, error) + func (c *MachineLearning) CreateRealtimeEndpoint(input *CreateRealtimeEndpointInput) (*CreateRealtimeEndpointOutput, error) + func (c *MachineLearning) CreateRealtimeEndpointRequest(input *CreateRealtimeEndpointInput) (req *request.Request, output *CreateRealtimeEndpointOutput) + func (c *MachineLearning) CreateRealtimeEndpointWithContext(ctx aws.Context, input *CreateRealtimeEndpointInput, opts ...request.Option) (*CreateRealtimeEndpointOutput, error) + func (c *MachineLearning) DeleteBatchPrediction(input *DeleteBatchPredictionInput) (*DeleteBatchPredictionOutput, error) + func (c *MachineLearning) DeleteBatchPredictionRequest(input *DeleteBatchPredictionInput) (req *request.Request, output *DeleteBatchPredictionOutput) + func (c *MachineLearning) DeleteBatchPredictionWithContext(ctx aws.Context, input *DeleteBatchPredictionInput, opts ...request.Option) (*DeleteBatchPredictionOutput, error) + func (c *MachineLearning) DeleteDataSource(input *DeleteDataSourceInput) (*DeleteDataSourceOutput, error) + func (c *MachineLearning) DeleteDataSourceRequest(input *DeleteDataSourceInput) (req *request.Request, output *DeleteDataSourceOutput) + func (c *MachineLearning) DeleteDataSourceWithContext(ctx aws.Context, input *DeleteDataSourceInput, opts ...request.Option) (*DeleteDataSourceOutput, error) + func (c *MachineLearning) DeleteEvaluation(input *DeleteEvaluationInput) (*DeleteEvaluationOutput, error) + func (c *MachineLearning) DeleteEvaluationRequest(input *DeleteEvaluationInput) (req *request.Request, output *DeleteEvaluationOutput) + func (c *MachineLearning) DeleteEvaluationWithContext(ctx aws.Context, input *DeleteEvaluationInput, opts ...request.Option) (*DeleteEvaluationOutput, error) + func (c *MachineLearning) DeleteMLModel(input *DeleteMLModelInput) (*DeleteMLModelOutput, error) + func (c *MachineLearning) DeleteMLModelRequest(input *DeleteMLModelInput) (req *request.Request, output *DeleteMLModelOutput) + func (c *MachineLearning) DeleteMLModelWithContext(ctx aws.Context, input *DeleteMLModelInput, opts ...request.Option) (*DeleteMLModelOutput, error) + func (c *MachineLearning) DeleteRealtimeEndpoint(input *DeleteRealtimeEndpointInput) (*DeleteRealtimeEndpointOutput, error) + func (c *MachineLearning) DeleteRealtimeEndpointRequest(input *DeleteRealtimeEndpointInput) (req *request.Request, output *DeleteRealtimeEndpointOutput) + func (c *MachineLearning) DeleteRealtimeEndpointWithContext(ctx aws.Context, input *DeleteRealtimeEndpointInput, opts ...request.Option) (*DeleteRealtimeEndpointOutput, error) + func (c *MachineLearning) DeleteTags(input *DeleteTagsInput) (*DeleteTagsOutput, error) + func (c *MachineLearning) DeleteTagsRequest(input *DeleteTagsInput) (req *request.Request, output *DeleteTagsOutput) + func (c *MachineLearning) DeleteTagsWithContext(ctx aws.Context, input *DeleteTagsInput, opts ...request.Option) (*DeleteTagsOutput, error) + func (c *MachineLearning) DescribeBatchPredictions(input *DescribeBatchPredictionsInput) (*DescribeBatchPredictionsOutput, error) + func (c *MachineLearning) DescribeBatchPredictionsPages(input *DescribeBatchPredictionsInput, ...) error + func (c *MachineLearning) DescribeBatchPredictionsPagesWithContext(ctx aws.Context, input *DescribeBatchPredictionsInput, ...) error + func (c *MachineLearning) DescribeBatchPredictionsRequest(input *DescribeBatchPredictionsInput) (req *request.Request, output *DescribeBatchPredictionsOutput) + func (c *MachineLearning) DescribeBatchPredictionsWithContext(ctx aws.Context, input *DescribeBatchPredictionsInput, opts ...request.Option) (*DescribeBatchPredictionsOutput, error) + func (c *MachineLearning) DescribeDataSources(input *DescribeDataSourcesInput) (*DescribeDataSourcesOutput, error) + func (c *MachineLearning) DescribeDataSourcesPages(input *DescribeDataSourcesInput, ...) error + func (c *MachineLearning) DescribeDataSourcesPagesWithContext(ctx aws.Context, input *DescribeDataSourcesInput, ...) error + func (c *MachineLearning) DescribeDataSourcesRequest(input *DescribeDataSourcesInput) (req *request.Request, output *DescribeDataSourcesOutput) + func (c *MachineLearning) DescribeDataSourcesWithContext(ctx aws.Context, input *DescribeDataSourcesInput, opts ...request.Option) (*DescribeDataSourcesOutput, error) + func (c *MachineLearning) DescribeEvaluations(input *DescribeEvaluationsInput) (*DescribeEvaluationsOutput, error) + func (c *MachineLearning) DescribeEvaluationsPages(input *DescribeEvaluationsInput, ...) error + func (c *MachineLearning) DescribeEvaluationsPagesWithContext(ctx aws.Context, input *DescribeEvaluationsInput, ...) error + func (c *MachineLearning) DescribeEvaluationsRequest(input *DescribeEvaluationsInput) (req *request.Request, output *DescribeEvaluationsOutput) + func (c *MachineLearning) DescribeEvaluationsWithContext(ctx aws.Context, input *DescribeEvaluationsInput, opts ...request.Option) (*DescribeEvaluationsOutput, error) + func (c *MachineLearning) DescribeMLModels(input *DescribeMLModelsInput) (*DescribeMLModelsOutput, error) + func (c *MachineLearning) DescribeMLModelsPages(input *DescribeMLModelsInput, fn func(*DescribeMLModelsOutput, bool) bool) error + func (c *MachineLearning) DescribeMLModelsPagesWithContext(ctx aws.Context, input *DescribeMLModelsInput, ...) error + func (c *MachineLearning) DescribeMLModelsRequest(input *DescribeMLModelsInput) (req *request.Request, output *DescribeMLModelsOutput) + func (c *MachineLearning) DescribeMLModelsWithContext(ctx aws.Context, input *DescribeMLModelsInput, opts ...request.Option) (*DescribeMLModelsOutput, error) + func (c *MachineLearning) DescribeTags(input *DescribeTagsInput) (*DescribeTagsOutput, error) + func (c *MachineLearning) DescribeTagsRequest(input *DescribeTagsInput) (req *request.Request, output *DescribeTagsOutput) + func (c *MachineLearning) DescribeTagsWithContext(ctx aws.Context, input *DescribeTagsInput, opts ...request.Option) (*DescribeTagsOutput, error) + func (c *MachineLearning) GetBatchPrediction(input *GetBatchPredictionInput) (*GetBatchPredictionOutput, error) + func (c *MachineLearning) GetBatchPredictionRequest(input *GetBatchPredictionInput) (req *request.Request, output *GetBatchPredictionOutput) + func (c *MachineLearning) GetBatchPredictionWithContext(ctx aws.Context, input *GetBatchPredictionInput, opts ...request.Option) (*GetBatchPredictionOutput, error) + func (c *MachineLearning) GetDataSource(input *GetDataSourceInput) (*GetDataSourceOutput, error) + func (c *MachineLearning) GetDataSourceRequest(input *GetDataSourceInput) (req *request.Request, output *GetDataSourceOutput) + func (c *MachineLearning) GetDataSourceWithContext(ctx aws.Context, input *GetDataSourceInput, opts ...request.Option) (*GetDataSourceOutput, error) + func (c *MachineLearning) GetEvaluation(input *GetEvaluationInput) (*GetEvaluationOutput, error) + func (c *MachineLearning) GetEvaluationRequest(input *GetEvaluationInput) (req *request.Request, output *GetEvaluationOutput) + func (c *MachineLearning) GetEvaluationWithContext(ctx aws.Context, input *GetEvaluationInput, opts ...request.Option) (*GetEvaluationOutput, error) + func (c *MachineLearning) GetMLModel(input *GetMLModelInput) (*GetMLModelOutput, error) + func (c *MachineLearning) GetMLModelRequest(input *GetMLModelInput) (req *request.Request, output *GetMLModelOutput) + func (c *MachineLearning) GetMLModelWithContext(ctx aws.Context, input *GetMLModelInput, opts ...request.Option) (*GetMLModelOutput, error) + func (c *MachineLearning) Predict(input *PredictInput) (*PredictOutput, error) + func (c *MachineLearning) PredictRequest(input *PredictInput) (req *request.Request, output *PredictOutput) + func (c *MachineLearning) PredictWithContext(ctx aws.Context, input *PredictInput, opts ...request.Option) (*PredictOutput, error) + func (c *MachineLearning) UpdateBatchPrediction(input *UpdateBatchPredictionInput) (*UpdateBatchPredictionOutput, error) + func (c *MachineLearning) UpdateBatchPredictionRequest(input *UpdateBatchPredictionInput) (req *request.Request, output *UpdateBatchPredictionOutput) + func (c *MachineLearning) UpdateBatchPredictionWithContext(ctx aws.Context, input *UpdateBatchPredictionInput, opts ...request.Option) (*UpdateBatchPredictionOutput, error) + func (c *MachineLearning) UpdateDataSource(input *UpdateDataSourceInput) (*UpdateDataSourceOutput, error) + func (c *MachineLearning) UpdateDataSourceRequest(input *UpdateDataSourceInput) (req *request.Request, output *UpdateDataSourceOutput) + func (c *MachineLearning) UpdateDataSourceWithContext(ctx aws.Context, input *UpdateDataSourceInput, opts ...request.Option) (*UpdateDataSourceOutput, error) + func (c *MachineLearning) UpdateEvaluation(input *UpdateEvaluationInput) (*UpdateEvaluationOutput, error) + func (c *MachineLearning) UpdateEvaluationRequest(input *UpdateEvaluationInput) (req *request.Request, output *UpdateEvaluationOutput) + func (c *MachineLearning) UpdateEvaluationWithContext(ctx aws.Context, input *UpdateEvaluationInput, opts ...request.Option) (*UpdateEvaluationOutput, error) + func (c *MachineLearning) UpdateMLModel(input *UpdateMLModelInput) (*UpdateMLModelOutput, error) + func (c *MachineLearning) UpdateMLModelRequest(input *UpdateMLModelInput) (req *request.Request, output *UpdateMLModelOutput) + func (c *MachineLearning) UpdateMLModelWithContext(ctx aws.Context, input *UpdateMLModelInput, opts ...request.Option) (*UpdateMLModelOutput, error) + func (c *MachineLearning) WaitUntilBatchPredictionAvailable(input *DescribeBatchPredictionsInput) error + func (c *MachineLearning) WaitUntilBatchPredictionAvailableWithContext(ctx aws.Context, input *DescribeBatchPredictionsInput, ...) error + func (c *MachineLearning) WaitUntilDataSourceAvailable(input *DescribeDataSourcesInput) error + func (c *MachineLearning) WaitUntilDataSourceAvailableWithContext(ctx aws.Context, input *DescribeDataSourcesInput, opts ...request.WaiterOption) error + func (c *MachineLearning) WaitUntilEvaluationAvailable(input *DescribeEvaluationsInput) error + func (c *MachineLearning) WaitUntilEvaluationAvailableWithContext(ctx aws.Context, input *DescribeEvaluationsInput, opts ...request.WaiterOption) error + func (c *MachineLearning) WaitUntilMLModelAvailable(input *DescribeMLModelsInput) error + func (c *MachineLearning) WaitUntilMLModelAvailableWithContext(ctx aws.Context, input *DescribeMLModelsInput, opts ...request.WaiterOption) error + type PerformanceMetrics struct + Properties map[string]*string + func (s *PerformanceMetrics) SetProperties(v map[string]*string) *PerformanceMetrics + func (s PerformanceMetrics) GoString() string + func (s PerformanceMetrics) String() string + type PredictInput struct + MLModelId *string + PredictEndpoint *string + Record map[string]*string + func (s *PredictInput) SetMLModelId(v string) *PredictInput + func (s *PredictInput) SetPredictEndpoint(v string) *PredictInput + func (s *PredictInput) SetRecord(v map[string]*string) *PredictInput + func (s *PredictInput) Validate() error + func (s PredictInput) GoString() string + func (s PredictInput) String() string + type PredictOutput struct + Prediction *Prediction + func (s *PredictOutput) SetPrediction(v *Prediction) *PredictOutput + func (s PredictOutput) GoString() string + func (s PredictOutput) String() string + type Prediction struct + Details map[string]*string + PredictedLabel *string + PredictedScores map[string]*float64 + PredictedValue *float64 + func (s *Prediction) SetDetails(v map[string]*string) *Prediction + func (s *Prediction) SetPredictedLabel(v string) *Prediction + func (s *Prediction) SetPredictedScores(v map[string]*float64) *Prediction + func (s *Prediction) SetPredictedValue(v float64) *Prediction + func (s Prediction) GoString() string + func (s Prediction) String() string + type PredictorNotMountedException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *PredictorNotMountedException) Code() string + func (s *PredictorNotMountedException) Error() string + func (s *PredictorNotMountedException) Message() string + func (s *PredictorNotMountedException) OrigErr() error + func (s *PredictorNotMountedException) RequestID() string + func (s *PredictorNotMountedException) StatusCode() int + func (s PredictorNotMountedException) GoString() string + func (s PredictorNotMountedException) String() string + type RDSDataSpec struct + DataRearrangement *string + DataSchema *string + DataSchemaUri *string + DatabaseCredentials *RDSDatabaseCredentials + DatabaseInformation *RDSDatabase + ResourceRole *string + S3StagingLocation *string + SecurityGroupIds []*string + SelectSqlQuery *string + ServiceRole *string + SubnetId *string + func (s *RDSDataSpec) SetDataRearrangement(v string) *RDSDataSpec + func (s *RDSDataSpec) SetDataSchema(v string) *RDSDataSpec + func (s *RDSDataSpec) SetDataSchemaUri(v string) *RDSDataSpec + func (s *RDSDataSpec) SetDatabaseCredentials(v *RDSDatabaseCredentials) *RDSDataSpec + func (s *RDSDataSpec) SetDatabaseInformation(v *RDSDatabase) *RDSDataSpec + func (s *RDSDataSpec) SetResourceRole(v string) *RDSDataSpec + func (s *RDSDataSpec) SetS3StagingLocation(v string) *RDSDataSpec + func (s *RDSDataSpec) SetSecurityGroupIds(v []*string) *RDSDataSpec + func (s *RDSDataSpec) SetSelectSqlQuery(v string) *RDSDataSpec + func (s *RDSDataSpec) SetServiceRole(v string) *RDSDataSpec + func (s *RDSDataSpec) SetSubnetId(v string) *RDSDataSpec + func (s *RDSDataSpec) Validate() error + func (s RDSDataSpec) GoString() string + func (s RDSDataSpec) String() string + type RDSDatabase struct + DatabaseName *string + InstanceIdentifier *string + func (s *RDSDatabase) SetDatabaseName(v string) *RDSDatabase + func (s *RDSDatabase) SetInstanceIdentifier(v string) *RDSDatabase + func (s *RDSDatabase) Validate() error + func (s RDSDatabase) GoString() string + func (s RDSDatabase) String() string + type RDSDatabaseCredentials struct + Password *string + Username *string + func (s *RDSDatabaseCredentials) SetPassword(v string) *RDSDatabaseCredentials + func (s *RDSDatabaseCredentials) SetUsername(v string) *RDSDatabaseCredentials + func (s *RDSDatabaseCredentials) Validate() error + func (s RDSDatabaseCredentials) GoString() string + func (s RDSDatabaseCredentials) String() string + type RDSMetadata struct + DataPipelineId *string + Database *RDSDatabase + DatabaseUserName *string + ResourceRole *string + SelectSqlQuery *string + ServiceRole *string + func (s *RDSMetadata) SetDataPipelineId(v string) *RDSMetadata + func (s *RDSMetadata) SetDatabase(v *RDSDatabase) *RDSMetadata + func (s *RDSMetadata) SetDatabaseUserName(v string) *RDSMetadata + func (s *RDSMetadata) SetResourceRole(v string) *RDSMetadata + func (s *RDSMetadata) SetSelectSqlQuery(v string) *RDSMetadata + func (s *RDSMetadata) SetServiceRole(v string) *RDSMetadata + func (s RDSMetadata) GoString() string + func (s RDSMetadata) String() string + type RealtimeEndpointInfo struct + CreatedAt *time.Time + EndpointStatus *string + EndpointUrl *string + PeakRequestsPerSecond *int64 + func (s *RealtimeEndpointInfo) SetCreatedAt(v time.Time) *RealtimeEndpointInfo + func (s *RealtimeEndpointInfo) SetEndpointStatus(v string) *RealtimeEndpointInfo + func (s *RealtimeEndpointInfo) SetEndpointUrl(v string) *RealtimeEndpointInfo + func (s *RealtimeEndpointInfo) SetPeakRequestsPerSecond(v int64) *RealtimeEndpointInfo + func (s RealtimeEndpointInfo) GoString() string + func (s RealtimeEndpointInfo) String() string + type RedshiftDataSpec struct + DataRearrangement *string + DataSchema *string + DataSchemaUri *string + DatabaseCredentials *RedshiftDatabaseCredentials + DatabaseInformation *RedshiftDatabase + S3StagingLocation *string + SelectSqlQuery *string + func (s *RedshiftDataSpec) SetDataRearrangement(v string) *RedshiftDataSpec + func (s *RedshiftDataSpec) SetDataSchema(v string) *RedshiftDataSpec + func (s *RedshiftDataSpec) SetDataSchemaUri(v string) *RedshiftDataSpec + func (s *RedshiftDataSpec) SetDatabaseCredentials(v *RedshiftDatabaseCredentials) *RedshiftDataSpec + func (s *RedshiftDataSpec) SetDatabaseInformation(v *RedshiftDatabase) *RedshiftDataSpec + func (s *RedshiftDataSpec) SetS3StagingLocation(v string) *RedshiftDataSpec + func (s *RedshiftDataSpec) SetSelectSqlQuery(v string) *RedshiftDataSpec + func (s *RedshiftDataSpec) Validate() error + func (s RedshiftDataSpec) GoString() string + func (s RedshiftDataSpec) String() string + type RedshiftDatabase struct + ClusterIdentifier *string + DatabaseName *string + func (s *RedshiftDatabase) SetClusterIdentifier(v string) *RedshiftDatabase + func (s *RedshiftDatabase) SetDatabaseName(v string) *RedshiftDatabase + func (s *RedshiftDatabase) Validate() error + func (s RedshiftDatabase) GoString() string + func (s RedshiftDatabase) String() string + type RedshiftDatabaseCredentials struct + Password *string + Username *string + func (s *RedshiftDatabaseCredentials) SetPassword(v string) *RedshiftDatabaseCredentials + func (s *RedshiftDatabaseCredentials) SetUsername(v string) *RedshiftDatabaseCredentials + func (s *RedshiftDatabaseCredentials) Validate() error + func (s RedshiftDatabaseCredentials) GoString() string + func (s RedshiftDatabaseCredentials) String() string + type RedshiftMetadata struct + DatabaseUserName *string + RedshiftDatabase *RedshiftDatabase + SelectSqlQuery *string + func (s *RedshiftMetadata) SetDatabaseUserName(v string) *RedshiftMetadata + func (s *RedshiftMetadata) SetRedshiftDatabase(v *RedshiftDatabase) *RedshiftMetadata + func (s *RedshiftMetadata) SetSelectSqlQuery(v string) *RedshiftMetadata + func (s RedshiftMetadata) GoString() string + func (s RedshiftMetadata) String() string + type ResourceNotFoundException struct + Code_ *int64 + 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 S3DataSpec struct + DataLocationS3 *string + DataRearrangement *string + DataSchema *string + DataSchemaLocationS3 *string + func (s *S3DataSpec) SetDataLocationS3(v string) *S3DataSpec + func (s *S3DataSpec) SetDataRearrangement(v string) *S3DataSpec + func (s *S3DataSpec) SetDataSchema(v string) *S3DataSpec + func (s *S3DataSpec) SetDataSchemaLocationS3(v string) *S3DataSpec + func (s *S3DataSpec) Validate() error + func (s S3DataSpec) GoString() string + func (s S3DataSpec) 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 TagLimitExceededException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *TagLimitExceededException) Code() string + func (s *TagLimitExceededException) Error() string + func (s *TagLimitExceededException) Message() string + func (s *TagLimitExceededException) OrigErr() error + func (s *TagLimitExceededException) RequestID() string + func (s *TagLimitExceededException) StatusCode() int + func (s TagLimitExceededException) GoString() string + func (s TagLimitExceededException) String() string + type UpdateBatchPredictionInput struct + BatchPredictionId *string + BatchPredictionName *string + func (s *UpdateBatchPredictionInput) SetBatchPredictionId(v string) *UpdateBatchPredictionInput + func (s *UpdateBatchPredictionInput) SetBatchPredictionName(v string) *UpdateBatchPredictionInput + func (s *UpdateBatchPredictionInput) Validate() error + func (s UpdateBatchPredictionInput) GoString() string + func (s UpdateBatchPredictionInput) String() string + type UpdateBatchPredictionOutput struct + BatchPredictionId *string + func (s *UpdateBatchPredictionOutput) SetBatchPredictionId(v string) *UpdateBatchPredictionOutput + func (s UpdateBatchPredictionOutput) GoString() string + func (s UpdateBatchPredictionOutput) String() string + type UpdateDataSourceInput struct + DataSourceId *string + DataSourceName *string + func (s *UpdateDataSourceInput) SetDataSourceId(v string) *UpdateDataSourceInput + func (s *UpdateDataSourceInput) SetDataSourceName(v string) *UpdateDataSourceInput + func (s *UpdateDataSourceInput) Validate() error + func (s UpdateDataSourceInput) GoString() string + func (s UpdateDataSourceInput) String() string + type UpdateDataSourceOutput struct + DataSourceId *string + func (s *UpdateDataSourceOutput) SetDataSourceId(v string) *UpdateDataSourceOutput + func (s UpdateDataSourceOutput) GoString() string + func (s UpdateDataSourceOutput) String() string + type UpdateEvaluationInput struct + EvaluationId *string + EvaluationName *string + func (s *UpdateEvaluationInput) SetEvaluationId(v string) *UpdateEvaluationInput + func (s *UpdateEvaluationInput) SetEvaluationName(v string) *UpdateEvaluationInput + func (s *UpdateEvaluationInput) Validate() error + func (s UpdateEvaluationInput) GoString() string + func (s UpdateEvaluationInput) String() string + type UpdateEvaluationOutput struct + EvaluationId *string + func (s *UpdateEvaluationOutput) SetEvaluationId(v string) *UpdateEvaluationOutput + func (s UpdateEvaluationOutput) GoString() string + func (s UpdateEvaluationOutput) String() string + type UpdateMLModelInput struct + MLModelId *string + MLModelName *string + ScoreThreshold *float64 + func (s *UpdateMLModelInput) SetMLModelId(v string) *UpdateMLModelInput + func (s *UpdateMLModelInput) SetMLModelName(v string) *UpdateMLModelInput + func (s *UpdateMLModelInput) SetScoreThreshold(v float64) *UpdateMLModelInput + func (s *UpdateMLModelInput) Validate() error + func (s UpdateMLModelInput) GoString() string + func (s UpdateMLModelInput) String() string + type UpdateMLModelOutput struct + MLModelId *string + func (s *UpdateMLModelOutput) SetMLModelId(v string) *UpdateMLModelOutput + func (s UpdateMLModelOutput) GoString() string + func (s UpdateMLModelOutput) String() string