public static final class TrialContext.Builder extends GeneratedMessageV3.Builder<TrialContext.Builder> implements TrialContextOrBuilder
Next ID: 3
Protobuf type google.cloud.aiplatform.v1beta1.TrialContext
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllParameters(Iterable<? extends Trial.Parameter> values)
public TrialContext.Builder addAllParameters(Iterable<? extends Trial.Parameter> values)
If/when a Trial is generated or selected from this Context,
its Parameters will match any parameters specified here.
(I.e. if this context specifies parameter name:'a' int_value:3,
then a resulting Trial will have int_value:3 for its parameter named
'a'.) Note that we first attempt to match existing REQUESTED Trials with
contexts, and if there are no matches, we generate suggestions in the
subspace defined by the parameters specified here.
NOTE: a Context without any Parameters matches the entire feasible search
space.
repeated .google.cloud.aiplatform.v1beta1.Trial.Parameter parameters = 2;
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.cloud.aiplatform.v1beta1.Trial.Parameter>
|
addParameters(Trial.Parameter value)
public TrialContext.Builder addParameters(Trial.Parameter value)
If/when a Trial is generated or selected from this Context,
its Parameters will match any parameters specified here.
(I.e. if this context specifies parameter name:'a' int_value:3,
then a resulting Trial will have int_value:3 for its parameter named
'a'.) Note that we first attempt to match existing REQUESTED Trials with
contexts, and if there are no matches, we generate suggestions in the
subspace defined by the parameters specified here.
NOTE: a Context without any Parameters matches the entire feasible search
space.
repeated .google.cloud.aiplatform.v1beta1.Trial.Parameter parameters = 2;
addParameters(Trial.Parameter.Builder builderForValue)
public TrialContext.Builder addParameters(Trial.Parameter.Builder builderForValue)
If/when a Trial is generated or selected from this Context,
its Parameters will match any parameters specified here.
(I.e. if this context specifies parameter name:'a' int_value:3,
then a resulting Trial will have int_value:3 for its parameter named
'a'.) Note that we first attempt to match existing REQUESTED Trials with
contexts, and if there are no matches, we generate suggestions in the
subspace defined by the parameters specified here.
NOTE: a Context without any Parameters matches the entire feasible search
space.
repeated .google.cloud.aiplatform.v1beta1.Trial.Parameter parameters = 2;
addParameters(int index, Trial.Parameter value)
public TrialContext.Builder addParameters(int index, Trial.Parameter value)
If/when a Trial is generated or selected from this Context,
its Parameters will match any parameters specified here.
(I.e. if this context specifies parameter name:'a' int_value:3,
then a resulting Trial will have int_value:3 for its parameter named
'a'.) Note that we first attempt to match existing REQUESTED Trials with
contexts, and if there are no matches, we generate suggestions in the
subspace defined by the parameters specified here.
NOTE: a Context without any Parameters matches the entire feasible search
space.
repeated .google.cloud.aiplatform.v1beta1.Trial.Parameter parameters = 2;
addParameters(int index, Trial.Parameter.Builder builderForValue)
public TrialContext.Builder addParameters(int index, Trial.Parameter.Builder builderForValue)
If/when a Trial is generated or selected from this Context,
its Parameters will match any parameters specified here.
(I.e. if this context specifies parameter name:'a' int_value:3,
then a resulting Trial will have int_value:3 for its parameter named
'a'.) Note that we first attempt to match existing REQUESTED Trials with
contexts, and if there are no matches, we generate suggestions in the
subspace defined by the parameters specified here.
NOTE: a Context without any Parameters matches the entire feasible search
space.
repeated .google.cloud.aiplatform.v1beta1.Trial.Parameter parameters = 2;
addParametersBuilder()
public Trial.Parameter.Builder addParametersBuilder()
If/when a Trial is generated or selected from this Context,
its Parameters will match any parameters specified here.
(I.e. if this context specifies parameter name:'a' int_value:3,
then a resulting Trial will have int_value:3 for its parameter named
'a'.) Note that we first attempt to match existing REQUESTED Trials with
contexts, and if there are no matches, we generate suggestions in the
subspace defined by the parameters specified here.
NOTE: a Context without any Parameters matches the entire feasible search
space.
repeated .google.cloud.aiplatform.v1beta1.Trial.Parameter parameters = 2;
addParametersBuilder(int index)
public Trial.Parameter.Builder addParametersBuilder(int index)
If/when a Trial is generated or selected from this Context,
its Parameters will match any parameters specified here.
(I.e. if this context specifies parameter name:'a' int_value:3,
then a resulting Trial will have int_value:3 for its parameter named
'a'.) Note that we first attempt to match existing REQUESTED Trials with
contexts, and if there are no matches, we generate suggestions in the
subspace defined by the parameters specified here.
NOTE: a Context without any Parameters matches the entire feasible search
space.
repeated .google.cloud.aiplatform.v1beta1.Trial.Parameter parameters = 2;
Parameter |
Name |
Description |
index |
int
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public TrialContext.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public TrialContext build()
buildPartial()
public TrialContext buildPartial()
clear()
public TrialContext.Builder clear()
Overrides
clearDescription()
public TrialContext.Builder clearDescription()
A human-readable field which can store a description of this context.
This will become part of the resulting Trial's description field.
string description = 1;
clearField(Descriptors.FieldDescriptor field)
public TrialContext.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public TrialContext.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearParameters()
public TrialContext.Builder clearParameters()
If/when a Trial is generated or selected from this Context,
its Parameters will match any parameters specified here.
(I.e. if this context specifies parameter name:'a' int_value:3,
then a resulting Trial will have int_value:3 for its parameter named
'a'.) Note that we first attempt to match existing REQUESTED Trials with
contexts, and if there are no matches, we generate suggestions in the
subspace defined by the parameters specified here.
NOTE: a Context without any Parameters matches the entire feasible search
space.
repeated .google.cloud.aiplatform.v1beta1.Trial.Parameter parameters = 2;
clone()
public TrialContext.Builder clone()
Overrides
getDefaultInstanceForType()
public TrialContext getDefaultInstanceForType()
getDescription()
public String getDescription()
A human-readable field which can store a description of this context.
This will become part of the resulting Trial's description field.
string description = 1;
Returns |
Type |
Description |
String |
The description.
|
getDescriptionBytes()
public ByteString getDescriptionBytes()
A human-readable field which can store a description of this context.
This will become part of the resulting Trial's description field.
string description = 1;
Returns |
Type |
Description |
ByteString |
The bytes for description.
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getParameters(int index)
public Trial.Parameter getParameters(int index)
If/when a Trial is generated or selected from this Context,
its Parameters will match any parameters specified here.
(I.e. if this context specifies parameter name:'a' int_value:3,
then a resulting Trial will have int_value:3 for its parameter named
'a'.) Note that we first attempt to match existing REQUESTED Trials with
contexts, and if there are no matches, we generate suggestions in the
subspace defined by the parameters specified here.
NOTE: a Context without any Parameters matches the entire feasible search
space.
repeated .google.cloud.aiplatform.v1beta1.Trial.Parameter parameters = 2;
Parameter |
Name |
Description |
index |
int
|
getParametersBuilder(int index)
public Trial.Parameter.Builder getParametersBuilder(int index)
If/when a Trial is generated or selected from this Context,
its Parameters will match any parameters specified here.
(I.e. if this context specifies parameter name:'a' int_value:3,
then a resulting Trial will have int_value:3 for its parameter named
'a'.) Note that we first attempt to match existing REQUESTED Trials with
contexts, and if there are no matches, we generate suggestions in the
subspace defined by the parameters specified here.
NOTE: a Context without any Parameters matches the entire feasible search
space.
repeated .google.cloud.aiplatform.v1beta1.Trial.Parameter parameters = 2;
Parameter |
Name |
Description |
index |
int
|
getParametersBuilderList()
public List<Trial.Parameter.Builder> getParametersBuilderList()
If/when a Trial is generated or selected from this Context,
its Parameters will match any parameters specified here.
(I.e. if this context specifies parameter name:'a' int_value:3,
then a resulting Trial will have int_value:3 for its parameter named
'a'.) Note that we first attempt to match existing REQUESTED Trials with
contexts, and if there are no matches, we generate suggestions in the
subspace defined by the parameters specified here.
NOTE: a Context without any Parameters matches the entire feasible search
space.
repeated .google.cloud.aiplatform.v1beta1.Trial.Parameter parameters = 2;
getParametersCount()
public int getParametersCount()
If/when a Trial is generated or selected from this Context,
its Parameters will match any parameters specified here.
(I.e. if this context specifies parameter name:'a' int_value:3,
then a resulting Trial will have int_value:3 for its parameter named
'a'.) Note that we first attempt to match existing REQUESTED Trials with
contexts, and if there are no matches, we generate suggestions in the
subspace defined by the parameters specified here.
NOTE: a Context without any Parameters matches the entire feasible search
space.
repeated .google.cloud.aiplatform.v1beta1.Trial.Parameter parameters = 2;
Returns |
Type |
Description |
int |
|
getParametersList()
public List<Trial.Parameter> getParametersList()
If/when a Trial is generated or selected from this Context,
its Parameters will match any parameters specified here.
(I.e. if this context specifies parameter name:'a' int_value:3,
then a resulting Trial will have int_value:3 for its parameter named
'a'.) Note that we first attempt to match existing REQUESTED Trials with
contexts, and if there are no matches, we generate suggestions in the
subspace defined by the parameters specified here.
NOTE: a Context without any Parameters matches the entire feasible search
space.
repeated .google.cloud.aiplatform.v1beta1.Trial.Parameter parameters = 2;
getParametersOrBuilder(int index)
public Trial.ParameterOrBuilder getParametersOrBuilder(int index)
If/when a Trial is generated or selected from this Context,
its Parameters will match any parameters specified here.
(I.e. if this context specifies parameter name:'a' int_value:3,
then a resulting Trial will have int_value:3 for its parameter named
'a'.) Note that we first attempt to match existing REQUESTED Trials with
contexts, and if there are no matches, we generate suggestions in the
subspace defined by the parameters specified here.
NOTE: a Context without any Parameters matches the entire feasible search
space.
repeated .google.cloud.aiplatform.v1beta1.Trial.Parameter parameters = 2;
Parameter |
Name |
Description |
index |
int
|
getParametersOrBuilderList()
public List<? extends Trial.ParameterOrBuilder> getParametersOrBuilderList()
If/when a Trial is generated or selected from this Context,
its Parameters will match any parameters specified here.
(I.e. if this context specifies parameter name:'a' int_value:3,
then a resulting Trial will have int_value:3 for its parameter named
'a'.) Note that we first attempt to match existing REQUESTED Trials with
contexts, and if there are no matches, we generate suggestions in the
subspace defined by the parameters specified here.
NOTE: a Context without any Parameters matches the entire feasible search
space.
repeated .google.cloud.aiplatform.v1beta1.Trial.Parameter parameters = 2;
Returns |
Type |
Description |
List<? extends com.google.cloud.aiplatform.v1beta1.Trial.ParameterOrBuilder> |
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(TrialContext other)
public TrialContext.Builder mergeFrom(TrialContext other)
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public TrialContext.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public TrialContext.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final TrialContext.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeParameters(int index)
public TrialContext.Builder removeParameters(int index)
If/when a Trial is generated or selected from this Context,
its Parameters will match any parameters specified here.
(I.e. if this context specifies parameter name:'a' int_value:3,
then a resulting Trial will have int_value:3 for its parameter named
'a'.) Note that we first attempt to match existing REQUESTED Trials with
contexts, and if there are no matches, we generate suggestions in the
subspace defined by the parameters specified here.
NOTE: a Context without any Parameters matches the entire feasible search
space.
repeated .google.cloud.aiplatform.v1beta1.Trial.Parameter parameters = 2;
Parameter |
Name |
Description |
index |
int
|
setDescription(String value)
public TrialContext.Builder setDescription(String value)
A human-readable field which can store a description of this context.
This will become part of the resulting Trial's description field.
string description = 1;
Parameter |
Name |
Description |
value |
String
The description to set.
|
setDescriptionBytes(ByteString value)
public TrialContext.Builder setDescriptionBytes(ByteString value)
A human-readable field which can store a description of this context.
This will become part of the resulting Trial's description field.
string description = 1;
Parameter |
Name |
Description |
value |
ByteString
The bytes for description to set.
|
setField(Descriptors.FieldDescriptor field, Object value)
public TrialContext.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setParameters(int index, Trial.Parameter value)
public TrialContext.Builder setParameters(int index, Trial.Parameter value)
If/when a Trial is generated or selected from this Context,
its Parameters will match any parameters specified here.
(I.e. if this context specifies parameter name:'a' int_value:3,
then a resulting Trial will have int_value:3 for its parameter named
'a'.) Note that we first attempt to match existing REQUESTED Trials with
contexts, and if there are no matches, we generate suggestions in the
subspace defined by the parameters specified here.
NOTE: a Context without any Parameters matches the entire feasible search
space.
repeated .google.cloud.aiplatform.v1beta1.Trial.Parameter parameters = 2;
setParameters(int index, Trial.Parameter.Builder builderForValue)
public TrialContext.Builder setParameters(int index, Trial.Parameter.Builder builderForValue)
If/when a Trial is generated or selected from this Context,
its Parameters will match any parameters specified here.
(I.e. if this context specifies parameter name:'a' int_value:3,
then a resulting Trial will have int_value:3 for its parameter named
'a'.) Note that we first attempt to match existing REQUESTED Trials with
contexts, and if there are no matches, we generate suggestions in the
subspace defined by the parameters specified here.
NOTE: a Context without any Parameters matches the entire feasible search
space.
repeated .google.cloud.aiplatform.v1beta1.Trial.Parameter parameters = 2;
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public TrialContext.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final TrialContext.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides