All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aliyun.pai_dsw20220101.models.ListInstancesRequest Maven / Gradle / Ivy

There is a newer version: 1.5.7
Show newest version
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.pai_dsw20220101.models;

import com.aliyun.tea.*;

public class ListInstancesRequest extends TeaModel {
    /**
     * example:
     * 

AcceleratorType

*/ @NameInMap("AcceleratorType") public String acceleratorType; /** * example: *

PRIVATE

*/ @NameInMap("Accessibility") public String accessibility; @NameInMap("CreateUserId") public String createUserId; @NameInMap("GpuType") public String gpuType; @NameInMap("ImageName") public String imageName; /** * example: *

dsw-730xxxxxxxxxx

*/ @NameInMap("InstanceId") public String instanceId; /** * example: *

training_data

*/ @NameInMap("InstanceName") public String instanceName; @NameInMap("Labels") public java.util.Map labels; @NameInMap("MaxCpu") public String maxCpu; @NameInMap("MaxGpu") public String maxGpu; @NameInMap("MaxGpuMemory") public String maxGpuMemory; @NameInMap("MaxMemory") public String maxMemory; @NameInMap("MinCpu") public String minCpu; @NameInMap("MinGpu") public String minGpu; @NameInMap("MinGpuMemory") public String minGpuMemory; @NameInMap("MinMemory") public String minMemory; /** * example: *

DESC

*/ @NameInMap("Order") public String order; /** * example: *

1

*/ @NameInMap("PageNumber") public Long pageNumber; /** * example: *

10

*/ @NameInMap("PageSize") public Long pageSize; /** * example: *

PayAsYouGo

*/ @NameInMap("PaymentType") public String paymentType; /** * example: *

rg-123456789

*/ @NameInMap("ResourceId") public String resourceId; /** * example: *

gmtCreate

*/ @NameInMap("SortBy") public String sortBy; /** * example: *

Running

*/ @NameInMap("Status") public String status; /** * example: *

40823

*/ @NameInMap("WorkspaceId") public String workspaceId; public static ListInstancesRequest build(java.util.Map map) throws Exception { ListInstancesRequest self = new ListInstancesRequest(); return TeaModel.build(map, self); } public ListInstancesRequest setAcceleratorType(String acceleratorType) { this.acceleratorType = acceleratorType; return this; } public String getAcceleratorType() { return this.acceleratorType; } public ListInstancesRequest setAccessibility(String accessibility) { this.accessibility = accessibility; return this; } public String getAccessibility() { return this.accessibility; } public ListInstancesRequest setCreateUserId(String createUserId) { this.createUserId = createUserId; return this; } public String getCreateUserId() { return this.createUserId; } public ListInstancesRequest setGpuType(String gpuType) { this.gpuType = gpuType; return this; } public String getGpuType() { return this.gpuType; } public ListInstancesRequest setImageName(String imageName) { this.imageName = imageName; return this; } public String getImageName() { return this.imageName; } public ListInstancesRequest setInstanceId(String instanceId) { this.instanceId = instanceId; return this; } public String getInstanceId() { return this.instanceId; } public ListInstancesRequest setInstanceName(String instanceName) { this.instanceName = instanceName; return this; } public String getInstanceName() { return this.instanceName; } public ListInstancesRequest setLabels(java.util.Map labels) { this.labels = labels; return this; } public java.util.Map getLabels() { return this.labels; } public ListInstancesRequest setMaxCpu(String maxCpu) { this.maxCpu = maxCpu; return this; } public String getMaxCpu() { return this.maxCpu; } public ListInstancesRequest setMaxGpu(String maxGpu) { this.maxGpu = maxGpu; return this; } public String getMaxGpu() { return this.maxGpu; } public ListInstancesRequest setMaxGpuMemory(String maxGpuMemory) { this.maxGpuMemory = maxGpuMemory; return this; } public String getMaxGpuMemory() { return this.maxGpuMemory; } public ListInstancesRequest setMaxMemory(String maxMemory) { this.maxMemory = maxMemory; return this; } public String getMaxMemory() { return this.maxMemory; } public ListInstancesRequest setMinCpu(String minCpu) { this.minCpu = minCpu; return this; } public String getMinCpu() { return this.minCpu; } public ListInstancesRequest setMinGpu(String minGpu) { this.minGpu = minGpu; return this; } public String getMinGpu() { return this.minGpu; } public ListInstancesRequest setMinGpuMemory(String minGpuMemory) { this.minGpuMemory = minGpuMemory; return this; } public String getMinGpuMemory() { return this.minGpuMemory; } public ListInstancesRequest setMinMemory(String minMemory) { this.minMemory = minMemory; return this; } public String getMinMemory() { return this.minMemory; } public ListInstancesRequest setOrder(String order) { this.order = order; return this; } public String getOrder() { return this.order; } public ListInstancesRequest setPageNumber(Long pageNumber) { this.pageNumber = pageNumber; return this; } public Long getPageNumber() { return this.pageNumber; } public ListInstancesRequest setPageSize(Long pageSize) { this.pageSize = pageSize; return this; } public Long getPageSize() { return this.pageSize; } public ListInstancesRequest setPaymentType(String paymentType) { this.paymentType = paymentType; return this; } public String getPaymentType() { return this.paymentType; } public ListInstancesRequest setResourceId(String resourceId) { this.resourceId = resourceId; return this; } public String getResourceId() { return this.resourceId; } public ListInstancesRequest setSortBy(String sortBy) { this.sortBy = sortBy; return this; } public String getSortBy() { return this.sortBy; } public ListInstancesRequest setStatus(String status) { this.status = status; return this; } public String getStatus() { return this.status; } public ListInstancesRequest setWorkspaceId(String workspaceId) { this.workspaceId = workspaceId; return this; } public String getWorkspaceId() { return this.workspaceId; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy