public final class UndeployModelRequest extends GeneratedMessageV3 implements UndeployModelRequestOrBuilder
Request message for
EndpointService.UndeployModel.
Protobuf type google.cloud.aiplatform.v1.UndeployModelRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
Static Fields
public static final int DEPLOYED_MODEL_ID_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int ENDPOINT_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int TRAFFIC_SPLIT_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
public static UndeployModelRequest getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static UndeployModelRequest.Builder newBuilder()
public static UndeployModelRequest.Builder newBuilder(UndeployModelRequest prototype)
public static UndeployModelRequest parseDelimitedFrom(InputStream input)
public static UndeployModelRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static UndeployModelRequest parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
public static UndeployModelRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static UndeployModelRequest parseFrom(ByteString data)
public static UndeployModelRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static UndeployModelRequest parseFrom(CodedInputStream input)
public static UndeployModelRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static UndeployModelRequest parseFrom(InputStream input)
public static UndeployModelRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static UndeployModelRequest parseFrom(ByteBuffer data)
public static UndeployModelRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<UndeployModelRequest> parser()
Methods
public boolean containsTrafficSplit(String key)
If this field is provided, then the Endpoint's
traffic_split will be
overwritten with it. If last DeployedModel is being undeployed from the
Endpoint, the [Endpoint.traffic_split] will always end up empty when this
call returns. A DeployedModel will be successfully undeployed only if it
doesn't have any traffic assigned to it when this method executes, or if
this field unassigns any traffic to it.
map<string, int32> traffic_split = 3;
Parameter |
---|
Name | Description |
key | String
|
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
public UndeployModelRequest getDefaultInstanceForType()
public String getDeployedModelId()
Required. The ID of the DeployedModel to be undeployed from the Endpoint.
string deployed_model_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
String | The deployedModelId.
|
public ByteString getDeployedModelIdBytes()
Required. The ID of the DeployedModel to be undeployed from the Endpoint.
string deployed_model_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
ByteString | The bytes for deployedModelId.
|
public String getEndpoint()
Required. The name of the Endpoint resource from which to undeploy a Model.
Format:
projects/{project}/locations/{location}/endpoints/{endpoint}
string endpoint = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
String | The endpoint.
|
public ByteString getEndpointBytes()
Required. The name of the Endpoint resource from which to undeploy a Model.
Format:
projects/{project}/locations/{location}/endpoints/{endpoint}
string endpoint = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
ByteString | The bytes for endpoint.
|
public Parser<UndeployModelRequest> getParserForType()
Overrides
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
public Map<String,Integer> getTrafficSplit()
public int getTrafficSplitCount()
If this field is provided, then the Endpoint's
traffic_split will be
overwritten with it. If last DeployedModel is being undeployed from the
Endpoint, the [Endpoint.traffic_split] will always end up empty when this
call returns. A DeployedModel will be successfully undeployed only if it
doesn't have any traffic assigned to it when this method executes, or if
this field unassigns any traffic to it.
map<string, int32> traffic_split = 3;
Returns |
---|
Type | Description |
int | |
public Map<String,Integer> getTrafficSplitMap()
If this field is provided, then the Endpoint's
traffic_split will be
overwritten with it. If last DeployedModel is being undeployed from the
Endpoint, the [Endpoint.traffic_split] will always end up empty when this
call returns. A DeployedModel will be successfully undeployed only if it
doesn't have any traffic assigned to it when this method executes, or if
this field unassigns any traffic to it.
map<string, int32> traffic_split = 3;
public int getTrafficSplitOrDefault(String key, int defaultValue)
If this field is provided, then the Endpoint's
traffic_split will be
overwritten with it. If last DeployedModel is being undeployed from the
Endpoint, the [Endpoint.traffic_split] will always end up empty when this
call returns. A DeployedModel will be successfully undeployed only if it
doesn't have any traffic assigned to it when this method executes, or if
this field unassigns any traffic to it.
map<string, int32> traffic_split = 3;
Parameters |
---|
Name | Description |
key | String
|
defaultValue | int
|
Returns |
---|
Type | Description |
int | |
public int getTrafficSplitOrThrow(String key)
If this field is provided, then the Endpoint's
traffic_split will be
overwritten with it. If last DeployedModel is being undeployed from the
Endpoint, the [Endpoint.traffic_split] will always end up empty when this
call returns. A DeployedModel will be successfully undeployed only if it
doesn't have any traffic assigned to it when this method executes, or if
this field unassigns any traffic to it.
map<string, int32> traffic_split = 3;
Parameter |
---|
Name | Description |
key | String
|
Returns |
---|
Type | Description |
int | |
Returns |
---|
Type | Description |
int | |
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
protected MapField internalGetMapField(int number)
Parameter |
---|
Name | Description |
number | int
|
Overrides
public final boolean isInitialized()
Overrides
public UndeployModelRequest.Builder newBuilderForType()
protected UndeployModelRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
public UndeployModelRequest.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides