My Project
Loading...
Searching...
No Matches
Classes | Enumerations
PlayFab.ExperimentationModels Namespace Reference

Classes

class  CreateExclusionGroupRequest
 Given a title entity token and exclusion group details, will create a new exclusion group for the title. More...
 
class  CreateExclusionGroupResult
 
class  CreateExperimentRequest
 Given a title entity token and experiment details, will create a new experiment for the title. More...
 
class  CreateExperimentResult
 
class  DeleteExclusionGroupRequest
 Given an entity token and an exclusion group ID this API deletes the exclusion group. More...
 
class  DeleteExperimentRequest
 Given an entity token and an experiment ID this API deletes the experiment. A running experiment must be stopped before it can be deleted. More...
 
class  EmptyResponse
 
class  EntityKey
 Combined entity type and ID structure which uniquely identifies a single entity. More...
 
class  ExclusionGroupTrafficAllocation
 
class  Experiment
 
class  ExperimentExclusionGroup
 
class  GetExclusionGroupsRequest
 Given a title entity token will return the list of all exclusion groups for a title. More...
 
class  GetExclusionGroupsResult
 
class  GetExclusionGroupTrafficRequest
 Given a title entity token and an exclusion group ID, will return the list of traffic allocations for the exclusion group. More...
 
class  GetExclusionGroupTrafficResult
 
class  GetExperimentsRequest
 Given a title entity token will return the list of all experiments for a title, including scheduled, started, stopped or completed experiments. More...
 
class  GetExperimentsResult
 
class  GetLatestScorecardRequest
 Given a title entity token and experiment details, will return the latest available scorecard. More...
 
class  GetLatestScorecardResult
 
class  GetTreatmentAssignmentRequest
 Given a title player or a title entity token, returns the treatment variants and variables assigned to the entity across all running experiments. More...
 
class  GetTreatmentAssignmentResult
 
class  MetricData
 
class  Scorecard
 
class  ScorecardDataRow
 
class  StartExperimentRequest
 Given a title entity token and an experiment ID, this API starts the experiment. More...
 
class  StopExperimentRequest
 Given a title entity token and an experiment ID, this API stops the experiment if it is running. More...
 
class  TreatmentAssignment
 
class  UpdateExclusionGroupRequest
 Given an entity token and exclusion group details this API updates the exclusion group. More...
 
class  UpdateExperimentRequest
 Given a title entity token and experiment details, this API updates the experiment. If an experiment is already running, only the description and duration properties can be updated. More...
 
class  Variable
 
class  Variant
 

Enumerations

enum  AnalysisTaskState {
  Waiting , ReadyForSubmission , SubmittingToPipeline , Running ,
  Completed , Failed , Canceled
}
 
enum  ExperimentState { New , Started , Stopped , Deleted }
 
enum  ExperimentType { Active , Snapshot }