Class EngineConfig.Tuning.Builder (0.1.0)

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

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public EngineConfig.Tuning.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
EngineConfig.Tuning.Builder
Overrides

build()

public EngineConfig.Tuning build()
Returns
Type Description
EngineConfig.Tuning

buildPartial()

public EngineConfig.Tuning buildPartial()
Returns
Type Description
EngineConfig.Tuning

clear()

public EngineConfig.Tuning.Builder clear()
Returns
Type Description
EngineConfig.Tuning.Builder
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];

Returns
Type Description
EngineConfig.Tuning.Builder

clearField(Descriptors.FieldDescriptor field)

public EngineConfig.Tuning.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
EngineConfig.Tuning.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public EngineConfig.Tuning.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
EngineConfig.Tuning.Builder
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) = { ... }

Returns
Type Description
EngineConfig.Tuning.Builder

This builder for chaining.

clone()

public EngineConfig.Tuning.Builder clone()
Returns
Type Description
EngineConfig.Tuning.Builder
Overrides

getDefaultInstanceForType()

public EngineConfig.Tuning getDefaultInstanceForType()
Returns
Type Description
EngineConfig.Tuning

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
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];

Returns
Type Description
Builder

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];

Returns
Type Description
TimestampOrBuilder

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()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
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];

Parameter
Name Description
value Timestamp
Returns
Type Description
EngineConfig.Tuning.Builder

mergeFrom(EngineConfig.Tuning other)

public EngineConfig.Tuning.Builder mergeFrom(EngineConfig.Tuning other)
Parameter
Name Description
other EngineConfig.Tuning
Returns
Type Description
EngineConfig.Tuning.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public EngineConfig.Tuning.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
EngineConfig.Tuning.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public EngineConfig.Tuning.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
EngineConfig.Tuning.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final EngineConfig.Tuning.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
EngineConfig.Tuning.Builder
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];

Parameter
Name Description
value Timestamp
Returns
Type Description
EngineConfig.Tuning.Builder

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
Returns
Type Description
EngineConfig.Tuning.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public EngineConfig.Tuning.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
EngineConfig.Tuning.Builder
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.

Returns
Type Description
EngineConfig.Tuning.Builder

This builder for chaining.

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.

Returns
Type Description
EngineConfig.Tuning.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public EngineConfig.Tuning.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
EngineConfig.Tuning.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final EngineConfig.Tuning.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
EngineConfig.Tuning.Builder
Overrides