public class InteractionV3 extends JobV3
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
description
Job description
|
java.lang.String |
dest
destination key
|
int |
error_count
Count of error messages
|
java.lang.String |
exception
exception
|
java.lang.String[] |
factor_columns
Factor columns
|
java.lang.String |
key
Job Key
|
int |
max_factors
Max.
|
ValidationMessageV3[] |
messages
Info, warning and error messages; NOTE: can be appended to while the Job is running
|
int |
min_occurrence
Min.
|
long |
msec
Runtime in milliseconds
|
boolean |
pairwise
Whether to create pairwise quadratic interactions between factors (otherwise create one higher-order interaction).
|
float |
progress
progress, from 0 to 1
|
java.lang.String |
progress_msg
current progress status description
|
java.lang.String |
source_frame
Input data frame
|
long |
start_time
Start time
|
java.lang.String |
status
job status
|
| Constructor and Description |
|---|
InteractionV3() |
public java.lang.String source_frame
public java.lang.String[] factor_columns
public boolean pairwise
public int max_factors
public int min_occurrence
public java.lang.String key
public java.lang.String description
public java.lang.String status
public float progress
public java.lang.String progress_msg
public long start_time
public long msec
public java.lang.String dest
public java.lang.String exception
public ValidationMessageV3[] messages
public int error_count