Package | Description |
---|---|
com.cloudera.gertrude.experiments.avro |
Modifier and Type | Field and Description |
---|---|
List<ExperimentDefinition> |
ExperimentDeployment.experiments
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ExperimentDefinition |
ExperimentDefinition.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ExperimentDefinition> |
ExperimentDeployment.getExperiments()
Gets the value of the 'experiments' field.
|
List<ExperimentDefinition> |
ExperimentDeployment.Builder.getExperiments()
Gets the value of the 'experiments' field
|
Modifier and Type | Method and Description |
---|---|
static ExperimentDefinition.Builder |
ExperimentDefinition.newBuilder(ExperimentDefinition other)
Creates a new ExperimentDefinition RecordBuilder by copying an existing ExperimentDefinition instance
|
Modifier and Type | Method and Description |
---|---|
void |
ExperimentDeployment.setExperiments(List<ExperimentDefinition> value)
Sets the value of the 'experiments' field.
|
ExperimentDeployment.Builder |
ExperimentDeployment.Builder.setExperiments(List<ExperimentDefinition> value)
Sets the value of the 'experiments' field
|
Constructor and Description |
---|
ExperimentDeployment(List<ExperimentFlagDefinition> flag_definitions,
List<DiversionDefinition> diversions,
List<LayerDefinition> layers,
List<ExperimentDefinition> experiments)
All-args constructor.
|
Copyright © 2013. All rights reserved.