Package | Description |
---|---|
com.cloudera.gertrude.experiments.avro |
Modifier and Type | Field and Description |
---|---|
List<DiversionDefinition> |
ExperimentDeployment.diversions
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DiversionDefinition |
DiversionDefinition.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<DiversionDefinition> |
ExperimentDeployment.getDiversions()
Gets the value of the 'diversions' field.
|
List<DiversionDefinition> |
ExperimentDeployment.Builder.getDiversions()
Gets the value of the 'diversions' field
|
Modifier and Type | Method and Description |
---|---|
static DiversionDefinition.Builder |
DiversionDefinition.newBuilder(DiversionDefinition other)
Creates a new DiversionDefinition RecordBuilder by copying an existing DiversionDefinition instance
|
Modifier and Type | Method and Description |
---|---|
void |
ExperimentDeployment.setDiversions(List<DiversionDefinition> value)
Sets the value of the 'diversions' field.
|
ExperimentDeployment.Builder |
ExperimentDeployment.Builder.setDiversions(List<DiversionDefinition> value)
Sets the value of the 'diversions' 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.