public static final class EngineConfig.Tuning.Builder extends GeneratedMessage.Builder<EngineConfig.Tuning.Builder> implements EngineConfig.TuningOrBuilderThe 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
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > EngineConfig.Tuning.BuilderImplements
EngineConfig.TuningOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
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 |
|
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 |
|
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. |
getDefaultInstanceForType()
public EngineConfig.Tuning getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
EngineConfig.Tuning |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
| 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 |
|
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 |
|
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 |
StringThe 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 |
ByteStringThe bytes for primaryDataset to set. |
| Returns | |
|---|---|
| Type | Description |
EngineConfig.Tuning.Builder |
This builder for chaining. |