public final class VertexAutoMLVisionConfig extends GeneratedMessage implements VertexAutoMLVisionConfigOrBuilderMessage of configurations of Vertex AutoML Vision Processors.
Protobuf type google.cloud.visionai.v1.VertexAutoMLVisionConfig
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > VertexAutoMLVisionConfigImplements
VertexAutoMLVisionConfigOrBuilderStatic Fields
CONFIDENCE_THRESHOLD_FIELD_NUMBER
public static final int CONFIDENCE_THRESHOLD_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
MAX_PREDICTIONS_FIELD_NUMBER
public static final int MAX_PREDICTIONS_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static VertexAutoMLVisionConfig getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
VertexAutoMLVisionConfig |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static VertexAutoMLVisionConfig.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
VertexAutoMLVisionConfig.Builder |
|
newBuilder(VertexAutoMLVisionConfig prototype)
public static VertexAutoMLVisionConfig.Builder newBuilder(VertexAutoMLVisionConfig prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
VertexAutoMLVisionConfig |
| Returns | |
|---|---|
| Type | Description |
VertexAutoMLVisionConfig.Builder |
|
parseDelimitedFrom(InputStream input)
public static VertexAutoMLVisionConfig parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
VertexAutoMLVisionConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static VertexAutoMLVisionConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
VertexAutoMLVisionConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static VertexAutoMLVisionConfig parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
VertexAutoMLVisionConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static VertexAutoMLVisionConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
VertexAutoMLVisionConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static VertexAutoMLVisionConfig parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
VertexAutoMLVisionConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static VertexAutoMLVisionConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
VertexAutoMLVisionConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static VertexAutoMLVisionConfig parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
VertexAutoMLVisionConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static VertexAutoMLVisionConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
VertexAutoMLVisionConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static VertexAutoMLVisionConfig parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
VertexAutoMLVisionConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static VertexAutoMLVisionConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
VertexAutoMLVisionConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static VertexAutoMLVisionConfig parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
VertexAutoMLVisionConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static VertexAutoMLVisionConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
VertexAutoMLVisionConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<VertexAutoMLVisionConfig> parser()| Returns | |
|---|---|
| Type | Description |
Parser<VertexAutoMLVisionConfig> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getConfidenceThreshold()
public float getConfidenceThreshold()Only entities with higher score than the threshold will be returned. Value 0.0 means to return all the detected entities.
float confidence_threshold = 1;
| Returns | |
|---|---|
| Type | Description |
float |
The confidenceThreshold. |
getDefaultInstanceForType()
public VertexAutoMLVisionConfig getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
VertexAutoMLVisionConfig |
|
getMaxPredictions()
public int getMaxPredictions()At most this many predictions will be returned per output frame. Value 0 means to return all the detected entities.
int32 max_predictions = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The maxPredictions. |
getParserForType()
public Parser<VertexAutoMLVisionConfig> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<VertexAutoMLVisionConfig> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public VertexAutoMLVisionConfig.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
VertexAutoMLVisionConfig.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected VertexAutoMLVisionConfig.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
VertexAutoMLVisionConfig.Builder |
|
toBuilder()
public VertexAutoMLVisionConfig.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
VertexAutoMLVisionConfig.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|