public final class UpdateExplanationDatasetRequest extends GeneratedMessage implements UpdateExplanationDatasetRequestOrBuilderRequest message for ModelService.UpdateExplanationDataset.
Protobuf type google.cloud.aiplatform.v1.UpdateExplanationDatasetRequest
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > UpdateExplanationDatasetRequestImplements
UpdateExplanationDatasetRequestOrBuilderStatic Fields
EXAMPLES_FIELD_NUMBER
public static final int EXAMPLES_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
MODEL_FIELD_NUMBER
public static final int MODEL_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static UpdateExplanationDatasetRequest getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
UpdateExplanationDatasetRequest |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static UpdateExplanationDatasetRequest.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
UpdateExplanationDatasetRequest.Builder |
|
newBuilder(UpdateExplanationDatasetRequest prototype)
public static UpdateExplanationDatasetRequest.Builder newBuilder(UpdateExplanationDatasetRequest prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
UpdateExplanationDatasetRequest |
| Returns | |
|---|---|
| Type | Description |
UpdateExplanationDatasetRequest.Builder |
|
parseDelimitedFrom(InputStream input)
public static UpdateExplanationDatasetRequest parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
UpdateExplanationDatasetRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static UpdateExplanationDatasetRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateExplanationDatasetRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static UpdateExplanationDatasetRequest parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
UpdateExplanationDatasetRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static UpdateExplanationDatasetRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateExplanationDatasetRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static UpdateExplanationDatasetRequest parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
UpdateExplanationDatasetRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static UpdateExplanationDatasetRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateExplanationDatasetRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static UpdateExplanationDatasetRequest parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
UpdateExplanationDatasetRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static UpdateExplanationDatasetRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateExplanationDatasetRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static UpdateExplanationDatasetRequest parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
UpdateExplanationDatasetRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static UpdateExplanationDatasetRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateExplanationDatasetRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static UpdateExplanationDatasetRequest parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
UpdateExplanationDatasetRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static UpdateExplanationDatasetRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateExplanationDatasetRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<UpdateExplanationDatasetRequest> parser()| Returns | |
|---|---|
| Type | Description |
Parser<UpdateExplanationDatasetRequest> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public UpdateExplanationDatasetRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdateExplanationDatasetRequest |
|
getExamples()
public Examples getExamples()The example config containing the location of the dataset.
.google.cloud.aiplatform.v1.Examples examples = 2;
| Returns | |
|---|---|
| Type | Description |
Examples |
The examples. |
getExamplesOrBuilder()
public ExamplesOrBuilder getExamplesOrBuilder()The example config containing the location of the dataset.
.google.cloud.aiplatform.v1.Examples examples = 2;
| Returns | |
|---|---|
| Type | Description |
ExamplesOrBuilder |
|
getModel()
public String getModel() Required. The resource name of the Model to update.
Format: projects/{project}/locations/{location}/models/{model}
string model = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The model. |
getModelBytes()
public ByteString getModelBytes() Required. The resource name of the Model to update.
Format: projects/{project}/locations/{location}/models/{model}
string model = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for model. |
getParserForType()
public Parser<UpdateExplanationDatasetRequest> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<UpdateExplanationDatasetRequest> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hasExamples()
public boolean hasExamples()The example config containing the location of the dataset.
.google.cloud.aiplatform.v1.Examples examples = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the examples 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 UpdateExplanationDatasetRequest.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
UpdateExplanationDatasetRequest.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected UpdateExplanationDatasetRequest.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
UpdateExplanationDatasetRequest.Builder |
|
toBuilder()
public UpdateExplanationDatasetRequest.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
UpdateExplanationDatasetRequest.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|