public static final class EngineConfig.Tuning.Builder extends GeneratedMessageV3.Builder<EngineConfig.Tuning.Builder> implements EngineConfig.TuningOrBuilder
The parameters needed for the tuning operation, these are used only in
tuning and not passed on to training.
Protobuf type google.cloud.financialservices.v1.EngineConfig.Tuning
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
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public EngineConfig.Tuning.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public EngineConfig.Tuning build()
buildPartial()
public EngineConfig.Tuning buildPartial()
clear()
public EngineConfig.Tuning.Builder clear()
Overrides
clearEndTime()
public EngineConfig.Tuning.Builder clearEndTime()
Required. End_time specifies the latest time from which labels are used
and from which data is used to generate features for tuning. End_time
should be no later than the end of the date_range of the dataset.
.google.protobuf.Timestamp end_time = 10 [(.google.api.field_behavior) = REQUIRED];
clearField(Descriptors.FieldDescriptor field)
public EngineConfig.Tuning.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public EngineConfig.Tuning.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearPrimaryDataset()
public EngineConfig.Tuning.Builder clearPrimaryDataset()
Required. The resource name of the Primary Dataset used in this model
tuning. For information about how primary and auxiliary datasets are
used, refer to the engine version's documentation. Format:
"/projects/{project_num}/locations/{location}/instances/{instance}/datasets/{dataset}"
string primary_dataset = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
clone()
public EngineConfig.Tuning.Builder clone()
Overrides
getDefaultInstanceForType()
public EngineConfig.Tuning getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getEndTime()
public Timestamp getEndTime()
Required. End_time specifies the latest time from which labels are used
and from which data is used to generate features for tuning. End_time
should be no later than the end of the date_range of the dataset.
.google.protobuf.Timestamp end_time = 10 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
Timestamp |
The endTime.
|
getEndTimeBuilder()
public Timestamp.Builder getEndTimeBuilder()
Required. End_time specifies the latest time from which labels are used
and from which data is used to generate features for tuning. End_time
should be no later than the end of the date_range of the dataset.
.google.protobuf.Timestamp end_time = 10 [(.google.api.field_behavior) = REQUIRED];
getEndTimeOrBuilder()
public TimestampOrBuilder getEndTimeOrBuilder()
Required. End_time specifies the latest time from which labels are used
and from which data is used to generate features for tuning. End_time
should be no later than the end of the date_range of the dataset.
.google.protobuf.Timestamp end_time = 10 [(.google.api.field_behavior) = REQUIRED];
getPrimaryDataset()
public String getPrimaryDataset()
Required. The resource name of the Primary Dataset used in this model
tuning. For information about how primary and auxiliary datasets are
used, refer to the engine version's documentation. Format:
"/projects/{project_num}/locations/{location}/instances/{instance}/datasets/{dataset}"
string primary_dataset = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
String |
The primaryDataset.
|
getPrimaryDatasetBytes()
public ByteString getPrimaryDatasetBytes()
Required. The resource name of the Primary Dataset used in this model
tuning. For information about how primary and auxiliary datasets are
used, refer to the engine version's documentation. Format:
"/projects/{project_num}/locations/{location}/instances/{instance}/datasets/{dataset}"
string primary_dataset = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
ByteString |
The bytes for primaryDataset.
|
hasEndTime()
public boolean hasEndTime()
Required. End_time specifies the latest time from which labels are used
and from which data is used to generate features for tuning. End_time
should be no later than the end of the date_range of the dataset.
.google.protobuf.Timestamp end_time = 10 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
boolean |
Whether the endTime field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeEndTime(Timestamp value)
public EngineConfig.Tuning.Builder mergeEndTime(Timestamp value)
Required. End_time specifies the latest time from which labels are used
and from which data is used to generate features for tuning. End_time
should be no later than the end of the date_range of the dataset.
.google.protobuf.Timestamp end_time = 10 [(.google.api.field_behavior) = REQUIRED];
mergeFrom(EngineConfig.Tuning other)
public EngineConfig.Tuning.Builder mergeFrom(EngineConfig.Tuning other)
public EngineConfig.Tuning.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public EngineConfig.Tuning.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final EngineConfig.Tuning.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setEndTime(Timestamp value)
public EngineConfig.Tuning.Builder setEndTime(Timestamp value)
Required. End_time specifies the latest time from which labels are used
and from which data is used to generate features for tuning. End_time
should be no later than the end of the date_range of the dataset.
.google.protobuf.Timestamp end_time = 10 [(.google.api.field_behavior) = REQUIRED];
setEndTime(Timestamp.Builder builderForValue)
public EngineConfig.Tuning.Builder setEndTime(Timestamp.Builder builderForValue)
Required. End_time specifies the latest time from which labels are used
and from which data is used to generate features for tuning. End_time
should be no later than the end of the date_range of the dataset.
.google.protobuf.Timestamp end_time = 10 [(.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
builderForValue |
Builder
|
setField(Descriptors.FieldDescriptor field, Object value)
public EngineConfig.Tuning.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setPrimaryDataset(String value)
public EngineConfig.Tuning.Builder setPrimaryDataset(String value)
Required. The resource name of the Primary Dataset used in this model
tuning. For information about how primary and auxiliary datasets are
used, refer to the engine version's documentation. Format:
"/projects/{project_num}/locations/{location}/instances/{instance}/datasets/{dataset}"
string primary_dataset = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter |
Name |
Description |
value |
String
The primaryDataset to set.
|
setPrimaryDatasetBytes(ByteString value)
public EngineConfig.Tuning.Builder setPrimaryDatasetBytes(ByteString value)
Required. The resource name of the Primary Dataset used in this model
tuning. For information about how primary and auxiliary datasets are
used, refer to the engine version's documentation. Format:
"/projects/{project_num}/locations/{location}/instances/{instance}/datasets/{dataset}"
string primary_dataset = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter |
Name |
Description |
value |
ByteString
The bytes for primaryDataset to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public EngineConfig.Tuning.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final EngineConfig.Tuning.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides