public final class TrialContext extends GeneratedMessageV3 implements TrialContextOrBuilder
Next ID: 3
Protobuf type google.cloud.aiplatform.v1.TrialContext
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
DESCRIPTION_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
PARAMETERS_FIELD_NUMBER
public static final int PARAMETERS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static TrialContext getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static TrialContext.Builder newBuilder()
newBuilder(TrialContext prototype)
public static TrialContext.Builder newBuilder(TrialContext prototype)
parseDelimitedFrom(InputStream input)
public static TrialContext parseDelimitedFrom(InputStream input)
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static TrialContext parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static TrialContext parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static TrialContext parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static TrialContext parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TrialContext parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
parseFrom(CodedInputStream input)
public static TrialContext parseFrom(CodedInputStream input)
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static TrialContext parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(InputStream input)
public static TrialContext parseFrom(InputStream input)
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static TrialContext parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static TrialContext parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static TrialContext parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<TrialContext> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
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.
|
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.v1.Trial.Parameter parameters = 2;
Parameter |
---|
Name | Description |
index | int
|
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.v1.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.v1.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.v1.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.v1.Trial.Parameter parameters = 2;
Returns |
---|
Type | Description |
List<? extends com.google.cloud.aiplatform.v1.Trial.ParameterOrBuilder> | |
getParserForType()
public Parser<TrialContext> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public TrialContext.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected TrialContext.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public TrialContext.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides