public interface EngineVersionOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getExpectedDecommissionTime()
public abstract Timestamp getExpectedDecommissionTime()
Output only. Planned time to stop supporting the version, in addition to no training or tuning, models trained on this version can no longer be used for prediction/backtest.
.google.protobuf.Timestamp expected_decommission_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Timestamp |
The expectedDecommissionTime. |
getExpectedDecommissionTimeOrBuilder()
public abstract TimestampOrBuilder getExpectedDecommissionTimeOrBuilder()
Output only. Planned time to stop supporting the version, in addition to no training or tuning, models trained on this version can no longer be used for prediction/backtest.
.google.protobuf.Timestamp expected_decommission_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getExpectedLimitationStartTime()
public abstract Timestamp getExpectedLimitationStartTime()
Output only. Planned time to stop allowing training/tuning using this version. Existing trained models can still be used for prediction/backtest.
.google.protobuf.Timestamp expected_limitation_start_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Timestamp |
The expectedLimitationStartTime. |
getExpectedLimitationStartTimeOrBuilder()
public abstract TimestampOrBuilder getExpectedLimitationStartTimeOrBuilder()
Output only. Planned time to stop allowing training/tuning using this version. Existing trained models can still be used for prediction/backtest.
.google.protobuf.Timestamp expected_limitation_start_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getLineOfBusiness()
public abstract LineOfBusiness getLineOfBusiness()
Output only. The line of business (Retail/Commercial) this engine version is used for.
.google.cloud.financialservices.v1.LineOfBusiness line_of_business = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
LineOfBusiness |
The lineOfBusiness. |
getLineOfBusinessValue()
public abstract int getLineOfBusinessValue()
Output only. The line of business (Retail/Commercial) this engine version is used for.
.google.cloud.financialservices.v1.LineOfBusiness line_of_business = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for lineOfBusiness. |
getName()
public abstract String getName()
Output only. Identifier. The resource name of the EngineVersion format: "/projects/{project_num}/locations/{location}/instances/{instance}/engineVersions/{engine_version}"
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IDENTIFIER];
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Output only. Identifier. The resource name of the EngineVersion format: "/projects/{project_num}/locations/{location}/instances/{instance}/engineVersions/{engine_version}"
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IDENTIFIER];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getState()
public abstract EngineVersion.State getState()
Output only. The state of the version.
.google.cloud.financialservices.v1.EngineVersion.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
EngineVersion.State |
The state. |
getStateValue()
public abstract int getStateValue()
Output only. The state of the version.
.google.cloud.financialservices.v1.EngineVersion.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for state. |
hasExpectedDecommissionTime()
public abstract boolean hasExpectedDecommissionTime()
Output only. Planned time to stop supporting the version, in addition to no training or tuning, models trained on this version can no longer be used for prediction/backtest.
.google.protobuf.Timestamp expected_decommission_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the expectedDecommissionTime field is set. |
hasExpectedLimitationStartTime()
public abstract boolean hasExpectedLimitationStartTime()
Output only. Planned time to stop allowing training/tuning using this version. Existing trained models can still be used for prediction/backtest.
.google.protobuf.Timestamp expected_limitation_start_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the expectedLimitationStartTime field is set. |