public final class AutoMlVideoActionRecognition extends GeneratedMessage implements AutoMlVideoActionRecognitionOrBuilderA TrainingJob that trains and uploads an AutoML Video Action Recognition Model.
Protobuf type
google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlVideoActionRecognition
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > AutoMlVideoActionRecognitionImplements
AutoMlVideoActionRecognitionOrBuilderStatic Fields
INPUTS_FIELD_NUMBER
public static final int INPUTS_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static AutoMlVideoActionRecognition getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
AutoMlVideoActionRecognition |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static AutoMlVideoActionRecognition.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
AutoMlVideoActionRecognition.Builder |
|
newBuilder(AutoMlVideoActionRecognition prototype)
public static AutoMlVideoActionRecognition.Builder newBuilder(AutoMlVideoActionRecognition prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
AutoMlVideoActionRecognition |
| Returns | |
|---|---|
| Type | Description |
AutoMlVideoActionRecognition.Builder |
|
parseDelimitedFrom(InputStream input)
public static AutoMlVideoActionRecognition parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
AutoMlVideoActionRecognition |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static AutoMlVideoActionRecognition parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AutoMlVideoActionRecognition |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static AutoMlVideoActionRecognition parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
AutoMlVideoActionRecognition |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AutoMlVideoActionRecognition parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AutoMlVideoActionRecognition |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static AutoMlVideoActionRecognition parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
AutoMlVideoActionRecognition |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AutoMlVideoActionRecognition parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AutoMlVideoActionRecognition |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static AutoMlVideoActionRecognition parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
AutoMlVideoActionRecognition |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static AutoMlVideoActionRecognition parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AutoMlVideoActionRecognition |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static AutoMlVideoActionRecognition parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
AutoMlVideoActionRecognition |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static AutoMlVideoActionRecognition parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AutoMlVideoActionRecognition |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static AutoMlVideoActionRecognition parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
AutoMlVideoActionRecognition |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AutoMlVideoActionRecognition parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AutoMlVideoActionRecognition |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<AutoMlVideoActionRecognition> parser()| Returns | |
|---|---|
| Type | Description |
Parser<AutoMlVideoActionRecognition> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public AutoMlVideoActionRecognition getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
AutoMlVideoActionRecognition |
|
getInputs()
public AutoMlVideoActionRecognitionInputs getInputs()The input parameters of this TrainingJob.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlVideoActionRecognitionInputs inputs = 1;
| Returns | |
|---|---|
| Type | Description |
AutoMlVideoActionRecognitionInputs |
The inputs. |
getInputsOrBuilder()
public AutoMlVideoActionRecognitionInputsOrBuilder getInputsOrBuilder()The input parameters of this TrainingJob.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlVideoActionRecognitionInputs inputs = 1;
| Returns | |
|---|---|
| Type | Description |
AutoMlVideoActionRecognitionInputsOrBuilder |
|
getParserForType()
public Parser<AutoMlVideoActionRecognition> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<AutoMlVideoActionRecognition> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hasInputs()
public boolean hasInputs()The input parameters of this TrainingJob.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlVideoActionRecognitionInputs inputs = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the inputs field is set. |
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 AutoMlVideoActionRecognition.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
AutoMlVideoActionRecognition.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected AutoMlVideoActionRecognition.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
AutoMlVideoActionRecognition.Builder |
|
toBuilder()
public AutoMlVideoActionRecognition.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
AutoMlVideoActionRecognition.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|