public final class ExportPublisherModelResponse extends GeneratedMessage implements ExportPublisherModelResponseOrBuilderResponse message for ModelGardenService.ExportPublisherModel.
Protobuf type google.cloud.aiplatform.v1beta1.ExportPublisherModelResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > ExportPublisherModelResponseImplements
ExportPublisherModelResponseOrBuilderStatic Fields
DESTINATION_URI_FIELD_NUMBER
public static final int DESTINATION_URI_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
PUBLISHER_MODEL_FIELD_NUMBER
public static final int PUBLISHER_MODEL_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static ExportPublisherModelResponse getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
ExportPublisherModelResponse |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static ExportPublisherModelResponse.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
ExportPublisherModelResponse.Builder |
|
newBuilder(ExportPublisherModelResponse prototype)
public static ExportPublisherModelResponse.Builder newBuilder(ExportPublisherModelResponse prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
ExportPublisherModelResponse |
| Returns | |
|---|---|
| Type | Description |
ExportPublisherModelResponse.Builder |
|
parseDelimitedFrom(InputStream input)
public static ExportPublisherModelResponse parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ExportPublisherModelResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ExportPublisherModelResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ExportPublisherModelResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static ExportPublisherModelResponse parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
ExportPublisherModelResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ExportPublisherModelResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ExportPublisherModelResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static ExportPublisherModelResponse parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
ExportPublisherModelResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ExportPublisherModelResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ExportPublisherModelResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static ExportPublisherModelResponse parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
ExportPublisherModelResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ExportPublisherModelResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ExportPublisherModelResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static ExportPublisherModelResponse parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ExportPublisherModelResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ExportPublisherModelResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ExportPublisherModelResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static ExportPublisherModelResponse parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
ExportPublisherModelResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ExportPublisherModelResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ExportPublisherModelResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<ExportPublisherModelResponse> parser()| Returns | |
|---|---|
| Type | Description |
Parser<ExportPublisherModelResponse> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public ExportPublisherModelResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ExportPublisherModelResponse |
|
getDestinationUri()
public String getDestinationUri()The destination uri of the model weights.
string destination_uri = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The destinationUri. |
getDestinationUriBytes()
public ByteString getDestinationUriBytes()The destination uri of the model weights.
string destination_uri = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for destinationUri. |
getParserForType()
public Parser<ExportPublisherModelResponse> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<ExportPublisherModelResponse> |
|
getPublisherModel()
public String getPublisherModel() The name of the PublisherModel resource.
Format:
publishers/{publisher}/models/{publisher_model}@{version_id}
string publisher_model = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The publisherModel. |
getPublisherModelBytes()
public ByteString getPublisherModelBytes() The name of the PublisherModel resource.
Format:
publishers/{publisher}/models/{publisher_model}@{version_id}
string publisher_model = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for publisherModel. |
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 ExportPublisherModelResponse.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
ExportPublisherModelResponse.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected ExportPublisherModelResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
ExportPublisherModelResponse.Builder |
|
toBuilder()
public ExportPublisherModelResponse.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
ExportPublisherModelResponse.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|