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